﻿

div.product_detail
{
	font-family:Arial,Tahoma,sans-serif,Verdana;
}

div.product_detail_left
{
 float:left;
 width:265px;	
}

div.product_detail_right
{
 float:right;
 width:280px;	
}

div.product_detail div.price
{
	margin-top:5px;	
}

div.product_detail div.price strong
{
 font-size:16px;
 color:Green;	
}

div.product_detail div.price strong.discounted
{
 font-size:16px;
 color:Blue;	
}

div.product_detail div.price strike
{
	color:Red;
}

div.product_detail div.msg p
{
	line-height:1.2em;
	margin:0;
	padding:0;	
}

div.product_detail h1
{
	border:solid 1px #ccc;
	padding:5px 0 4px 10px;
	background:#f0f0f0 url(images/gray_bg.gif) center repeat-x;
	margin-bottom:10px;
}

div.required_qty
{
	margin-top:10px;
	margin-bottom:10px;
	line-height:1.2em;
	font-size:11px;
}

div.required_qty div.packsize
{

	 color:Green;
	 font-weight:bold;


}




div.product_detail_right h2
{
	background:#444;
	color:#eee;
	padding:2px 0 2px 5px;	
}

div.product_detail_right table 
{
	border-collapse:collapse;
	line-height:1.4em;
	width:100%;
	margin:10px 0 10px 0;
}

div.product_detail_right td 
{
	padding:1px 2px 1px 2px;
	border-bottom:solid 1px #ddd;
	
}
div.product_detail_right td.hd 
{
   font-size:11px;
	padding:1px 2px 1px 2px;
	font-weight:bold;
	width:90px;
}

div.product_detail div.buy_now
{
	vertical-align: middle;	
	height:27px;
	text-align:center;
	margin:5px 0 20px 0;
	border:solid 1px #ccc;
	padding:3px 5px 3px 5px;
	background:#f0f0f0 url(images/gray_bg.gif) center repeat-x;
}

div.product_detail div.buy_now span
{
	padding:0 5px 0 0;
	line-height:27px;
	vertical-align: middle;
	font-weight:bold;
}

div.product_detail div.buy_now input[type="text"]
{
	width:50px;
	margin:0 15px 0 0;
	vertical-align: middle;
	padding:0;
	text-align:center;
	color:Green;	
}

div.product_detail div.buy_now input[type="image"]
{
	vertical-align: middle;
}


div.product_detail div.promotion_flag
{
	width:250px;
	 margin-bottom:5px;
	background: #ff0000 url(images/promotion_flag_bg_s.gif) left 50% repeat-x;
	padding:2px 5px 2px 5px;
	color:#fff;
	font-size:12px;
	font-weight:normal;
}

div.product_description h2
{
		background:#444;
	color:#eee;
	padding:2px 0 2px 5px;	
} 

div.product_description p
{
	line-height:1.5em;
}

div.added_to_cart
{
	background: #fff url(images/checked.gif) left 50% no-repeat;
	padding:1px 0 2px 24px;
	color:Blue;
}

div.added_to_cart a
{
 text-decoration: underline;
}

div.related_products h2
{
	padding:3px 0 3px 0;
	 margin:0 0 2px 0;
	 text-align:center;
	 color:#fff;
	 background: #dadada url(images/blue_bg.gif) left 50% repeat-x;
	
}

div.product_image_list
{
	
}

div.product_image_list img
{
	  margin:4px;
	  border:solid 1px #aaa;
	  padding:2px;
	  cursor: pointer;	  	
}

div.child_product ul
{
    margin:5px 0 0 0;
    padding:0;
    
}
div.child_product li
{
     margin-left:20px;
}
