/* Handles the DIV Container for the TopSellers content */
.WLCommerce_TopSellers
{
         clear: both;
height: 300px;
	width: 178px;
	background-color: White;
	margin-bottom: 10px;
	margin-top: 5px;
	border: 6px solid #E6E6E6;
	text-align: left;
	padding-top: 1px;
	padding-left: 3px;
	padding-bottom: 3px;
font-size:10px;
overflow:hidden;
}

#WLCommerce_TopSellers h2
{
	width: 100%;
	color: White;
	margin-bottom: 2px;
	font-size: 90%;
}

#WLCommerce_TopSellers img
{
 width:60px;
}






