/* products */

.product-row {
	/* width: 670px; */
	border-bottom: 1px solid #7f7f7f;
	padding-top: 10px;
	padding-bottom: 10px;
	height: 100%;
}

.product-row .colL, .product-row .colM, .product-row .colR {
	float: left;
}

.product-row .colL {
	width: 300px;
}

.product-row .colM {
	width: 142px;
	text-align: center;
}

.product-row .colR {
	width: 228px;
	text-align: center;
}

.product-row .colR p {
	text-align: left;
	padding-left: 36px;
	text-indent: -16px;
	font-weight: bold;
	font-size: 12px;
}

.product-row .colR p img {
	margin-right: 4px;
}

.product-row .colL h3 {
	margin-bottom: 8px;
}

.product-row .colL p {
	width: 300px;
	font: 90% Georgia, "Times New Roman", Times, serif;
}

.product-row .colL p .Large {
	font: bold 120% Arial, Helvetica, Geneva, sans-serif;
}

.product-row img.photoR {
	margin-right: 1em;
}

/* end css */
