﻿.RelatedViewedProducts
{
	font-family:Arial;
	font-size:11px;
	min-width:300px;
	padding:10px;
	padding-top:0px;
	clear:both;
	float:none;
}

.RelatedViewedProducts .MainTitle
{
	font-size:16px;
	font-weight:bold;
	width:100%;
	color:#1E5373;
	border-bottom:dotted 1px #CCCCCC;
	padding:2px;
	margin-bottom:5px;
}


.RelatedViewedProducts .Product
{
	display: table;
	width: 100%;
	margin-bottom: 10px;
	border: 1px solid #f5fafc;
	padding: 5px;	
	
}

.RelatedViewedProducts .Product:hover
{
	border: 1px solid #258ecf;	
	cursor: pointer;
}

.RelatedViewedProducts a
{
	color:#1e5373;
	font-weight: bold;
	text-decoration: none;
}

.RelatedViewedProducts a
{
	color:#1e5373;
	font-weight: bold;
	text-decoration: underline;
}


.RelatedViewedProducts .Image
{
	width: 50px;
	float: left;
	margin-right: 10px;
}

.RelatedViewedProducts .Image img
{
	border: 1px solid #CCCCCC;
}
