/* base.css, part of YUI's CSS Foundation */
h1 { 
/*18px via YUI Fonts CSS foundation*/ 
	    font-size: 138.5%;
}
h2 { 
/*16x via YUI Fonts CSS foundation*/ 
	    font-size: 123.1%;
}
h3 { 
/*14px via YUI Fonts CSS foundation*/ 
	    font-size: 108%;
}
h1,h2,h3 { 
/* top & bottom margin based on font size */ 
	    margin: 1em 0;
}
h1,h2,h3,h4,h5,h6,strong { 
/*bringing boldness back to headers and the strong element*/ 
	    font-weight: bold;
}
abbr,acronym { 
/*indicating to users that more info is available */ 
	    border-bottom: 1px dotted #000; cursor: help;
}
em { 
/*bringing italics back to the em element*/ 
	    font-style: italic;
}
blockquote,ul,ol,dl { 
/*giving blockquotes and lists room to breath*/ 
    margin: 1em;
}
ol,ul,dl { 
/*bringing lists on to the page with breathing room */ 
	    margin-left: 2em;
}
ol li { 
/*giving OL's LIs generated numbers*/ 
    list-style: decimal outside;
}
ul li { 
/*giving UL's LIs generated disc markers*/ 
	    list-style: disc outside;
}
dl dd { 
/*giving UL's LIs generated numbers*/ 	    margin-left: 1em;
}
th,td { 
/*borders and padding to make the table readable*/ 
	    border: 1px solid #000; padding: .5em;
}
th { 
/*distinguishing table headers from data cells*/ 
	    font-weight: bold; text-align: center;
}
caption { 
/*coordinated marking to match cell's padding*/ 
	    margin-bottom: .5em; 
/*centered so it doesn't blend in to other content*/ 
	    text-align: center;
}
p,fieldset,table { 
/*so things don't run into each other*/ 
    margin-bottom: 1em;
}
fieldset { border: none; margin: 0; padding: 0;
}

img { border: 0px; }

/* End of Reset.css */

body {
	background-image: url(../images/bg-html.jpg);
	background-repeat: repeat-x;
	background-color: #fff;
	font-size: 12px;
	font-family: "Trebuchet MS", verdana, arial, sans-serif;
}
body a {
  color: #1D8979;
}
#container {
	background-image: url(../images/vupress_pageBG.jpg);
	background-repeat: repeat-y;
	margin: 0 auto;
	width: 795px;
}
.clear {
	clear: both;
	margin: 0;
	padding: 0;
}
/* Heading Styles */
#header {
	background-image: url(../images/vupress_head_bg.jpg);
	background-repeat: no-repeat;
	height: 187px;
	width: 808px;
}
h1.title {
	background-image: url(../images/vupress_logo.jpg);
	background-repeat: no-repeat;
	height: 62px;
	float: left;
	margin-top: 61px;
	margin-left: 17px;
	width: 294px;
	text-indent: -9999px;
}
.cart{
	float: right;
	margin: 10px;
	padding-top: 20px;
	color: #000;
	background-image: url(../images/icon-cart.png);
	background-repeat: no-repeat;
	background-position: top center;
	font-weight: bold;
	margin-right: 2em;
}
/* Content Styles */
#content {
	margin-left: 225px;
	height: auto;
	width: 570px;
}
/* Navigation */
#nav {
	background-image: url(../images/vupress_nav_bg.jpg);
	background-repeat: no-repeat;
	height: 30px;
	margin-top: 0px;
	margin-left: 2px;
	padding: 11px 0 0 0;
	width: 566px;
}
#nav li {
	display:inline;
	margin-left: 1.5em;
}
#nav li a {
	color: #000;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}
#nav li a:hover {
	color: #1D8979;
}
/* Main Page Content */
#content h2.title {
	background-image: url(../images/bg-page-title.jpg);
	background-repeat: no-repeat;
	color: #fff;
	height: 45px;
	font-family: sans-serif;
	/*font-weight: bold;*/
	font-size: 2.3em;
	margin: 0 auto;
	padding-top: 18px;
	text-transform: uppercase;
	text-indent: .6em;
	width: 535px;
}

