body {
	font: 12px Arial, Verdana, "Century Gothic";
	color: #000;
	background: #FFF;
	margin: 0px;
	padding: 0px;
}
#body {
	margin: 0px auto;
	width: 980px;
	padding: 0px;
}


#header {
	background: url(../../images/layout/header.gif);
	height: 298px;
}
#header #logo {
	padding-top: 11px;
	padding-left: 30px;
	float: left;
	width: 376px;
}
#header-right {
	float: left;
	width: 510px;
	padding-right: 62px;
	text-align: right;
}
#view-cart {
	font-size: 14px;
	color: #FFF;
	font-weight: bold;
	padding-top: 9px;
	padding-bottom: 9px;
	margin-right: 10px;
}
#view-cart a {
	color: #FFF;
	text-decoration: none;
}

#nav {
	margin-left: 62px;

}
#header-books {
	padding: 15px 65px;
}
#header-books h1 {
	font-size: 14px;
	color: #FFF;
	margin-bottom: 10px;
}
#header-new-release {
	float: left;
	width: 425px;
}
#header-recent-release {
	float: left;
	width: 280px;
}
#header-free-eresources {
	float: left;
	width: 145px;
}
#header-free-eresources p {
	color: #FFF;
	font-size: 12px;
	line-height: 18px;
}


.header-books {
	float: left;
	width: 110px;
	margin-right: 20px;
}
.header-books img {
	border: 1px solid #000;
}
.header-books p {
	font-size: 11px;
	text-align: left;
}





#content {
	background: url(../../images/layout/info-background.png) repeat-y;
	margin-top: 20px;
	margin-bottom: 20px;
}
#info {
	padding: 10px 30px;
	float: left;
	width: 670px;
}
#info.full {
	background: #FFF;
	float: none;
	width: 940px;
}

#info h1 {
	font-size: 16px;
	color: #32669A;
	margin-bottom: 15px;
}
#info h2 {
	font-size: 14px;
	color: #32669A;
	margin-top: 20px;
}

#info p {
	margin-bottom: 10px;
	line-height: 130%;
}

#info ul {
	margin-right: 5px;
	margin-left: 40px;
}
#info ul li{
	list-style-position: outside;
	list-style-type: disc;
	margin-bottom: 8px;
}
#info ol li{
	margin-bottom: 8px;
}
#info a {
	color: #71A5D9;
	text-decoration: none;
}

#info a:hover {
	text-decoration: underline;
}
#info a.button {
	color: #32669A;
	background: #E7F2FE;
	font-size: 11px;
	padding: 2px 4px;
	border: 1px solid #93C7FB;
}
#info a.button:hover {
	color: #32669A;
	background: #FFC;
	font-size: 11px;
	padding: 2px 4px;
	border: 1px solid #93C7FB;
	text-decoration: none;
}
#info a.dl_button {
	text-decoration: none;
	font-color: #CC0000;
	background: #ECF5FF;
	padding: 1px 2px;
	border: 1px solid #103E70;
	font: bold 90% Verdana, Arial, Helvetica, sans-serif;
}

#info a.dl_button:hover {
	text-decoration: none;
	font-color: #910000;
	background: #A6D1FD;
	border: 1px solid #103E70;
	color: #FFF9F3;
}
#info .books {
	padding-bottom: 20px;
}
#info .books.underline {
	border-bottom: 1px solid #32669A;
	margin-bottom: 30px;
}

#info .books .book-info img{
	border: 1px solid #000;
	float: left;
	margin-right: 30px;
}
#info .books h1  {
	color: #32669A;
	font-size: 14px;
}
#info .books .price {
	font-weight: bold;
	color: #C00;
}
#info .books .book-info {
	min-height: 200px;
}




#sidebar {
	padding: 10px 20px;
	float: left;
	width: 210px;
}

#sidebar h1 {
	font-size: 14px;
	margin-bottom: 15px;
	color: #8B735B;
}
#sidebar p {
	margin-right: 10px;
	margin-left: 10px;
}

#footer {
	font-size: 11px;
	color: #FFF;
	background: #346699;
	padding: 10px 20px;
}

#footer a {
	color: #FFEDD2;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}

#footer-bottom {
	background: url(../../images/layout/footer-bottom.png) no-repeat;
	height: 9px;
	margin: 0px auto;
	width: 1018px;
}
a:hover {
	text-decoration: underline;
}
.highlight.underline {
	padding-top: 8px;
	padding-bottom: 8px;
}
.highlight:hover {
	background: #FFF4E3;
}
.underline {
	border-bottom: 1px solid #F8A586;
}


.clear {
	clear: both;
}
.text-small {
	font-size: 11px;
}
.image_r {
	float: right;
	padding: 0px 0px 0px 10px;
}
.padding-5 {
	padding-top: 5px;
	padding-bottom: 5px;
}

