.product_box_holder {
	width:215px;
}

.product_box_header{
	height:36px;
	background:transparent url(images/product_box_header.gif) no-repeat scroll left top;
}


.product_box_content{
	width:215px;
	background:transparent url(images/product_box_bg.gif) repeat scroll left top;
	color: #000;
	
	float:left;

}

.product_box_status_title{
	font-size:12px;
	color: #000;
	font-weight:bold;
	padding-left:10px;
	float:left;
}

.product_box_status {
	font-size:12px;
	color: #F00;
	font-weight:none;
	padding-left:5px;
	float:left;
}
.product_box_status a {
	color: #F00;
}
.product_box_status a:hover {
	color: #f60;
}

.product_box_text{
	width:205px;
	font-size:12px;
	font-weight:none;
	padding-left:10px;
	float:left;
}

.product_box_text a, .product_box_text a:visited{
	color:#000;
	text-decoration:none;	
}

.product_box_text a:hover{
	color:#F60;
	text-decoration:underline;	
}

.product_box_content_more{
	width:195px;
	font-size:12px;
	border-top:dotted 1px #000;
	margin-left:10px;
	padding-top: 3px;
	float:left;
}

.product_box_content_more_text{
	width:120px;
	font-size:12px;
	padding-left:10px;
	float:left;
}
.product_box_content_more_text a {
	color: black;
}
.product_box_content_more_text a:hover {
	color: #ff6600;
}

.product_box_discount_tag{
	width:18px;
	padding-left:42px;
	float:left;
}


.product_box_footer{
	background:transparent url(images/product_box_footer.gif) no-repeat scroll left bottom;
	width:215px;
	height:34px;
	float:left;		
}

.product_box_footer_text{
	font-size:12px;
	margin-top:12px;
	margin-left:30px;	
}

.product_box_footer_text a, .product_box_footer_text a:visited{
	color:#000;
	text-decoration:none;	
}

.product_box_footer_text a:hover{
	color:#000;
	text-decoration:underline;	
}
