/* Handles the DIV Container for the TopSellers content */
.WLCommerce_TopSellers
{
     /*width: 100%;
     font-size:90%;*/
     clear: both;
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_TopSellers h2
{
	width: 100%;
	color: White;
	margin-bottom: 2px;
	font-size: 90%;
}

#WLCommerce_TopSellers img
{
  margin-left:25px;
}



