/* Master1_4.css
------------------------------------------------
Description:
Dare2b-specific branding styles (with overrides
for base.css as D2B layout not consistent with 
global SAFE format).-
------------------------------------------------
Version History:
------------------------------------------------
Version  		Author  	Date/Update
------------------------------------------------
1.0	 Copy from 	B G			17.09.08
1.1	 (Alpha)	S.Fletcher	19.09.08
1.2	 (Beta)		S.Fletcher	06.10.08
1.3	 (Release)	S.Fletcher	17.10.08
1.4  SS09       B K         11.03.09
1.5  AW09		A.Towers	06.08.09
1.6  AW10 		C.Monks		02.09.10
1.7  SS11  		A.Wynn		03.03.11
1.8  AW11		A.Wynn		08.09.11
------------------------------------------------
*/

/* start generic styles  */
html{height: 101%;}
body {
	font-family: 'Arial', 'Bookman Old Style', 'Tahoma', Serif !important;
	/*background:#adadad;*/
	background:url('../images/Master1_4/bkg_main_background.jpg') repeat scroll 0 0 transparent;
	background-repeat:repeat-x; 
	}

/* Added for AW11 */	
	@font-face {
		 font-family: "BorisBlackBloxx"; src: local("BorisBlackBloxx"), src: url('http://feedback.dare2b.com/shopping/BorisBlackBloxx.TTF') format("truetype");
}



/* Added for AW11 */	
#outerwrap {
	width: 975px !important;
	_width: 951px !important;
	margin: 0px auto 0px auto !important;
	padding: 0 !important;
	background: none;
}
 
#wrapper {
	width: 950px !important;
	padding: 0 !important;
	margin: 0 !important;
	background: none;	
}

/** changed 16/02/11 **/
#pagebody {
	width: 940px;
	clear: both !important;
	margin-top: 0px;
	background: #DBDCDD !important;
	_background: #DBDCDD !important;
	height:100%;
	overflow:auto;
	*overflow:none;
	padding-left:10px;
	*padding-left:0 !important;
	padding-top:10px;
	/*padding-bottom:10px !important;*/
	_padding-top:0;
}

/*  font-size:0;   rule  added to override rule in base.css which adds gap above the header,   */
#accessibilityanchors {
height:0;
line-height:0;
text-indent:-999em;
width:0;
font-size:0 !important;
}

/* added to override border around logo image when tested in UAT */
img{
border:0 !important;
}

.homepage #pagebody {
	width: 930px;
	clear: both !important;
	/* * margin-top: 20px !important; */
	margin-top: 0px;
	background: #fff;
	height:100%;
	overflow:auto;
	*overflow:none;
	padding-left:20px;
	padding-top:20px;
	_padding-top:20px;
}

/** changed  16/02/11 **/
.productdetails #pagebody {
	width: 950px;
}
/** changed  16/02/11 **/
.browse #pagebody{
	width: 950px;
}

.productdetails #pagebody {
	_padding-left:20px;
}


/* Rule added in to override productdetails.css to fix product page for brochurewear sites  */
.productdetails .productcode {
	width:153px !important;
	padding:0 0 30px 0 !important;

}

.search #pagebody, .staticpage #pagebody {
   width: 945px;
}

.contact #pagebody, .contact_us #pagebody, #storeloc #pagebody {
	width: 915px !important;
	padding-right: 30px;
}

.productsLargeImage #pagebody {
	background: none;
	width: auto;
	padding: 0;
}

/* header styles  */
 
#header {
	padding-right: 0;
	height: 48px;
	margin: 0 0 0 0;
	*height: 83px;
	_height:40px;
	*margin-bottom:34px;
	_margin-bottom:10px;
}

/*
* html body #header {
	background: #e4e1d8 url('../images/Master1_4/bkg_header.gif') no-repeat 0px 0px;
	_height: 40px !important;
	
}
*/

#header #logo {
	padding: 0 0 0 30px !important;
	margin-bottom: 20px !important;
	width: 161px;
	height: 58px;
	}

#header #languageSelection {
	position: absolute;
	left: 215px;
	top: 40px;
	width: 100px;
}

#header #languageLinks {
	display: inline;
	list-style-type: none;
	}

#header #languageLinks li {
	display: inline;
	}

#header #languageLinks li a {
	text-decoration: none;
	}

#header #toplinkscontainer {
	float:right;
	clear: right;
	display: inline;
	margin: 40px 5px 0 0;
	*margin: 40px 5px 0 0;
	background-color: transparent !important;
	}

#header #toplinkscontainer ul li {
	padding-left: 1em;
	}

#header #toplinkscontainer ul li.first {
	padding-left: 0;
	}

#header #toplinkscontainer li a {
	color: #b3b3b3;
	text-decoration: none;
	font-size: 0.9em;
	text-transform: uppercase;
	}

html > body #header #toplinkscontainer ul li {
	*padding-right: 0.6em;
	font-size: 100%;
	}

#header ul#toplinks {
	float: left;
	background-color: transparent !important;
	}

#header ul#toplinks li {
	display: inline;
	padding-left: 5px;
	margin-right: 7px;
	border-left:1px solid #fff;
	/*background: url('../images/Master1_4/icon_colon.gif') left 50% no-repeat;*/
	}

#header ul#toplinks li.first {
	background: none;
	border:none;
	}

#header ul#toplinks li a:hover {
color: #0986CB;
	}

/* header - shopping basket information */

#header #minishopcart {
	margin-left: 20px;
	float: left;
	background-color: transparent !important;
}

#header #minishopcart li {
	display: inline !important;
	float: left;
	}

#header ul#minishopcart .highlighted {
	margin-top: -5px;
	}
 
#header ul#minishopcart li span.amount {
	padding-right: 0 !important;
	}

#header ul#minishopcart li span.amount span.dash {
	margin: 0 6px;
	*margin: 0 0;
	}

#header ul#minishopcart li span.amount span.dash span {
	display: none;
	*display: inline;
	*width: 20px;
	}

* html #header ul#minishopcart li span.amount span.dash span {
	display: none;
	}

* html #header ul#minishopcart li.first {
	padding: 6px 0 !important;
	}

* html #header ul#minishopcart li.last {
	padding: 5px 0 !important;
	margin-left: 3px !important;
	}

#header ul#minishopcart li.first a {
	font-weight: bold;
	color: #b3b3b;
	text-decoration: none;
	}

#header ul#minishopcart li.first a:hover {
	text-decoration: underline;
	}

#header ul#minishopcart li.first {
	margin-right: 0 !important;
	*margin-top: -1px !important; /* for IE 6/7 */
	_margin-top: -5px !important; /* for IE 6 */
	float: left;
	}

#header ul#minishopcart li.last {
	*margin-top: -0px !important; /* for IE 6/7 */
	_margin-top: -5px !important; /* for IE 6 */
	float: left;
	}

#header ul#minishopcart li.last a {
	text-decoration: none;
	}

#header ul#minishopcart li.last a:hover {
	text-decoration: underline;
	}

#header ul#minishopcart li.first span.minishopcartitem a span.first,
#header ul#minishopcart li.last span.subtotal {
	display: none;
	}

#header ul#minishopcart li.first img {
	margin-bottom: -5px !important;
	}

#header ul#minishopcart li.action {
	display: none !important;
	}

/* Start category navigation styles */

/*Start nav drop-down control styles*/

#navigation, #navigation * {
	margin:0;
	padding:0;
	list-style:none;
	border: 0;
	}

#navigation ul {
	position:absolute;
	top:-999em;
	}

#navigation ul li,
#navigation a {
	width: 100%;
	}
 
#navigation li {
	float:left;
	position:relative;
	z-index:99;
	}

	
/*  creates distance between navholder and extended hover navigation  */	
#navigation li:hover ul,
ul#navigation li.sfHover ul {
	left:-1px;
	top: 3em; /* align subcategory ul with bottom of category ul for Moz */
	}

#navigation li:hover li ul,
#navigation li.sfHover li ul {
	top:-999em;
	}

.superfish li:hover ul,
.superfish li li:hover ul {
	top: -999em;
	}

/*End drop-down control styles*/

/*Start drop-down presentation styles*/

#navholder {
	clear: both;
	margin:0 0 0 0 !important;
	width:950px !important;
	height:30px !important;
	/* background:url('../images/Master1_4/navHolderBkg.gif') no-repeat !important;     removed nav bar image 09/11/11*/
	padding:0 0 0 0;
	margin-left: -26px;
	}
	
* html #navholder {
	clear: both;
	margin:0 0 0 0 !important;
	width:950px !important;
	/*height:20px !important;*/
	background:url('../images/Master1_4/navHolderBkg.gif') !important;
	padding:0 0 0 0;
	}

#navigation {
	clear: left;
	margin-top: 100px;
	*margin-top: 1px;
	
	}

#navigation li.first {
	padding-left: 15px !important;
	/* padding-bottom:8px !important;*/
	}

#navigation li {
	margin-right: 23px;
	/*padding-bottom:8px !important; */
	}

#navigation a {
	color: #000;
	padding: 0 0 .55em 0;
	*padding: 0 0 0.5em 0 !important;
	_padding: 0 0 0.4em 0 !important;
	text-decoration:none;
	display:block;
	font-weight: normal !important;
	}

