body{
	background-color: #EEECE1;
	margin: 0px;
	font-size: 10px;
	font-family: Verdana, Helvetica, sans-serif;
}
*{
	font-family: Verdana, Helvetica, sans-serif;
}

a{
	text-decoration:none;
	color: #70693f;
}

h1{
	color: #86cbdb;
	font-size: 13px;
}

h2{
	color: #86cbdb;
	font-size: 12px;
}

h3{
	color: #86cbdb;
	font-size: 11px;
}

h4{
	color: #86cbdb;
	font-size: 10px;
}

h5{
	color: #86cbdb;
	font-size: 9px;
}

#master{
	width: 955px;
	background-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
}

.toprow{
	width: 955px;
	height: 150px;
	margin-bottom: 11px;
}

#main_but_home a, #main_but_books a, #main_but_links a{
	width: 150px;
	height: 150px;
	display: block;
	float: left;
	margin-right: 11px;
}

#main_but_home a img, #main_but_books a img, #main_but_links a img, #toplinks_left a img, #toplinks_right a img, #footer_copy a img, #footer_links a img{
	border: 0px;
}

#main_logo{
	width: 472px;
	height: 150px;
	float: left;
	background-image: url('../images/holland_books_logo.jpg');
}

#toplinks_left{
	float: left;
}

#toplinks_right{
	float: right;
	padding-right:6px;
	margin-right:6px;
}

#main_text{
	width: 472px;
	background-color: #5d7784;
	color: #FFFFFF;
	font-size: 11px;
	font-family: Verdana, Helvetica, sans-serif;
}

#main_images{
	padding:0px;
	height: 150px;
	width: 472px;
	background-color: #FF7700;
	
}

.main_content{
	width: 955px;
	font-family: Verdana, Helvetica, sans-serif;
}

/* Main page */

.new_title, .offer_of_the_week, .offer_of_the_week_picture, .other_titles{
	vertical-align:top;
	height: 310px;
	border: 1px solid #70693F;
}
.spacer_column{
	width:8px;
}
.spacer_row{
	line-height:8px;
}
/* Checkout pages */
#check_out_left{
	height: 310px;
	width: 470px;
	border: 1px solid #70693F;
	float: left;
}

#check_out_right{
	height: 310px;
	width: 470px;
	border: 1px solid #70693F;
	float: right;
}
#username,#userpass{
	border: 1px solid #70693F;
}
/* Common classes*/
.box_header{
	height: 22px;	
	width: 100%;
	background-color: #70693F;
}

.box_header_text{
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	float: left;
	line-height: 22px;
	margin-left: 5px;
}

.box_header_text a{
	color: #b3b099;
}

.box_header img{
	float: right;
}

.box_content{
	height: 300px;
	padding-left:5px;
	padding-top:5px;
	
}
#error a{
	padding:5px;
	color:#ff0000;
}

.box_content, .box_content table{
	padding-left:10px;
	width: 100%;
}
.box_footer{
	text-align: right;
}

.box_footer input, .box_content input,.mailerbutton{
	border: 1px solid #ffffff;
	background-color: #ffffff;
	color: #70693f;
	font-weight: bold;
	font-size:11px;
	margin-right:5px;
	margin-bottom:4px;
}

.box_content input.amount{
	border: 1px solid #70693f;
	text-align:center;
}
/* Books overview */
.books_overview{
	width: 955px;
}

.books_overview_book{
	width: 138px;
	height: 310px;
	border: 1px solid #70693F;
	float: left;
	padding: 5px;
	margin-right: 11px;
	margin-top: 11px;
}

.books_overview_book_last{
	width: 138px;
	height: 310px;
	border: 1px solid #70693F;
	padding: 5px;
	float: left;
	margin-top: 11px;
}

.book_image{
	height: 230px;
	text-align: center;
	width: 138px
}

.book_image img{
	border: none;
}

.book_title{
	color: #86CBDB;
	font-weight: bold;
	font-size: 10px;
	line-height: 12px;
	height: 50px;
}

.book_price{
	font-weight: bold;
	font-size: 10px;
}

.book_to_info a{
	color: #86CBDB;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
}

/* Books detail */
#book_information, #book_shoppingcart{
	height: 310px;
	border: 1px solid #70693F;
	float: left;
}

#book_details{
	margin-top: 11px;
	float: right;
}

#book_picture{
	float:left;
	margin-right: 11px;
}
#book_picture table{
float:left;
	width:472px;
	border-collapse:collapse;
	overflow:hidden;
}

#book_picture table tr{
	text-align:left;
	vertical-align:bottom;
}
.image{
	text-align:right;
}
.book_details_price{
	float:left;
}
.book_details_order{
	float:right;
}
#book_information{
	width: 299px;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 11px;
}

#book_shoppingcart{
	width: 148px;
	margin-left: 11px;
}
#shopping_cart_content #checkout{
	float:right;
	margin-right:4px;
}
#shopping_cart_content #cart_items{
	padding-top:4px;
	padding-left:4px;
	padding-right:4px;
	height:225px;
	overflow-y:auto;
	overflow-x:hidden;
}

#shopping_cart_content #item{
	font-size:10px;
	font-weight:bold;
	border-bottom:1px solid #b3b099;
}
#shopping_cart_content #item #price{
	font-size:10px;
	font-weight:bold;
	color:#86CBDB;

}
#shopping_cart_content  #price_vat{
	font-size:10px;
	font-weight:normal;
	color:#b3b099;
}
#shopping_cart_content  #shopping_cart_total_inc{
	font-size:10px;
	font-weight:bold;
	text-align:justify;
	color:#5d7784;
	padding-left:4px;
}
.book_details_title{
	color: #86cbdb;
	font-size: 12px;
	font-weight: bold;
	height: 40px;
}

.book_details_text{
	height: 207px;
	width: 300px;
	overflow-y: auto;
	overflow-x: none;
	font-size: 10px;
}

.book_details_extrainfo{
	margin-top: 5px;
	font-size: 10px;
	color: #5d7784;
	height: 35px;
}

.book_details_price{
	font-size: 10px;
	font-weight: bold;
}

#check_out_left{
	margin-top: 11px;
	height: 100%;
	overflow:hidden;
}
#error{
	color:#ff0000;
}
#succses{
	font-weight:bold;
}

#check_out_right{
	margin-top: 11px;
	height: 100%;
}

/* Footer */
#footer{
	margin-top: 11px;
	width: 955px;
	height: 30px;
}

#footer_copy{
	padding-left: 11px;
	width: 214px;
	height: 30px;
	float: left;
}
.paments{
	float:left;
}
#footer_links{	
	width: 459px;
	height: 30px;
	background-color: #86CBDB;
	float: right;
	padding-right:13px;
	text-align: right;
}

.clearfix{
	clear: both;
}

