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

	.category_title { font-weight:bold; text-align:center; font-size:22px; padding:10px; border-bottom: 1px dotted #ddd; color:#003458; background: #eeeeee;}
	.dotteddivide { clear: both; border-bottom: 2px dotted #ddd; }
	.productheading {color: #4282c0; 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:#003458; margin-top: 0px; margin-bottom: 5px;}
	.category_listings .subcategory { float:left; font-size:11px; font-weight:bold; text-align:center; margin: 10px; margin-right: 30px; margin-left: 0;}
	.category_listings .subcategory a {font-size: 12px; color:#015087; }
	.category_listings .subcategory .image {min-height: 50px; }
	.category_listings .subcategory .link { margin-top: 5px;}

.results_navigation_products { width:526px; margin-left:auto; margin-right:auto; clear:both; margin-top:10px; color:#4282c0; }
.results_navigation_products a{ color:#e8781a; text-decoration:none; }
.results_navigation_products a:hover{ color:#e8781a; }
	.results_navigation_products .pages { float:left; width:200px; padding:5px; }
		.results_navigation_products .pages .first_page { float:left; width:30px; text-align:center; }
		.results_navigation_products .pages .result_page { float:left; width:10px; text-align:center; }
		.results_navigation_products .pages .last_page { float:left; width:30px; text-align:center; }
	.results_navigation_products .navigation { width:100px; margin-left:auto; margin-right:auto; height:15px; padding:5px; }
		.results_navigation_products .next { float:left; width:50px; text-align:center; }
		.results_navigation_products .prev { float:left; width:50px; text-align:center; }
	.results_navigation_products .num_of_results { float:right; position:relative; top:-25px; padding:5px; }
		.results_navigation_products .num_of_results .result { float:left; width:20px; text-align:center; }

.product_heading { clear:both; font-weight:bold; font-family:Verdana, Geneva, sans-serif; border-bottom:1px dotted #7dbfff; margin-top:10px; height:28px; margin: 15px; padding:5px; background: #4282c0; margin-bottom: 5px; color:#fff; }
.product_heading a { color:#fff; font-size:12px;}
	.product_heading .thumbnail { float:left;}
	.product_heading .name { float:left; width:364px; font-size:11px; padding-left: 10px; padding-top: 2px; }
	.product_heading .price { float:left;  width:100px; font-size:11px; padding-left: 8px; padding-top: 2px; text-align:right; }
	.product_heading .shipping { display: none; float:left;  width:100px; font-size:11px; padding-top: 2px; text-align:right;}
	.product_heading .description { display:none; font-size:11px;  }
	
.product_listings { clear:both; font-family:Verdana, Geneva, sans-serif; padding-bottom: 10px; font-size:12px; color:#015087;}
.product_listings a {color:#015087; font-size:12px;}

	.product_listings .product { clear:both; padding:5px; border:1px solid #ddd; margin: 15px; height:162px; margin-top:8px; }

		.product_listings .product .thumbnail { float:left; width:150px; height:150px; margin:5px; border:solid 1px #bababa; }
		.product_listings .product .thumbnail img { float:left; max-width:140px; max-height:140px; margin:5px; }
		.product_listings .product .name { float:left; width:200px; font-size:12px; padding:3px; font-weight:bold; padding-top:23px; padding-left: 10px; }
		.product_listings .product .price { float:left; width:100px; font-size:11px; padding:3px; padding-top:23px; text-align:right;}
		.product_listings .product .shipping { float:left; width:90px; font-size:11px; padding:3px; padding-top:23px; text-align:right;}
		.product_listings .product .description { float:left; font-style:italic; font-size:11px; padding:3px; width:315px; border-top:1px dotted #ddd; }
		
		.product_listings .product .discounted { text-decoration:line-through; color:#777; }
