#pageWrapper{
	padding:10px 0;
	color:#666;
}

/*
 * Product Images
 */
#pageProductImages{
	float:right;
	width:260px;
	padding:10px 0;
	border-top:10px solid #80B19B;
	border-bottom:10px solid #80B19B;
	margin:0 0 20px 20px;
	background:#fff;
}
#pageProductImageLrg{
	height:260px;
}
#pageProductImageSml{
/*	height:48px; */
	text-align:center;
}
#pageProductImageSml img{
	margin:0 3px;
}

/*
 * Page Name
 */
#pageName{
	font-size:1.8em;
}

/*
 * Location
 */
#pageLocation{
	padding-bottom:10px;
}
#pageLocation a{
	color:#666;
	text-decoration:none;
}
#pageLocation a:hover{
	text-decoration:underline;
}

/*
 * product options
 */
#pageProductOptions{
	width:340px;
	font-size:1.2em;
}
#pageProductOptions br{
	height:10px;
	font-size:10px;
	line-height:10px;
}

/*
 * Prices and add to cart link
 */
#pageProductAtcPrices{
	margin:1em 0;
	overflow:hidden;
}

/*
 * Prices
 */
#pageProductPrices{
	float:left;
	padding-right:20px;
}
#pageProductPrice{
	font-size:1.4em;
}
#pageProductPrice span.p{
	color:#333;
	font-weight:bold;
}
#pageProductRpp{
	margin-top:0.5em;
	font-size:1.2em;
}
#pageProductRpp span.p{
	font-weight:bold;
}

/*
 * Add to cart link
 */
#pageProductAtc{
	float:left;
}
#pageProductAtc input{
	width:78px;
	height:18px;
	border:none;
	background:url(../Design/siteProductAtc.png) left top no-repeat scroll;
	font-size:0;
	line-height:100px;
	vertical-align:middle;
	cursor:pointer;
}
#pageProductAtc input:hover{
	background-position:left -18px;
}

/*
 * Product Description
 */
#pageProductDesc{
	font-size:1.2em;
	line-height:120%;
}

#pageProductDesc ul{
	padding-left:20px;
	margin:1em 0;
}
#pageProductDesc ul li{
	padding:0.2em 0;
	list-style-image:url(../Design/siteProductArrow.png);
	list-style-position:outside;
}

