@charset "utf-8";
/* CSS Document */

.search_bar_small { clear:both; width:500px; margin-left:auto; margin-right:auto; }
	.search_bar_small .search_type { float:left; }
		.search_bar_small .search_type .text { clear:both; font-size:10px; }
		.search_bar_small .search_type .input_box { clear:both }
	.search_bar_small .search_box { float:left; padding-left:10px; padding-top:5px; }
		.search_bar_small .search_box input { width:200px; }
	.search_bar_small .search_button { float:left; padding-top:13px; padding-left:5px; }
	.search_bar_small .search_descriptions { clear:both; font-size:14px; padding-left:120px; }
	#search_filters #drop_down_list .category_dropdown { float:left; margin-top: 4px; margin-left:10px; display:none; }

		
.search_heading { clear:both; font-weight:bold; font-family:Verdana, Geneva, sans-serif; padding:5px; padding-top:20px; }
	.search_heading .thumbnail { float:left; width:60px; }
	.search_heading .name { float:left; width:370px; font-size:12px; }
	.search_heading .price { float:left; width:100px; font-size:12px;}
	.search_heading .shipping { float:left; width:100px; font-size:12px; }
	.search_heading .description { display:none; }
.search_results { clear:both; font-family:Verdana, Geneva, sans-serif; }
	.search_results .product { clear:both; }
		.search_results .product .thumbnail { float:left; width:50px; height:50px; margin:5px; border:solid 1px; }
		.search_results .product .name { float:left; width:364px; font-size:13px; padding:3px; font-weight:bold; text-decoration:underline; padding-top:10px; }
		.search_results .product .price { float:left; width:94px; font-size:12px; padding:3px; padding-top:10px; }
		.search_results .product .shipping { float:left; width:94px; font-size:12px; padding:3px; padding-top:10px; }
		.search_results .product .description { float:left; width:620px; font-style:italic; font-size:12px; padding:3px; }