.product_category,
.special_product,
.most_viewed_product,
.hot_product
{
	margin-bottom:10px;
}
.product_category .header,
.special_product .header,
.most_viewed_product .header,
.hot_product .header
{
	background:url(/templates/buyhotcars/images/box/blue/top_bg.png) no-repeat top right;
	height:38px;
}

.product_category .header .left,
.special_product .header .left,
.most_viewed_product .header .left,
.hot_product .header .left
 {
	background:url(/templates/buyhotcars/images/box/blue/top_left.png) no-repeat top left;
	height:38px;
	padding:10px;
	color:#FFFFFF;
	font-size:120%;
	font-weight:bold;
	
}
.product_category .header .left a, .product_category .header .left a:visited
{
	color:#FFFFFF;
}
.product_category .content,
.special_product .content,
.most_viewed_product .content,
.hot_product .content
{
	background:url(/templates/buyhotcars/images/box/blue/middle_bg.png) repeat-y  top right;
	_margin-top: -1px;
}
.product_category .content .left,
.special_product .content .left, 
.most_viewed_product .content .left, 
.hot_product .content .left 
{
	background:url(/templates/buyhotcars/images/box/blue/middle_left.png) repeat-y  top left;
	padding:10px;
}
.product_category .content .left ul,
.special_product .content .left ul,
.most_viewed_product .content .left ul,
.hot_product .content .left ul

{
	clear:both;
	margin:0;
}
.product_category .footer,
.special_product .footer,
.most_viewed_product .footer,
.hot_product .footer
{
	background:url(/templates/buyhotcars/images/box/blue/bottom_bg.png) no-repeat  top right;
	height:12px;
}
.product_category .footer .left, 
.special_product .footer .left, 
.most_viewed_product .footer .left, 
.hot_product .footer .left
{
	background:url(/templates/buyhotcars/images/box/blue/bottom_left.png) no-repeat top left;
	height:12px;
}
.product_item
{
	margin:4px;
	padding:4px;
	float:left;
	width:47%;
	border:1px solid #EEEEEE;
	height:130px;
	
}
.product_item .description li
{
	margin:0;
	padding:0;
	list-style-type:none;
}
.product_item .image
{
	float:left;
	margin:0px 10px 10px 0px;
}
.product_item img
{
	width:150px;
	height:120px;
}
.product_item .price
{
	font-size:120%;
	color:#FF6600;
}
.product_list_item
{
	margin:4px;
	padding:4px;
	float:left;
	width:45%;
	border:1px solid #EEEEEE;
	height:220px;
}
.product_list_item .description li
{
	margin:0;
	padding:0;
	list-style-type:none;
}

.product_list_item .image
{
	float:left;
	margin:0px 10px 10px 0px;
}
.product_item .price
{
	font-size:120%;
	color:#FF6600;
}

.product_list_item .image img
{
	width:150px;
	height:120px;
}
.product_list_item .price
{
	font-size:120%;
	color:#FF6600;
}

.product_detail .price
{
	font-size:120%;
	color:#FF6600;
}
.product_detail .image
{
	float:left;
	margin-right:10px;
}
.product_detail .image img
{
	width:300px;
}
.price_range ul
{
	margin:0;
	padding:0;
	list-style-type:none;
}
.price_range ul li
{
	padding:5px;
}
.price_range ul .selected
{
	background-color:#EEEEEE;
}
