#pageWrapper{}

/*
 * Page Title
 */
#pageTitle{
	width:556px;
	height:28px;
	padding:0 22px;
	margin:0 auto;
	background:#83A9CF url(../Design/siteHr.png) center top no-repeat scroll;
	color:#fff;
	font-size:1.4em;
	font-weight:bold;
	line-height:28px;
}

/*
 * Location
 */
#pageLocation{
	padding:3px 15px 5px;
	color:#21487F;
}
#pageLocation a{
	color:#21487F;
	text-decoration:none;
}
#pageLocation a:hover{
	color:#333;
	text-decoration:underline;
}

/*
 * The Product
 */
#pageproduct{
	padding-top:10px;
}

/*
 * Product images
 */
#pageProductImages{
	float:right;
	width:310px;
	text-align:center;
}
#pageProductImgLrg{}
#pageProductImgsSml{}
#pageProductImgsSml img{
	margin:2px;
}

/*
 * Product Options, price, add to cart button
 */
#pageProductOptionsEtc{
	width:290px;
	padding-top:10px;
}
/*
 * Product options
 */
#pageproductoptions{
	padding-left:10px;
	margin-bottom:20px;
	color:#000;
	font-size:1.2em;
}
#pageproductoptions br{
	height:20px;
	font-size:20px;
	line-height:20px;
}

/*
 * RRP
 */
#pageProductRRP{
	padding-left:10px;
	margin-bottom:10px;
	color:#000;
	font-size:1.2em;
}
#pageProductRRP span.p{
	color:#3D0D26;
	text-decoration:line-through;
}

/*
 * Price
 */
#pageProductPrice{
	padding-left:10px;
	margin-bottom:10px;
	color:#000;
	font-size:1.2em;
}
#pageProductPrice span.p{
	color:#59748F;
	font-size:1.7em;
}

/*
 * Add to cart
 */
#pageProductAtc{
	padding-left:8px;
}
#pageProductAtc input{
	width:134px;
	height:26px;
	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 -26px;
}

/*
 * Description
 */
#pageProductDesc{
	padding:0 10px;
	color:#333;
	font-size:1.2em;
}
#pageProductDesc ul{
	padding-left:0;
}
#pageProductDesc ul li{
	display:block;
	padding-left:20px;
	background:url(../Design/siteProductBullit.png) left center no-repeat scroll;
}

/*
 * Product Boxes
 */
#pageProductBoxes{
	margin:10px 0;
}
.product-box{
	float:left;
	width:128px;
	padding:5px;
	border:1px solid #ccc;
	color:#333;
	font-size:1.2em;
}

#pageCustomerReviews{
	padding:10px 10px 0;
	background:url(../Design/siteCustomerReviews.png) center top no-repeat scroll;
	color:#333;
	font-size:1.4em;
}
#pageCustomerReviews hr{
	display:none;
}
#pageCustomerReviews strong{
	color:#001C3D;
}
#pageCustomerReviews a{
	color:#21487F;
}
#pageCustomerReviews a:hover{
	color:#001C3D;
}
