/*
 * Page Wrapper
 */
#pageWrapper{}

/*
 * Location
 */
#siteLocation .section-heading-bot{
	font-size:1.2em;
}
#siteLocation a{
	color:#fff;
	text-decoration:none;
}
#siteLocation a:hover{
	text-decoration:underline;
}

/*
 * Product Columns
 */
#siteProductCols{
	position:relative;
	z-index:20;

	overflow:hidden;
}
#siteProductColLeft{
	float:left;
	width:235px;
	padding-left:5px;
}
#siteProductColRight{
	float:right;
	width:320px;
}

/*
 * Product Name
 */
#siteProductName{
	margin-bottom:1em;
	color:#DF97F1;
	font-size:1.4em;
	font-weight:bold;
}

/*
 * Product Price
 */
#siteProductPrice{
	margin-bottom:1em;
	font-size:1.4em;
}
#siteProductPrice span.p{
	color:#D38CE5;
}

/*
 * Product Options
 */
#siteProductOptions{
	font-size:1.4em;
	line-height:120%;
}
#siteProductOptions br{
	display:none;
}

/*
 * Add to cart button
 */
#siteProductAtc{
	margin:1em 0;
	text-align:center;
}
#siteProductAtc input{
	width:120px;
	height:30px;
	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 -30px;
}

/*
 * Product iamges
 */
#siteProdcutImages{
	border:1px solid #3B2A4D;
	padding:5px;
	text-align:center;
}
.pageProductImgLrg{}
.pageProductImgsSml{
	padding-top:5px;
}

/*
 * Email to a friend and bookmark the page
 */
#siteProductBookmarkEmailFriend{
	padding-top:10px;
	overflow:hidden;
}
#siteProductBookmarkEmailFriend a{
	display:block;
	width:150px;
	height:30px;
	background-image:url(../Design/siteProductBookmarkEmail.png);
	background-repeat:no-repeat;
	background-attachment:scroll;
	line-height:30px;
	text-indent:150px;
	overflow:hidden;
}
#siteProductEmailFriend{
	float:left;
	width:150px;
}
#siteProductEmailFriend a{
	background-position:left top;
}
#siteProductEmailFriend a:hover{
	background-position:left -30px;
}
#siteProductBookmark{
	float:right;
	width:150px;
}
#siteProductBookmark a{
	background-position:-150px top;
}
#siteProductBookmark a:hover{
	background-position:-150px -30px;
}

/*
 * Product Description
 */
#siteProductDescription{
	position:relative;
	top:-10px;
	z-index:10;
	margin:0 0 5px;
}
.product-tab{
	height:29px;
	padding:0 8px;
	background:url(../Design/siteProductDescTab.png) left top no-repeat scroll;
	font-size:1.3em;
	line-height:29px;
	vertical-align:middle;
}
.product-tap-pane{
	padding:0 7px;
	border:1px solid #3c3c3c;
	font-size:1.2em;
	line-height:120%;
}

/*
 * Customer Reviews
 */
#siteCustomerReviews{
	font-size:1.2em;
	line-height:120%;
}
#siteCustomerReviews hr{
	border-width:1px 0 0;
	border-style:solid;
	border-color:#3c3c3c;
}
#siteCustomerReviews strong{
	color:#DF97F1;
}
