/* Handles the container DIV for RECENTLY VIEWED items */
.WLCommerce_RecentlyViewed
{
	width: 178px;
	font-size:1em;
	clear: both;
	background-color: white;
	margin-bottom: 5px;
	border: 6px solid #E6E6E6;
	margin-top: 5px;
	padding: 2px;
        height:178px;
}

/* Handles the basic list style for the recently viewed items */
#WLCommerce_RecentlyViewed li
 {
	list-style-type:none;
	list-style-position:outside;
	list-style-type:none;
	line-height: 11px;
	padding-top: 1px;
	padding-left: 3px;
	padding-bottom: 3px;  
 }
 
/* Handles the recently viewed link style */
#WLCommerce_RecentlyViewed ul a
{
	color: #333333;
	font-size: 10px;
	text-decoration: none;
}

.mainRow
{
    background-color: White;
}

.altRow
{
    background-color: #eee;
}
 
 


