body {
	background: #f8bcd6;
}

.product {
	width: 288px;
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	float: left;
	font-size: 10px;
}

.product-right {
	width: 290px;
	border-right: none;
	border-bottom: 1px solid #bbb;
	float: left;
}

.product div {
	width: 120px;
	float:right;
	padding: 5px;
}

.product img {
	float: left;
}

.product span {
	color: #cc0000;
}

.clear {
	clear:both;
}

.product-bottom {
	border-bottom: 0;
}