.cart_new_product_area {
	padding:4px;
	border:#EEE 1px solid;
	background:#EEE url('../../images/bc_bg.gif') repeat-x top;
	display:inline-block;
	float:left;
	position:relative;
	margin:4px;
	color:#fff;
	width:162px;
	height:122px;
	overflow:hidden;
}
.cart_new_product_block {
	padding:0px;
	border:#DDD 1px solid;
	background-color:#000;
	position : relative;
	width:160px;
	height:120px;
	overflow:hidden;
}
.cart_product_photo {
	position : relative;
	z-index:1
}
.cart_product_content {
	font-size:12px;
	position:absolute;
	z-index:2;
	top:106px;
	left:0px;
	background-color:#000;
	filter:alpha(opacity=80);
	opacity:0.8;
	width:100%;
	height:120px;
	line-height: 15px;
}
.cart_product_content a {
	color:#fff;
	font-weight: bold;
}
.cart_product_content a:hover {
	color:#f60
}