#content .product {
	width: 870px;
	margin-bottom: 20px;
}
#content .product .productImage {
	float: left;
	width: 210px;
}
#content .product .productText {
	float: left;
	width: 640px;
	background-color: #eceeef;
	padding: 10px;
}
#content .product .coloredLine {
	clear: both;
	position: relative;
}
