/* styles for store page */

html body #content #store_categories {
	list-style: none;
	list-style-image: none;
	margin: -5px 0 1em;
	padding: 0;
	}
	
html body #content #store_categories li {
	list-style: none;
	list-style-image: none;
	padding: 0;
	margin: 0;
	}

#store_categories li a {
	display: block;
	border-bottom: 1px solid #999;
	text-decoration: none;
	padding: 6px 20px 6px 28px;
	background: url(./images/arrow.jpg) 12px 50% no-repeat;
	width: 170px;
	}

#store_content {
	background: url(./images/store_bg.jpg) top left repeat-y;
	float: left;
	width: 100%;
	margin-top: 15px;
	}
	
#store_header {
	background: url(./images/store_header.jpg) top left no-repeat;
	padding: 130px 40px 0;
	}

#store_header h1 {
	display: none;
	}	

#store_header .micro_cart {
	margin-top: -88px;
	float: right;
	width: 230px;
	color: #fff;
	font: italic normal 1.5em/1em Georgia, "Times New Roman", Times, serif;
	}

#store_header .micro_cart big {
	font-size: 1.75em;
	color: #f0ffcf;
	}

#store_header .micro_cart .actions {
	padding-top: 10px;
	}

#store_content .product {
	margin-bottom: 1em;
	background: url(./images/product_list_bg.jpg) top left no-repeat;
	width: 100%;
	}
	
#store_content .product .end_product {
	clear: both;
	line-height: 10px;
	height: 10px;
	background: url(./images/product_list_bot.jpg) bottom left no-repeat;
	}

#store_content .product .small_image {
	float: left;
	padding: 9px 9px 0;
	width: 105px;
	}

#store_content .product .small_image a {
	display: block;
	color: #fff;
	font: italic normal 1.6em Georgia, "Times New Roman", Times, serif;
	line-height: 70px;
	text-decoration: none;
	text-align: center;
	}
#store_content .product .small_image img {
	display: block;
	}

#store_content .product .details {
	padding: 8px 20px 0 145px;
	}

#store_content .product .details .price {
	text-align: center;
	color: #fff;
	float: right;
	display: inline;
	margin: -6px -17px 0 0;
	padding: 8px 12px 3.5em 45px;
	font: 1.5em/1 Georgia, "Times New Roman", Times, serif;
	background: url(./images/price_bg.gif) top left no-repeat;
	}
#store_content .price small {
	font-size: .6em;
	}

#store_content .product_detail ul.product_sku_options {
	margin: 0px;
	padding: 0px;
}

#store_content .product_detail ul.product_sku_options li {
	clear: both;
	border-top: solid 1px #e0e0e0;
	padding: 5px 0;
	list-style: none;
}

#store_content .product_detail ul.product_sku_options li:first-child {
	border: none;
}


#store_content .product_detail .product_sku_options .price {
	font-size: 1.8em;
	margin: 0px;
	padding: 0px .5em;
	width: auto;
}

#store_content .product .details .description {
	margin: .5em 0;
	background: none;
	border: none;
	padding:0;
	}

#store_content .product .details h3, #store_content .product_detail h3 {
	font: normal bold 1.4em/1.1 Georgia, "Times New Roman", Times, serif;
	margin: 0;
	}
#store_content .product .details h3 a {
	text-decoration: none;
	}

#store_content .product .details .read_more {
	margin: 0;
	}
	
/* product detail page */

#store_content .breadcrumbs {
	font: bold 1.4em Georgia, "Times New Roman", Times, serif;
	}

#store_content .product_detail {
	background: url(./images/product_bg.jpg) 1px 1px no-repeat #f7f9fa;
	padding: 1px 20px 0 325px;
	border: 1px solid #bac7d2;
	width: 228px;
	margin-bottom: 2em;
	}
#store_content .product_detail .description{
	width: auto;
}
#store_content .product_detail .medium_image {
	width: 260px;
	padding: 7px 22px 19px 20px;
	float: left;
	margin: 11px 0 0 -324px;
	display: inline;
	background: url(./images/product_img_bg.jpg) bottom left no-repeat #f7f9fa;
	}

#store_content .product_detail .medium_image img {
	display: block;
	border: 1px solid #c6c7d1;
	}

#store_content .product_detail .medium_image p {
	display: block;
	border: 1px solid #c6c7d1;
	font: italic normal 1.6em/1.2 Georgia, "Times New Roman", Times, serif;
	text-align: center;
	color: #89798f;
	margin: 0;
	padding: 60px 20px;
	background-color: #fff;
	}

#store_content .product_detail h2 {
	margin: 0;
	padding: 14px 0 0;
	}

#store_content .product_detail .description {
	line-height: 1.3;
	margin: 5px 0 0;
	}

#store_content .product_detail .price {
	letter-spacing: -0.04em;
	margin: 2px 0;
	width: 100px;
	float: right;
	color: #8aac86;
	padding-top: 10px;
	font: 2.8em/1.2 Georgia, "Times New Roman", Times, serif;
	}

html>body #store_content .product_detail .price {
	padding-top: 0;
	margin-top: -5px;
	}

#store_content .product_detail .end_product {
	clear: both;
	line-height: 1px;
	height: 1px;
	background-color: #f7f9fa;
	}

html>body .product_detail .end_product {
	margin-left: -325px;
	}

#store_footer {
	padding: .5em;
	width: 100%;
	clear:both;
	background: url(./images/store_footer.jpg) bottom left no-repeat;
	}
#what_slider {
	width:350px;
}
#what_slider_toggle:hover {
	color:#436386;	
}

