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

#productRow  {
	list-style-type: none;
	width: 850px;
	margin: 0px;
	padding: 0px;
}
#productRow  li{
	float: left;
	width: 140px;
	margin-right: 15px;
	margin-bottom: 20px;
	border: 1px solid #CCCCCC;
	text-align: center;
	padding-top: 12px;
	padding-bottom: 12px;
	font-size: 10px;
}
#productRow div {
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #fff;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 11px;
}

