﻿.ViewProducts
{
	font-family:Arial;
	font-size:10px;
	min-width:300px;
	padding:10px;
	padding-top:0px;
}

.ViewProducts .MainTitle
{
	font-size:14px;
	font-weight:bold;
	width:560px;
	color:#FFF;
	border-bottom:solid 1px #a5a60c;
	padding:2px;
	margin-bottom:5px;
}

.ViewProducts .Product .InformationWrapper
{
	float:left;
	overflow: hidden;
}

.ViewProducts .Product .InformationPriceWrapper
{
	padding-left:200px;
	width:200px;
}

.ViewProducts .Product
{
	margin-right:10px;
	margin-top:10px;
	padding:5px;
	overflow: hidden;
	margin-left: 5px;
	background-repeat: no-repeat;
	cursor: pointer;
	border:solid 1px #a5a60c;
}


.ViewProducts .Product .PriceExVat
{
	color:#000000;
	font-weight:bold;
	font-size:10px;
	position:relative;
	top:-10px;
}

.ViewProducts .Product:hover
{
	cursor: pointer;
	background-color:#DDDDDD;
}

.ViewProducts .Product .Image
{
	float:left;
	margin-right:5px;
	width: 196px;
	min-width:200px;
	text-align:center;
	border:solid 2px #C5CACC;
	background-color:White;
	overflow:hidden;
	padding:2px;
	padding-top:12px;
}

.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;
	width:480px;
}

.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
{
	color:#CC0000;
	font-weight:bold;
	font-size:13px;
}

.ViewProducts .Product .FullPrice
{
	padding-right:5px;
	text-decoration:line-through;
	font-weight:bold;
	color:#1C3E94;
	font-size:11px;
}

.ViewProducts .ClearFloats
{
	width:100%;
	clear:both;
	float:none;
}
