#pageWrapper{}

#siteProduct{
	overflow:hidden;
}
#siteProductRight{
	float:right;
	width:200px;
}
#siteProductLeft{
	position:relative;
	float:left;
	width:500px;
	padding-left:5px;
}

#pageProductImgLrg{
	position:relative;
	height:196px;
	overflow:hidden;
	text-align:center;
}
#pageProductImgLrg,
#pageProductImgsSml img{
	padding:1px;
	border:1px solid #ccc;
}
#pageProductImgButtons{
	overflow:hidden;
	padding:2px 0;
}
#pageProductImgButtons a{
	display:block;
	width:98px;
	height:20px;
	background-position:left top;
	background-repeat:no-repeat;
	background-attachment:scroll;
	line-height:20px;
	text-indent:100px;
	overflow:hidden;
	cursor:pointer;
}
#pageProductImgButtons a:hover{
	background-position:left -20px;
}
#siteproductImgZoom{
	float:left;
	background-image:url(../Design/siteProductZoom.png);
}
#siteproductImgEnlarge{
	float:right;
	background-image:url(../Design/siteProductEnlarge.png);
}
#siteProductUnderImgPrice{
	padding:3px;
	border:1px solid #D3A7CD;
	background:#EEDDEC url(../Design/siteProductBox.png) right top no-repeat scroll;
	color:#333;
	font-size:1.6em;
}
#siteProductUnderImgPrice span.p{
	color:#6A207F;
	font-weight:bold;
}

#siteProductDesc{
	color:#333;
	font-size:1.2em;
}
siteProductDesc p.first-child{
	margin-top:0;
}

#siteProductOptions,
#siteProductPrices,
#siteProductAtc{
	width:392px;
	padding:3px 4px;
	border:1px solid #D3A7CD;
	margin:10px 0;
	background:#EEDDEC url(../Design/siteProductBox.png) right top no-repeat scroll;
}

#siteProductOptions{
	padding-bottom:13px;
	color:#333;
	font-size:1.2em;
	font-weight:bold;
}
#siteProductOptions br{
	height:10px;
	line-height:10px;
	font-size:10px;
}

#siteProductPrices{
	overflow:hidden;
}
#siteProductPrice{
	float:left;
	width:124px;
	color:#333;
	font-size:1.6em;
}
#siteProductPrice .p{
	color:#6A207F;
	font-weight:bold;
}
#siteProductRpp{
	float:left;
	padding-top:0.2em;
	color:#666;
	font-size:1.2em;
}
#siteProductRpp .p{
	color:#6A207F;
}
#siteProductAtc input{
	width:124px;
	height:22px;
	border:none;
	background:url(../Design/siteproductAtc.png) left top no-repeat scroll;
	font-size:0;
	line-height:100px;
	vertical-align:middle;
	overflow:hidden;
	cursor:pointer;
}
#siteProductAtc input:hover{
	background-position:left -22px;
}

/*
 * Product Reviews
 */
#siteCustomerReviews{
	padding:5px 0;
	border-top:1px solid #ccc;
	color:#333;
	font-size:1.2em;
}
#siteCustomerReviews a{
	color:#361C8C;
}
#siteCustomerReviews a:hover{
	color:#666;
}
#siteCustomerReviews b{
	color:#6A207F;
	font-size:1.17em;
}
#siteCustomerReviews hr{
	display:none;
}

#siteRelatedProductsHeading{
	padding:2px 0;
	border-width:1px 0;
	border-style:solid;
	border-color:#ccc;
	margin-bottom:10px;
	color:#6A207F;
	font-size:1.3em;
	font-weight:bold;
}

#pageZoomView{
	display:none;
	position:absolute;
	top:0;
	right:0;
	width:265px;
	height:265px;
}
#pageZoomView div{
	padding:1px;
	border:1px solid #ccc;
	background:#fff;
}
