/* ProductView Page */

.ProductViewData
{
	position: relative;
	height: 100%;
	width: 100%;
}

.ProductViewHeader
{
	width: 95%;
	text-align: center;
	font-size: 12pt;
}

.prodviewtopdesc
{
	width: 100%;
}

.prodviewdata
{
	width: 100%;
}

.ProductViewImageDiv
{
	float: left;
	margin: 10px 0 15px 0;
}
.productinfo
{
	float: left;
}

.ProductViewImage
{
}

.ProductViewImageLabel
{
	display: block;
}

.ProductViewProductCode
{
	float:left;
	clear: both;
	margin-left: 20px;
}

.ProductViewProductCodeLabel
{
}

.ProductViewProductCodeData
{
}

.ProductViewProductDesc
{
	margin-bottom: 10px;
	clear: left;
	font-size: 10pt;
}

.ProductViewProductDescLabel
{
	display: inline;
	font-size: 10pt;
	font-weight: bold;
	width: 120px;
	
}

.ProductViewProductDescData
{
}

.ProductViewInfo
{
	float: left;
	Clear: left;
	position: relative;
	margin-bottom: 10px;
	font-size: 10pt;
	width: 700px;
}

.ProductViewInfoLabel
{
	display: none;
	position: absolute;
	font-size: 10pt;
	font-weight: bold;
	width: 120px;
}

.ProductViewInfoData
{
	display: inline;
	position: relative;
	left: 0px;
	font-size: 10pt;
}

.ProductViewPriceInfo
{
	float: left;
	margin: 10px 0 10px 20px;
}

.ProductViewNormalPrice
{
	font-size: 10pt;
}

.ProductViewNormalPriceLabel
{
	display: inline;
	font-weight: bold;
	width: 120px;
	font-size: 10pt;
}

.ProductViewNormalPriceData
{
	display: inline;
	text-decoration: line-through;
}

.ProductViewPrice
{
	font-size: small;
}

.ProductViewPriceLabel
{
	display: inline;
	font-weight: bold;
	width: 120px;
	font-size: 10pt;
}

.ProductViewPriceData
{
	display: inline;
}

.ProductViewOfferText
{
	display: inline;
}

.ProductViewColour
{
	float:left;
	clear: both;
	margin-left: 20px;
	font-size: small;
}

.ProductViewColourLabel
{
	display: inline;
	font-weight: bold;
	width: 120px;
}

.ProductViewColourData
{
	display: inline;
}

.ProductViewSize
{
	float:left;
	clear: both;
	margin-left: 20px;
	font-size: small;
}

.ProductViewSizeLabel
{
	display: inline;
	font-weight: bold;
	width: 120px;
}

.ProductViewSizeData
{
	display: inline;
}

.ProductViewProductLine
{
	float:left;
	clear: both;
	margin-left: 20px;
	font-size: small;
}

.ProductViewProductLineLabel
{
	display: inline;
	font-weight: bold;
	width: 120px;
}

.ProductViewProductLineData
{
	display: inline;
}

.ProductViewCategory
{
	float:left;
	clear: both;
	margin-left: 20px;
	font-size: small;
}

.ProductViewCategoryLabel
{
	display: inline;
	font-weight: bold;
	width: 120px;
}

.ProductViewCategoryData
{
	display: inline;
}

.ProductViewSection
{
	float:left;
	clear: both;
	margin-left: 20px;
	font-size: small;
}

.ProductViewSectionLabel
{
	display: inline;
	font-weight: bold;
	width: 120px;
}

.ProductViewSectionData
{
	display: inline;
}

.ProductViewDepartment
{
	float:left;
	clear: both;
	margin-left: 20px;
	font-size: 10pt;
}

.ProductViewDepartmentLabel
{
	display: inline;
	font-weight: bold;
	width: 120px;
	font-size: 10pt;
}

.ProductViewDepartmentData
{
	display: inline;
}

.ProductViewAvailability
{
	float:left;
	clear: both;
	margin-left: 20px;
	font-size: 10pt;
}

.ProductViewAvailabilityLabel
{
	display: inline;
	font-weight: bold;
	width: 120px;
	font-size: 10pt;
}

.ProductViewAvailabilityData
{
	display: inline;
}

.ProductViewBackordering
{
	float:left;
	clear: both;
	margin-left: 20px;
	font-size: 10pt;
}

.ProductViewQuantity
{
	float:left;
	clear: both;
	margin-left: 20px;
	margin-top: 10px;
	font-size: 10pt;
}

.ProductViewQuantityLabel
{
	display: inline;
	font-weight: bold;
	width: 120px;
	font-size: 10pt;
}

.ProductViewQuantityData
{
	display: inline;
}

.ProductViewAddToBasketButton
{
	display: inline;
	font-size: 10pt;
}

.ProductViewAddToWishButton
{
float: left;
clear: both;
margin-left: 20px;
}

.ProductViewEditButton
{
	float: right;
	margin-top: 10px;
	font-size: 10pt;
}
#desc2{
	width: 100%;
	float: left;
	clear: left;
	margin-top: 10px;
}
#lab{
	font-weight: bold;
}

