.recentlyviewed {
    float:left;
    width:100%;
    font-size:12px;
    margin:50px 0 15px 0;
    border-top:1px solid #e5e5e5;
}

.recentlyviewed .header {
   	background-color:#575757;
	text-align:center;
   	width:145px;
   	margin:-16px auto 0 auto;   	
   	height:32px;
}

.recentlyviewed .header .Head {
	color:#fff;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	line-height:32px;
}

    
.recentlyviewed .body {
	font-size:12px;
	float:left;
	width:100%;
}

.recentlyviewed .body .Normal {
	font-size:12px;
}

