﻿/* ProductDisplay Main Area */

.ShopListWrapper h1
{
	background: none;
	border-bottom: 1px solid #DEDEDE;
}
.ProdDispLeftDiv
{
	width: 349px;
	text-align: left;
}
.ProdDispMainImgTable
{
	height: 200px;
	padding-bottom: 8px;
}
.RolloverMessage img
{
	position: relative;
	top: 7px;
}
.ProdDispThumbTable
{
	margin-top: 8px;
}
.ProdDispThumbTable td
{
	vertical-align: top;
	text-align: center;
}
.SkuImage
{
	border: 0;
}
.SkuImageSelected
{
	border: 1px solid #333;
}
.ProdDispRightDiv
{
	width: 384px;
	border-left: 1px dotted #999;
}
.ProdDispRightInnerDiv
{
	width: 373px;
	margin-left: 9px;
}
.MagicZoom
{
	margin: 0 auto;
}
.StockLevelMessage
{
	position: relative;
	top: 4px;
	right: 5px;
}
.ProdDispDesc
{
	border-top: 1px dotted #999;
	padding-top: 3px;
}
.SalePricePanel
{
	padding: 3px 0 3px 0;
}
.ProdDispPrice
{
	width: 100%;
	line-height: 26px;
}
.ProdDispPrice div
{
	float: left;
}
.ProdDispPrice .GreyText
{
	line-height: 18px;
}
.ProdDispRelatedDocs, .ProdDispSkuTable, .ProdDispLinksDiv, .ProdListRelatedProds
{
 	margin-top: 8px;
}
.ProdDispRelatedDocs a
{
	margin-left: 16px;
}
.ProdDispPricePanel
{
	margin: 4px 0 6px 0;
}
.ProdDispPricePanel .BlackTitle
{
	color: #0553B8;
	font: bold 14px Arial, Sans-Serif;
}
.ProdDispPricePanel .RedTitle
{
	color: #F00;
	font: bold 14px Arial, Sans-Serif;
}
.AddToCartWrapper
{
	width: 371px;
	height: 160px;
	margin-top: 8px;
}
.AddToCartTopBG
{
	height: 8px;
	background: url("/Images/prod-disp-top.gif") no-repeat 0 0;
}
.AddToCartBottomBG
{
	height: 8px;
	background: url("/Images/prod-disp-bot.gif") no-repeat 0 0;
}
.AddToCartArea
{
	background: #EBEBEB;
}
.AddToCartInnerDiv
{
	width: 330px;
}
.ProdInfoLeftDiv
{
	width: 180px;
}
.ProdInfoRightDiv
{
	width: 140px;
}
.InnerPriceDiv
{
	width: 175px;
	margin-top: 13px;
}
.CurrentPriceDiv
{
	width: 190px;
	height: 22px;
	text-align: center;
	line-height: 22px;
	margin-top: 12px;
	font-weight: bold;
}
.ViewCartDiv .MediumButton
{
	display: block;
	position: relative;
	top: 8px;
}
.ProdDispSkuTable td
{
	width: 42px;
 	vertical-align: middle;
 	padding: 2px 0 2px 0;
}
.ProdDispSkuTable select
{
	width: 120px;
}
.ProdDispQtyTable
{
	width: 160px;
	margin-right: 1px;
}
.ProdDispQtyTable td
{
	padding-top: 2px;
	vertical-align: middle;
}
.ProdDispQtyTable input
{
	margin: 0;
	float: right;
}
.ProdDispAddCartButton
{
	width: 177px;
	height: 32px;
	background: url("/Images/add-to-my-cart.gif") no-repeat 0 0;
	cursor: pointer;
	margin: 0;
	border: 0;
	position: relative;
	top: -2px;
}
.ProdDispPriceSpacer
{
	height: 6px;
}
.ProdListRelatedProds
{
	margin-bottom: 8px;
	border-top: 1px dotted #999;
	padding-top: 8px;
}
.RelatedProdTitle
{
	margin-top: 8px;
}
.ProdListRelatedProds td
{
	width: 150px;
}
/*
.ProdDispLinksDiv .LinkText, .ProdDispLinksDiv .LinkText:active, .ProdDispLinksDiv .LinkText:link, .ProdDispLinksDiv .LinkText:visited
{
	background: url("/Images/link-star.gif") no-repeat 0 0;
	padding-left: 18px;
	text-decoration: underline;
}
*/
.AddToCartButton
{
	margin-top: 8px;
}
.ProdDispLinksDiv
{
	width: 363px;
}
.ProdDispLinksDiv .MediumButton, .ProdDispLinksDiv .MediumButton:hover
{
	font-size: 10px;
	margin: 0 0 0 6px;
	float: left;
	display: block;
	color: #FFF;
}
.ProdDispLinksDiv .MediumButton:hover
{
	text-decoration: none;
}
.SizeGuideLink
{
	position: relative;
	top: 10px;
}