.productRow {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
.product, .product1 {
	width: 100%;
	min-width: 190px;
	float: left;
	padding: 0px;
	margin-bottom: 5px;
}
.product2 {
	width: 49.9%;
	min-width: 190px;
	float: left;
	padding: 0px;
	margin-bottom: 5px;
}
.product3 {
	width: 33.25%;
	min-width: 190px;
	float: left;
	padding: 0px;
	margin-bottom: 5px;
}
.product4 {
	width: 24.9%;
	min-width: 190px;
	float: left;
	padding: 0px;
	margin-bottom: 5px;
}
.productTitle {
	color: black;
	font-size: medium;
	font-weight: bold;

	vertical-align: middle;
	text-align: center;
	padding: 2px 8px 2px 8px;
	margin-right: 8px;
	border-bottom: 1px solid #888;
}
.productTopMiddle {
	background-image: url(/css/images/box2_top_middle.gif);
	background-position: top left;
	background-repeat: repeat-x;
}
.productTopLeft {
	background-image: url(/css/images/box2_top_left.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
.productTopRight {
	background-image: url(/css/images/box2_top_right.gif);
	background-position: top right;
	background-repeat: no-repeat;
}
.productContent {
	background-image: url(/css/images/box2_middle_right.jpg);
	background-position: top right;
	background-repeat: repeat-y;
	background-color: white;
	border-style: solid;
	border-color: #949494;
	border-width: 0px 0px 0px 1px;
	margin: 0px;
	padding: 0px 15px 0px 5px;
	vertical-align: top;
	text-align: left;
}
.productBotMiddle {
	background-image: url(/css/images/box2_bottom_middle.gif);
	background-position: bottom left;
	background-repeat: repeat-x;
	height: 18px;
}
.productBotLeft {
	background-image: url(/css/images/box2_bottom_left.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	height: 18px;
}
.productBotRight {
	background-image: url(/css/images/box2_bottom_right.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	height: 18px;
}
.floatFix {
	clear: both;
	border: 1px solid white;
}