#navigation a.toplink,
#navigation div.active {
	text-align: left;
	text-transform: uppercase;
	font-size: 1.6em;
	margin-top:7px;
	padding-bottom: 0.9em;
}

#navigation a.toplink:hover{
background: none;
	color: #dbdcdc;
	
	}
#navigation div.active:hover,
#navigation li.category_2 a.toplink:hover{
background: none;
	color: #FFF;
	
	}
#navigation li.category_4 a.toplink:hover{
background: none;
	color: #FFF;
	
	}
#navigation a.toplink span,
#navigation div.active span {
	text-align: center;
	}
 
/* [>Keep centre-aligned toplinks<] without losing submenu width*/
#navigation li a span,
#navigation li div.active span {
	}
	
/* Keep centre-aligned toplinks [>without losing submenu width<]*/
#navigation li ul li a span {
	margin-left: 0;
	}

#navigation li li:hover, 
#navigation li li.sfHover,
#navigation li a:focus, 
#navigation li a:hover, 
#navigation li a:active {
	background: #d4e01b;
	color: #0B8EDC;
	}
 
#navigation li div.active {
	color: #09f;
	width: 120px; /* when changing width, change for parent <ul> as well */
	padding: 0.55em 0;
	font-weight: bold;
	}

#navigation li ul.subcategory {
	margin-top: -3px;
	*margin-top: -10px;
	text-transform: uppercase;
	}

#navigation li li {
	background: #0A8DDB;
	border-bottom: 1px solid #0A8DDB;
	border-left: 1px solid #0A8DDB
	border-right: 1px solid #0A8DDB;
	margin-left: 1px;
	_padding-right:0 !important;
	display: block;
	z-index: 50;
	/* height:25px;  */
	padding-left: 6px;
	width:120px;
	}

#navigation li li a {
	color: #fff;
	text-transform: uppercase;
	padding-top: 5px;
	font-weight: bold;
	}

/*End drop-down presentation styles*/

/* Start (navigation enclosed) search form component */

#navigation li.last {
	float: right;
	border-right: 0;
	margin-right: 18px;
	padding: 0;
}
* html body #navigation li.last {
	margin-top: 6px !important;
	float: right;
	display: inline;
	padding: 0 !important;
	margin-right: -58px;
	width: 300px;
}

#navigation li.last_no_brochureware {
	position: absolute !important;
	top: 7px;
	left: 0px;
	border-right: 0;
	margin: 0;
	padding: 0;
	}

/* IE6 */

* html body #toplinks,
* html body #minishopcart {
	margin-right: 1px;
	}

/*	
* html #navholder {
	margin-top: -4px !important;
	}
*/

* html #navigation li li {
	margin-left: 0px;
	}

* html body #navigation li div.active {
	margin-right: -1px;
	} 

* html body #navigation li ul li {
	padding-left: 0 !important;
	}
	
* html body #navigation li ul li a {
	padding-left: 12px !important;
	}
	
* html body #navigation li.last_no_brochureware {
	top: 5px;
	left: 0px;
	float: right;
	width: 300px;
	display: inline;
	/* padding: 0 !important; */
	margin-right: -40px;
	}

* html #navigation {
	display: inline;
	}

* html #navigation li {
	display: inline;
	width: 100px;
	margin-right: 0px;
	}

* html #navigation li ul li {
	margin-right: 0 !important;
	}


* html header ul#minishopcart li.first .minishopcartitem {
	padding: 10px 0;
	}

* html #navigation li ul {
	margin-left: 0px;
	}

	
/*  search go button  styles*/	

/* chrisChange  margin-top changed to 0.5em */
#navigation li.last form div input#searchbutton, #navigation li.last_no_brochureware form div input#searchbutton {
	background: url('../images/Master1_4/bkg_butt_go.gif') left top no-repeat;
	color: #fff;
	font-size: 0.8em;
	margin-left: 4px;
	margin-top: 0.5em;
	border: none;
	height: 22px;
	height: 20px;
	width: 22px;
	padding-bottom:1px;
	/*margin-top: 3em;*/
}

/*
* html #navigation li.last form div input#searchbutton, #navigation li.last_no_brochureware form div input#searchbutton {
margin-top: 1em !important;
}
*/

/*  search go button  styles  IE6 fix */
* html body #navigation li.last form div #searchbutton, * html body #navigation li.last_no_brochureware form div #searchbutton {
	_margin-top: -0.1em;
	cursor: pointer;
	margin-right: 0 !important;
	float: left;
	display: inline;
}


	
#navigation li.last form div input#searchbutton:hover,
#navigation li.last_no_brochureware form div input#searchbutton:hover {
	background: url('../images/Master1_4/bkg_butt_go_on.gif') left no-repeat;
	color: #000;
	cursor: pointer;
}

/* search text styles */

/*  chrisChange  margin-top changed to 0.5em  */
#navigation li.last form div label,
#navigation li.last_no_brochureware form div label {
	color: #000;
	text-transform: uppercase;
	font-size: 1em;
	float: left;
	display: inline;
	margin-top: 0.5em;
	/* *margin-top: 3em; */
	margin-right: 10px;
	display: none;
	}

/*	
* html #navigation li.last form div label,
#navigation li.last_no_brochureware form div label {
margin-top: 1em !important;	
}	
	*/

/* search text styles  IE6 fix*/	
* html body #navigation li.last form div label,
* html body #navigation li.last_no_brochureware form div label {
	_margin-top: 0 !important;
	}
	
#navigation li.last form div input,
#navigation li.last_no_brochureware form div input {
	float: left;
	display: inline;
	}

#navigation li.last form .placeholder,
#navigation li.last_no_brochureware form div input {
	color: #666;
	}

	
	
/* serach box styles */	

/*chrisChange  margin-top changed to 0.2em */
#navigation li.last form div input.input,
#navigation li.last_no_brochureware form div input {
	margin-top: 0.3em;
	margin-bottom: 0.2em;
	border: none;
	width: 148px;
	padding: 2px;
	*margin-top: 0.3em;
	_margin-top: 0 !important;
}

/*
* html #navigation li.last form div input.input,
#navigation li.last_no_brochureware form div input {
margin-top: 1em !important;
}
*/

/* serach box styles  IE6 fix*/	
* html body #navigation li.last form div input.input {
	_margin: 0 0 0 0 !important;
	width: 128px;
	float: left;
	display: inline;
	}
	
#navigation li ul {
	margin-top: 0px !important;
	}

#navigation ul.sub li.subCategory a {
	color: #fff;
	color: #939393;
	}

#navigation :hover ul.sub li a:hover {
	color:#fff;
	color: #939393;
	}

/* End (navigation enclosed) search form component */

/* Start footer styles  */

#footer {
	background: none !important;	
	margin:10px 0 10px 0;
	padding:0 0 0 0;
	/* background-color: #FFF;	*/
	*z-index:1;
	*position:static !important; /* added to stack recently viewed info box above footer so that info isn't cut off behind footer for IE6/7  */
}

#footer img {
	display: none;
	}

#footer ul#footerlinks {
	background:#000;
	padding: 5px 0 5px 5px;
	margin: 0 0 0 0;
	text-align: left;
}


#footer ul#footerlinks li {
	display: inline;
	margin:0;
	background: url('../images/Master1_4/bkg_footer_links.gif') 6px 4px no-repeat;	
}

#footer ul#footerlinks li.footerfirstitem {
	background: none;
	padding-left: 1px;
	}

#footer ul#footerlinks li a {
	color: #fff;
	text-decoration: none;
	margin:0;
	padding:0;
	text-transform: uppercase;
	font-size:0.9em;
}

#footer ul#footerlinks li a:hover {
	text-decoration: underline;
	}

#builtbysalmon {
	margin-right:15px;
	text-align: right;
	font-size: 10px;
}
#builtbysalmon a {
	color:#6699CC;
	text-decoration:none;
}


/* form styles */

input.ps_input {
	border: 1px solid #0081C5;
	height: 1.35em;
	}

/* accelerator content spots - homepage */

#pagebody .hpcontentspot {
	margin-bottom: 0 !important;
	_margin-bottom: -5px !important;
	*margin-bottom: -3px !important;

	padding: 0;
	float: left;
	_display: inline; /* IE6 */
	}

#pagebody .hpcontentspot a {
	display:-moz-grid;
}

/* breadcrumb */

#breadcrumb, #breadcrumb li, #breadcrumb li a {
	color: #666;
	font-size: 11px;
	color: #939393;
	text-transform: lowercase;
}

#breadcrumb li.active {
	color: #0081C6;
	}

#breadcrumb li a {
	text-decoration: none;
	}

#breadcrumb li a:hover {
	/*color: #F93;*/
	color: #0081C6;
	text-decoration: underline;
	}

.browse #pagebody #maincontent #breadcrumb, 
.search #pagebody #maincontent #breadcrumb, 
.searchres #pagebody #maincontent #breadcrumb {
	margin-bottom: 6px !important;
	}

.myaccount #breadcrumb li, .userreg #breadcrumb li, .addbookfrm #breadcrumb li{
	background: transparent url(../images/Master1_4/icon_arrow_right.gif) no-repeat left;
	margin-right: 0px !important;
	padding-left: 14px;
	text-transform:lowercase;
	}

.myaccount #breadcrumb li.first {
	background: none !important;
	}

/* pagebody styles */

h1,h2,h3,h4,h5,h6 {
	color: #0081C6;
	clear:both;
	font-weight: bold;
	}

