﻿.ViewProducts
{
	font-family:Arial;
	font-size:10px;
	min-width:300px;
	padding:10px;
	padding-top:0px;
}

.ViewProducts .MainTitle
{
	font-size:16px;
	font-weight:bold;
	width:100%;
	color:#1E5373;
	border-bottom:dotted 1px #CCCCCC;
	padding:2px;
	margin-bottom:5px;
}

.ViewProducts .Product .InformationWrapper
{
	float:left;
	width:100px;
	height: 65px;
	overflow: hidden;
}

.ViewProducts .Product .InformationPriceWrapper
{
	float:left;
	width:100px;
}


.ViewProducts .Product
{
	width:45%;
	margin-right:10px;
	margin-top:10px;
	padding:5px;
	float:left;
	border: 1px solid #CCCCCC;
	height: 105px;
	overflow: hidden;
}

.ViewProducts .Product:hover
{
	background-color: #e1f3ff;
	cursor: pointer;
}


.ViewProducts .Product .Image
{
	float:left;
	margin-right:5px;
	height:100px;
	min-width:102px;
	text-align:center;
}

.ViewProducts .Product .Image img
{
	border:solid 2px #C5CACC;
}

.ViewProducts .Product .Title
{
	float:none;
	clear:right;
	color:#AAAAAA;
	margin-bottom:2px;
}

.ViewProducts .Product .Title a
{ 
	text-decoration:none;
	color:#1E5373;
	font-size:13px;
	font-weight:bold;
}

.ViewProducts .Product .Description
{
	float:none;
	clear:right;
	font-size:11px;
	color:#000;
	margin-bottom:2px;
}

.ViewProducts .Product .MoreInformation
{
	margin-bottom:15px;
	padding-right:15px;
	font-size:11px;
	color:#1C3E94;
}

.ViewProducts .Product .MoreInformation a
{
	text-decoration:none;
	color:#1C3E94;
}

.ViewProducts .Product .Price
{
	float:left;
	color:#CC0000;
	font-weight:bold;
	font-size:13px;
}

.ViewProducts .Product .FullPrice
{
	float:left;
	padding-right:5px;
	text-decoration:line-through;
	font-weight:bold;
	color:#1C3E94;
	font-size:11px;
}

.ViewProducts .Product .IncVat
{
	color: Black;
	font-size: 11px;
}

.ViewProducts .Product .BuyNow
{
	float:left;
	color:#CC0000;
	font-weight:bold;
	font-size:13px;
	clear:left;
	margin-top:5px;
	width: 100%;
}

.ViewProducts .Product .BuyNow .button
{
	background-image: url('../../../images/shoppingcart.png');
	background-repeat: no-repeat;
	padding-left: 20px;
	color: #CC0000;
	font-weight: bold;
	text-decoration: none;
}

.ViewProducts .Product .BuyNow a:hover
{
	background-image: url('../../../images/shoppingcart2.png');
	color: #000000;
}

.ViewProducts .ClearFloats
{
	width:100%;
	clear:both;
	float:none;
}

