@charset "UTF-8";
/* CSS Document */

.rightCol #products  { clear: both; }
#mainContent .rightCol {
	border: 1px solid #d2c0c0;
	width: 692px;
}
#products {
	margin: 0 1em;
}
#products .product {
	display: block;
	float: left;
	width: 160px;
	margin: 0.5em 0.4em 0.5em 0;
	background: white;
	border: 1px solid #d2c0c0;
	position: relative;
	min-height: 160px;
	height:auto !important;
	height: 160px;
}
.product .productAdjustment {
	margin: 0.5em;
	text-align:center;
	margin-bottom: 0px;
}
.product .productImage  {
	width: 120px;
	margin: 0 auto;
	height: 90px;
}
.product .productImage A {
	text-decoration:none;
	display: block;
	line-height: 90px;
}

.productName { margin: 0.7em 0 0 0; }
.product .productName A  {
	color: #B10924;
	font-size: 1.2em;
	text-transform: capitalize;
	text-decoration:underline;
}

.product .productPrice {
	margin-top: 0.5em;
	color: #B10924;
	font-weight: bold;
}