h1 {
	font-size: 1.5em;
	text-transform: uppercase;
	}

#pagebody a {
	color: #6D6F70;
	}

#pagebody label {
	font-weight: bold;
	color: #666;
	}

#pagebody h2 {
	margin-top: 1em;
	}

/* error messages */

.messageerror {
	clear: both;
	border: 1px dotted #0081C5;
	margin-bottom: 1em;
	width: 551px;
	}

.messageerror p {
	color: #F33;
	font-weight: bold;
	padding: 0.5em;
	*padding: 0.5em 0.5em 0.45em 0.5em;
	}

/* success messages */


.messagesuccess {
	clear: both;
	border: 1px dotted #0081C5;
	margin-bottom: 1em;
	width: 595px;
	}

.messagesuccess p {
	color: #0081C5;
	padding: 0.2em;
	font-weight: bold;
	font-size: 1.5em;
	*padding: 0.5em 0.5em 0.45em 0.5em;     
	}

/*  Start offer code styles */

#basket_container h1 {
	font-size: 2em;
	}

#basket_container #offer_code {
	padding: 4px;
	*padding: 4px 4px 2px 4px;
	margin-bottom: 6px;
	*margin-bottom: 12px;
	}

#offer_code a {
	border: 0;
	}

#checkout_container #offer_code {
	padding: 4px;
	*padding: 4px 4px 2px 4px;
	margin-bottom: 6px;
	*margin-bottom: 12px;
	}

#basket_container #offer_code p,
#basket_container #offer_code span,
#basket_container #offer_code label {
	color: #666 !important;
	}

#basket_container #offer_code span.offercode {
	color: #fff;
	color: #939393;
	font-weight: bold;
	}

/* global table styles */

th {
	background: #d8d8d8;
	color: #fff;
	border-bottom: 1px solid #fff;
	font-weight: bold;
	font-size: 1.2em;
	}

td {
	background: #F5F9FC;
	color: #666;
	font-size: 1.2em;
	}

#display td {
	background: #F5F5F5;
	}

#display tr.products,
#display tr.totals td.billing_address,
#display tr.payments td.payment_information {
	background: #F5F5F5;
	}

tr.basket_contents, 
tr.basket_totals {
	border: 1px solid #69c !important;
	}


#basket_display tr.basket_totals td {
	font-size: 1em;
	vertical-align:top;
}

#basket_display tr.basket_totals td .summary {
	font-size: 1.3em !important;
	}

#basket_display li.basket_headers ul li h3 {
	font-size: 1em;
	}

#basket_display tr.basket_contents td.actions ul li span.action a {
	color: #6699CC;
	text-decoration: underline;
	}

#basket_display tr.basket_contents td.description dl dd {
	margin-bottom: 12px;
	}

#display li.headers ul li h3 {
	font-size: 1em;
	}

.discount_details_container dl dd.description div.promo span.promotext {
	color:#FC4C30;
	font-size:1.4em;
	font-weight:bold;
	}

.discount_details_container dl dd.description div.promo span.promotext a {
	text-decoration: none;
	color:#FC4C30;
	}

.discount_details_container dl dd.description div.promo span.promotext a:hover {
	text-decoration: underline;
	}

td.quantity {
	padding:0;
	}

td.item a img,
td.image a img,
td.image img {
	border: 1px dotted #ccc;
	}

tbody tr.products td,
tbody tr.basket_contents td,
tbody tr.totals td {
	border-bottom: 12px solid #fff;
	}

td.actions {
	text-align: center;
	}

td.price, td.total {
	font-weight: bold
	}

.saveuptoamount, 
.saveuptopercent,
.wasprice {
	color: #808080;
	}


#postage_packaging {
	border:1px solid #9EA374;
	color: #666;
	margin: 1em;
	padding: 0.5em;
	background: #fff;
	font-weight: bold;
	}

table.summary {
	padding: 0.5em;
	}

.summary td {
	color: #666;
	}

/* checkout specific overrides */

#checkout_container #display tr.products td.quantity {
	padding-left:0;
	}

#checkout_container div.action ul li.first a img {
	margin: 12px 0;
	}

td.actions li.remove span img,
td.actions li.add span img,
td.options li.remove span.action img {
	display:none;
	}

li.remove span.action a span,
li.add span.action a span {
	text-decoration: underline;
	}

#basket_container {
	width: 915px;	
}

#basket_display,
.ordstatusdisp .basket_display,
#basket_display {
	width: 930px !important;
	}


#basket_container #basket_display .summary {
	float:right;
	width:400px;
	}

#checkout_container #display tr.headers th.quantity,
#checkout_container #display tr.products td.quantity {
	padding-left: 0;
	}

.security_code img {
	vertical-align: bottom;
	}

#basket_actions ul.buttons {
	margin-right: 0;
	width:915px;
	}
#basket_actions ul li {
	float:right;
	width:49%;
}
#basket_actions ul.buttons span.checkout {
	float: right;
	}
#basket_actions ul.buttons span.continue_shopping {
	float: left;
	}

#basket_container #offer_code label {
	font-size: 1em;
	font-weight: normal;
	}

#basket_container #offer_code span.amount {
	font-weight: bold;
	}

#checkout_container div.actions ul li.first {
	display: inline;
	float: right;
	}

#checkout_container div.actions ul li.last {
	display: inline;
	float: left;
	}

/* Address Book */

div.addline div {
	background: #F5F5F5;
	border: 1px solid #000;
	margin-right: 1em;
	padding-bottom: 0.5em;
	float: left;
	width: 299px;
	_width: 280px !important;
	margin-bottom:10px;
	}
div.addline .address ul {
	width: 200px;
	height: 220px;
	}

.addbookfrm div.action {
	clear: both;
}

div.return ul li a img {
	padding-right: 25px;
	float: right;
}

/* Search/Browse, Product Details, Checkout & Basket breadcrumb */

.browse #pagebody #filters ul li a:hover,
.search #pagebody #filters ul li a:hover,
.staticpage #pagebody #filters ul li a:hover {
	text-decoration: none !important;
	}

.search #breadcrumb li,
.browse #breadcrumb li,
.productdetails #breadcrumb li,
#basket_container #breadcrumb li,
#checkout_container #breadcrumb li,
.staticpage #breadcrumb li,
.searchres #breadcrumb li,
.discounts #breadcrumb li,
.ordstatusdisp #breadcrumb li,
.ordersubmit #breadcrumb li {
	margin-left: 0;
	padding:0 0.2em 0 1.2em;
	background: transparent url("../images/Master1_4/icon_arrow_right.gif") no-repeat center left;
	}

.search #breadcrumb li#first,
.browse #breadcrumb li#first,
.productdetails #breadcrumb li#first,
#basket_container #breadcrumb li#first,
#checkout_container #breadcrumb li#first,
.staticpage #breadcrumb li#first,
.searchres #breadcrumb li#first,
.discounts #breadcrumb li#first,
.ordstatusdisp #breadcrumb li#first,
.ordersubmit #breadcrumb li#first  {
	padding: 0 0.5em 0 0;
	background: none;
	}

.search #breadcrumb li#first span.intro,
.browse #breadcrumb li#first span.intro,
.productdetails #breadcrumb li#first span.intro,
#basket_container #breadcrumb li#first span.intro,
#checkout_container #breadcrumb li#first span.intro,
.staticpage #breadcrumb li#first span.intro,
.searchres #breadcrumb li#first span.intro,
.discounts #breadcrumb li#first span.intro,
.ordstatusdisp #breadcrumb li#first span.intro,
.ordersubmit #breadcrumb li#first span.intro,
.catalogue_request #breadcrumb li#first span.intro {
	display: none;
	}
	
#breadcrumb li span {
	display: none;
	}

.ordstatusdisp #breadcrumb li#first span.intro,
.ordersubmit #breadcrumb li#first span.intro {
	display: inline;
	}

.searchres #pagebody div.product dl.p-v dd.ldescription {
	color: #666;
	}

.catimage .attachment ul li.property {
	display: none;
	}

/* account mangagement & user registration */

.accountdisplay #breadcrumb li, .wlistdisp #basket_container #breadcrumb li {
	margin: 0 !important;
	padding:0 0.5em 0 1em !important;
	background: transparent url("../images/Master1_4/icon_arrow_right.gif") no-repeat center left !important;
	text-transform:lowercase !important;
}

#breadcrumb li.first {
	background: none;
	}

.txtassist {
	color: #666;
	}

.signincol, .newcustcol {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding-left:1.5em;
	height: 290px;
	margin:0 0 10px 0;
	*height: 310px; /* for IE6+7 */ 
	_height: 330px; /* for IE6 */
}

.signincol {
	width:445px;	
}
.newcustcol {
	float:left;
	margin-left:1.25em;
	width:430px;
}

.newcustcol div.action {
	margin-bottom: 20px;
	}

.myaccount h1,
.sinlgeshipadd h1{
	font-size: 2.2em;
	}

.myaccount #pagebody h2,
.userreg #pagebody h2,
.quickcheckout #pagebody h2 {
	padding-bottom: 0.25em;
	}

.myaccount #pagebody a {
	font-weight: bold;
	}

.myaccount #pagebody a:hover {
	color: #F49F1E;
	}

