﻿.ViewProduct
{
}

.ViewProduct .Item .StyledPanel
{
	height: 420px;
}

.ViewProduct .Item h2
{
	padding-left: 0px;
	padding-right: 0px;
}

.ViewProduct .Item .Color, .ViewProduct .Item .Brand, .ViewProduct .Item .Capacity, .ViewProduct .Item .OemCode
{
	position: absolute;
}

.ViewProduct .Item .OemCode
{
	top: 21px;
	left: 366px;
}

.ViewProduct .Item .Color
{
	top: 53px;
	left: 366px;
}

.ViewProduct .Item .Color h2
{
	display: inline;
}

.ViewProduct .Item .Color img
{
	display: inline;
	vertical-align: middle;
	margin: 0 2px 0 0;
}

.ViewProduct .Item .Color label
{
	font-variant: normal;
	font-weight: bold;
}

.ViewProduct .Item .Brand
{
	top: 85px;
	left: 366px;
}

.ViewProduct .Item .Capacity
{
	top: 133px;
	left: 366px;
}

.ViewProduct .Item .Price
{
	z-index: 2;
	position: absolute;
	bottom: 36px;
	right: 26px;
	height: 80px;
	text-align: center;
}

.ViewProduct .Item .Price .Value
{
	display: block;
	margin-top: 0px;
	color: #3E3E3E;
}

.ViewProduct .Item .Price .ValueWithTax
{
	display: block;
	bottom: 0px;
	font-size: 14px;
	font-weight: bold;
	margin-top: 5px;
}

.ViewProduct .Item .Image
{
	z-index: 2;
	position: absolute;
	top: 21px;
	left: 11px;
}

.ViewProduct .Item .Description
{
	z-index: 1;
	position: absolute;
	left: 11px;
	top: 270px;
	padding: 11px 5px 5px 19px;
	width: 480px;
	height: 90px;
}

.ViewProduct .Item .Submit
{
	z-index: 2;
	position: absolute;
	bottom: 12px;
	right: 11px;
}