#content h2.subtitle
{
	background-image: url(../images/bg-page-title.jpg);
	background-repeat: no-repeat;
	color: #fff;
	height: 45px;
	font-family: sans-serif;
	/*font-weight: bold;*/
	font-size: 2.0em;
	margin: 0 auto;
	padding-top: 18px;
	text-transform: uppercase;
	text-indent: 1em;
	width: 535px;
}

#content h2.subtitle a,
#content h2.subtitle a:link,
#content h2.subtitle a:visited
{
  color: #F3E0BF;
}

#featured-prods {
	margin: 0;
	padding: 0;
	width: 570px;
}
#featured-prods h3 {
	margin-bottom: .2em;
}
#featured-prods h3 a {
	color: #1D8979;
	font-size: 1.6em;
	font-weight: normal;
	text-decoration: none;
}
#featured-prods li {
	display: block;
	float: left;
	height: 232px;
	list-style: none;
	margin-left: 2em;
	width: 155px;
}

#featured-prods li ul {
	padding: 1em 0;
	border-top: 1px solid #1f8879;
	margin-left: 0px;
	text-align: center;
	font-size: 0.9em;
	}
#featured-prods li ul li { 
	border-left:1px solid #000000;
	display:inline;
	float:none;
	height:18px;
	margin:0pt;
	padding:0pt 5px;
	text-align:center;
	width:50px;
}

#featured-prods li ul li { 
	border-left:1px solid #000000;
	display:inline;
	float:none;
	height:18px;
	margin:0pt;
	padding:0pt 5px;
	text-align:center;
	width:50px;
}

#featured-prods li ul li.first-item { border: 0; }

#featured-prods li ul li a { color: #1f8879; font-size: 12px; }
/* Side-bar Left */
#sidebar-left {
	float:left;
	margin: 0;
	padding: 0;
	width: 220px;
}
#sidebar-left li {
	list-style: none;
	margin-bottom: .8em;
}
#sidebar-left .leftsidebar_container {
	background-image: url(../images/vupress_leftsidebar_bg.gif);
	background-repeat: repeat-y;
	display: block;
	height: auto;
	float: left;
	list-style: none;
	margin-left: .5em;
	width: 217px;
}
/*.leftsidebar_container {
	background-image: url(../images/vupress_leftsidebar_bg.gif);
	background-repeat: repeat-y;
	height: auto;
	float: left;
	margin-bottom: .8em;
	width: 217px;
}*/
.leftsidebar_container h3 {
	background-image: url(../images/vupress_leftsidebar_top.gif);
	background-repeat: no-repeat;
	font-size: 2.1em;
	font-weight: bold;
	margin-top: 0em;
	padding-top: 1em;
	/*margin-left: 12px;*/
	margin-bottom: 10px;
	text-transform: uppercase;
	text-align: center;
	width: 217px;
}
.leftsidebar_container dd img {
	/*float;*/
	/*width: 56px;*/
}
.sidebar-footer {
	background-image: url(../images/vupress_leftsidebar_footer.gif);
	background-repeat: no-repeat;
	clear: both;
	margin-left: .5em;
	height:12px;
	width: 217px;
}
.spotlightcontent {
	float: left;
	margin-left: 5px;
	width: 213px;
}
.bookpreview {
	float: left;
	margin-left: 6px;
	width: 217px;
}
.bookpreview .book-image {
 width: 40px; 
}
.booksearch,.findbooks, .dont-miss {
	/*float: left;*/
	width: 217px;
}
/*.booksearch,.findbooks {
	height: 138px;
}*/

/* booksearch */
.booksearch, .dont-miss {
	margin-top: 1em;
}
#search h3 {
	margin-bottom: .5em;
}
#search .text{
	border: 1px solid #333;
	color:#000;
	margin-left: 1.2em;
	padding: 2px;
	width:190px;
}
#search .image { 
	float: right; 
	margin: 5px 10px;
}
.advanced-search {
	clear: both;
	float: left;
	font-size: 1em;
	font-weight: bold;
	margin-left: 1.4em;
	margin-top: .5em;
	text-transform: uppercase;
	text-decoration: none;
}
.findbooks .more {
	margin-right: 10px;
}
.more {
	background-image: url(../images/btn-more.gif);
	background-repeat: no-repeat;
	display: block;
	float: right;
	height: 23px;
	text-indent: -9999px;
	width: 63px;
	/*float: right;*/
	/*margin-top: 2em;*/
}
/* bookpreview */
.bookpreview {
	margin-bottom: 10px;
	width: 200px;
}