.userreg #pagebody label,
.forgottenpassword #pagebody label,
.addfrm #pagebody label, 
.quickcheckout #pagebody label,
.wlistdisp #pagebody label,
.sinlgeshipadd #pagebody label {
	margin-right: 0.2em;
	padding: 2px 6px;
	}

.userreg .formstyle .action, .sinlgeshipadd .formstyle .action {
	clear:left;
	margin-bottom:0.75em;
	padding-left:235px;
	text-align:left;
	}
* html .userreg .formstyle .action {
	padding-left:250px;
}

.quickcheckout #pagebody div.field {
	margin-left:2em;
	}

.userreg .formstyle h3,
.quickcheckout .formstyle h3 {
	font-size: 1em;
	margin-left:2.3em;
	padding:0;
	font-weight: bold;
	}

.userreg .checkboxes label.txtassist,
.userreg .radiobuttons label.txtassist {
	width: 90%;
	}

.myaccount #pagebody h2 {
	margin-bottom:0;
	}

.myaccount #pagebody p {
	background: #F5F5F5;
	padding: 1em;
	border: 1px solid #000;
	width: 96%;
	}

.addbookfrm .addlist {
	background: #F5F5F5;
	padding: 0 1em 1em 1em;
	border: 1px solid #000;
	}

 .addlist {
	margin-left:1em;
	}

.addbookfrm .create {
	padding: 2em;
	}

.wlistdisp #pagebody #basket_container h2 {
	margin-bottom: 0.5em;
	}

.forgottenpassword #pagebody .action {
	margin: 1em 0;
	}

.addfrm .formstyle .action,
.quickcheckout .formstyle .action {
	padding-left:240px;
	margin: 30px 0;
	}

* html body div.field {
	clear: both;
	margin: 10px 0;
	}

* html body div.field label {
	margin: 0 !important;
	padding: 2px !important;
	}

* html body div.field select,
* html body div.field input {
	float: left;
	margin: 0 !important;
	padding: 0 !important;
	}
	
* html body .addfrm .formstyle .action,
* html body .quickcheckout .formstyle .action {
	margin: 30px 0;
	}

.addfrm div.action,
.quickcheckout div.action  {
	clear: both;
	margin: 1em 30px 1em 1em;
	float:right;
	}

/* search & browse wc version */

/*Header Search Box Position & Width*/
#navholder #navigation.superfish li.last div{
	margin-top: -30px;
	_margin-top: 0px;
}
#navholder #navigation.superfish li.last div input#searchbox{width: 90px;}

.categories h1 {
	position:absolute;
	right:20px;
	bottom:0;
	color:#E5F2F9;
	display:block;
	font-size:4em;
	line-height:100%;
	margin:0;
	text-transform:lowercase;
	letter-spacing:-1px;
	*padding-bottom:3px;
}

a.product-title {
	padding-left:0px !important;
	}

.browse #pagebody #maincontent #bodycontent span.promotext,
.search #pagebody #maincontent #bodycontent span.promotext {
	font-size: 1.4em;
	font-weight: bold;
	color: #F93;
	margin-bottom: 3px;
	}

.browse #pagebody #maincontent #bodycontent div.catimage ul li.discount div.promo a,
.search #pagebody #maincontent #bodycontent div.catimage ul li.discount div.promo a {
	text-decoration: none;
	}

.browse #pagebody #maincontent #bodycontent div.catimage ul li.discount div.promo a:hover,
.search #pagebody #maincontent #bodycontent div.catimage ul li.discount div.promo a:hover {
	text-decoration: underline;
	}

#categorylister ul,
#categorylister ul li,
.productlist ul,
.productlist ul li {
	text-align: center;
	line-height:1.2em;
}

.productlist ul ul {
	width: auto;
	float: none;
	margin: 0;
}

#categorylister ul li #priceelement, 
.productlist ul li #priceelement {
	margin-top: 4px;	
	border: 1px solid #fff;
}

.productlist #priceelement ul li span.label, 
.productlist #priceelement ul li span.amount {
	float: none;
}
	
div.productlist ul li.discount img, 
div.productlist ul li.discount a, 
.search #pagebody #maincontent #bodycontent div.productlist ul li.discounts img, 
.search #pagebody #maincontent #bodycontent div.productlist ul li.discounts a {
	float: none !important;
	}

/* maincontent column  */

#maincontent {
	margin-right:20px;
}

* html #maincontent {
	margin-right:0;
}

.browse #maincontent, .search #maincontent {
	clear: both;
	margin-bottom: 5px !important;
	padding-bottom: 50px;
	height:100%;
}
.productdetails #pagebody #maincontent {	
	background:none;
	float:none !important;
	width:940px !important;
}


/* bundles */


#bundle_container #bundle_display tr.bundle_contents td,
.ordstatusdisp .bundle_display tr.bundle_contents td {
	background:#faf8f7;
	border-bottom: 1px solid #fff;
	}

#bundle_container #bundle_display tr.bundle_headers th.actions,
.quick_order #basket_container #basket_display tr.basket_headers th.actions {
	text-align: center;
	}

/* Product details */

.productdetails h1 {
    color: #666; 
    font-weight: bold; 
    text-transform: none; 
    margin-left:255px; 
    _margin-left:280px 
}

.productdetails .productcode {
    color: #666; 
    margin-left:255px; 
    _margin-left:280px 
}

.productdetails div.detailsdisplay {
	width:320px !important;
	margin:0 0 0 50px;
	_margin:0 0 0 30px;
}

.productdetails div.detailsdisplay dd.brandlogo {
	display: none;
}
	
.productdetails div.detailsdisplay dd.materials {
	background: none;
}

.productdetails div.detailsdisplay dl dd.description {
	color: #666;
	font-size: 1.5em;
	text-transform: uppercase;
	}

.productdetails div.alternativeproduct dd.image, .productdetails div.alternativeproduct dd.description, .productdetails div.alternativeproduct dd.price {
	text-align:center;
}

div.alternativeproduct #priceelement ul li span.label, 
div.alternativeproduct #priceelement ul li span.amount {
	float:none;
}

.productdetails div.alternativeproduct dl.alternative {
	margin-bottom: 0 !important;
	}

.productdetails div.alternativeproduct dl dd h2{
	font-size: 1.2em;
	font-weight: bold;
	color: #0081C6;
	}

div.alternativeproduct .description a, div.alternativeproduct .description a:visited {
	text-decoration: none;
	color: #666 !important;
}
div.alternativeproduct .description a:hover {
	text-decoration: underline;
	color: #0099FF !important;	
}

.productdetails div.imagedisplay ul.toollinks  {
	margin-top: 20px !important;
	}

.productdetails div.imagedisplay ul.toollinks li {
	display: block !important;
	padding-left: 10px;
    float:left;	
}

.productdetails div.imagedisplay ul.toollinks li a {
	color: #666 !important;
	}
	
.productdetails div.detailsdisplay dl dd.price #priceelement {
	font-size: 1.3em;
	font-weight: bold;
}


.productdetails div.detailsdisplay #dropdownoptions label,
.productdetails div.detailsdisplay #quantity span {
	margin-right: 6px;
	color: #000;
}

.productdetails div.detailsdisplay .action .promo a {
	color: #F93 !important;
	text-decoration: underline;
	font-weight: bold;
	font-size: 1.2em;
	}

.productdetails div.imagedisplay ul.toollinks li.emaillink {
	background: #fff;
	padding-left:0;
	}

.productdetails DIV.imagedisplay  {
	margin-right:5px !important;
}

div.imagedisplay #pdlargerimagelink span {
	font-weight: bold;
}

div.imagedisplay #pdlargerimagelink {
	text-decoration:none;
	background: transparent url(../images/Master1_4/icon_magnify.gif) no-repeat scroll left bottom;
	padding: 5px 0 7px 30px;
}

div.imagedisplay #pdlargerimagelink:hover {
	text-decoration:underline;
	}

.productdetails div.imagedisplay ul.toollinks li.infolink,
.productdetails div.detailsdisplay ul.toollinks li.infolink {
	background: transparent url(../images/Master1_4/bkg_footer_links.gif) no-repeat scroll 1px 7px;
	padding-left: 0.9em;
}

.productdetails div.imagedisplay ul.toollinks {
	margin: 0.75em 0;
	}

.productdetails div.imagedisplay span#largeimagelink {
	background: none;
	width: 250px;
	margin: 0.75em 0;
	text-align: center;
	padding: 0;
}


.productdetails div.detailsdisplay dd {
	clear:left;
	}

.productdetails div.detailsdisplay dd.description {
	margin-bottom: 0 !important;
	}

.productdetails div.detailsdisplay dl dd.price #priceelement ul li span {
	margin-bottom: 5px;
	font-size: 0.9em;
	font-weight: bold;
	}

.productdetails div.detailsdisplay dl dd.price #priceelement ul li span span {
	font-size: 1em;
	}

#productdetailscontainer .detailsdisplay .waspricelabel, 
#productdetailscontainer .detailsdisplay .saveuptoamountlabel, 
#productdetailscontainer .detailsdisplay .saveuptopercentlabel {
	color: #666;
	}

.productdetails div.detailsdisplay dl dd.partnum {
	color: #000;
	}

.productdetails div.detailsdisplay dl dd.description {
	font-weight: bold;
	}

