﻿
*
{
	margin: 0;
	padding: 0;
	font-family: "Times New Roman" , Geneva, Tahoma, Verdana, Arial;
}

img
{
	border: 0;
}

a
{
	color: #000000;
	text-decoration: none;
}

a:hover
{
	color: #c5c5c5;
	text-decoration: none;
}

/* -- SEO IMPROVEMENTS -- */

html, body
{
	background-color: #c9c9c9;
	background-image: url(/images/bg_grad.jpg);
	background-repeat: repeat-x;
	color: #000000;
	font-family: "Times New Roman" , Geneva, Tahoma, Verdana, Arial;
	font-size: 12px;
	min-height: 100%;
	_height: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
}

div.container
{
	height:100%;
	width:100%;
	margin:10px 0 0 0;
}

div.main
{
	position: relative;
	width: 800px;
	background: #ffffff;
	margin: 0 auto;
	min-height: 100%;
	_height: 100%;
	text-align: left;
}

div.left
{
	margin: 10px;
	width: 540px;
	float: left;
}

div.right
{
	margin: 10px;
	width: 180px;
	float: right;
}

div.footer
{
	clear: both;
	margin: 10px;
	height: 50px;
	width: 540px;
	border-top: 1px solid #b9babc;
}

div.footer p
{
	margin: 10px 0 10px 0;
	text-align: center;
}

/* MENU */

ul.menu
{
	list-style-type: none;
	height: 15px;
	width: 540px;
	margin: 6px 0 14px 0;
}

ul.menu li
{
	float: left;
	height: 16px;
	width: 89px;
	text-align: center;
	border-right: 1px solid #b9babc;
}

ul.menu li a
{
	font-family: "Times New Roman" , Geneva, Tahoma, Verdana, Arial;
	font-size: 12px;
	color: #000000;
	padding: 0 5px 0 5px;
	line-height: 1.4em;
	text-decoration: none;
	border-bottom: 1px solid #b9babc;
}

ul.menu li.last
{
	float: left;
	height: 16px;
	width: 89px;
	text-align: center;
	border-right: none;
}

/* PAGE */

div.page
{
	clear: both;
	margin:30px 0 0 0;
	width: 520px;
}

div.page div.item
{
	clear: both;
	margin: 5px 0 10px 0;
}

div.page div.item h1
{
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	margin: 0 0 5px 5px;
}

div.page div.item h2
{
	font-size: 15px;
	line-height: 14px;
	font-weight: bold;
	margin: 0 0 5px 0;
}

div.page div.item p
{
	margin: 0 5px 5px 5px;
}

div.page div.item p a
{
	color:#b16848;
}

/* FRONTPAGE */

div.frontpage
{
	margin:20px 0 0 0;
	clear: both;
	width: 520px;
}

div.frontpage div.push
{
	background-color: #f3f4f4;
	width: 520px;
	padding: 10px;
	margin: 0 0 5px 0;
}

div.frontpage div.item
{
	clear: both;
	margin: 10px 5px 10px 5px;
}

div.frontpage div.item h1
{
	display: inline;
	font-size: 20px;
	width: auto;
	color: #8a8b8c;
	font-weight: normal;
	font-style: italic;
	padding: 0 25px 5px 3px;
	border-bottom: 1px solid #b9babc;
}

div.frontpage div.item p
{
	margin: 5px;
}

div.frontpage div.half
{
	margin: 0;
	width: 50%;
	float: left;
}

/* MONTHBOOK */

div.monthbook
{
	margin:30px 0 0 0;
	clear: both;
	width: 520px;
}

div.monthbook div.push
{
	background-color: #f3f4f4;
	width: 520px;
	padding: 10px;
	margin: 0 0 5px 0;
}

div.monthbook div.item
{
	clear: both;
	margin: 10px 5px 10px 5px;
}

div.monthbook div.item h1
{
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	margin: 0 0 10px 0;
}

div.monthbook div.item h2
{
	font-size: 15px;
	line-height: 14px;
	font-weight: bold;
}


div.monthbook div.item p
{
	margin: 5px;
}



/* BOOK */

.book
{
	clear: both;
	width: 520px;
	margin: 5px 0 10px 0;
}

.book .image
{
	width: 90px;
	margin: 5px;
	float: left;
}


