.featuredProductsContainer
{
	border: 1px solid #9B96AF;
	text-align: left;
	margin-bottom: 10px;
	margin-top: 15px;
	width: 95%;
	padding: 0px;
	background: white;
}

.featuredProductsHeader
{
	text-align: center;
	background-color: #003366;
	color: white;
	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;
}