.productdetails div.alternativeproduct {
	margin-left: 0 !important;
	*margin-left: 0 !important;
	/*_margin-right: 10px !important;*/
	width: 200px !important;
	*width: 200px !important;
	_width: 180px !important;
	padding-left: 10px !important;
	float:right;
	min-height:900px !important;
	border-style:solid;
	border-width:5px;
	border-color: #C8C9CA;
	position:relative;
	left:10px;
	} 

#pagebody #filters {
	height: 100%;
	width:140px !important;
}

/*
* html body#pagebody #filters {
	height: 100%;
	width:100px !important;
}
*/

#RefineByCategory {
/*background:url('../images/Master1_4/leftHandNavBkg.gif');*/
padding:0;
width:140px;
/*height:450px;*/
}

/*
* html body#RefineByCategory{
padding:20px 0 0 20px !important;
width:100px !important;
}
*/

#RefineByCategory h3 {
	color: #0081C6;
	padding: 12px 0 0 0;
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 1em;
	/*text-transform: lowercase;*/
	}

#RefineByCategory .refinecats .subcategory {
	margin-bottom: 0.5em;
	}

#RefineByCategory .refinecats .subcategory a {
	color: #666;
	font-size: 1.2em;
	text-transform: lowercase;
	}

#RefineByCategory .refinecats .subcategory a:hover {
	color: #0081C6;
	}

#filters .refinecats {
	margin-left: -15px;
	padding-left: 15px;
	padding-bottom:15px;
	*position: absolute;
	*left: 0px;
	*width: 100px; /* for IE6 */
}

#pagebody #filter_sub {
	background: url(../images/Master1_4/bkg_filter_sub.gif) no-repeat left top;
	float:left;
	/* height:263px; */
	width:140px;
	}

.productdetails #filters .refinecats li {
	display: block;
	}

.productdetails #filters .refinecats li a {
	text-decoration: none;
	color: #69C;
	}
.productdetails #filters .refinecats li a:hover {
	text-decoration: underline;
	}

#pagebody .toollinks a,
.productdetails div.imagedisplay span#largeimagelink a {
	color: #666;
	font-size: 0.9em;
	text-decoration: none;
}
#pagebody .toollinks a:hover,
.productdetails div.imagedisplay span#largeimagelink a:hover {
	text-decoration: underline;
}


.productdetails div.detailsdisplay .productlongdescription,
.productdetails div.detailsdisplay .descriptiveAttributes {
	color: #666;
	font-size: 1.1em;
	}

.productdetails div.detailsdisplay dd.productlongdescription ul li, 
dd.descriptiveAttributes ul li {
	background-color: transparent !important;
	}

/* pagination links */

.searchres #pagebody div.pager {
	display: inline;
	float: left;
	margin: 10px 0 20px;
	width: 200px;
	clear: left;
}

.searchres #pagebody div.jumpto {
	margin:10px 0 20px;
	clear: right;
}

.pager .pageLinks ul li{
	display: inline;
	margin-right: 0.2em;
	color: #666;
	font-weight: bold;
	font-size: 1.2em;
	}

.jumpto .ps_input {
	width: 20px;
	margin-right:60px;
}
.jumpto div {
	display: inline;
	margin-right:2px;
}


/* categories & subcats */

.result .thumbnailholder a img, .lastitem .thumbnailholder a img {
	margin-left:0;
	}

.result .thumbnailholder, .lastitem .thumbnailholder {
	margin-bottom: 0;
	}

#productlister, 
#categorylister {
	margin-top: 30px;
	width:100%;
}

.searchres #pagebody div.jumpto fieldset.formstyle .field label, 
.searchres #pagebody div.jumpto fieldset.formstyle .field input  {
	display: inline !important;
	float: left;
	}

.searchres #pagebody #JumpToPageForm p, 
.searchres #pagebody #JumpToPageForm2 p {
	color: #0081C6;
	}

.searchres #pagebody #maincontent p.searchresultinfo {
	color: #0081C6;
}
.searchres #pagebody #maincontent p.searchresultinfo span.amount {
	color: #0081C6;
	font-size:1.6em;
}

.searchres #pagebody #maincontent p span.action a {
	color: #0081C6 !important;	
	font-weight:bold;
}

.searchres #productlister, 
.searchres #categorylister {
	margin-top: 0;
	width:100%;
	}

#productlister .row, #categorylister .row {
	margin-top: 0;
	}

.productlist ul {
	 margin-right: 25px;
}
* html #categorylister ul li ul, 
* html #categorylister ul li ul {
	width: 150px;
}

#productlister ul li.row ul li.image, #categorylister ul li.row ul li.image {
	margin-bottom: 12px;
	}

#productlister, #categorylister li.description a {
	background: none !important;
	color: #666 !important;
	text-decoration: none;
	}

#productlister, #categorylister li.description a:hover {
	color: #09f !important;
	}

#productlister, #categorylister li.description, 
#productlister, #categorylister li.discounts,
.productzone .related .result .productname,
.productzone .related .result .productdisplayprice,
.productzone .related .lastitem .productname,
.productzone .related .lastitem .productdisplayprice,
#categorylister .productlist li.price,
#categorylister .productlist li.price ul,
#categorylister .productlist li.discount {
	font-size: 1.1em;
	}

#categorylister .productlist li.discount {
	width: 148px;
	padding-bottom: 12px;
	}

#categorylister .productlist li.discount a {
	font-size: 1em;
	color: #F93;
	}
	
#categorylister .productlist li.price #priceelement ul li span {
	font-size: 0.8em;
	}

#productlister, #categorylister li.description,
#productlister, #categorylister li.price {
	text-align: center;
	}

.result .thumbnailholder a img, .lastitem .thumbnailholder a img {
	height: auto;
	}

.result .thumbnailholder, .lastitem .thumbnailholder {
	width: auto;
	margin: 0;
	}

#productlister .result, #categorylister .result, .alternativesearch .result {
	text-align: left;
	}

#productlister, #categorylister li.discounts {
	padding: 0 6px 12px 0;
	}

#productlister, #categorylister li.description img, 
#productlister, #categorylister li.discounts img {
	display: block;
	}

.browse #pagebody #maincontent #bodycontent,
.search #pagebody #maincontent #bodycontent,
.staticpage #pagebody #maincontent #bodycontent {
	margin:10px 0 0 0; /* chrisChange, added to move search main content away from content spot above in category  */
	width:100%;
	position:static;
	}

.result a {
	text-decoration: none;
	font-weight:bold;
	}

div.productlist ul li.discount a,
#categorylister span.discount a,
.productzone .related .result .productdisplayprice a {
	color: #F93;
	font-weight: bold;
	text-decoration: none;
	}

div.productlist ul li.discount a:hover,
#categorylister span.discount a:hover,
.productzone .related .result .productdisplayprice a:hover {
	color: #09F;
	text-decoration: underline;
	}

#pagebody .thumbnailholder a,
#pagebody .thumbnailholder a:hover {
	text-decoration: none;
	background: #fff url();
	padding-left: 0;
	}

#pagebody .productlist ul a {
	text-decoration: none;
	background: #fff url();
	padding-left: 0;
	}

#pagebody .productlist ul a:hover {
	text-decoration: underline;
	}

.productlist img {
	width: 130px;
	height: 130px;
	background-color: #faf8f7;
	}

.productlist li.discount a {
	color: #0081C5 !important;
	text-decoration: underline !important;
	}

/* prices */

#priceelement span.label {
	color: #646566;
	font-weight: normal;
	}

span.amount {
	color: #0082C8;
	font-weight: bold;
	}

#basket_display .summary tr.discount_total td span.amount {
	color: #F33;
	}

#basket_display tr.basket_contents td.quantity span.action {
	*padding-top: 0px !important;
	}

#basket_display tr.basket_headers th.price, 
#basket_display tr.basket_contents td.price  {
	*padding-top: 10px !important;
	}

#basket_display tr.basket_contents td.total {
	padding-top: 12px !important;
	*padding-top: 25px !important;
	}

#display td.total span {
	color: #666;
	}

#basket_display tr.basket_contents td.total ul li span.discount {
	color: #F33;
	}

#display tr.products td.total span.discount {
	color: #F33;
	font-weight: bold;
	clear: both !important;
	}

/* bundles */

#bundle_container #bundle_display,
#bundle_container  {
	width:760px;
	float: right;
	}

.bundles #pagebody div.buttons {
	clear: both;
	}

.bundles #filters {
	width: 180px;
	float: left;
	}

/* Order Summary */

#display td,
#display th  {
	color: #646566;
	}

#display tr.totals td .summary_totals th {
	color: #646566;
	border: none;
	background-color: transparent;
	}

#display tr.totals td .summary_totals td {
	text-align: right;
	padding-right: 8px;
	color: #0081C6;
	}

#display tr.totals td.billing_address a.action {
	color: #69C;
	}

#display tr.products td.options ul li.type {
	text-align: right;
	margin-right:15px;	
	}

/* popup styles */

.productsLargeImage a img {
	margin-right: 12px;
	margin-bottom: 3px;
	}
	
.moreinfopopup {
	background: #fff !important;
	color: #000 !important;
}
	
.moreinfopopup a img {
	margin: 12px;
}

/* Overrides for various styles to fit SS09 layout */

#hpContentSpots {
	width: 940px !important;
	margin-left: -20px !important;
	margin-top: -20px !important;
}
#checkout_container div.actions ul, #display, #checkout_container #offer_code, #checkout_container #intro, #page_actions {
	width:930px !important;
}
.userreg .action {
	margin-right:30px;
}

