.search_page{
	padding-top: 15px;
	padding-left: 100px;
	font-family: verdana, sans-serif;
	color:#000000;
	
}

.search_page_title{
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}

.search_page select{
	margin-bottom: 4px;
}

.search_buttons{
	padding-top: 20px;
	text-align: center;
	clear: both;
}

.search_buttons input{
	font-size: 12pt;
	border: 1px solid black;
}



.search_results_page{
	padding: 15px;
}




.results_submit_holder{
	text-align: right;
}

.results_submit_holder input{
	border: 1px solid black;
}

.search_result_row{
	margin: 5px;
	border: 1px solid black;
	padding-bottom: 10px;
	padding-right: 10px;
	height: 150px;
}
.search_result_row_ad{
	background: #ffffff;
	margin: 5px;
	border: 2px solid black;
	padding-bottom: 10px;
	padding-right: 10px;
	height: 165px;
	line-height: 20px;
}

.search_result_row_new{
	margin: 5px;
	border: 1px solid black;
	padding-bottom: 10px;
	padding-right: 10px;
}
.search_result_row_ad_new{
	background: #ffffff;
	margin: 5px;
	border: 2px solid black;
	padding-bottom: 10px;
	padding-right: 10px;
	line-height: 20px;
}


.search_result_row_title{
	padding: 10px;
	font-size: 12pt;
	font-weight: bold;
}

.search_result_row_img_holder{
	float: left;
	height: 60px;
	width: 150px;
	margin: 10px;
	text-align: center;
}

.search_result_row_img_holder img{
	border: 1px solid black;
}

.search_result_row_content{
	margin-left: 170px;
	font-size: 12pt;
	height: 100px;
	padding-left: 10px;
}

.search_result_price{
	float: right;
}




/**************************************/

.compare_result_row_title{
	overflow: hidden;
	height: 42px;
	line-height: 20px;
	font-size: 12pt;
	font-weight: bold;
}

.compare_result_row{
	float: left;
	width: 150px;
	border: 1px solid black;
	margin: 5px;
	padding: 10px;
}

compare_result_row_content{
}