/******************************************************************************
* product viewer
******************************************************************************/

div#productViewer {
}

div#productViewer img#badge {
	position: absolute;
	z-index: 10;
	top: 0;
	right: 0;
}

/******************************************************************************
* product details
******************************************************************************/

ul.availableFrom, p.availableFrom { padding: 10px 0; }

div.productDetail { position:relative; }

h3.latestNews {
	width:218px;
	float:right;
	background:url(../img/layout/lightLinkBg.jpg) bottom center repeat-x;
	padding:10px 15px 10px 15px;
}

div#productDetail {
	background: #ebddc3;
	padding: 20px 15px;
	width:218px;
}

div#productDetail h1, div#productDetail p.price  { color: #614F3F; }

div#productDetail p.price  { padding-top:5px; background:url(../img/layout/priceDivider.gif) top repeat-x; }
div#productDetail span.productPrice  { padding-bottom:5px; background:url(../img/layout/priceDivider.gif) bottom repeat-x; }


div#productDetail h2 {
	margin-left: 16px;
	margin-right: 16px;
	margin-bottom: 18px;
	font-size: 2.6em;
	color: #ffffff;
}



div#productDetail dl.category dt {
	font-weight: bold;
	color: #ffffff;
	display: inline;
	float: left;
	font-size: 1.4em;
	clear: both;
	margin-right: 2px;
}

div#productDetail dl.category dd {
	color: #ffffff;
	display: inline;
	font-size: 1.4em;
	font-style: normal;
	float: left;
	margin-left: 0.2em;
}


div#productDetail p.price span.pounds {
	font-size: 4.4em;
}

div#productDetail p.price span.pence {
	font-size: 2.2em;
	/*position: relative;
	bottom: 0.7em;*/
}

div#productDetail p.price span.wording,
div#productDetail p.price span.priceText {
	font-size: 2.2em;
}
div#productDetail p.price span.priceText {
 	padding-left: 4px;
}
div#productDetail p.wasPrice {
	margin-bottom: 18px;
	margin-top: 4px;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 2.2em;
}


div#productDetail div.additionalOptions {
	border-top: 1px solid #cab4a3;
	border-bottom: 1px solid #cab4a3;
	padding-top: 7px;
	padding-bottom: 7px;
	margin-bottom: 12px;
}

div#productDetail div.additionalOptions ul {
	list-style: none;
}

div#productDetail div.additionalOptions ul li {
	float: left;
	/*margin-right: 16px;*/
	font-size: 1.1em;
	background: url(../img/layout/blueArrow.gif) 0px 3px no-repeat;
	padding-left: 8px;
}

div#productDetail div.additionalOptions ul li a {
	color: #3ab9de;
	text-decoration:none;
}

div#productDetail div.terms {
	margin-left: 16px;
	margin-right: 16px;
	margin-bottom: 12px;
}

div#productDetail div.terms input {
	float: left;
	margin-right: 7px;
}

div#productDetail div.terms p {
	float: left;
	font-size: 1.1em;
	color: #fff;
}

div#productDetail div.terms p a {
	display: block;
	background: url(../img/icon_arrow01.gif) 0px 4px no-repeat;
	padding-left: 8px;
	color: #fff;
}

div#productDetail div.options {
	margin-left: 16px;
	margin-right: 16px;
	/*margin-bottom: 25px;*/
}

div#productDetail div.options p {
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 9px;
	color: #fff;
}

div#productDetail div.options select {
	font-size: 1.1em;
	width: 80px;
	border: 1px solid #ccda10;
}

div#productDetail div.options div.size,
div#productDetail div.options div.colour {
	float: left;
	margin-right: 16px;
}

div#productDetail div.options div.quanitity {
	float: left;
}

div#productDetail div.summary { 
	margin-left: 16px;
	margin-right: 16px;
}

div#productDetail div.summary dl {
	float: left;
	color: #fff;
}

div#productDetail div.summary dl dt {
	display: inline;
	font-size: 1.1em;
	font-weight: bold;
}

div#productDetail div.summary dl dd {
	display: inline;
	font-size: 2.2em;
}

div#productDetail div.summary dl dd span.super {
	font-size:0.6em;
	position: relative;
	bottom: 0.5em;
}

div#productDetail div.summary input,
div#productDetail div.summary img {
	float: right;
	cursor: hand;
}

div#productDetail div.summary input.enabled {
	cursor: pointer;
}

/******************************************************************************
* further information
******************************************************************************/
div#productInformation div#productInfoWrapper {
	float: left; 
	width: 257px; 
	padding-top: 28px;
}
div#productInformation {
	margin-bottom: 33px;
	width:560px;
	float: left;
}