/* JQuery checkbox/radio button replacement */

/* There are 3 possible states for the checkboxes 
1. disabled 
2. checked
3. hover
 */

.jquery-checkbox {display: inline-block; line-height: 19px; cursor: pointer; cursor: hand;}
.jquery-checkbox .mark {display: inline-block;}

.jquery-checkbox img {vertical-align: middle; width: 18px; height: 19px;}
.jquery-checkbox img{background: transparent url(../images/Master1_4/icon_stock_status.gif) no-repeat;}

.jquery-checkbox img{
	background-position: 0px 0px;
}
.jquery-checkbox-hover img{
	background-position: 0px -19px !important;
}
.jquery-checkbox-checked img{
	background-position: 0px -38px !important;
}
.jquery-checkbox-checked .jquery-checkbox-hover img {
	background-position: 0px -38px;
}

/* preOrder status */
.preOrder .jquery-checkbox img{
	background-position: 0px -76px !important;
}
.preOrder .jquery-checkbox-hover img{
	background-position: 0px  -95px !important;
}

.preOrder .jquery-checkbox-checked img {
	background-position: 0px -114px !important;
}

/* not available status */
.jquery-checkbox-disabled img,
.notAvailable .jquery-checkbox-disabled img,
.notAvailable .jquery-checkbox-checked .jquery-checkbox-hover img {
	background-position: 0px -56px !important;
	cursor:not-allowed
}

/*
.productdetails h1,
.productdetails .productcode {
	margin-left:255px;
	_margin-left:280px
} */


.productdetails div.imagedisplay{
	margin-top:-40px !important;
}

/*.productdetails div.alternativeproduct {
	*margin-top:-40 !important;
}
*/
.productdetails #zoomfeature {
	text-align:center;
}


/* CR10/CR11 Alternative items */
.productdetails div.alternativeproduct .alternativewrapper {
	margin:5px;
	float:left;
	width:150px;
}

#bodycontent.table{
	width: 980px !important;
}

.safe{
	width: 990px !important;
	_width: 950px !important;
	margin: 0 auto !important;
}
/*html{
	width: 100%;
}
*/
div#logo{
	width: 217px !important;
	height: 60px !important;
	border: 0px solid #666 !important;
	background-color: transparent !important;
	margin:0 0 30px 0 !important;
}

.browse #pagebody #filters, .search #pagebody #filters, .staticpage #pagebody #filters {
	float:left;
	margin-top:0;
	position:relative;
}

.search #breadcrumb li, .browse #breadcrumb li, .productdetails #breadcrumb li, #basket_container #breadcrumb li, #checkout_container #breadcrumb li, .staticpage #breadcrumb li, .searchres #breadcrumb li, .discounts #breadcrumb li, .ordstatusdisp #breadcrumb li, .ordersubmit #breadcrumb li {
background:url('../images/Master1_4/icon_arrow_right.gif') no-repeat scroll left center transparent !important;
margin-left:0 !important;
padding:0 0.2em 0 1.2em !important;
}

#breadcrumb, #breadcrumb li, #breadcrumb li a {
color:#6D6F70 !important; /* AWynn changed 270911 */
font-size:11px !important;
text-transform:lowercase !important;
}

#breadcrumb li.active {
color:#0081C6 !important;
font-weight:bold !important;
}


.search #breadcrumb li#first, .browse #breadcrumb li#first, .productdetails #breadcrumb li#first, #basket_container #breadcrumb li#first, #checkout_container #breadcrumb li#first, .staticpage #breadcrumb li#first, .searchres #breadcrumb li#first, .discounts #breadcrumb li#first, .ordstatusdisp #breadcrumb li#first, .ordersubmit #breadcrumb li#first {
background:none repeat scroll 0 0 transparent !important;
padding:0 0.5em 0 0 !important;
}

#breadcrumb li#first {
background:none repeat scroll 0 0 transparent !important;
margin-left:0 !important;
padding-left:0 !important;
}


/*   JAVA "ADD TO BASKET"  POP UP BOX STYLES   */

.jqmOverlay { background-color: #000; }


/* Background iframe styling for IE6. Prevents ActiveX bleed-through (<select> form elements, etc.) */
* iframe.jqm {position:absolute;top:0;left:0;z-index:-1;
	width: expression(this.parentNode.offsetWidth+'px');
	height: expression(this.parentNode.offsetHeight+'px');
}
/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html div.jqmWindow  {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

div.jqmWindow {
    display: none;
    position: fixed;
    top: 120px;
    left: 45%;
    margin-left: -130px;
    width: 400px;
    background-color: #fff;
    color: #646566;
    z-index: 3000;
	opacity:0;
	*top: 50px !important;
}

.jqmTitle{
	background: url("../images/Master1_4/jqmodal-title-bg.gif") repeat-x top left;
}
.jqmTitle h2 {
	color:#fff;
	font-weight:bold;
	line-height:3em;
	font-size:1.1em;
	padding-left:40px;
}
#jqmSuccess .jqmTitle h2 {
	background: transparent url("../images/Master1_4/jqmodal-tick.gif") no-repeat 5px 10px;
}
#jqmFailure .jqmTitle h2 {
	background: transparent url("../images/Master1_4/jqmodal-cross.gif") no-repeat 5px 10px;
}

div.jqmContent{
  padding: 20px 20px 15px 20px;
  *padding: 5px 20px 15px 20px;
  background: #fff url("../images/Master1_4/jqmodal-content-bg.gif") repeat-x bottom left;
}

div.jqmContent .productimage {
	float:left;
	border:1px solid #e2e2e2;
	margin-bottom:20px;
	*margin-bottom:10px;
}
div.jqmContent .productName {
	margin: 0 0 0 100px;
	font-weight:bold;
	color:#000;
	font-size:1.1em;
}
div.jqmContent .productAttributes {
	margin: 5px 0 20px 100px;
}

.productmodalbuttons {
	position:relative;
	height:30px;
	width:100%;
}

.productmodalbuttons .btncontinue {
	position:absolute;
	left:0;
}

.productmodalbuttons .btnviewcart {
	position:absolute;
	right:0;
}

#modalclosebutton {
	position:absolute;
	display:block;
	width:15px;
	height:15px;
	left:385px;
	top:0;
}

/* makes background of new footer content spot white(currently transparent */
#footercspot, #catnavcspot, #pdpcspot {
background:none repeat scroll 0 0 #fff;
clear:both;
padding:5px 0;
}
 

#recentlyviewed h2 {
float:left;
height:170px;
margin:0 !important;
padding:0 15px 0 0;
text-indent:-999em;
background:url(../images/Master1_4/recentlyViewed.gif);
width:30px;
}
 
#recentlyviewed  {
clear:both;
padding-top:10px;
/* height:200px !important;  */
height:180px !important;
margin: 0;
background: #FFF;
border-style:solid;
border-width:5px;
border-color: #C8C9CA;
padding-top: 10px;
margin-top: 13px;
}
 

.productdetails div.alternativeproduct dl.alternative {
display:block;
margin-bottom:20px;
margin-left:25px;
_margin-left:15px;
min-height:17.5em;
width:140px;
}

.productdetails div.alternativeproduct .alternativewrapper {
float:left;
margin:5px;
width:150px;
_width:130px !important;
}

#recentlyviewed ul li div.details {
border:1px solid #666666;
display:none;
left:0;
overflow:auto;
position:absolute;
top:82px;
*top:115px;
width:140px;
z-index:9999 !important;
}

/*  image change */
/** changed 16/02/11 **/
.browse #pagebody #filters, .search #pagebody #filters, .staticpage #pagebody #filters {
/*background:url("../images/Master1_4/leftHandNavBkgNew.gif") no-repeat scroll 0 0 #f1f1f1;*/
float:left;
margin:30px 0 0 10px;
_margin:6px 0 0 2px !important;
padding:5px 5px;
position:relative;
width:170px;
}

/*chrischanges whole rules added here for solr */

/* chrisChange whole rule added to reduce h3 attribute title size */
#RefineByAttribute h3, #RefineByCategory h3 {
font-size:15px;
margin:0;
padding:5px 0;
background:none !important;
}

#RefineByAttribute ul, #RefineByCategory ul {
background:none !important;
}

#RefineByCategory .refinecats li.parentcategory {
/*border-top:2px solid #FFFFFF;*/
margin:0;
padding:3px 0;
}

#RefineByCategory .refinecats li.parentcategory {
margin:0;
padding:3px 5px;
border:none !important;
}

#RefineByAttribute ul li ul li a{
text-decoration:none !important;
}

#RefineByAttribute ul li ul li a:hover{
text-decoration:underline !important;
}

#RefineByCategory ul li ul li a{
text-decoration:none !important;
}

#RefineByCategory ul li ul li a:hover{
text-decoration:underline !important;
}

.browse #pagebody #filters ul li a:hover,
.search #pagebody #filters ul li a:hover,
.staticpage #pagebody #filters ul li a:hover {
	text-decoration: underline !important;
}

.hideThem{
font-weight:bold !important;
}

#RefineByAttribute ul li ul li{
background:url("../images/Master1_4/arrow.gif") no-repeat scroll 0 6px transparent;
margin:0 0 0 5px;
padding-left:8px;
}

