/* CSS Document */


body #all #maincontent  {
	position: relative;
}

body #all #maincontent table#sr_table {
	width: 450px;
	margin-bottom: 10px;
	margin-left: 20px;
}

body #all #maincontent table#sr_table tr.resultsrow {
	width: 450px;
/*	height: 200px;*/
}

body #all #maincontent table#sr_table tr.resultsrow td {
	width: 150px;
	text-align: center;
}



/* IE FIX *//*
* html body #all #maincontent div.resultsrow {
	margin-left: 20px;
	margin-right: 0px;
}*/
/*
body #all #maincontent div.resultsrow#rowup {
	margin-top: 57px;
}
*/
/*
body #all #maincontent div.resultsrow#rowmd {
	clear: left;
	position: relative;
	top: 10px;
}

body #all #maincontent div.resultsrow#rowdn {
	clear: left;
	position: relative;
	top: 20px;
}
*/

body #all #maincontent table#sr_table tr.resultsrow td div.bookresult {
	width: 135px;
	/*height: 180px; 194*/
	border: 1px dashed black;
	background-color: #BFBCAF;
	padding-top: 5px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	position: relative;
	/*float: left;*/
}

body #all #maincontent table#sr_table tr.resultsrow td div.bookresult span.sign {
display: block;
position: absolute;
top: 0px;
left: 0px;
width: 84px;
height: 83px;
margin: 0px;
padding: 0px;
background-repeat: no-repeat;
cursor: pointer;
}

body #all #maincontent table#sr_table tr.resultsrow td div.bookresult span.recommended {background-image:url(../img/bk_recommended.png);}
body #all #maincontent table#sr_table tr.resultsrow td div.bookresult span.specialoffer {background-image:url(../img/bk_specialoffer.png);}
body #all #maincontent table#sr_table tr.resultsrow td div.bookresult span.new {background-image:url(../img/bk_new.png);}

body #all #maincontent table#sr_table tr.resultsrow td div.bookresult p {
	text-align: center;
	margin: 0px;
	padding-left: 5px;
	padding-right: 5px;
}
body #all #maincontent table#sr_table tr.resultsrow td div.bookresult p,
body #all #maincontent table#sr_table tr.resultsrow td div.bookresult p * {
	font-size: 9px;
}

body #all #maincontent table#sr_table tr.resultsrow td div.bookresult p a {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	/*border: 1px solid red;*/
	text-align: center;
}

body #all #maincontent table#sr_table tr.resultsrow td div.bookresult p span {
	font-size: 9px;
	color: #777362;
}

body #all #maincontent table#sr_table tr.resultsrow td div.bookresult p span.result_price {
	display: block;
	position: relative;
	margin-left: 12px;
	margin-right: 30px;
	top: 9px;
	font-size: 9px;
	text-align: center;
	color: #333333;
	font-weight: bold;
}

body #all #maincontent table#sr_table tr.resultsrow td div.bookresult p a.cover_link {
	display: block;
	width: 125px;
	height: 160px;
}

body #all #maincontent table#sr_table tr.resultsrow td div.bookresult p a.add_to_cart_small,
body #all #maincontent table#sr_table tr.resultsrow td div.bookresult p span.add_to_cart_small {
	display: block;
	width: 93px;
	height: 34px;
	margin-left: auto;
	margin-right: auto;
}
body #all #maincontent table#sr_table tr.resultsrow td div.bookresult p a.add_to_cart_small {
	background-image: url(../img/add_to_cart_small.png);
}
body #all #maincontent table#sr_table tr.resultsrow td div.bookresult p span.add_to_cart_small {
	background-image: url(../img/add_to_cart_small_disabled.png);
}

body #all #maincontent table#sr_table tr.resultsrow td div.bookresult p img {
	border: 1px solid #777362;
	margin-bottom: 5px;
}

body #all #maincontent h1 {
	text-transform: uppercase;
	font-weight: normal;
	margin-bottom: 2px;
}

body #all #maincontent p,
body #all #maincontent p a {
	font-size:11px;
}

body #all #maincontent h2 {
	background-position: top right;
	background-repeat: no-repeat;
	height: 20px;
	margin-bottom: 5px;
}

body #all #maincontent h2 span {
	display: none;
}

body #all #maincontent #numresults {
	margin: 0px;
	padding: 0px;
	position: relative;
	margin-bottom: 5px;
}

body #all #maincontent #numresults p {
	margin-bottom: 0px;
}

body #all #maincontent div.num__pages {
	margin: 0px;
	padding: 0px;
	position: relative;
	margin-bottom: 5px;
}

body #all #maincontent div.num__pages p {
	margin-bottom: 0px;
}

body #all #maincontent #sch_filter {
	margin: 0px;
	padding: 0px;
	position: relative;
	margin-bottom: 15px;
}

body #all #maincontent #sch_filter p {
	margin-bottom: 5px;
}

body #all #maincontent #navpath {
	margin-bottom: 15px;
}

