.featuredProductsContainer
{
	border: 1px solid #9B96AF;
	text-align: left;
	margin-bottom: 10px;
	margin-top: 15px;
	width: 95%;
	padding: 0px;
	background: #F3F3F3;
}

.featuredProductsHeader
{
	text-align: center;
	background-image:url(/images/general/header.jpg);
	color: #000000;
	font-size: 1em;
	font-weight: bold;
	height: 1.5em;
}


.featuredProductBlkFirstRow
{
	width: 47%; 
	height: 82px; 
	float: left; 
	border: 0px solid black; 
	padding-top: 5px; 
	padding-bottom: 5px; 
	margin-left: 20px; 
}
.featuredProductsBlk
{
	width: 47%; 
	height: 82px; 
	float: left; 
	border: 0px solid black; 
	padding-top: 5px; 
	padding-bottom: 5px; 
	margin-left: 20px; 
	border-top: 1px solid gray;
}