#ShopMain_WLCommerce_LeftFeature       {
	margin-top: 10px;
	/*margin-bottom: 10px;
	height: 400px;*/
}

/* Handles the DIV Container style for the Left Hand Featute */
#WLCommerce_LeftFeature

{
	height: 250px;
	width: 178px;
	background-color: White;
	margin-bottom: 10px;
	margin-top: 5px;
	border: 6px solid #E6E6E6;
	text-align: center;
	padding-top: 1px;
	padding-left: 3px;
	padding-bottom: 3px;
}
#WLCommerce_LeftFeature a:link {
	text-decoration: none;
	color: #FFFFFF;
}
#WLCommerce_LeftFeature a:hover {
	text-decoration: none;
	color: #000000;
}

/* Handles the Feature Title text */
#WLCommerce_LeftFeature .title
{
    font-weight: bold;
    font-style: normal;
}

/* Handles the Feature Title text */
#WLCommerce_LeftFeature .summary
{
	font-weight:normal;
	color: #999999;
}

/* Handles the Feature Image Tag */
#WLCommerce_LeftFeature img
{
	
}










