@charset "utf-8";
/* CSS Document */

#productRow {
	list-style-type: none;
	width: 450px;
	margin-left: 20px !important;
}
#productRow  li{
	float: left;
	width: 126px;
	border: 1px solid #CCCCCC;
	margin-top: 0px;
	margin-right: 6px;
	margin-bottom: 12px;
	margin-left: 6px;
	padding: 0px;
}
#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;
}
#productRow img {
	padding-left: 8px;
	padding-top: 8px;
	padding-bottom: 4px;
}
