/***** GENERIC *****/
.homepageProductListingHolder{
	clear: both;
	width: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
}
.homepageProductListingHolder H2{
	border: 1px solid #CCCCCC;
	padding: 1px;
	padding-top: 2px;
	padding-left: 7px;
	padding-right: 7px;
	width: 250px;
	border-bottom: none;
	border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
	font-weight: bold;
	font-size: 13px;
}
.homepageProductListingHolder .homepageProductListingProducts{
	padding-top: 10px;
	/*border-top: 1px solid #CCCCCC !IMPORTANT;*/
}
/* css below was commented out - restored by RB 2012-08-30 */
/*.homepageProductListingHolder .homepageProductListingProducts .productItem{
	width: 228px;
	height: 175px !IMPORTANT;
	padding-top: 6px;
	padding-left: 10px;
	padding-bottom: 6px;
	padding-right: 10px;
	
	text-align: left;
	float: left;
	font-size: 8pt;
}
.homepageProductListingHolder .homepageProductListingProducts .productSeperatorX{
	background-image: url('/assets/images/generic/homepage_productSeperatorX.png');
	background-repeat: no-repeat;
	width: 226px;
	height: 2px;
	float: right;
	margin-top: 10px;
}
.homepageProductListingHolder .homepageProductListingProducts .productSeperatorY{
	background-image: url('/assets/images/generic/homepage_productSeperatorY.png');
	background-repeat: no-repeat;
	background-position: center;
	width: 2px;
	height: 165px;
	float: left;
}
.homepageProductListingHolder .homepageProductListingProducts .productListingBox .saleIndicator{
	width: 46px;
	height: 46px;
	background-image: URL('/assets/images/generic/saleIndicator_small.gif');
	background-repeat: no-repeat;
	background-position: top-left;
	position: relative;
	z-index: 10;
	left: 192px;
	top: -1px;
}
.homepageProductListingHolder .homepageProductListingProducts .productListingBox .saleNoIndicator{
	width: 46px;
	height: 46px;
	background-image: none;
	background-repeat: no-repeat;
	background-position: top-left;
	position: relative;
	z-index: 10;
	left: 192px;
	top: -1px;
}
*/
