/*Right of page*/
#productRight {
	float:right;
	width:190px;
	margin-left:40px;
}

/*Images*/
#prdImgs {
	margin-bottom: 26px;
	text-align:right;
}

/*Price / PriceWas*/
#prodPrice {
	padding:0px 14px 1.0em 0px;
	text-align:right;
}
#prodPrice #priceWas1 {
	text-decoration:line-through;
	margin:0.6em 0px;
	color:#AA0000;
}
#prodPrice #priceWas1 .price {
	font-size:1.1em;
	font-weight:bold;
}
#prodPrice #priceWas1 .incVat {
	font-size:0.9090em;
}
#prodPrice #price {	
	margin:0.6em 0px;
}
#prodPrice #price .price {
	font-size:1.6em;
	font-weight:bold;
	color:#5B4C95;
}
#prodPrice #price .incVat {
	font-size:0.9090em;
}

/*Add to basket form*/
#frmAdd {
	margin:0px;
	padding:0px 14px 0px 0px;
	text-align:right;
}
#frmAdd p {
	margin:0px 0px 8px 0px;
}


/*content*/
#productPage {
	padding:0px;
}

#productBody {

}

#productPage div.hrule { width:166px; padding:8px 0px; }

#productSpec {
	color:#5B4C95;
}
#productSpec p {
	color:#5B4C95;
}

#productAliases {
	margin-top:2em;
	line-height:0.5em;
}

.clear { clear:both; }