﻿.ViewProduct
{
	font-family:Arial;
	font-size:12px;
	color:#1E5373;
}

.ViewProduct .Hidden
{
	display:none;
}

.ViewProduct .ContentWrapper .Title
{
	font-size:14px;
	font-weight:bold;
}

.ViewProduct .Images
{
	float:left;
	width:230px;
	margin-right:5px;
	margin-bottom:5px;
}

.ViewProduct .ContentWrapper
{
	width:280px;
	float:left;
}

.ViewProduct .ContentWrapper .BasketSummary
{
	border:solid 1px #81c1f5;
	margin:5px;
	margin-left:0px;
	margin-right:0px;
	padding:5px;
	background-color:#e1eef6;
}

.ViewProduct .ContentWrapper .Buttons
{
	border:solid 1px #81c1f5;
	margin:5px;
	margin-left:0px;
	margin-right:0px;
	padding:5px;
	background-color:#e1eef6;
}

.ViewProduct .Images .MainImage img
{
	border:solid 3px #CCCCCC;
	max-width:220px;
}

.ViewProduct .Images .Image img
{
	float:left;
	border:solid 2px #CCCCCC;
	margin-top:2px;
	margin-right:2px;
}

.ViewProduct .PriceArea
{
	display: table;
	height: 20px;
	margin-top: 10px;
}
.ViewProduct .Price
{
	float:left;
	color:#CC0000;
	font-weight:bold;
	font-size:15px;
}

.ViewProduct .IncVat
{
	color: #1e5373;
	margin-left: 3px;
	font-size: 11px;
}



.ViewProduct .FullPrice
{
	float:left;
	padding-right:5px;
	text-decoration:line-through;
	font-weight:bold;
	color:#1C3E94;
	font-size:11px;
}

.ViewProduct .Description
{
	margin-top: 10px;
}

.ViewProduct .BuyNowButton
{
	background-image: url('../../../images/shoppingcart.png');
	background-repeat: no-repeat;
	padding-left: 20px;
	color: #CC0000;
	font-weight: bold;
	text-decoration: none;
	margin-left: 10px;
}

.ViewProduct .BuyNowButton:hover
{
	background-image: url('../../../images/shoppingcart2.png');
	color: #000000;
}

.ViewProduct .CheckoutNow
{
	background-image: url('../../../images/cashier.png');
	background-repeat: no-repeat;
	padding-left: 20px;
	color: #CC0000;
	font-weight: bold;
	text-decoration: none;
	margin-left: 10px;
}

.ViewProduct .CheckoutNow:hover
{
	background-image: url('../../../images/cashier2.png');
	color: #000000;
}

.ViewProduct .updateLink
{
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
}

.ViewProduct .updateLink:hover
{
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}