@charset "utf-8";
/* CSS Document */
/*Product List Stuff*/
div.product_list_holder
	{
	clear:both;
	font-size:12px;
	color:#372C78;
	font-weight:bold;
	}
div.product_list_holder	div.product_holder
	{
	border-width:1px;
	border-style:solid;
	border-color:#CCCCCC;
	width:151px;
	height:225px;
	padding:5px;
	float:left;
	margin-right:4px;
	}
div.product_list_holder	div.product_holder div.product_image
	{
	border-width:0px;
	border-style:none;
	border-color:#FFFFFF;
	height:130px;
	}
div.product_list_holder	div.product_holder div.product_name
	{
	padding-top:5px;
	padding-bottom:10px;
	height:35px;
	}
div.product_list_holder	div.product_holder div.product_name span.short_desc
	{
	color:#00923F;
	}
div.product_list_holder	div.product_holder div.product_extra
	{
	clear:both;
	float:left;
	
	}
div.product_list_holder	div.product_holder div.product_extra div.product_price
	{
	float:left;
	width:125px;
	}
div.product_list_holder	div.product_holder div.product_extra div.product_var
	{
	float:left;
	width:75px;
	color:#00923F;
	}


div.product_more
	{
	padding-bottom:5px;
	}
div.product_more a
	{
	text-decoration:none;
	color:#00923F;
	background-image:url(../images/arrowOff.jpg);
	background-repeat:no-repeat;
	padding-left:13px;
	line-height:11px;
	}
div.product_more a:hover
	{
	color:#372C78;
	background-image:url(../images/arrowOver.jpg);
	}


/*Product Detail Stuff*/
div.product_detail_container
	{
	padding-bottom:10px;
	}

div.product_detail_container div.product_title
	{
	clear:both;
	}

div.product_detail_container div.product_title h3
	{
	font-size:24px;
	margin:0;
	padding:0;
	font-weight:normal;
	padding-top:5px;
	padding-bottom:5px;
	color:#372C78;
	clear:none;
	}

div.product_detail_container div.product_images_holder
	{
	padding-right:10px;
	width:250px;
	float:left;
	}

div.product_detail_container div.product_images_holder div.product_main_image
	{
	
	}

div.product_detail_container div.product_right_holder
	{
	width:405px;
	float:left;
	margin:0;
	padding:0;
	}


div.product_detail_container div.product_right_holder div.product_cat_img
	{
	float:right;
	}

div.product_detail_container div.product_right_holder div.product_cat_img a img
	{
	border-width:0px;
	border-style:none;
	border-color:#FFFFFF;
	}

div.product_detail_container div.product_right_holder div.product_price
	{
	color:#00923F;
	font-size:12px;
	font-weight:bold;
	padding-top:5px;
	padding-bottom:5px;
	
	}

div.product_testimonials
	{
	padding-top:10px;
	padding-bottom:10px;
	}
div.product_testimonials div.testimonials_title
	{
	padding-bottom:10px;
	font-size:14px;
	font-weight:bold;
	}
div.product_testimonials div.testimonials_content
	{
	padding-left:20px;
	padding-right:20px;
	
	}

div.product_ingredients
	{
	padding-top:10px;
	padding-bottom:10px;
	}
div.product_ingredients div.ingredients_title
	{
	padding-bottom:10px;
	font-size:14px;
	font-weight:bold;
	}
div.product_ingredients div.ingredients_content
	{
	padding-left:20px;
	padding-right:20px;
	
	}

div.search_page_nos
	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #00923f;
	font-weight: bold;
	font-size: 12px;
	}

.prev_next_button
	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	border-style:none;
	border-width:0px;
	border-color:#FFFFFF;
	color: #00923f;
	font-weight: bold;
	font-size: 12px;
	background-color:#FFFFFF;
	cursor:pointer;
	margin:0;
	padding:0;
	}

.pn_enabled
	{
	border-bottom-color:#00923f;
	border-bottom-style:solid;
	border-bottom-width:1px;
	}