.bookpreview dt {
  font-weight: bold;
  margin-left: 8px;
  margin-bottom: 5px;
}

.bookpreview .content-type-links {
  padding: 0;
}

.bookpreview dd {
  margin-left: 8px;
}

/*.bookpreview .more {
	float:right;
}*/
.bookpreview .book-image {
	float: left;
	margin: 0px 5px 5px 0px;
}

.bookpreview .content-type-links {
  margin: 10px 0;
}

.bookpreview .content-type-links li {
  float: left;
  list-style: none;
}

dd.description {
	float: left;
	width: 113px;
}
#sidebar-left .findbooks {
	height: 138px;
}
.newsletter {
  text-align: center;
}
/*.more, .newsletter_submit {
	clear: both;
	margin-right: 10px;
	float: right;
}*/
#footer{
	background-image: url(../images/bg-footer.png);
	background-repeat: no-repeat;
	color: #fff;
	height: 29px;
	/*float: left;*/
	left: -46px;
	position: relative;
	padding-top: 13px;
	/*margin: 0 auto;
	margin-top: -20px;*/
	text-indent: 5em;
	width: 881px;
	/*height: 42px;
	width: 811px;*/
}
#footer #copyright {
    float: left;
}

#footer #contact-info
{
    text-align: right;
    float: right;
    margin-top: -6px;
    margin-right: 50px;
}

#footer #contact-info span#contact-email-link
{
    display: block;
    margin-bottom: 3px;
}

#footer #contact-info a,
#footer #contact-info a:link
#footer #contact-info a:visited
{
    color: #FFFFFF;
}


#inner-content {
    padding: 5px;
    position: relative;
}

#content fieldset {
  border: 2px dashed #DAD6CA;
  padding: 6px;
  margin-bottom: 20px;
}

#content fieldset legend {
  font-weight: bold;
  background: #FBECC1;
  padding: 8px;
  border: 1px solid #DAD6CA;
  text-transform: uppercase;
}

#content fieldset .row label {
  float: left;
  width: 125px;
  font-weight: bold;
}

#content fieldset .row label em {
  color: red;
  font-weight: bold;
}

#content fieldset .row {
  margin-bottom: 5px;
}

#content fieldset .row .form_error {
  font-weight: bold;
  color: red;
}

#book .col-left {
  width: 160px;
}

#book .col-middle {
  width: 290px;
}

#book .col-right {
  position: absolute;
  left: 475px;
}

#book .col-left, #book .col-middle {
  margin-right: 8px;
  float: left;
}

#book .col-left .book-image {
  width: 150px;
}

#book .col-left form {
  margin: 20px 0px;
}

#book h1 {
  font-size: 225%;
  margin: 0px;
}

#book h2 {
  font-size: 150%;
  color: #bba485;
}

#book form #id {
  margin: 5px 0px;
  width: 155px;
}

#book #contents h3 {
  font-size: 145%;
  color: #1f8779;
}

#book .content-type-links {
  margin: 0;
  padding: 0;
}

#book .content-type-links li {
  list-style: none;
}

#book .content-type-links li a {
  display: block;
  width: 154px;
  height: 42px;
  line-height: 42px;
  background: transparent url(../images/bg-tab.gif) no-repeat top left;
  color: white;
  font-weight: bold;
  font-size: 12px;
  text-decoration: none;
  margin-bottom: 5px;
}

#book .content-type-links li a img {
  vertical-align: middle;
  margin: 0px 5px;
}

#info {
  margin: 0;
  line-height: 1.2em;
}

#info dt {
  font-weight: bold;
}

#info dd {
  margin-bottom: 0.8em;
}

.book-image {
	border: 1px solid #666666;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

#page p, #page h2, #page h3, #page h4, #page table {
  margin-left: 25px;
  margin-right: 25px;
}

.inside-content, .inner-content, #checkout {
  margin-left: 25px;
  margin-right: 25px;
}

.advanced-search
{
	font-size: 1.3em;
}