/*overflow hidden added to hide scroll bar on search results page */
.browse #pagebody #maincontent .resultsnavigation, .search #pagebody #maincontent .resultsnavigation {
font-size:0.8em;
margin-right:5px;
overflow:hidden;
padding:2px 0 8px;
position:relative;
}

/*
#priceelement{
width:123px;
margin-left:20px;
}
*/

#priceelement ul li span.amount {
float:none !important;
}

.promotext img{
display:none;
}

#SearchResultsContentSpot{
margin:0 0 10px 0;
}

/* these elements format price detail underneath thumbnail image when seacrhing in  all browser versions */
.promotext a {
color:#FC4C30 !important;
font-weight:bold;

}

.productdisplayprice #priceelement ul li {
clear:both;
display:block;
float:left !important;
line-height:1.5em;
*width:130px !important;
/*margin:0 60px 0 0;
*margin:0 60px 0 0 !important;
*/
}

.productdisplayprice #priceelement{
float:left !important;
}

.productdisplayprice #priceelement span.label,.productdisplayprice #priceelement span.waspricelabel,.productdisplayprice #priceelement span.saveuptoamountlabel,
.productdisplayprice #priceelement span.saveuptopercentlabel {
margin-right:3px !important;
width:90px !important;
*width:80px !important;
}/* end of formatting of price detail */

div.promotext {
clear:both;
text-align:left !important;
}

.productdetails h1 {
color:#646566;
font-weight:bold;
margin-left:0 !important;
/*width:100%;*/
text-transform:none;
}

/** changed 16/02/11 **/
.productdetails div.alternativeproduct {
margin-top:-125px !important;
/**margin-top:-49px !important;*/

}

.productdetails div.alternativeproduct dl dd h2 {
margin:10px 0 0 10px !important;
}

#search {
left:-7px;
position:relative;
top:-48px;
} 

#categorylister {
	margin-top:30px;
	width:780px;
}

#categorylister .result{
float:left;
margin-right:10px;
padding-bottom:18px;
/*width:248px;*/
width: 230px; /** A Wynn change **/ 
background-color: #fff;
} 

#RefineByAttribute ul li ul {
border-top:1px solid #939598;
margin:5px auto 10px;
padding:10px 0 0;
}

/*.resultsnavigation #frmSearchResultsPerPage {
background:url("../images/Master1_4/bkg_resultsNav.gif") repeat-x;
padding-top:3px;
text-align:center;
}
*/
.browse #pagebody #maincontent .resultsnavigation, .search #pagebody #maincontent .resultsnavigation {
font-size:0.8em;
margin-right:0px;
overflow:hidden;
padding:2px 5px 0 2px !important;
position:static;
/* background:url("../images/Master1_4/bkg_resultsNav.gif") no-repeat;  */
background-color: #DBDCDD;
clear:left;
_z-index:1 !important;
_height:30px !important;
_width:755px !important;
}

.resultsnavigation select, .resultsnavigation input {
vertical-align:top;
}

.resultsnavigation .sortoptions {
float:right !important;
margin-top:2px !important;
}

/* IE7 fix to create gap  from navigation bar to main content */
#navigation a.toplink,
#navigation div.active {
	*padding-bottom:2.5em !important;
	_padding-bottom:0.3em !important;
}

.browse #pagebody #maincontent, .search #pagebody #maincontent{
_width:750px;
}

#maincontent {
_margin-right:0 !important;
}

.productdetails #pagebody #maincontent{
	_width: 750px !important;
}

 
.browse #pagebody #filters ul li a, .search #pagebody #filters ul li a, .staticpage #pagebody #filters ul li a {
color: #6D6F70;
font-weight: bold;
}

#pagebody .ir{
color:#939598;
}

#basket_container h1{
color:#6D6F70;
}

.addbookfrm .addlist {
float:left;
height:320px;
margin-top:2em;
width:270px;
}

#basket_container td.quantity{
background:#F5F5F5;
}

#pagebody #maincontent .resultsnavigation .pager .pageLink, 
#pagebody #maincontent .resultsnavigation .pager .previousPageLink, 
#pagebody #maincontent .resultsnavigation .pager .nextPageLink {
color:#0081C6 !important;
} 

.resultsnavigation #frmSearchResultsPerPage {
_padding-top:0 !important;
_margin-top:3px !important;
}

.resultsnavigation .pager {
_background:none !important;
_z-index:9999 !important;
}

.resultsnavigation .sortoptions {
_background:none !important;
_z-index:9999 !important;
_margin:0 5px 0 0 !important;
}

div.addline div.address {
	_width: 283px !important;
}


/* start of bundles styles  */
.productdetails div.imagedisplay{
margin:0 0 0 0;
}

div#contentHolder h1{
/*position:relative;
left:300px;*/
width:400px;
}

#contentHolder .detailsdisplay{
margin:0 0 0 45px !important;
}

#contentHolder .imagedisplay{
margin:-0 0 0 0;
}

#altandrevcolumn .alternativeproduct{
display:none;
}

.productdetailsholder td{
padding:5px 13px 0 0;
}

.productdetailsholder .productdetailsdescription #productcode{
float:left;
width:200px;
margin:0 0 20px 0;
}

.productdetailsholder .productdetailsdescription #priceText{
float:left;
width:50px;
}

.productdetailsholder .productdetailsdescription #price{
float:left;
*float:none;
width:50px;
font-weight:bold;
}

.productimageholder{
float:left;
clear:left;
width:140px;
}

.productdetailsholder .productdetailsdescription .productdescriptiontext {
float:left;
width:280px;
*width:250px;
margin:20px 20px 40px 0;
}


.productsizes{
float:left;
}

#productname{
margin-top:20px !important;
}

#matrixwrapper th{
background:none;
}

#bundle_container #bundle_display, #bundle_container {
    float: left !important;
    margin: 0 0 0 20px;
    width: 800px !important;
}

.itemHolder{
clear:both !important;

}

#stockkey{
*text-align:left !important;
}

div.buttons {
float:right;
*float:left !important;
*margin-left:500px !important;
_margin-left:0 !important;
_float:left !important;
_clear:both !important;
padding:0 10px 0 0;
_padding:0 !important;
}

.moreinfolink{
display:none;
}

#matrixwrapper{
_width:auto !important;
}
/* end of bundles styles */

/** changed 18/02/11 **/
/*.productdetails h1 {
    color: #666666;
    font-weight: bold;
    margin: 0 0 0 305px !important;
    text-transform: none;
	width:402px !important;
	*width:390px !important;
}
*/
.productdetails h1 {
    color: #0986CB;
    font-weight: bold;
    margin: 0 0 0 305px !important;
    text-transform: none;
    width: 402px !important;
	*width:390px !important;
	font-size: 1.6em;
}
 

/** changed 18/02/11 **/
.productdetails .productcode {
    color: #646566;
    margin:5px 0 0 305px;
	font-weight: bold;
  	
}
/** changed 18/02/11 **/
.productdetails div.imagedisplay ul.toollinks li.emaillink{
    background:#FFFFFF;
    margin: 0 0 0 20px;
    padding-left: 0;
}

/** changed 18/02/11 **/
.productdetails div.imagedisplay{
	margin-top:-85px !important;
	*margin-top:-40px !important;
}
/** changed 18/02/11 **/
.browse #pagebody {
    width: 950px !important;
	padding:0 0 0 0 !important;
}
/** changed 18/02/11 **/
.productdetails #pagebody {
    padding: 10px 0 0;
    width: 950px;
}
/** changed 24/03/11 **/
 .productdetails div.alternativeproduct {
*margin-top:-10px !important;

_margin-top: -49px !important;
_left:35px !important;
} 


.messagesuccess p{
	color: #0081C5;
	padding: 0.2em;
	font-weight: bold;
	font-size: 14px;
	line-height: 18px;
	*padding: 0.5em 0.5em 0.45em 0.5em;
	position:relative;
	
}

.homepage #pagebody {
	*width: 930px;
	*overflow:none;
	*padding-left: 20px !important;  
}


/** end of changed 24/03/11 **/

.productdetails div.detailsdisplay dl dd.price #priceelement {
    float: left !important;
    margin: 0;
}

.productdetails div.imagedisplay .alternativeview { 
    display: none !important; 
} 
/** changed 13/04//2011 - to fix 5th recenly viewd dropping down**/
#recentlyviewed ul {
float:left;
margin:15px 0;
position:relative;
width:174px;
}

.productname h3{
   font-size:1em !important;
}

.product-title h3{
   font-size:1em !important;
}

#productlister .result h3, #categorylister .result h3, .alternativesearch .result h3{
	font-size:1em !important;
	margin:0 0 0 0 !important;
}
  
.attributeTitle{
	font-size:15px;
	color:#0081C6;
	font-weight: bold;
}
  
/** changed 09/09/2011 **/

#navigation a.toplink
{
font-weight: normal;
color: #fff;
font-family: 'Arial Black', Helvetica, sans-serif;
}
#navigation div.active {
font-family: 'Arial Black', Helvetica, sans-serif;
	font-size: 1.7em;
	margin-top: -15px;
	color: #fff;
}

#navigation a.toplink:hover{
background: none;
color: #fff;
	}
	
#navigation a.toplink, #navigation div.active {
padding-left: 0px;
} 
  	   
#search {
left: 0;
position: relative;
top: 0;
}