div#productInformation div#allProductDetails {
	float: left;
	width: 302px;
}

div#productInformation div#deliveryDetails {
	float: left;
	width: 257px;
}

div#productInformation div#allProductDetails {
	padding-top: 28px;
}
div#productInformation div#deliveryDetails h3, div#productInformation div#allProductDetails h3 {
	color: #6d7940;
	font-size: 1.7em;
	margin-left: 18px;
	margin-right: 18px;
	margin-bottom: 12px;
	font-weight: bold;
}

div#productInformation div#deliveryDetails ul, div#productInformation div#allProductDetails ul {
	list-style: none;
	margin-left: 18px;
	margin-right: 18px;
	margin-bottom: 12px;
	font-size: 1.1em;
}

div#productInformation div#deliveryDetails ul li, div#productInformation div#allProductDetails ul li {
	background: url(../img/bullet01.gif) 0px 5px no-repeat;
	padding-left: 8px;
	margin-bottom: 10px;
}

div#productInformation div#deliveryDetails ul li h4, div#productInformation div#allProductDetails ul li h4 {
	font-weight: bold;
	padding-right:16px;
	/* removed for jira ECM-6271 display: inline;*/
	/*** ECM-6271 ***/
	font-size:1em;
}

div#productInformation div#deliveryDetails ul li p, div#productInformation div#allProductDetails ul li p {
	display: inline;
}

div#productInformation div#deliveryDetails ul li strong, div#productInformation div#allProductDetails strong {
	font-weight: bold;	
	/* removed for jira ECM-6271 padding-right: 16px;*/
}

div#productInformation div#furtherInformation {
	float: left;
	width: 257px;
	/*padding-top: 27px;
	min-height: 158px;*/
}

div#productInformation div#furtherInformation h3 {
	color: #6d7940;
	font-size: 1.7em;
	margin-left: 18px;
	margin-right: 18px;
	margin-bottom: 12px;
	font-weight: bold;
}

div#productInformation div#furtherInformation ul {
	list-style: none;
	margin-left: 18px;
	margin-right: 18px;
	margin-bottom: 12px;
}

div#productInformation div#furtherInformation ul li {
	margin-bottom: 10px;
}

div#productInformation div#furtherInformation ul li h4 {
	font-size: 1.1em;
	font-weight: bold;
	background: url(../img/bullet01.gif) 0px 5px no-repeat;
	padding-left: 8px;	
}

div#productInformation div#furtherInformation ul li p {
	font-size: 1.1em;
	background: url(../img/bullet02.gif) 0px 5px no-repeat;
	padding-left: 8px;	
}

div#productInformation div#furtherInformation ul li p a {
	color: #000;
}

div#productInformation div#supplementaryInformation {
	clear: both;
	background-color: #f3eee7;
	padding-top: 16px;
	min-height: 80px;
	margin-top: 18px;
}

div#productInformation div#supplementaryInformation div#inspiration {
	float: left;
	width: 302px;
}

div#productInformation div#supplementaryInformation div#inspiration h3 {
	color: #6d7940;
	font-size: 1.7em;
	margin-left: 16px;
	margin-right: 18px;
	margin-bottom: 12px;
	font-weight: bold;
}

div#productInformation div#supplementaryInformation div#inspiration ul {
	list-style: none;
	margin-left: 16px;
	margin-right: 18px;
	padding-bottom: 16px;
}

div#productInformation div#supplementaryInformation div#inspiration ul li {
	background: url(../img/bullet02.gif) no-repeat scroll 0px 5px;
	font-size: 1.1em;
	padding-left: 12px;
}

div#productInformation div#supplementaryInformation div#inspiration ul li a {
	color: #000;
}

div#productInformation div#supplementaryInformation div#needHelp {
	float: left;
	width: 257px;
}

div#productInformation div#supplementaryInformation div#needHelp h3 {
	color: #6d7940;
	font-size: 1.7em;
	margin-left: 18px;
	margin-right: 18px;
	margin-bottom: 12px;
	font-weight: bold;
}

div#productInformation div#supplementaryInformation div#needHelp ul {
	list-style: none;
	margin-left: 18px;
	margin-right: 18px;
	margin-bottom: 12px;
}

div#productInformation div#supplementaryInformation div#needHelp ul li {
	background: url(../img/bullet02.gif) no-repeat scroll 0px 5px;
	font-size: 1.1em;
	padding-left: 12px;
}

