

#search_form {
	width: 569px;
	/*background: orange;*/
	height: 43px;
}

	#search_form #left{
		float: left;
		width: 9px;
		background: url('../img/bg/search_left_bg.png') 0 0 no-repeat;
		height: 43px;
	}

	#search_form #middle{
		float: left;
		width: 550px;
		background: url('../img/bg/search_middle_bg.png') 0 0 repeat-x;
		height: 43px;
	}
	
	#search_form #middle table{
		float: left;
		width: 85%;
	}
	
	#search_form #middle td{
		color: #FFF;
		font-family: Verdana;
		font-size: 11px;
		text-align: center;
	}
	
	#search_form #right{
		float: left;
		width: 10px;
		background: url('../img/bg/search_right_bg.png') 0 0 no-repeat;
		height: 43px;
	}
	
	#search_submit {
		float: left;
		width: 75px;
		margin-top: 10px;
	}	
	
	.input input, select {
		border: 1px solid #ff7e00;
	}

.results_box {
	margin: 10px;
}



.results_row {

}

.book_box {
	position: relative;
	float: left;
	width: 49%;
	height: 150px;
	border-right: 1px solid #BCBABA;
	margin: 5px 0px 10px 0px;
	background: #F3F2F2;	
}

.book_box_2 {
	position: relative;
	float: left;
	width: 49%;
	height: 150px;
	border-left: 1px solid #FFFFFF;
	margin: 5px 0px 10px 0px;
	background: #F3F2F2;	
}

.book_number {
	position: absolute;
	height: 19px;
	width: 13px;
	background: #5D5C5C;
	color: #fff;
	font-size: 10px;
	font-family: verdana;
	top: 0;
	left: 0;
	padding: 2px 0 0 5px;
	border-right: 1px solid black;
	border-bottom: 1px solid black;	
}







.book_author{ margin-left: 3px; color: #828181; font-family: Verdana; font-size: 11px; text-align: left }
.book_author a { color: #828181 }
.book_genre{ margin-left: 3px; color: #5D5C5C; font-family: Verdana; font-size: 11px; text-align: left; }
.book_buy { margin: -30px 0 0 200px; width: 71px; height: 29px; }
.book_cover { margin-left: 3px; }
.book_name { margin: -80px 0 0 65px; color: #F47C20; font-family: Verdana; font-size: 11px; text-align: left; }
.book_comment { margin: 3px 0 0 65px; color: #5D5C5C; font-family: Verdana;	font-size: 11px; text-align: left; }
.book_comment a{ color: #5D5C5C; text-decoration: none; }
.book_comment a:hover{ text-decoration: underline; }
.book_details { display: block; margin: 5px 0 0 215px; color: #5D5C5C; font-family: Verdana; font-size: 11px; text-align: left; }
.book_price { margin: 0px 0 0 5px; color: #5D5C5C; font-family: Verdana; font-size: 11px; text-align: left; }
/*

.book_buy {
	margin: 1px 0 0 200px;
	width: 71px;
	height: 29px;
	border-left: 2px dashed #bebebe;
	border-bottom: 2px dashed #bebebe;		
}

.book_cover {
	margin: 0 0 0 15px;
	color: #FF0000;
	width: 56px;
	height: 80px;		
}

.book_author {
	margin: -80px 0 0 80px;
	color: #828181;
	font-family: Verdana;
	font-size: 11px;
	text-align: left;	
}

.book_author a {
	color: #828181;
}

.book_name {
	margin: 0 0 0 80px;
	color: #F47C20;
	font-family: Verdana;
	font-size: 11px;
	text-align: left;
		
}

.book_price {
	margin: 0 0 0 80px;
	color: #5D5C5C;
	font-family: Verdana;
	font-size: 11px;
	text-align: left;
		
}

.book_genre {
	margin: 0 0 0 80px;
	color: #5D5C5C;
	font-family: Verdana;
	font-size: 11px;
	text-align: left;
		
}

.book_genre a {
	color: #5D5C5C;
}

.book_comment {
	margin: 3px 0 0 90px;
	color: #5D5C5C;
	font-family: Verdana;
	font-size: 11px;
	text-align: left;
		
}

.book_comment a{
	color: #5D5C5C;
	text-decoration: none;
}

.book_comment a:hover{
	text-decoration: underline;
}

.book_details {
	float: block;
	margin: 5px 0 0 215px;
	color: #5D5C5C;
	font-family: Verdana;
	font-size: 11px;
	text-align: left;
		
}

*/


#results_nav {
	margin: 0 0 0 12px;
	border-top: 1px solid #ddd;
	width: 94%;
}

#pages_num {
	width: 98%;
	text-align: right;	
	height: 30px;
	font-size: 11px;
	padding: 3px 0 0 0;
	color: #333;
}

#search_breadcrumbs {
	padding: 20px 0 0 0;
	font-size: 15px;
	color: #bbb;
}

#search_breadcrumbs a{
	color: #333;
}

#search_navigation {
	clear: both;
	padding: 0 0 0 150px;
}

.page_link {
	background: #333;
	margin: 0px 3px 10px ;	
	width: 7px;
	color: #fff;
	padding: 2px 7px 0 5px;	
}

.page_here {
	background: #ddd;
}

#search_navigation a{
	display: block;
	float: left;

}

#search_navigation .next_prev{
	display: block;
	float: left;
	color: #333;
	padding: 2px 5px 0 5px;
}

#catalog_head {
	margin: 15px auto;
	border-bottom: 1px solid gray;
	text-align: center;
	width: 85%;
}

#catalog {
	text-align: center;
}

#catalog table{
	margin: 10px auto;
}