#header #toplinkscontainer li a :hover{
color: #0986CB;
text-decoration: none;
}
#header #toplinkscontainer li a { 
    color: #7D7E7E;
	text-decoration: none !important;
	font-weight: normal !important;
  
}
 	 
	
#header ul#minishopcart li.last a:hover{
color: #0986CB;
} 
	 

 #navigation li.last form div input#searchbutton, #navigation li.last_no_brochureware form div input#searchbutton {
    background: url("../images/Master1_4/bkg_butt_go.gif") no-repeat scroll left top transparent;
    border: medium none;
    color: #FFFFFF !important;
    font-size: 0.1em;
    height: 2Opx;
    margin-left: 20x;
    margin-top: 5px;
    padding-bottom: 1px;
    width: 43px;
	margin-left: 10px;
	text-align: left;
}

#navigation li.last form div input.input, #navigation li.last_no_brochureware form div input {
    border: medium none;
    height: 23px;
    margin-bottom: 0.2em;
    margin-right: -71px;
    margin-top: 2px;
    padding: 2px;
    width: 212px;
} 
#navholder {
    margin-left: -27px;
}
 
#minishopcartitem
{
text-decoration: none !important;
}

#header ul#minishopcart li.first img {
    margin-right: 5px;
}
.browse #pagebody #maincontent #bodycontent, .search #pagebody #maincontent #bodycontent, .staticpage #pagebody #maincontent #bodycontent {
background-color: #fff;
}

.searchbutton
{
margin-left: 2px;
}
 
.browse #pagebody #filters, .search #pagebody #filters, .staticpage #pagebody #filters {
    background: none repeat scroll 0 0 transparent;

}

.productdetails div.alternativeproduct {
}

.productdetails div.alternativeproduct {
    margin-top: -130px !important;
}
 
.productdetails div.alternativeproduct {
    background-color: #FFFFFF;
  
}

.stockmatrix th {
   color: #0986CB;
}

.detailsdisplay .price th, .detailsdisplay .price td {
	background-color: #DBDCDD;
}
 
#pdpcspot
{
background-color: #DBDCDD;
}
#superbox {
    background: none repeat scroll 0 0 #DBDCDD;
}
 .productdetails div.detailsdisplay #quantity label span{
 color: #0986CB;
 } 

#breadcrumb {
    float: right;
    margin-top: 6px;
}
 
.searchbutton
{
margin-right: -10px;
}
 
#pagebody .toollinks a, .productdetails div.imagedisplay span#largeimagelink a {
    background-color: #DBDCDD;
}
 
#superbox {
    background: none repeat scroll 0 0 #DBDCDD;
    padding: 10px;
}
 
#emaillink{
display: none;
}

#recentlyviewed h2 {
    width: 50px;
}
 
.productdetails h1 {
    color: #0986CB;
    font-family: "BorisBlackBloxx", arial, arial, sans-serif;
    font-size: 1.7em;
    font-weight: bold;
    text-transform: uppercase;

}

#productlister .result, #categorylister .result, .alternativesearch .result {
    margin-left: 10px;
    margin-right: 10px;
}
 
#catnavcspot{
background-color: #DBDCDD;
}
 
#pagebody {
-moz-box-shadow: 5px 5px 5px #828282;
  -webkit-box-shadow: 5px 5px 5px #828282;
  box-shadow: 5px 5px 5px #828282;
}

.stockmatrix .swatchcolour a {
    color: #808080;
    font-size: 0.8em;
    text-decoration: none;
	}
 	
	.caption, th, td {
    color: #808080;
    font-weight: bold;
}

.promotext{
color: #F65137;
}

.productdetails #zoomfeature {
    margin-bottom: 0;
}
#zoomlabel
{
margin-top: 5px;
}

.productdetails div.imagedisplay ul.toollinks {
display: none;
}
 
.logo{
    margin-left: -10px;
}
 
.productimage{
margin-left: 15px;
}


#superbox {
    background: #DBDCDD !important;
}


#navigation li li:hover, 
#navigation li li.sfHover,
#navigation li a:focus, 
#navigation li a:hover, 
#navigation li a:active {
	background: #d4e01b;
	color: #0858A8;
	}

	#breadcrumb {
    float: left;
    margin-left: 10px;
    margin-top: 6px;
}
 
#mainimage{
    border-color: #C8C9CA -moz-use-text-color;
    border-style: solid;
    border-width: 5px;
}
div.imagedisplay #pdlargerimagelink {
    background: url("../images/Master1_4/icon_magnify.png") no-repeat scroll left bottom transparent;
    padding: 5px 0 7px 30px;
	}
	
}
div.darwinDiv {
    background: #FFFFFF;
}
span.darwinTab, span.darwinInview, div.darwinDiv {
    border: 3px;
}
 
/**  end changed 09/09/2011 **/

#navigation a.toplink span, #navigation div.active span {
    font-family: arial black, sans-serif;
}

h1 {
	color: #0081C6;
	clear:both;
	font-weight: bold;
	font-family: "BorisBlackBloxx", arial, sans-serif;
	font-size: 1.7em;
	text-transform: uppercase;
	}
	
#navigation a.toplink, #navigation div.active {
font-family: "BorisBlackBloxx", arial black, sans-serif;
text-transform: uppercase;
font-weight: normal;
}   


#footercspot{
background:none repeat scroll 0 0 #000;
clear:both;
padding:0 0;
margin-top: 10px;
} 

#categorylister .result {
    background-color: #FFFFFF;
}

.browse #pagebody #filters ul li a, .search #pagebody #filters ul li a, .staticpage #pagebody #filters ul li a {
    color: #6D6F70;
    font-weight: bold;
}

#breadcrumb{
    color: #646566;
}

#productdetailscontainer  .imagedisplay  .productimage {
    border: 3px solid;
    height: 250px;
    margin-left: 15px;
    width: 250px;
	border-color:#C8C9CA;
    -moz-box-shadow: 5px 5px 5px #828282;
  -webkit-box-shadow: 5px 5px 5px #828282;
  box-shadow: 5px 5px 5px #828282;
}
    
 #productdetailscontainer  .imagedisplay  .productimage {
	*margin-top: -55px !important;
}
  
#pdpcspot {
background:none repeat scroll 0 0 #DBDCDD;
}

.summary{
margin-right: 20px;
}

.productdetails div.alternativeproduct {
	*margin-top: -55px !important;
} 

#pagebody {
    overflow: hidden;
	}
/*fix basket and my account page scroll bar */

#basket_container #basket_display .summary {
    float: right;
    width: 300px;
} 

#footercspot, #recentlyviewed {  
  -moz-box-shadow: 5px 5px 5px #828282;
  -webkit-box-shadow: 5px 5px 5px #828282;
  box-shadow: 5px 5px 5px #828282;

} 
 
#header #logo {
    padding: 0px !important;
} 

#recentlyviewed ul li div.details {
    border: medium none;
    left: 0;
    position: absolute;
    top: 110px;
    width: 140px;
	color: #646566;
	background: none repeat scroll 0 0 black;
    border: medium none black;
} 
  

#recentlyviewed ul li div.details p {
    background: none repeat scroll 0 0 #000;
    color: #FFF;
    padding: 2px 5px;
    text-align: center;
}  
   
   
#recentlyviewed  {
margin-top: 13px !important;
}
 
#pagebody .ir{
text-transform: uppercase;
font-weight: bold;
color:#646566;
*padding-left: 10px; /*fix IE My account pagelayout */
}

/*fix basket page layout */

#basket_display tr.basket_contents td {
    padding: 15px;
}

#basket_display tr.basket_totals td {
    padding-left: 0;
	  text-align: center;
}

#basket_display tr.basket_headers th
{
text-align: left;
}

#basket_display tr.basket_headers th.price, #basket_display tr.basket_contents td.price {
    text-align: center;
    width: 50px;
}

li.remove span.action a span, li.add span.action a span {
    color: #F65137;
    float: left;
    text-align: left;
    text-decoration: underline;
    width: 120px;
}

#basket_display tr.basket_contents td.total {
    padding-top: 3px !important;
}
 
/*fix basket page layout */

#stockmatrix, tr
{
border-bottom: 1px dotted #C4C4C4;
}
  
div.imagedisplay#pdlargerimagelink
{
height: 35px;
padding: 0px;
}
 

#navigation a.toplink span, #navigation div.active span {
    font-size: 1.1em;
    font-weight: lighter;
}

.promo
}
color: #F65137;
}

#pagebody {
    *margin-top: 42px !important;
	*padding-left: 10px;
	*padding-bottom: 10px;
}
 
/* fix ie7 issues with page body layout etc */



#navigation li.last form div input.input, #navigation li.last_no_brochureware form div input {
    height: 20px;
	padding-top: 4px; 
} 


/* fix ie7 issues with page body layout */
div.jqmContent .productimage {
	float:left;
	border:1px solid #e2e2e2;
	margin-bottom:20px !important;
	*margin-bottom:10px !important;
}
 
#largeimagelink 
{
padding-bottom:10px !important;
}

.productdetails .productcode {
    color: #646566;
    margin:5px 0 0 305px;
	font-weight: bold;
  	
}

#display tr.headers th {
    color: #666666;
}


.productdetails div.imagedisplay span#largeimagelink {
    margin-top: 0px;
}

.productdetails #zoomfeature {
    margin-top: 10px;
}