div#productInformation div#supplementaryInformation div#needHelp ul li a {
	color: #000;
}
/******************************************************************************
* product upsell
******************************************************************************/
div.productDetailUpsell {
	clear: both;
}
/******************************************************************************
* also-available 
*******************************************************************************/
div.productDetailUpsell div.productCategoryHeader {
	min-height: 40px;
	margin: 0 0 15px 0;
	background-color: #424025;
	display: block;
}
div.productDetailUpsell div.productCategoryHeader div.productCategoryHeaderInner {
	display: block;	
}
div.productDetailUpsell div.productCategoryHeader h3 {	
	display: inline;
	color: #fff;
	float: left;
	font-weight: bold;
	font-size: 2.2em;
	min-height: 24px;	
	margin-left: 11px;
	min-width: 104px;
	padding: 7px 15px 0 6px;	
}

div.productDetailUpsell div.productCategoryHeader a.moreButton {
	color: #fff;
	display: block;
	float: right;
	font-size: 1.1em;
	font-weight: bold;	
	height: 15px;	
	margin: 10px 0 0 0;
	padding: 0 0 0 15px;
	text-transform: uppercase;		
}

div.productDetailUpsell div.productCategoryHeader a.moreButton:hover {
	text-decoration: none;
}

div.productDetailUpsell div.productCategoryHeader a.moreButton span{
	display: block;
	padding: 1px 10px 1px 0;
}

div.productDetailUpsell div.productCategoryHeader p.priceRange {
	float: left;
	font-size: 1.4em;
	font-weight: bold;
	margin: 4px 0 0 0;
	color: #FFFFFF;
	font-weight: normal;
}
div.productDetailUpsell div.productCategoryHeader p.priceRange span.price {
	font-size: 1.8em;
	font-weight: bold;
}
div.productDetailUpsell div.productCategoryHeader p.contextual {
	float: left;
	font-size: 1.2em;
	font-weight: normal;
	margin: 7px 0 0 25px;
	color: #fff;
}

div.productDetailUpsell div.productCategoryHeader p.contextual span {

	font-size: 1.4em;
	font-weight: bold;
	color: #fff;
}

div.productDetailUpsell div.productCategoryHeader p.contextual span.superscript{
	font-size: 1.1em;
	font-weight: bold;
	position: relative;
	bottom: .4em;
	color: #fff;
}

div.productDetailUpsell div.productCategoryHeader p.contextual span.price {
	font-size: 1.8em;
}
div.productDetailUpsell div.productCategoryHeader span.box {
	float: right;
	margin-top: 15px;
	margin-right: 10px;
	padding-bottom: 3px;
	background: url(../img/bg_button_bl_category.gif) no-repeat left bottom;
}

div.productDetailUpsell div.productCategoryHeader span.box-inner01 {
	padding-bottom: 3px;
	background: url(../img/bg_button_br_category.gif) no-repeat right bottom;
}

div.productDetailUpsell div.productCategoryHeader span.box-inner02 {
	padding-top: 3px;
	background: url(../img/bg_button_tl_category.gif) no-repeat left top;
}

div.productDetailUpsell div.productCategoryHeader span.box-inner03 {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	background: url(../img/bg_button_tr_category.gif) no-repeat right top;
}

div.productDetailUpsell div.productCategoryHeader span.box a,
div.productDetailUpsell div.productCategoryHeader span.box a:link,
div.productDetailUpsell div.productCategoryHeader span.box a:visited,
div.productDetailUpsell div.productCategoryHeader span.box a:hover,
div.productDetailUpsell div.productCategoryHeader span.box a:active {
	background: url(../img/bg_category_arrow.gif) no-repeat 2px 50%;
	color: #fff;
	font-size: 1.1em;
	font-weight: bold;
	padding-left: 10px;
	text-decoration: none;
	text-transform: uppercase;
	position: relative;
	top: -1px;
	left: -1px;
}


/******************************************************************************
* environmental information
******************************************************************************/

div.environmentalInformation {
	float: left;
	width: 368px;
	margin-left: 16px;
	padding-top: 28px;
	/*background: url(../img/tree.gif) no-repeat 262px 16px;
	margin-top: 16px; */
	position: relative;
}

div.environmentalInformation h3 {
	color: #6d7940;
	font-size: 1.7em;
	margin-left: 18px;
	margin-right: 18px;
	margin-bottom: 12px;
	font-weight: bold;
	width: 222px;	
}

div.environmentalInformation p {
	font-size: 1.1em;
	margin-left: 18px;
	margin-right: 18px;
	margin-bottom: -3px;
	width: 222px;
}

div.environmentalInformation img {
	position: absolute; 
	top: 28px; 
	right: 15px;
}
/******************************************************************************
* DHTML Viewer
******************************************************************************/

