@charset "utf-8";
#productItemContainer {
	XXXbackground: #CCCCCC;
	float: left;
	width: 680px;
}
#productItem {
	XXXbackground:#FFFFCC;
	float: left;
	width: 300px;
	height: 280px;
	margin: 0 30px 0px 0;
	font-size: 11px;
	line-height: 1.5em;
}
#productItem img {
	border: 1px solid #a9a9a9;
	margin: 0 0 0px 0;
}
#productItem .colLeft {
	text-align: left;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	width: 94px;
}
#productItem .colRight {
	text-align: left;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	width: 230px;
}

/* product legend on the right hand side */
#productLegend {
	XXXbackground: #99FFFF;
	float: left;
	width: 80px;
	color: #a69f22;
	font-size: 10px;
}
