/* product */
div.product {
	width: 94px;
	float: left;
	margin-bottom: 4px;
	padding: 10px;
	background-color: #EEEEEE;
}

div.product_left {
	margin-right: 2px;
}

div.product_img {
	width: 94px;
	height: 130px;
	background-color: #FFFFFF;
	line-height: 130px;
}

div.product_info {
	margin-top: 1px;
	width: 84px;
	height: 65px;
	background-color: #EEEEEE;
}

div.product_title {
	margin-top: 5px;
	height: 60px;
}

div.product_price {
	float: right;
	height: 20px;
	color: #99CC00;
	font-weight: bold;
	font-size: 11px;
	height: 15px;
}

div.product_title a {
	color: #0D9DFE;
	font-weight: bold;
	font-size: 11px;
	height: 15px;
}