@charset "utf-8";
/* CSS Document */

	.category_title { font-weight:bold; text-align:center; font-size:22px; padding:10px; border-bottom: 1px dotted #ddd; color:#404040; background: #eeeeee;}
	.category_image { clear:left; float:left; padding:10px; padding-left:20px; border-right: 2px dotted #ddd; }
	.category_features { float:right; padding:10px; padding-right:20px; }
		.category_features .checkbox { clear:both; padding:3px; width:200px; padding-top:20px; }
		.category_features .checkbox .text { font-weight:bold; clear:both; }
		.category_features .checkbox .feature_option { float:left; padding-left:5px; }
			.category_features .checkbox .feature_option .option_name { float:left; }
			.category_features .checkbox .feature_option .option_image { float:left; padding-left:5px; }
		.category_features .select { clear:both; padding:3px; width:200px; }
			.category_features .select .text { float:left; font-weight:bold; }
			.category_features .select .option_name { float:left; padding-left:5px; }
			.category_features .select .option_image { float:left; padding-left:5px; }
	.category_extension { clear:both; width:658px; padding:10px; }
		.category_extension .text_box { float:left; width:323px; padding:3px; }
			.category_extension .text_box .text { float:left; font-weight:bold; }
			.category_extension .text_box .value { float:left; padding-left:5px; }
		.category_extension .text_area { float:left; width:323px; padding:3px; }
			.category_extension .text_area .text { clear:both; font-weight:bold; }
			.category_extension .text_area .value { clear:both; }			
	.category_description .descriptionheading { font-weight: bold; color:#404040; font-size: 12px; margin-bottom: 10px;}
	.category_description { float: left; padding:20px; padding-left:20px; padding-right:20px; color: #666; font-size: 12px;}	
	.dotteddivide { clear: both; border-bottom: 2px dotted #ddd; }
	.productheading {color: #404040; font-size:16px; margin-left: 20px; font-weight:bold; font-family:Verdana, Geneva, sans-serif; margin-top: 10px;}
	
.category_listings { clear:both; font-family:Verdana, Geneva, sans-serif; padding:10px; margin: 15px; bordeR: solid 1px #eee; }
.category_listings h2 { font-size: 16px; color:#404040; margin-top: 0px; margin-bottom: 5px;}
	.category_listings .subcategory { float:left; font-size:11px; font-weight:bold; text-align:center; margin: 15px; width:97px; height:130px; }
	.category_listings .subcategory a {font-size: 12px; color:#848484; }
	.category_listings .subcategory .image {min-height: 50px; }
	.category_listings .subcategory .link { margin-top: 5px; text-align:center;}

.results_navigation { width:600px; margin-left:auto; margin-right:auto; clear:both; }
	.results_navigation .pages { float:left; border:solid 1px; padding:5px; }
		.results_navigation .pages .first_page { float:left; width:30px; text-align:center; }
		.results_navigation .pages .result_page { float:left; width:10px; text-align:center; }
		.results_navigation .pages .last_page { float:left; width:30px; text-align:center; }
	.results_navigation .navigation { width:100px; margin-left:auto; margin-right:auto; border:solid 1px; height:15px; padding:5px; }
		.results_navigation .next { float:left; width:50px; text-align:center; }
		.results_navigation .prev { float:left; width:50px; text-align:center; }
	.results_navigation .num_of_results { float:right; border:solid 1px; position:relative; top:-25px; padding:5px; }
		.results_navigation .num_of_results .result { float:left; width:25px; text-align:center; }
	
.product_listings { clear:both; font-family:Verdana, Geneva, sans-serif; padding-bottom: 10px; font-size:12px; color:#848484;}
.product_listings a {color:#848484; font-size:12px;}

	.product_listings .product { float:left; padding:5px; border:1px solid #ddd; margin: 15px; min-height:190px; width:123px; margin-top:8px; }

		.product_listings .product .thumbnail { float:left; width:110px; height:110px; margin:5px; border:solid 1px #bababa; }
		.product_listings .product .thumbnail img { height:100px; width:100px; margin:5px; }
		.product_listings .product .name { float:left; width:120px; max-height:42px; overflow:hidden; font-size:12px; padding:3px; font-weight:bold;  padding-left: 5px; }
		.product_listings .product .price { float:left; width:110px; font-size:11px; padding:3px;}
		.product_listings .product .description { clear:both; font-style:italic; font-size:11px; padding:3px; border-top:1px dotted #ddd; }
