﻿.ProductDisplay
{
	position: absolute;
	width: 650px;
	height: 340px;
	left: 0;
	top: 0;
	z-index: 400;
}
.Product_Name
{
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
	line-height: 36px;
	height: 36px;
	width: 650px;
	top: 0px;
	left: 0px;
	position: absolute;
	z-index: 500;
	color: #D51C5C;
}
.Product_Picture
{
	position: absolute;
	width: 140px;
	height: 210px;
	left: 510px;
	top: 36px;
	z-index: 500;
}
.Product_Description
{
	position: relative;
	width: 490px;
	left: 0px;
	top: 36px;
	z-index: 500;
	float: none;
	font-size: 14px;
}

.Product_Attributes
{
	position: relative;
}

.Product_Attribute
{
	margin: 20px 20px 0px 0px;
	position: relative;
	float: left;
}

.Product_Attribute_Heading
{
	font-size: 14px;
	color: #D51C5C;
}

.Product_Attribute_Text
{
	font-size: 14px;
}

.Product_Weight
{
	margin: 20px 20px 0px 0px;
	position: relative;
	float: left;
}

.PurchaseZone
{
	position: absolute;
	width: 140px;
	left: 510px;
	top: 260px;
	z-index: 500;
}

.Heading
{
	position: absolute;
	width: 140px;
	left: 0px;
	top: 0px;
	z-index: 500;
	text-align: left;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
}

.Price
{
	position: absolute;
	width: 140px;
	left: 0px;
	top: 30px;
	z-index: 500;
	text-align: left;
	height: 20px;
	line-height: 20px;
	color: #D51C5C;
}

.BasketPic
{
	position: absolute;
	width: 70px;
	left: 0px;
	top: 60px;
	z-index: 500;
	text-align: left;
	float: left;
	height: 50px;
}

.BasketText
{
	position: absolute;
	width: 70px;
	left: 30px;
	top: 80px;
	z-index: 500;
	text-align: left;
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	vertical-align: middle;
	text-indent: 0px;
	line-height: normal;
	margin-left: 10px;
}