div#izView {
	width: 397px;
	position: relative;
	top: 0;
}
span#frame1 {
	position: absolute; 
	top: 0; 
	left: -6px;
	z-index: 16;
	width: 5px;
	height: 374px;
	background: transparent url(../img/bg_zoomframe.png);	
}

span#frame2 {
	position: absolute; 
	top: 0; 
	right: -6px;
	z-index: 16;
	width: 5px;
	height: 374px;
	background: transparent url(../img/bg_zoomframe.png) right;	
}

div#imageNavigator {
	position: absolute; 
	bottom: 12px; 
	left: 14px;
	z-index: 20;
}
div#imageNavigator div {
	float: left;
}
div#imageNavigator a {
 	cursor: pointer;
	color: #f00;
}
div#imageNavigator a:focus, 
div#imageNavigator a:active {
	outline: none;
}

/* image controls  */

ul#imageController {
	list-style: none;
	float: left;
	width: 89px;
	height: 70px;
	background: url(../img/bg_imagecontroller.png);
}
ul#imageController li {
	position: absolute;
}
ul#imageController img {
	display: block;
	border: none;
}
ul#imageController a {
	position: absolute;
	width: 16px;
	height: 16px;
	text-indent: -9999em;
	overflow: hidden;
	cursor: default;
}
ul#imageController a#zoomInButton {
	top: 9px;
	left: 66px;
	background: url(../img/btn_zoomin.gif);
	cursor: pointer;
}
ul#imageController a#zoomOutButton {
	top: 41px;
	left: 66px;
	background: url(../img/btn_zoomout_inactive.gif);
}
ul#imageController a#panUpButton {
	top: 9px;
	left: 26px;
	background: url(../img/btn_panup_inactive.gif);
}
ul#imageController a#panRightButton {
	top: 26px;
	left: 42px;
	background: url(../img/btn_panright_inactive.gif);
}
ul#imageController a#panDownButton {
	top: 41px;
	left: 26px;
	background: url(../img/btn_pandown_inactive.gif);
}
ul#imageController a#panLeftButton {
	top: 25px;
	left: 10px;
	background: url(../img/btn_panleft_inactive.gif);
}
ul#imageController a#resetButton {
	top: 25px;
	left: 26px;
	background: url(../img/btn_reset_inactive.gif);
}

/* zoomed in  */

ul#imageController.zoomedIn a {
	cursor: pointer;
}
ul#imageController.zoomedIn a#zoomOutButton {
	background: url(../img/btn_zoomout.gif);
}
ul#imageController.zoomedIn a#panUpButton {
	background: url(../img/btn_panup.gif);
}
ul#imageController.zoomedIn a#panRightButton {
	background: url(../img/btn_panright.gif);
}
ul#imageController.zoomedIn a#panDownButton {
	background: url(../img/btn_pandown.gif);
}
ul#imageController.zoomedIn a#panLeftButton {
	background: url(../img/btn_panleft.gif);
}
ul#imageController.zoomedIn a#resetButton {
	background: url(../img/btn_reset.gif);
}

/* max zoom */

ul#imageController a#zoomInButton.maxZoom {
	background: url(../img/btn_zoomin_inactive.gif);
	cursor: default;
}

/* max pan */

ul#imageController a#panRightButton.maxPan {
	background: url(../img/btn_panright_inactive.gif);
}
ul#imageController a#panLeftButton.maxPan {
	background: url(../img/btn_panleft_inactive.gif);
}
ul#imageController a#panUpButton.maxPan {
	background: url(../img/btn_panup_inactive.gif);
}
ul#imageController a#panDownButton.maxPan {
	background: url(../img/btn_pandown_inactive.gif);
}

/* slide */

div#imageSlide {
	width: 450px;
}
div#imageSlideInner {
	padding:0px;
	height: 70px;
	background: url(../img/bg_imageslide.png);
}
div#imageSlideInner a {
	float: left;
	margin-top: 8px;
	margin-right: 8px;
	display: inline;
	border: 1px solid #fff;
}
div#imageSlideInner a:hover {
	border: 1px solid #c4cd26;
}
a#openButton, a#closeButton {
	float: left;
	width: 18px;
	height: 70px;
}
a#openButton {
	position: absolute;
	top: -99999em;
}
/* Safari 2 hack. DO NOT SEPARATE OR MOVE THIS CODE*/
div#productDetail p.wasPrice {
	margin-left: 16px;
}
div#productDetail p.wasPrice {
	margin-left: 0;#
}
/* end Safari 2 hack */