.book .content
{
	width: 410px;
	margin: 5px;
	float: right;
}

.book .content h2
{
	color: #b16848;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	border: 0;
}

.book .content h2 a
{
	color: #b16848;
	text-decoration: none;
}

.book .content p
{
	margin: 5px 5px 5px 0;
}

.book .content p a
{
	color: #b16848;
	text-decoration: none;
}

.book .content p.price
{
	font-weight: bold;
}

.book .content p.priceOrd
{
	font-weight: bold;
}

.book .content p.offer
{
	color: red;
	font-size: 13px;
	font-weight: bold;
}

.book .content p.buttons
{
	margin: 15px 5px 0 0;
}

/* BOOK LARGE */

.booklarge
{
	clear: both;
	width: 520px;
	margin: 5px 0 10px 0;
}

.booklarge .image
{
	width: 200px;
	float: left;
}

.booklarge .image p
{
	margin: 5px 0 5px 0;
}

.booklarge .content
{
	width: 260px;
	float: right;
}

.booklarge .content h2
{
	color: #b16848;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	border: 0;
}

.booklarge span.bold
{
	font-weight: bold;
}
.booklarge strong.tvertom
{
	font-weight: normal;
}

.booklarge .content h2 a
{
	color: #b16848;
	text-decoration: none;
}

.booklarge .content p
{
	margin: 5px 5px 5px 0;
}

div.booklarge .content p a
{
	color: #b16848;
	text-decoration: none;
}

/* BOOK HALF */

div.bookHalf
{
	margin: 10px;
	padding: 0;
	width: 99%;
	text-align: left;
}

div.bookHalf p
{
	margin: 5px 5px 10px 0;
}

div.bookHalf p a
{
	display: inline;
	color: #b16848;
	text-decoration: none;
}

div.bookHalf p.right
{
	text-align: right;
}

div.bookHalf p.right a
{
	color: #000000;
}

div.bookHalf p.right a img
{
	float: none;
	padding: 0;
	margin-right: 3px;
}

div.bookHalf img
{
	float: left;
	padding: 0px 10px 10px 0px;
}

div.bookHalf h2
{
	color: #b16848;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	border: 0;
}

.bookHalf h2 a
{
	color: #b16848;
	text-decoration: none;
}

/* AUTHOR LARGE */

div.authorLarge 
{
	clear: both;
	width: 520px;
	margin: 5px 0 10px 0;
}

div.authorLarge div.image
{
	float:left;
	width: 145px;
}

div.authorLarge div.content
{
	float:right;
	width: 380px;
}

div.authorLarge div.content h2
{
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #b16848;
}

div.authorLarge div.content div.authorBook 
{
	clear:both;
	padding:0 0 10px 0;
	margin:10px 0 10px 0;
	border-top: 1px solid gray;
}

div.authorLarge div.content div.authorBook h2
{
	font-size: 12px;
}

/* AUTHORS */

ul.authors 
{
	list-style-type:none;
}

ul.authors li
{
	height:18px;
	padding:4px 4px 4px 10px;
}



/* RIGHT COLUMN */

div.right div
{
	padding: 5px;
	margin:0;
}

div.right div.item
{
	background-color: #eef5fc;
	font-size: 12px;
	width: 170px;
	margin: 0;
}

div.right div.item h4
{
	color: #de8c5e;
	font-size: 14px;
	font-weight: normal;
	width: 170px;
}

div.right div.item p
{
	width: 170px;
}

div.right div select
{
	width: 139px;
}

div.right div input
{
	width: 139px;
}

div.right div.button
{
	text-align: right;
	width: 170px;
}

div.right div.button img
{
	margin-top: 0px;
	border: 0px;
}

div.right ul 
{
	background-color: #eef5fc;
	padding:0;
	display: block;
	margin:5px 0 5px 0;
}

div.right ul li
{
	display: block;
	border-top:2px solid #ffffff;
	width:100%;
	height:18px;
	margin:0;
	padding:4px 0 2px 4px;
}

div.right ul li a
{
	color:#000000;
	text-decoration:none;
}

ul.covers 
{
	list-style-type:none;
}

ul.covers li ul
{
	clear:both;
	list-style-type:none;
}

ul.covers li ul li
{
	float:left;
	width:33%;
	height:28px;
}