#pageWrapper{}

h1#pageName{
	padding:0 20px;
	color:#BF1E2E;
	font-size:1.6em;
	font-style:italic;
	line-height:43px;
	vertical-align:middle;
}

/*
 * Two columns
 */
#pageProduct{
	padding:10px;
	overflow:hidden;
}
#pageProductImages{
	float:left;
	width:300px;
}
#pageProductText{
	float:right;
	width:272px;
}

/*
 * Product Images
 */
.pageProductImgLrg{}
.pageProductImgsSml{
	padding-top:10px;
}
.pageProductImgsSml img{
	margin-right:10px;
}

/*
 * Product Name
 */
#pageProductName{
	padding:5px 0;
}

/*
 * Product Description
 */
#pageProductDescription{
	color:#828277;
	font-size:1.2em;
}

/*
 * Product Options
 */
#pageProductOptions{
	color:#666656;
	font-size:1.2em;
}
#pageProductOptions br{
	height:1px;
	font-size:1px;
	line-height:1px;
}

/*
 * Product Price
 */
#pageProductPrice{
	padding:10px 0;
	border-width:1px 0;
	border-style:solid;
	border-color:#DEDFD5;
	margin:10px 0;
	color:#666656;
	font-size:1.2em;
	line-height:20px;
	vertical-align:middle;
}
#pageProductPrice span.p{
	color:#BF1E2E;
	font-size:1.7em;
	vertical-align:middle;
}

/*
 * Add to cart
 */
#pageProductAtc{
	margin:10px 0;
}
#pageProductAtc input{
	width:119px;
	height:25px;
	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;
}
#pageProductAtc input:hover{
	background-position:left -25px;
}

/*
 * Email to a friend
 */
#pageProductEmailFriend{
	margin:10px 0;
}
#pageProductEmailFriend a{
	display:block;
	width:119px;
	height:25px;
	background:url(../Design/siteProductEmailFriend.png) left top no-repeat scroll;
	line-height:25px;
	text-indent:120px;
	overflow:hidden;
}
#pageProductEmailFriend a:hover{
	background-position:left -25px;
}

