
/******* JD Sports Default stylesheet  *******/

.hpCol_1 a.seo, .hpCol_3 a.seo, .hpCol_4 a.seo, .hpCol_5 a.seo {
color:#fff;
text-decoration:none;
}
.hpCol_1 a.seo:hover, .hpCol_3 a.seo:hover, .hpCol_4 a.seo:hover, .hpCol_5 a.seo:hover {
color:#fff;
text-decoration:none;
}
.dptCol_1 a.seo, .dptCol_1 a.seo, .dptCol_1 a.seo, .dptCol_1 a.seo {
color:#000;
text-decoration:none;
}
.dptCol_1 a.seo:hover, .dptCol_1 a.seo:hover, .dptCol_1 a.seo:hover, .dptCol_1 a.seo:hover {
color:#000;
text-decoration:none;
}
a.seo, .dptCol_1 .dptCol_1 .dptCol_1 a.seo {
color:#000;
text-decoration:none;
}
a.seo:hover, a.seo:hover, a.seo:hover, a.seo:hover {
color:#000;
text-decoration:none;
}

.hidden {display:none}
 .sizes .disabled {
      background:#ccc!important;
      color:#666!important;
	  cursor:default;
}

/******* marker: Initial "zero out" leaving UI elements alone (forms etc)  *******/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,

tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	margin:0;
	padding:0;
	border:0;
	font-weight:normal;
	font-size:100%;
	font-style:normal;
	font-family:inherit;
	vertical-align:baseline;						
}
html {
	overflow-x:hidden;
}
body  {
	font-family:Arial, Helvetica, sans-serif;
	font-size:76%;
	text-align:center;
	background:#000;
}
ol,
ul {
	list-style:none;
}

.forCSR{
	background: white;
	}
/*PNG FIX for IE6 */
.thisIsIE6 img {
	border:0px solid green; 
}
.thisIsIE6 img.transLogo {
	/*border:0; */
	behavior: url('JDSportsStorefrontAssetStore/htc/iepngfix.htc');
	border:0px solid pink; 
}
 
/*** paragraph text links **/
a {
	color:#000;
	text-decoration:underline;
}
a:hover {
	color:#555;
	text-decoration:underline;
}

/******* marker: Top level structure  *******/
#page {
	width:900px; /* set in px to avoid "over width" on txt resize */
	margin:0 auto;
	color:#ccc;
	background:#000;
	text-align:left;
	overflow:hidden;
}

/******* marker: Header elements *******/
#header, #headerCheckout {
	position:relative;
	width:900px;
	height:115px;
	margin-bottom:11px;
	z-index:1000;
}
#headerCheckout {
	height:87px;
}
#header a#logo, #headerCheckout a#logo {
	position:absolute;
	top:16px;
	display:block;
	width:89px;
	height:61px;
}
/* Search */
#header #search {
	position:absolute;
	top:101px;
	left:700px;
	width:200px;
	height:16px;
	padding:0;
	margin:0;
}

.thisIsIE #header #search {
	top:98px;
	left:704px;
}

#header #search label {
	display:none;
}
#header #search input {
	width:153px;
	height:16px;
	float:left;
	position:relative;
	top:-3px;
	left:2px;
	padding:0 0 0 1px;
	margin:0 4px 0 0;
	border:0;
}
.thisIsIE #header #search input {
	top:0;
	left:-2px;
}
#header #search button {
	position:relative;
	top:-3px;
	float:right;
	height:16px;
	width:40px;
	border:0;
	cursor:pointer;
	background:#3f3f3f url('../images/btn-arrow-right.gif') no-repeat;
}
.thisIsIE #header #search button {
	top:0;
	left:-4px;
}
#header #search button span {
	display:none;
}


/******* marker: Content Layout *******/
.contentContainer {
	color:#999;
	float:left;
}
.bg-white {
	background:white;
}

.loading
{
background:white url('../images/loading.gif') no-repeat 50% 20%;	
}
.departmentsContainer {
	float:left;
	/*background:white url("../images/vertical-filter-menu-bg.gif") repeat-y;*/
	border-bottom:15px solid white;
	padding-right:10px;
	border-top:15px solid white;
}
.departmentsContainer.transparent
{
	/*background:transparent url("../images/vertical-filter-menu-bg.gif") repeat-y;*/
	width: 100%;
	
}
.contentContainer h2 {
	font-size:1.15em;
	font-weight:bold;
	padding:0 0 5px 0;
}
.thisIsIE .contentContainer h2 {
	font-size:1.15em;
}
.contentContainer p {
	font-size:1em;
	padding:5px;
}
.contentContainer .imageCaption {
	font-size:0.8em;
	font-weight:bold;
	text-align:center;
	padding:2px 0 20px 0;
	margin:0;
}
.contentContainer .departmentProductTitle {
	font-size:0.8em;
	text-align:center;
	padding:10px 0 13px 0;
	margin:0;
}
.contentContainer .departmentProductTitle span {
	font-weight:bold;
	font-size:120%;
	line-height:140%;
}
.thisIsIE .contentContainer .imageCaption {
	padding:0px 0 20px 0;
}

/* Homepage Layout */
.homePageSplash {
	clear:both;
}
.dptPageSplash {
	float:left;
	clear:both;
	border-bottom:10px solid white;
	background:#fff;
}
.homePageColumnContainer {
	float:left;
	margin-top:10px; 
	padding:0;
	background:#000 url('../images/hpColBg.gif') repeat-y;
	color:#fff;	
}
.thisIsIE .homePageColumnContainer {
	margin-top:7px;
}
/* Homepage Columns */
.column {
	float:left;
	padding-right:10px;
}
.hpCol_1, .hpCol_2, .hpCol_3, .hpCol_4, .hpCol_5 {
	float:left;
	padding-right:10px;
}
.hpCol_1 {
	width:254px;
}
.hpCol_2 {
	width:140px;
}
.hpCol_3 {
	width:228px;
}
.hpCol_4 {
	width:128px;
}
.hpCol_5 {
	width:110px;
	padding-right:0;
}
.departmentColumnContainer {
	float:left;
	width:700px;
	background:#fff url('../images/dptColBg.gif') repeat-y;
	color:#000;
	/*margin-top:15px;*/
}
.dptCol_1 {
	width:234px;
}
.dptCol_2 {
	width:140px;
}
.dptCol_3 {
	width:168px;
}
.dptCol_4 {
	width:128px;
	padding:0!important;
}

/* Columns */
.column {
	float:left;
	padding-right:10px;
}
/*  Articles */
.Col_Article {
	padding:4px;
	border-bottom:10px solid #000;
}
.departmentColumnContainer .Col_Article {
	border-bottom:10px solid #fff;
}
.last, .departmentColumnContainer .last, .only {
	border:none!important;
}

/******* marker: Footer *******/
/* Footer Main */
.footerMain {
	clear:both;
	float:left;
	overflow:auto;
	display:block;
	width:100%;
	padding-bottom:50px;
	padding-top:17px;
	overflow: visible;
}
.footerMain .col_1, .footerMain .col_2, .footerMain .col_3, .footerMain .col_4 {
	position:relative;
	float:left;
	overflow:auto;
	margin-right:10px;
	/*background:#fcc;*/
}
.footerMain .col_1 {width:210px}
.footerMain .col_2 {width:231px;}
.footerMain .col_3 {width:201px; margin-left:20px}
.footerMain .col_4 {width:208px; margin-right:0px;}

.footerMain h2 {
	float:left;
	padding-right:10px;
	font-size:1.0em;
	font-weight:bold;
	color:#676767;
}
h2.yellow {
	color:#fffa39;
}
.footerMain ul {
	float:left;
}
.footerMain ul li {
	font-size:0.9em;
	color:#fff;
	line-height:1.5em;
}
.footerMain ul li a:link, .footerMain ul li a:visited {font-weight:bold; color:#fff; text-decoration:none;}
.footerMain ul li a:hover, .footerMain ul li a:active, .footerMain ul li a:focus {font-weight:bold; color:#fff; text-decoration:underline;}

/* Footer Aditional */
.footerAdditional {
	clear:both;
	float:left;
	overflow:auto;
	width:100%;
	padding-top:17px;
	padding-bottom:20px;
	border-bottom:1px solid #808080;
}
.footerAdditional .column {
	float:left;
	width:281px;
	height:76px;
	margin-right:14px;
	padding-right:14px;
	border-right:1px solid #808080;
}
.footerAdditional .columnLast {
	float:left;
	width:278px;
	height:76px;
	margin-right:0;
	padding-right:0;
	border:none;
}
/* Quick Sign Up */
.footerAdditional #signUp {
	position:relative;
	top:10px;
	width:281px;
	height:16px;
	padding:0;
	margin:0;
	border:0px solid red;
}
.thisIsIE .footerAdditional #signUp {
}
.footerAdditional #signUp label {
	display:none;
}
.footerAdditional #signUp input {
	width:236px;
	height:16px;
	float:left;
	position:relative;
	top:-3px;
	left:0px;
	padding:0 0 0 1px;
	margin:0 4px 0 0;
	border:0;
}
.thisIsIE .footerAdditional #signUp input {
	width:234px;
	top:0;
	left:0px;
}

.footerAdditional #signUp button {
	position:relative;
	top:-3px;
	float:right;
	height:16px;
	width:40px;
	border:0;
	cursor:pointer;
	background:#3f3f3f url('../images/btn-arrow-right.gif') no-repeat;
}
.thisIsIE .footerAdditional #signUp button {
	top:0;
	left:-2px;

}
.footerAdditional #signUp button span {
	display:none;
}

/*** Store Finder ***/
.storeFinder img {
	position:absolute;
	z-index:109;
}
.storeFinder form {
	position:relative;
	/*top:61px;*/
	margin-top:59px;
	height:16px;
	z-index:110;
}
.storeFinder form label {
	display:none;
}
.storeFinder form input {
	position:relative;
	float:left;
	left:125px;
	width:110px;
	height:16px;
	padding:0 0 0 1px;
	margin:0 4px 0 0;
	border:0;
}
.storeFinder #storeFind button {
	position:relative;
	float:left;
	top:0px;
	left:125px;
	height:16px;
	width:40px;
	border:0;
	cursor:pointer;
	background:#3f3f3f url('../images/btn-arrow-right.gif') no-repeat;
}
.thisIsIE .storeFinder #storeFind button {
	top:0;
}
.storeFinder #storeFind button span {
	display:none;
}

/*** Vertical Menu Container ***/
.verticalMenuContainer {
	width:171px;
	height:800px;
	float:left;
	padding-right:4px;
	padding-left:4px;
	border-right:1px solid white;
	margin-right:10px;
/*	margin-top:15px;*/
	display:inline;
	position:relative;
}
/*** Content Spots under the menu***/
.filterContentSpot {
float:left;
width:171px;
}

/*** Breadcrumbs ***/
.breadcrumbs {
	background-color:white;
	width:884px;
	min-height:10px;
	height:auto!important;
	height:10px;
	padding:6px 8px;
	border-bottom:2px solid black;
}
.breadcrumbs-patch {
	width:900px;
	height:15px;
	float:left;
	background-color:white;
}
.breadcrumbs a, .breadcrumbs a:visited {
	color:black;
	text-decoration:none;
	font-size:.8em;
	font-weight:bold;
	display:block;
	padding-left:14px;
	padding-right:12px;
	background:url("../images/bradcrumbs-icons.gif") no-repeat 0 -200px;
	float:left;
}
.breadcrumbs a:hover {
	color:#666;
}
.breadcrumbs .home {
	background-position: 0px 0px !important;
}
.thisIsIE .breadcrumbs a {
	background-position:0 -199px;
}
.thisIsIE .breadcrumbs .home {
	background-position: 0 1px;
}
.breadcrumbs a.home:link, .breadcrumbs a.home:visited {
	color:#000;
	text-decoration:none;
}
.breadcrumbs a.home:hover {
	color:#666;
}
.breadcrumbs a.current:link, .breadcrumbs  a.current:visited {
	color:#000;
	text-decoration:underline;
	cursor:default;
}
.breadcrumbs a.current:hover {
	color:#000;
}
/********** marker:Section List *********/

/* Thumbnail sizes: 170x170 & 170x130  */

#listContent {
	float:left;
	width:700px;
	
}

.sectionListContent {
	float:left;
	width:700px;
	color:black;
	background: white;
	/*text-align:center;*/
}
.sectionListContent .promoBlock * {
	float:left;
}
.sectionListContent .promoBlock {
	float:left;
	width:700px;
	margin-bottom:12px;
}
.sectionListContent .searchResult {
	width:680px;
	background-color:#ddd;
	padding:8px 10px 4px;
	margin-bottom:12px;
	float:left;
	text-align:left;
}
.sectionListContent .searchResult label {
	float:left;
	font-size:1.3em;
	padding-right:4px;
}
.sectionListContent .searchResult input {
	border: 1px solid black;
	height:15px;
	float:left;
	padding:1px 0 0 4px;
	margin-right:4px;
	display:inline;
	font-size:.9em;
}
.sectionListContent .searchResult button {
	font-size:.9em;
	float:left;
	border:0;
	background: #3f3f3f url('../images/search-again-button-arrow.gif') no-repeat right 3px;
	color:white;
	height:18px;
	padding:0px 28px 1px 8px;
}
.thisIsIE .sectionListContent .searchResult input {
	margin-top:1px;
}
.thisIsIE .sectionListContent .searchResult button {
	text-align:left;
	padding:0 0 0 8px;
	margin-top:1px;
}
.productRow {
	float:left;
	width:700px;
}         

/*** Product item ***/

.productItem { /* 175 x 241 */          
/*	overflow-y:auto;*/
/*	overflow-x:hidden;*/
	border-top:5px solid white;
	padding:0px 2px 5px 0px;
	text-align:center;
	width:173px;
	min-height:191px;
	height:auto!important;
	height:191px;
	float:left;
	background: url("../images/product-list-background-3.gif") no-repeat bottom right;
}    
.productItem h1, .productItem h2 {
	font-size:.9em;
	font-weight:normal;
	margin:0;
	padding:0;
}
.productItem span {    
	line-height:140%;
	padding:0;
	font-size:1.2em;
	font-weight:bold;
}
.productItem a.favourites {
/*	border: 1px solid #999;*/
	color:silver;
	text-decoration:none;
	font-size:.8em;
}
.productItem .description {
/*	border: 1px solid #999;*/
	min-height:4.1em;
	height:auto!important;
	height:4.1em;
	padding:0 4px;
}
.productItem .description a:link, .productItem .description a:visited {
	text-decoration:none;
}            
.productItem .description h1, .productItem .description h2 {
	font-size:1em;
}
.productItem .oldPrice {
	font-size:.8em;
	color:#000;
	font-weight:normal;
	text-decoration:line-through;
}
.thisIsIE .productItem .oldPrice {
	/*font-size:1em;*/
}
.productItem .newPrice {
	padding-left:5px;
	color:red;
}
.high .productItem {
	padding-top:5px;
	border:none;
	height:241px;
}
.high .productItem .shoes {
	padding:25px 0;
}

.crossSellItem .shoes {
	padding:18px 0;
}
.lastInARow {
	background-position: bottom -1px;
}
.bottomRow {
	background-position: top right;
}
.lastProduct {
	background-position: top left;
}

/***** marker: Product Detais *****/
.productDetailsContainer {
	position:relative;
	clear:both;
	width:900px;
	min-height:411px;
	height:auto!important;
	height:411px;
	background:#fff;
	overflow:visible;
	z-index:1;
}
.productOptions {
	position:relative;
	float:right;
	display:inline;
	width:223px;
	min-height:396px;
	height:auto!important;
	height:396px;
	padding:15px 30px 0px 17px;
	z-index:100;
	background:transparent url('../images/blank.gif');
}
.productImageContainer {
	position:absolute;
	top:0;
	left:0;
	width:900px;
	height:411px;
	z-index:1;
}
.productImageContainer img {
	position:relative;
	top:0;
	left:0px;
	}

#productImageViewer {
	position:absolute;
	top:0;
	left:0;
	z-index:2;
}
.productZoom {
	position:absolute;
	top:310px;
	left:30px;
	width:100px;
	height:20px;
	line-height:20px;
	color:#000;
	background:transparent;
	z-index:4;
}
.productZoom a:link, .productZoom a:visited {
	text-decoration:none;
	font-size:0.87em;
	color:#000;
	font-weight:bold;
	padding:2px;
	background:#fff;
}
.productZoom a:hover, .productZoom a:active, .productZoom a:focus {
	text-decoration:none;
	font-size:0.87em;
	color:#000;
	font-weight:bold;
	padding:2px;
	background:#fff;
}
.productThumbnailsContainer {
	position:absolute;
	top:341px;
	left:30px;
	white-space:nowrap;
	min-width:60px;
	width:auto!important;
	width:60px;
	height:70px;
	background:transparent url('../images/thumbnail-bg-left.png') no-repeat top left;	
	z-index:3;
}
.thisIsIE6 .productThumbnailsContainer {
	background:transparent url('../images/thumbnail-bg-left.gif') no-repeat top left;	
}
.productThumbnails {
	background:transparent url('../images/thumbnail-bg.png') no-repeat top right;
	margin-left:15px;
	padding-right:15px;
	padding-top:8px;
	height:70px;
}
.thisIsIE6 .productThumbnails {
	background:transparent url('../images/thumbnail-bg.gif') no-repeat top right;
}

/**List Navigation*/
.listNavigation {
	float:left;
	width:700px;
	margin-bottom:0px;
}

.bottomNavigation {
	margin-top:12px;
}
.listNavigation h1 {
	/*font-weight:bold;*/
	font-size:1.5em;
	/*text-align:left;*/
	margin-bottom:15px;
}
.listNavigation .sortBy {
	float:right;
	height:30px;
	padding-left:25px;
/*	margin-top:-3px;*/
}
.listNavigation .sortBy select {
	width:140px;
}
.listNavigation .sortByWidth {
	float:right;
	width:215px;
}
.thisIsIE .listNavigation .sortBy {
	/*margin-top:-7px;*/
}
.listNavigation .sortBy2 {
	float:right;
	height:30px;
	padding-left:25px;
/*	margin-top:-3px;*/
}
.listNavigation .sortBy2 select {
	width:140px;
}
.thisIsIE .listNavigation .sortBy2 {
	/*margin-top:-7px;*/
}

.listNavigation .pageNav{
	padding-right:0;
	float:right;
	height:30px;
}
.listNavigation .perPage {
	float:left;
	/*position:relative;*/
	padding:0;
/*	padding-left:70px;*/
}
.listNavigation a {
	text-decoration:none;
	border:1px solid #ccc;
	padding:1px 4px;
	font-size: 0.95em;
}
.listNavigation a:hover {
	text-decoration:underline;
	color:#000;
}
.listNavigation a.current {
	text-decoration:none;
	border:1px solid #000;
	background-color:#000;
	color:#FFF;
}
.listNavigation span.current {
	text-decoration:none;
	border:1px solid #000;
	padding:1px 4px;
	font-size:0.95em;
	background-color:#000;
	color:#FFF;
}

/*** marker: Product Atributes ***/
.productLogo {
	padding-left:14px;
}
.thisIsIE7 .productLogo {
  	display:none;
}
.productLogoff {
	padding-left:14px;
	display:none;
}
.thisIsIE6 .productLogoff {
display:none;
}
.productName {
	font-size:1.15em;
	font-weight:bold;
	color:#000;
	padding-top:14px;
	padding-left:14px;
}
.productPrice {
	font-size:2.4em;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000;
	padding-bottom:10px;
	padding-left:14px;
}

.smallPrice {
	font-size:1.8em;
}
.microPrice {
	font-size:1.2em;
}
.was {
/*	color:#999;*/
	color:black;
	text-decoration:line-through;
	font-size:85%;
}
.red {
	color:red;
}
.productSelectColour fieldset {
	font-size:0.9em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000;
}
.productSelectColour fieldset ol  {
	/*background:#ff0;*/
}
.thisIsIE .productSelectColour legend, .thisIsIE #productSelectSize fieldset legend, .thisIsIE .productSelectQuantity fieldset legend  {
	position:relative;	/* MS IE specific to remove indent from legend tag */
	left:-6px; /* MS IE specific to remove indent from legend tag */
}
.productSelectColour select {
	width:118px;
	margin-top:6px;
	margin-left:15px;
}
.thisIsIE .productSelectColour select {
	width:205px; /* sets max-width for IE */
}
#productSelectSize fieldset {
	width:225px;
	font-size:0.9em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000;
	margin-top:6px;
}
.thisIsIE #productSelectSize fieldset {
	padding-top:6px;
}

/***** Select Size Buttons - made from radio buttons uses JD_scripts.js file *****/
form#productAttributes #productSelectSize label {
	font-weight:bold;
}
form#productAttributes #productSelectSize ol {
	margin-left:15px;
	margin-top:3px;
}
form#productAttributes #productSelectSize li {
	float:left;
	margin:4px 4px 0 0;
	white-space:nowrap;
	background:#e5e5e5;
	text-align:center;
	/*height:20px;*/
	border:1px solid #fff;
}
form#productAttributes #productSelectSize li.outofstock {
	color:#999;
	/*height:23px;*/
}
form#productAttributes #productSelectSize li.outofstock span {
	display:block;
	text-align:center;
	margin:3px 0px 1px 0px;
	padding:2px 4px 4px 4px;
	position:relative;
	top:0;
	left:0;
	min-width:20px;
	width:auto!important;
	width:20px;
	/*font-size:0.98em;*/
	font-weight:bold;
}
form#productAttributes #productSelectSize li label {
	display:block;
	float:left;
	text-align:center;
	padding:5px 4px 5px 4px;
	position:relative;
	top:0;
	left:0;
		min-width:20px;
	width:auto!important;
	width:20px;
	/*width:auto;*/
	/*height:17px;*/
}
/* Product form radio buttons for size - to be progressively enhanced via JS because "selected" items have to be changed via js for visibility */
form#productAttributes.jsenabled #productSelectSize li label, form#productAttributes.jsenabled #productSelectSize li label input {
	cursor:pointer;
}
form#productAttributes.jsenabled #productSelectSize li input {
	cursor:pointer;
	display:block;
	position:absolute;
	visibility:hidden;
	top:0;
	left:0;
}
.thisIsIE form#productAttributes.jsenabled #productSelectSize li input {
	opacity:0;
	-moz-opacity:0;
	filter:alpha(opacity=0);
	visibility:visible;
}
/* Product form radio buttons - JS enabled "selected" states, added upon select */
form#productAttributes.jsenabled #productSelectSize ol.sizes li label.selected {
	color:#fff;
	background-color:#000;
	border-color:#000;
}
/* Product form radio buttons - JS enabled "focus" states (aid to keyboard navigation) */
form#productAttributes.jsenabled #productSelectSize li label.focus {
	/*border:1px solid #000 !important;*/
	background:#999;
}
/***** end of Select Size radio buttons *****/

/** Select Quantity **/
.productSelectQuantity fieldset {
	font-size:0.9em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000;
	margin-top:6px;
}
.productSelectQuantity select {
	width:118px;
	margin-top:6px;
	margin-left:15px;
}
.productUnavaiable {
	margin-left:15px;
}
.productUnavaiable p {
	font-size:1.15em;
	font-weight:bold;
}
.productUnavaiable a:link, .productUnavaiable a:visited {
	font-weight:bold;
	text-decoration:underline;
}
.productAddToBag {
}
.addToBag {
	display:block;
	height:23px;
	margin:20px 0 0 14px;
	padding:0;
	overflow:hidden;
}
.addToBag a {
	display:block;
	width:186px;
	height:23px;
	padding:23px 0 0 0;
	font-size:1.2em;
	color:#fff;
	font-weight:bold;
	background-color:transparent;
	background-image:url('../images/btn-AddToBag.png');
	background-repeat:no-repeat;
	background-position: left 0px;
	overflow:hidden;
}
.addToBag a:hover, .addToBag a:active, .addToBag a:focus {
	background-position:left -23px;
}
.orCheckoutNow {
	display:block;
	height:23px;
	margin:11px 0 0 14px;
	padding:0;
	overflow:hidden;
}
.orCheckoutNow a {
	display:block;
	width:186px;
	height:23px;
	padding:23px 0 0 0;
	font-size:1.2em;
	color:#fff;
	font-weight:bold;
	background-color:transparent;
	background-image:url('../images/btn-orCheckoutNow.png');
	background-repeat:no-repeat;
	background-position: left 0px;
	overflow:hidden;
}
.orCheckoutNow a:hover, .orCheckoutNow a:active, .orCheckoutNow a:focus {
	background-position:left -23px;
}

/***** marker: Product Details Tabs *****/

/* Product Tabs & CrossSells Tabs */
#productDetailTabsContainer, #productCrossSellsTabsContainer {
	width:840px;
	clear:both;
	float:left;
	display:inline;
	overflow:visible;
	margin-top:15px;
	margin-left:30px;
	margin-bottom:0px;
	background:#fff url('../images/tab-gradient-bg.png') no-repeat right 18px;
}
#productDetailTabsContainer #prodNav, #productCrossSellsTabsContainer #crossSellsNav {
	float:left;
	display:inline;
	border:0;
}
#productDetailTabsContainer #prodNav li, #productCrossSellsTabsContainer #crossSellsNav li  {
	float:left;
	margin-right:2px;
	background:transparent url('../images/tab-prod-left.gif') no-repeat left 0;
}
#productDetailTabsContainer #prodNav a, #productCrossSellsTabsContainer #crossSellsNav a {
	font-size:0.9em;
	font-weight:bold;
	display:block;
	padding:5px 15px 3px 12px;
	background:transparent url('../images/tab-prod-right.gif') no-repeat right 0;
	margin:0 0 0 3px;
	border:0px solid #f00;
	border-bottom:0px solid #ccc;
}
#productDetailTabsContainer #prodNav a:hover, #productCrossSellsTabsContainer #crossSellsNav a:hover {
	color:#000;
	text-decoration:underline;
}
#productDetailTabsContainer #prodNav a.selected, #productCrossSellsTabsContainer #crossSellsNav a.selected {
	background-color:transparent;
	border:0px solid #ccc;
	background:transparent url('../images/tab-prod-right.gif') no-repeat right -100px;
	border-bottom:0px solid #fff;
	text-decoration:none;
}
#detailPanel, #crossSellsPanel {
	width:837px;
	padding:0 0 0 3px;
	float:left;
	clear:both;
	display:inline;
	overflow:visible;
}
#detailPanel img, #crossSellsPanel img {

}
.crossSellItem {
	float:left;
	clear:none;
	margin-right:18px;
	text-align:center;
	width:128px;
}
.crossSellItem.last {
	margin-right:0;
}
.crossSellItem img {
	clear:right;
}
.tabPromo {
	 float:right;
	 clear:none;
	 text-align:center;
	 width:240px;
}
/*
#detailsPanel h2 {
 font-size:1.3em;
 font-weight:bold;
 color:red;
 font-family:Verdana, Arial, Helvetica, sans-serif;
}
*/
#prodDetailsTabContent1, #prodDetailsTabContent2, #prodDetailsTabContent3, #prodDetailsTabContent4, 
#prodCrossSellsContent1, #prodCrossSellsContent2 {
	width:577px;
	padding:10px;
	float:left;
	clear:none;
	background-color:#fff;
	color:#000;
	min-height:111px;
	height:auto!important;
	height:111px;
}
#prodCrossSellsContent1, #prodCrossSellsContent2 {
	min-height:180px;
	height:auto!important;
	height:180px;
}

/** Recently Viewed **/
#recentlyViewedProductsContainer {
	float:left;
	position:relative;
	display:inline;
	clear:both;
	background:#fff url('../images/bg-recentlyViewed.jpg') no-repeat 0 0;
	padding:4px 0 0 6px;
	margin:15px 0 45px 30px;
	width:834px;
	height:136px;
	color:#000;
	font-size:1.0em;
	font-weight:bold;
	overflow:visible;
}
/*.thisIsIE {
	margin-bottom:65px;
}*/
#recentlyViewedProducts {
	float:left;
	display:inline;
	overflow:auto;
	white-space:nowrap;
	background:#fff;
	margin:4px 0 6px 0;
	padding:10px 0 0 0;
	width:828px;
	height:108px;
}
#recentlyViewedProducts img {
	margin-right:24px;
}

/******* marker: Filtering Menu *******/

.verticalMenuContainer h1.filterMenuHeading {
	font-size: 1.2em;
	font-weight: bold;
	padding-bottom: 10px;
	padding-left: 2px;
	display: block;
	height: 0;
	padding: 30px 0 0 0;
	width: 171px;
	background: url(/jdlib/system/images/narrow-your-search-search.gif) no-repeat scroll 0 0;
	overflow:hidden;
}

.verticalMenuContainer h1.filterMenuHeading.men {
	padding-bottom: 10px;
	padding-left: 2px;
	display: block;
	height: 0;
	padding: 30px 0 0 0;
	width: 171px;
	background: url(/jdlib/system/images/narrow-your-search-men.gif) no-repeat scroll 0 0;
	overflow:hidden;
}

.verticalMenuContainer h1.filterMenuHeading.women {
	padding-bottom: 10px;
	padding-left: 2px;
	display: block;
	height: 0;
	padding: 30px 0 0 0;
	width: 171px;
	background: url(/jdlib/system/images/narrow-your-search-women.gif) no-repeat scroll 0 0;
	overflow:hidden;
}

.verticalMenuContainer h1.filterMenuHeading.junior {
	padding-bottom: 10px;
	padding-left: 2px;
	display: block;
	height: 0;
	padding: 30px 0 0 0;
	width: 171px;
	background: url(/jdlib/system/images/narrow-your-search-junior.gif) no-repeat scroll 0 0;
	overflow:hidden;
}


.verticalMenuContainer {
	color: #7f7f7f; 
	height:auto!important;
}
.verticalMenuContainer .men, .menSizes h2 {
	color: #009fc6; /* JD men blue */
}
.verticalMenuContainer .women, .womenSizes h2 {
	color: #f24c8c; /* JD women pink */
}
.verticalMenuContainer .junior, .juniorSizes h2 {
	color: #ff6600; /* JD junior orange */
}

.filterMenu {
	color: black;
}
.filterMenu li {
	clear: left;
	padding: 0;
}
.filterMenu li ul li a {
	display: block;
	font-size: .8em;
	font-weight:bold;
	padding-left: 18px;
	margin-left: 5px;
	min-height: 12px;
	height: auto!important;
	height: 12px;
	text-decoration: none;
	color: black;
	width: 135px;
	padding-top:2px;
	padding-bottom:1px;
}
.filterMenu li ul li span {
	display: block;
	font-size: .8em;
	font-weight:bold;
	padding-left: 18px;
	margin-left: 5px;
	min-height: 12px;
	height: auto!important;
	height: 12px;
	text-decoration: none;
	color: #ccc;
	width: 135px;
	padding-top:2px;
	padding-bottom:1px;
}
.filterMenu li ul li ul li a {
	display: block;
	font-size: .8em;
	font-weight:normal;
	min-height: 12px;
	height: auto!important;
	height: 12px;
	text-decoration: none;
	color: black;
	width: 124px;
	padding-top:0px;
	padding-bottom:0px;
	margin-left:20px;
	padding-left:14px;
}

.filterMenu li ul li ul li span {
	display: block;
	font-size: .8em;
	font-weight:normal;
	min-height: 12px;
	height: auto!important;
	height: 12px;
	text-decoration: none;
	color: #ccc;
	width: 124px;
	padding-top:0px;
	padding-bottom:0px;
	margin-left:20px;
	padding-left:14px;
}
/*
.thisIsIE6 .filterMenu li ul li a {
	width:135px;
}
*/
.filterMenu li ul {
	display: block;
	float: left;
	margin-top: 0;
	padding-bottom: 8px;
}
.filterMenu .flexcroll a.selected, .filterMenu .no-flexcroll a.selected, .filterMenu a.selected {
	background:black url('../images/deselect.gif') no-repeat 5px 5px;
	color:white;
}
.filterMenu .flexcroll a.selected:hover, .filterMenu .no-flexcroll a.selected:hover, .filterMenu a.selected:hover, .filterMenu #saleMenu a.selected:hover {
	color:white;
	background:black url('../images/deselect.gif') no-repeat 5px -6px;
	text-decoration:none!important;
}                                
.verticalMenuContainer .filterMenu h1 {
	display: block;
	background-color: #bfbfbf;
	width: 171px;
	margin-bottom: 4px;
	float: left;
}
.verticalMenuContainer .men h1 {
	background-color:#8acbe0;
}
.verticalMenuContainer .women h1 {
	background-color:#f8a5c5;
}
.verticalMenuContainer .junior h1 {
	background-color:#ffb27f;
}

.filterMenu h1 a.heading {
	color: black;
	float: left;
	text-decoration: none;
	background: url('../images/filter-menu-triangle.gif') no-repeat 4px -92px;
	display: block;
	padding: 2px 0px 2px 20px;
	font-weight: bold;
}
.filterMenu .expanded a.heading {
	background-position: 4px 6px;
}

/*** Sale On ***/ 
.filterMenu .expanded.saleOn {
	background-color:red!important;
}
.filterMenu .expanded a.heading.saleOn {
	color:white!important;	
}

a.clearSection {
	position:relative;
	font-size: .8em;
	font-weight: normal;
	float: right;
	color: black;
	padding-top: 3px;
	padding-right: 4px;
	text-transform:lowercase;
}
a.clearSection:hover {color:#666}
.clearAll {
	position:absolute;
	right:8px;
	top:1.35em;
	font-size: .8em;
	font-weight: normal;
	color: #000;
}
.filterMenu h2 {
	display: block;
	font-size: .8em!important;
	font-weight: normal;
	padding-left: 5px;
	padding-top: 5px;
}
.filterMenu h2 strong {
	font-weight: bold!important;
}
.filterMenu .sizes {
	float: left;
	display: block;
	margin-left: 5px;
}
.thisIsIE6 .filterMenu .sizes {
	display:inline;
}
.filterMenu .sizes li {
	float: left;
	clear: none;
	margin-right: 2px;
	margin-bottom: 2px;
	#white-space:nowrap;

}
.filterMenu .sizes li ul {
	white-space:nowrap;
}
.filterMenu .sizes li a { /* size of the 'size' boxes */
	margin: 0;
	float: left;
	padding: 6px 6px 6px 6px;
	font-weight: bold;
	color: black;
	text-decoration: none;
	font-size: .8em;
	text-align: center!important;
	min-width:12px;
	width:auto!important;
	width:12px;
/*	border: 1px solid #999;*/
}
.thisIsIE6 .filterMenu .sizes li a { 
	display:inline;
	width:22px!important;
}

.men ul.sizes li a {background-color:#d2ebf3;}
.women ul.sizes li a {background-color:#fcdbe8;}
.junior ul.sizes li a {background-color:#ffe0cc;}

.menSizes ul.sizes li a {background-color:#d2ebf3;}
.womenSizes ul.sizes li a {background-color:#fcdbe8;}
.juniorSizes ul.sizes li a {background-color:#ffe0cc;}

.menSizes ul.sizes li a:hover {background-color:#1698c1;}
.womenSizes ul.sizes li a:hover {background-color:#ed4787;}
.juniorSizes ul.sizes li a:hover {background-color:#ee6001;}

.menSizes ul.sizes li a.selected:hover {background-color:#1698c1;}
.womenSizes ul.sizes li a.selected:hover {background-color:#ed4787;}
.juniorSizes ul.sizes li a.selected:hover {background-color:#ee6001;}


/** hover color for the menu **/
.filterMenu li ul li a:hover, .filterMenu li ul li a.selected:hover {background-color: #ccc; text-decoration:none;}
.men li ul li a:hover, .men li ul li a.selected:hover {background-color:#d5ecf4;}
.women li ul li a:hover, .women li ul li a.selected:hover {background-color: #fcdbe8;}
.junior li ul li a:hover, .junior li ul li a.selected:hover {background-color: #ffe0cc;}

/** sizes hover **/
.men ul.sizes li a:hover, .men ul.sizes li a.selected:hover {background-color: #1698c1;}
.women ul.sizes li a:hover, .women ul.sizes li a.selected:hover {background-color: #ed4787;}
.junior ul.sizes li a:hover, .junior ul.sizes li a.selected:hover {background-color: #ee6001;}

.sizes .selected {
	background:black!important;
	color:white!important;
}

.sizes .disabled {
	background:#CCC!important;
	color:#666!important;
	cursor: default;
}

/** marker: Filter Menu Colour Swatches **/

.colours {
	float: left;
	padding: 0;
	margin: 0;
	padding-bottom:8px;
}
.colours li {
	float:left;
}
.colours li a {
	float:left;
	font-size:0;
	padding:0;
	margin:0;
	height:17px;
	width:17px;
	text-decoration:none;
}

.colourRange	a {background: url('../images/range-sprite.png') no-repeat top left; margin:0 1px 1px 0; display: none;}

.colourblack	a {background-position: 0 0px;display: inline;}
.colourwhite	a {background-position: 0 -17px;display: inline;}
.colourblue		a {background-position: 0 -34px;display: inline;}
.colourred		a {background-position: 0 -51px;display: inline;}
.colourgreen	a {background-position: 0 -68px;display: inline;}
.colouryellow	a {background-position: 0 -85px;display: inline;}
.colourorange	a {background-position: 0 -102px;display: inline;}
.colourpurple	a {background-position: 0 -119px;display: inline;}
.colourpink		a {background-position: 0 -136px;display: inline;}
.colourbrown	a {background-position: 0 -153px;display: inline;}
.colourmulti	a {background-position: 0 -170px;display: inline;}
.colourgrey		a {background-position: 0 -187px;display: inline;}
.colourgold		a {background-position: 0 -187px;display: inline;}

.colourblack	a.selected {background-position: -17px 0px;display: inline;}
.colourwhite	a.selected {background-position: -17px -17px;display: inline;}
.colourblue		a.selected {background-position: -17px -34px;display: inline;}
.colourred		a.selected {background-position: -17px -51px;display: inline;}
.colourgreen	a.selected {background-position: -17px -68px;display: inline;}
.colouryellow	a.selected {background-position: -17px -85px;display: inline;}
.colourorange	a.selected {background-position: -17px -102px;display: inline;}
.colourpurple	a.selected {background-position: -17px -119px;display: inline;}
.colourpink		a.selected {background-position: -17px -136px;display: inline;}
.colourbrown	a.selected {background-position: -17px -153px;display: inline;}
.colourmulti	a.selected {background-position: -17px -170px;display: inline;}
.colourgrey		a.selected {background-position: -17px -187px;display: inline;}

.colourblack	a:hover, .colourblack a:focus,.colourblack a:active {background-position: -34px 0px;display: inline;}
.colourwhite	a:hover, .colourwhite	a:focus {background-position: -34px -17px;display: inline;}
.colourblue		a:hover {background-position: -34px -34px;display: inline;}
.colourred		a:hover {background-position: -34px -51px;display: inline;}
.colourgreen	a:hover {background-position: -34px -68px;display: inline;}
.colouryellow	a:hover {background-position: -34px -85px;display: inline;}
.colourorange	a:hover {background-position: -34px -102px;display: inline;}
.colourpurple	a:hover {background-position: -34px -119px;display: inline;}
.colourpink		a:hover {background-position: -34px -136px;display: inline;}
.colourbrown	a:hover {background-position: -34px -153px;display: inline;}
.colourmulti	a:hover {background-position: -34px -170px;display: inline;}
.colourgrey		a:hover {background-position: -34px -187px;display: inline;}

.colourblack	a.selected:hover, .colourblack	a.selected:focus,.colourblack	a.selected:active {background-position: -51px 0px;display: inline;}
.colourwhite	a.selected:hover, .colourwhite	a.selected:focus {background-position: -51px -17px;display: inline;}
.colourblue		a.selected:hover {background-position: -51px -34px;display: inline;}
.colourred		a.selected:hover {background-position: -51px -51px;display: inline;}
.colourgreen	a.selected:hover {background-position: -51px -68px;display: inline;}
.colouryellow	a.selected:hover {background-position: -51px -85px;display: inline;}
.colourorange	a.selected:hover {background-position: -51px -102px;display: inline;}
.colourpurple	a.selected:hover {background-position: -51px -119px;display: inline;}
.colourpink		a.selected:hover {background-position: -51px -136px;display: inline;}
.colourbrown	a.selected:hover {background-position: -51px -153px;display: inline;}
.colourmulti	a.selected:hover {background-position: -51px -170px;display: inline;}
.colourgrey		a.selected:hover {background-position: -51px -187px;display: inline;}

/** marker: Flexcroll **/
.flexcroll {
	overflow:hidden;
	background:transparent url('../images/scrollbar-inactive.gif') no-repeat right top;
}
.men .flexcroll {
	background:transparent url('../images/scrollbar-inactive-men.gif') no-repeat right top;
}
.women .flexcroll {
	background:transparent url('../images/scrollbar-inactive-women.gif') no-repeat right top;
}
.junior .flexcroll {
	background:transparent url('../images/scrollbar-inactive-junior.gif') no-repeat right top;
}

.flexcroll div {
	float:left;
}
.thisIsIE6 .flexcroll div {
	float:none;
}

/** marker: no-Flexcroll **/
.no-flexcroll {
	overflow:hidden;
	background:#fff;
}
.men .no-flexcroll {
	background:#fff;
}
.women .no-flexcroll {
	background:#fff;
}
.junior .no-flexcroll {
	background:#fff;
}

.no-flexcroll div {
	float:left;
}
.thisIsIE6 .no-flexcroll div {
	float:none;
}




/*
.vscrollerbar {width: 12px;background: black}
.vscrollerbarbeg {height: 12px;width: 12px;background: url('../images/scrollbar.png') 0 -12px no-repeat;}
.vscrollerbarend {height: 12px;width: 12px;background: url('../images/scrollbar.png') 0 0 no-repeat;}
.vscrollerbase {width: 12px;background: white}

.men .vscrollerbar {width: 12px;background: #27a0c5}
.men .vscrollerbarbeg {height: 12px;width: 12px;background: url('../images/scrollbar-men.png') 0 -12px no-repeat;}
.men .vscrollerbarend {height: 12px;width: 12px;background: url('../images/scrollbar-men.png') 0 0 no-repeat;}
.men .vscrollerbase {width: 12px;background: white}

.women .vscrollerbar {width: 12px;background: #ed4787}
.women .vscrollerbarbeg {height: 12px;width: 12px;background: url('../images/scrollbar-women.png') 0 -12px no-repeat;}
.women .vscrollerbarend {height: 12px;width: 12px;background: url('../images/scrollbar-women.png') 0 0 no-repeat;}
.women .vscrollerbase {width: 12px;background: white}

.junior .vscrollerbar {width: 12px;background: #ee6001}
.junior .vscrollerbarbeg {height: 12px;width: 12px;background: url('../images/scrollbar-junior.png') 0 -12px no-repeat;}
.junior .vscrollerbarend {height: 12px;width: 12px;background: url('../images/scrollbar-junior.png') 0 0 no-repeat;}
.junior .vscrollerbase {width: 12px;background: white}
*/


#brandsMenu, #categoryMenu, #priceRangeMenu {
	float:left;
	width:171px;
	height:140px;
	margin-bottom:4px;
}
#saleMenu {
	float:left;
	width:171px;
	height:40px;
	margin-bottom:4px;
}
.no-flexcroll#brandsMenu , .no-flexcroll#categoryMenu , .no-flexcroll#priceRangeMenu , .no-flexcroll#saleMenu  {
	float:left;
	width:171px;
	height:140px;
	margin-bottom:4px;
	overflow-y:auto!important;
	overflow-x:hidden!important;
}
.filterMenuBanner {
}



.scrollgeneric {line-height: 1px;font-size: 1px;position: absolute;top: 0; left: 0;} /*  scrollgeneric is used for corrective styling of elements, and should not be modified or removed */ 

.vscrollerbar {width: 12px;background: black}
.vscrollerbase {width: 12px;background: #ccc}
.vscrollerbasebeg {width: 12px;height: 12px !important;background: url("../images/scrollbar.png") 0 -12px;}
.vscrollerbaseend {height: 12px;width: 12px;background: url("../images/scrollbar.png") 0 0;;}
.vscrollerbar, .hscrollerbar {padding: 13px;z-index: 2;}

.men .vscrollerbar {width: 12px;background: #27a0c5}
.men .vscrollerbase {width: 12px;background: #d5ecf4}
.men .vscrollerbasebeg {width: 12px;height: 12px !important;background: url("../images/scrollbar-men.png") 0 -12px;}
.men .vscrollerbaseend {height: 12px;width: 12px;background: url("../images/scrollbar-men.png") 0 0;;}
.men .vscrollerbar, .hscrollerbar {padding: 13px;z-index: 2;}

.women .vscrollerbar {width: 12px;background: #ed4787}
.women .vscrollerbase {width: 12px;background: #fcdbe8}
.women .vscrollerbasebeg {width: 12px;height: 12px !important;background: url("../images/scrollbar-women.png") 0 -12px;}
.women .vscrollerbaseend {height: 12px;width: 12px;background: url("../images/scrollbar-women.png") 0 0;;}
.women .vscrollerbar, .hscrollerbar {padding: 13px;z-index: 2;}

.junior .vscrollerbar {width: 12px;background: #ee6001}
.junior .vscrollerbase {width: 12px;background: #ffe0cc}
.junior .vscrollerbasebeg {width: 12px;height: 12px !important;background: url("../images/scrollbar-junior.png") 0 -12px;}
.junior .vscrollerbaseend {height: 12px;width: 12px;background: url("../images/scrollbar-junior.png") 0 0;;}
.junior .vscrollerbar, .hscrollerbar {padding: 13px;z-index: 2;}

/* Scroll Bar Master Styling Ends Here */

/***************************** marker: Checkout ***************************/

/********** marker: Basket - Shopping Bag **********/
.basketContainer {
	float:left;
	background:white;
	margin: 0 35px 0 45px;
	display:inline;
	color:black;
}
.basketContainer h1 {
	position:relative;
	margin-top:5px;
	margin-bottom:20px;
	clear:both;
}
.basketContainer h2 {
	position:relative;
	font-weight:bold;
	font-size:1.1em;
	clear:both;
}
.basketContainer .inPageSeparator {
	margin-top:10px;
	margin-bottom:7px;
}
/** Continue Shopping button **/
.basketContinueShopping {
	float:left;
	clear:left;
	position:relative;
	width:208px;
	height:23px;
	overflow:auto;
}
.ContinueShopping {
	float:left;
	display:block;
	height:23px;
	padding:0;
	overflow:hidden;
}
.ContinueShopping a {
	display:block;
	width:208px;
	height:23px;
	padding:23px 0 0 0;
	font-size:1.2em;
	color:#fff;
	font-weight:bold;
	background-color:transparent;
	background-image:url('../images/btn-ContinueShopping-l.png');
	background-repeat:no-repeat;
	background-position: left 0px;
	overflow:hidden;
}
.ContinueShopping a:hover, .ContinueShopping a:active, .ContinueShopping a:focus {
	background-position:left -23px;
}
.basketContinueShopping.bottom  { 
	margin-top:3px;
}
 a.basketLink:link,  a.basketLink:visited {
	font-weight:bold;
	text-decoration:none;
}
 a.basketLink:hover,  a.basketLink:focus {
	
} 

/** Checkout button **/
.basketButtonRow {
	float:left;
	width:810px;
}
.basketCheckout {
	float:right;
	clear:none;
	position:relative;
	display:block;
	width:138px;
	height:23px;
	overflow:auto;
	margin-bottom:10px;
}
.checkout {
	float:left;
	display:block;
	height:23px;
	padding:0;
	overflow:hidden;
}
.checkout a {
	display:block;
	width:138px;
	height:23px;
	padding:23px 0 0 0;
	font-size:1.2em;
	color:#fff;
	font-weight:bold;
	background-color:transparent;
	background-image:url('../images/btn-Checkout.png');
	background-repeat:no-repeat;
	background-position: left 0px;
	overflow:hidden;
}
.checkout a:hover, .checkout a:active, .checkout a:focus {
	background-position:left -23px;
}
.basketCheckout.bottom { 
	margin:3px 0 0 0;
}

/** Basket table **/
table.shoppingBasketItems {
	margin-top:10px;
	clear:both;
}
table.shoppingBasketItems th {
	text-align:left;
	padding-bottom:6px;
	font-weight:bold;
	border-bottom:1px solid #8c8c8c;
}
table.shoppingBasketItems tr td {
	border-bottom:1px solid #8c8c8c;
	vertical-align:middle;
}
table.shoppingBasketItems th.itemCol {width:80px;}
table.shoppingBasketItems th.itemNameCol {width:415px;}
table.shoppingBasketItems th.itemNameCol span {display:none;}
table.shoppingBasketItems th.quantityCol {width:100px;text-align:center;}
table.shoppingBasketItems th.removeCol {width:130px;}
table.shoppingBasketItems th.priceCol {width:80px; text-align:right;}
th.priceCol span {
	font-weight:bold;
	padding-right:20px;
}
table.shoppingBasketItems .itemName {
	float:left;
	font-size:1.0em;
	font-weight:bold;
	margin-left:30px;
	clear:right;
}
table.shoppingBasketItems .itemSize {
	float:left;
	font-size:1.0em;
	margin-left:30px;
	font-weight:normal;
	clear:left;
}
table.shoppingBasketItems  .itemQuantityContainer {
	float:none;
	display:block;
	overflow:visible;
	width:45px;
	margin:0 auto;
}
table.shoppingBasketItems  .itemQuantity {
	float:left;
	font-size:1.1em;
	font-weight:bold;
	width:21px;
	text-align:center;
}
/**  Plus button **/
table.shoppingBasketItems  .itemQuantityPlus a {
	float:left;
	display:block;
	position:relative;
	top:2px;
	width:11px;
	height:0px;
	padding-top:11px;
	background:transparent url('../images/btn-plus.gif') no-repeat 0 0;
	overflow:hidden;
}
table.shoppingBasketItems  .itemQuantityPlus a:hover {
background-position:0 -11px;
}
/** minus button **/
table.shoppingBasketItems  .itemQuantityMinus a {
	float:left;
	display:block;
	position:relative;
	top:2px;
	width:11px;
	height:0px;
	padding-top:11px;
	background:transparent url('../images/btn-minus.gif') no-repeat 0 0;
	overflow:hidden;
}
table.shoppingBasketItems  .itemQuantityMinus a:hover {
	background-position:0 -11px;
}
table.shoppingBasketItems td.itemRemove {
	text-align:center;
}
table.shoppingBasketItems a.itemRemove  {
}
table.shoppingBasketItems .itemRemove a:link, table.shoppingBasketItems .itemRemove a:visited {font-size:0.9em; font-weight:normal; color:#656565; text-decoration:underline;}
table.shoppingBasketItems .itemRemove a:hover, table.shoppingBasketItems .itemRemove a:active, table.shoppingBasketItems .itemRemove a:focus {font-weight:normal; color:#f00; text-decoration:underline;}

table.shoppingBasketItems td.itemPrice {
	text-align:right;
}
table.shoppingBasketItems td.itemPrice span {
	font-size:1.1em;
	font-weight:bold;
	padding-right:20px;
}
table.shoppingBasketItems .basketItemError {
	background:#ffe5e5;
}
table.shoppingBasketItems .basketItemError img {
	margin:4px 0 4px 4px;
}
.thisIsIE table.shoppingBasketItems .basketItemError img {
	margin:4px 0 1px 4px;
}
table.shoppingBasketItems .basketItemError .itemRemove {
	background:#ffe5e5 url('../images/error-field.gif') no-repeat 70% 50%;
}
.deliveryPromo {
	float:left;
	width:190px;
	margin:45px 45px 30px 0;
}

/*** Subtotal table ***/
.subtotalContainer {
	float:right;
	width:570px;
}
.subtotalContainer tr td, .subtotalContainer tr th {
	padding:20px 0;
	border-bottom:1px solid #8c8c8c;
}
.subtotalContainer tr th {
	font-size:1.0em;
	font-weight:bold;
	text-align:right;
	width:90px;
	padding-right:35px;
	vertical-align:top;
}
.subtotalContainer tr span {
	font-size:1.1em;
}
.subtotalInfoCol {
	width:365px;
	text-align:center;
}
.subtotalPriceCol, .deliveryPrice {
	width:80px;
	text-align:right;
}
tr td.deliveryPrice {
	border-bottom:0;
}
.subtotalPriceCol span, .deliveryPrice span {
	padding-right:20px;	
	font-size:1.0em;
	font-weight:bold;
}
.discountPrice, .promoprice {
	width:80px;
	vertical-align:top;
	text-align:right;
}
.discountPrice span, .promoprice span {
	color:#f00;
	padding-right:20px;
	font-size:1.0em;
	font-weight:normal;
}
.discountInfoCol {
	text-align:center;
}
.removeCol {
	text-align:center; 
	width:130px;
	vertical-align:top;
}
.removeCol a:link, .removeCol a:visited {font-size:0.9em; font-weight:normal; color:#656565; text-decoration:underline;}
.removeCol a:hover, .removeCol a:active, .removeCol a:focus {font-weight:normal; color:#f00; text-decoration:underline;}

.promotions p {
	padding:0;
	padding-left:20px;
	margin:0;
}
.promotionalCodes {
	position:relative;
	text-align:left;
	width:137px;
	height:10px;
	padding-left:20px;
	margin-top:5px;
	padding-bottom:10px;
}
.promotionalCodes label {
	position:absolute;
	top:-20px;
	width:200px;
	/*height:20px;*/
/*	margin:0 0 10px 0;*/
}
.promotionalCodes input {
	position:absolute;
	width:130px;
	height:18px;
	padding:0;
	border:1px solid #999;
	margin-right:5px;
}
.redeem button {
	position:absolute;
	left:160px;
/*	top:-15px;
*/	width:71px;
	height:20px;
	color:#fff;
	background:#b2b2b2;
	font-size:0.9em;
	font-weight:bold;
	border:0;
	cursor:pointer;
	white-space:nowrap;
	overflow:visible;
}
tr th.delivery {
	border-bottom:0;
}
.subtotalContainer tr td.deliveryInfo {
	text-align:left;
	padding:20px;
}

table.subtotalContainer th.delivery,
table.subtotalContainer td.deliveryInfo,
table.subtotalContainer td.deliveryPrice {
	border-bottom:1px solid #8c8c8c;
}
table.subtotalContainer tfoot td,
table.subtotalContainer tfoot th {
	border:0!important;
}

table.basketTotal {
	clear:both;
	width:100%;
	vertical-align:bottom;
	border-top:1px solid #8c8c8c;
	margin-bottom:20px;
}
.basketPaymentTypes {
	font-size:1.0em;
	font-weight:bold;
	padding:10px 10px 5px 10px;
}
.basketPaymentTypes img {
	position:relative;
	bottom:-10px;
}
table td.basketTotalPrice {
	font-size:1.4em;
	font-weight:bold;
	text-align:right;
	vertical-align:bottom;
	padding:10px 20px 25px 10px;
	border:none;
	border-top:1px solid #8c8c8c;
}
td.basketTotalPrice span {
	margin-left:20px;
	font-weight:bold;
}
.basketCrossSells {
	clear:both;
	width:810px;
}
.basketCrossSellHeading {
	float:left;
	display:block;
	margin-top:40px;
}
.basketCrossSells .crossSellItem {
	margin-left:15px;
	margin-bottom:40px
}
.crossSellItem a, .crossSellItem a:link, .crossSellItem a:visited {
	text-decoration:none;
}
.crossSellItem a:hover, .crossSellItem a:focus {
	color:#000;
	text-decoration:underline;
}

/********** marker: Confirm & Pay  **********/
.confirmPayContainer {
	float:left;
	background:white;
	margin: 0 35px 0 45px;
	padding:20px 0 40px 0;
	display:inline;
	color:black;
}
.confirmPayContainer h1 {
	float:left;
	display:block;
	clear:both;
	margin-top:24px;
	margin-bottom:10px;
}
h1.yourDetails, h1.paymentDetails {
	float:left;
	width:800px;
	clear:both;
	margin-top:10px;
	overflow:auto;
}
.confirmPayContainer h2.address {
	float:left;
	overflow:auto;
	white-space:nowrap;
	margin-right:10px;
}
p.address {
	float:left;
	position:relative;
	top:-3px;
	margin-right:6px;
	width:250px;
	z-index:999;
}
p.address a:link {
	font-weight:bold;
}
/* Basket Summary */
table.summaryTotal {
	clear:both;
	width:100%;
	border:1px solid #666;
	margin-top:10px;
	margin-bottom:10px;
}
table.summaryTotal td {
	font-size:1.2em;
	font-weight:bold;
	text-align:right;
	padding:4px 20px 0 0;
}
table.summaryTotal td span {
	font-size:1.2em;
	font-weight:bold;
	text-align:right;
	padding-left:30px;
}
.itemQuantityRow {
	text-align:center;
	font-weight:bold;
}

table.summaryTotalContainer {
	float:right;
	margin-top:10px;
	margin-bottom:10px;
}
table.summaryTotalContainer th {
	text-align:right;
	width:160px;
	font-size:1.0em;
	font-weight:bold;
	padding-bottom:4px;
}
table.summaryTotalContainer td {
}
table.summaryTotalContainer td.summaryMiddleCol {
	width:220px;
	text-align:left;
	padding-left:60px;
}
.editBagLink {
	float:right;
	font-weight:bold;
	margin:20px;
}
h2.paymentType {
	float:left;
	overflow:auto;
	white-space:nowrap;
	margin-right:70px;
}
.paymentMethod form {
	clear:left;
}
.paymentMethod form div input {
	width:276px;
	height:16px;
	margin-bottom:5px;
	padding:2px;
	float:right;
}
.paymentMethod form div label {
	float:left;
}
.paymentMethod h2 {
	margin-bottom:5px;
	float:left;
}
#security_code {
	width:108px; margin-right:168px;
}
.thisIsIE #security_code {
	width:107px; margin-right:169px;
}
#issue_number {
	width:108px; margin-right:168px;
}
.thisIsIE #issue_number {
	width:107px; margin-right:169px;
}
.paymentMethod form div select {
}

.termsConditions, .savePaymentDetails {
	float:left!important;
	clear:both!important;
	text-align:left;
	position:relative;
	left:0px;
	clear:both;
	display:block;
	width:320px;
	margin-top:40px;
	margin-bottom:10px;
}
.savePaymentDetails {
	margin-top:0;
}
.termsConditions input, .savePaymentDetails input {
	width:auto!important;
	height:auto!important;
	float:right!important;
	border:0!important;
	clear:none!important;
	position:relative;
	right:105px;
	top:12px;
}
.savePaymentDetails input { 
	top:-2px;
}
.termsConditions label, .savePaymentDetails label {
	width:335px!important;
	float:left!important;
	padding:0 4px 0 0px!important;
	margin:0!important;
}

/* Card Dates */
.card-dates {width:462px;} .thisIsIE6 .card-dates {position:relative;}
.card-dates .labelInputWrapper {padding-right:10px;}

.card-start-month p {float:right; text-align:right; padding:0 0 5px 0; margin:0;}
.card-start-month select {display:inline; width:47px; margin:0;}

.card-start-year div {float:right; clear:right; text-align:left; width:228px; padding:0 0 5px 0; margin:0px; margin-left:9px;} 
.thisIsIE .card-start-year div {width:230px; margin-left:7px;}
.card-start-year div label {display:inline; padding:0; margin:0;}
.card-start-year div select {display:inline; width:60px; margin:0;}
.card-start-year div.labelInputWrapper {padding-right:0px;}
.card-start-year div.labelInputWrapper.errorField3 {background-image: url('../images/error-field.gif');background-position:66px 3px; background-repeat: no-repeat;}

.card-expiry-month p {float:right; text-align:right; padding:0 0 5px 0; margin:0;} 
.card-expiry-month select {display:inline; width:47px; margin:0;}

.card-expiry-year div {float:right; text-align:left; width:228px; padding:0; margin:0; margin-left:9px;} 
.thisIsIE .card-expiry-year div {width:230px; margin-left:7px;}
.card-expiry-year div label { display:inline; padding:0; margin:0;}
.card-expiry-year div select {display:inline; width:60px; margin:00;}
.card-expiry-year div.labelInputWrapper {padding-right:0px;}
.card-expiry-year div.labelInputWrapper.errorField3 {background-image: url('../images/error-field.gif');background-position:66px 3px; background-repeat: no-repeat;}

.security-code-help {position:relative; float:left; clear:both; display:inline; right:10px; width:0; height:80px; overflow:visible;}
.security-code-image {position:absolute; left:320px; top:-30px;}

.credit-cards-container {
	 position:relative;
	 float:left;
	 padding:2px 0 0 2px;
	 margin-bottom:25px;
	 width:400px;
	 height:60px;
}
#credit-card-radio-visa, #credit-card-radio-visaelectron, #credit-card-radio-mastercard, #credit-card-radio-amex, #credit-card-radio-maestro, #credit-card-radio-solo, #credit-card-radio-paypal {
	position:relative;
	display:inline;
	top:5px;
	float:left;
	display:block;
	padding:0;
	margin:33px 0 0 0;
	width:13px;
	height:13px;
	background:transparent;
	border:0;
}
.credit-cards-container label {
	position:relative;
	display:inline;
	text-align:center;
	display:block;
	float:left; 
	height:32px;
	margin:1px 5px 0 0;
	padding:0;
	background-image:url('../images/credit-cards.gif');
	background-repeat:no-repeat;
	cursor:pointer;
}

#credit-card-visa { 
	padding:0 0 0 20px; width:33px; background-position:0 0 }
#credit-card-mastercard {
	padding:0 0 0 18px; width:32px; background-position:-104px 0px; }
#credit-card-maestro {
	padding:0 0 0 18px; width:32px; background-position:-154px 0px; }
#credit-card-solo {
	padding:0 0 0 6px; width:20px; background-position:-204px 0px; }
#credit-card-amex { 
	padding:0 0 0 10px; width:24px; background-position:-230px 0px; }
#credit-card-visaelectron  {
	padding:0 0 0 19px; width:33px; background-position:-53px 0px; }
#credit-card-paypal {
	padding:0 0 0 19px; width:35px; left:48px; background-position:-264px 0px; }
	
.payPalNote {
	position:relative;
	clear:both;
	width:400px;
	left:178px;	
}
/** Confirm & Pay button **/
.confirmPay {
	float:right;
	clear:none;
	position:relative;
	display:block;
	width:186px;
	height:23px;
	overflow:auto;
	margin-bottom:10px;
}

.confirmPay-button {
	float:left;
	display:block;
	height:23px;
	padding:0;
	overflow:hidden;
}
.confirmPay-button a {
	display:block;
	width:186px;
	height:23px;
	padding:23px 0 0 0;
	font-size:1.2em;
	color:#fff;
	font-weight:bold;
	background-color:transparent;
	background-image:url('../images/btn-Confirm-and-Pay.png');
	background-repeat:no-repeat;
	background-position: left 0px;
	overflow:hidden;
}
.confirmPay-button a:hover, .confirmPay-button a:active, .confirmPay-button a:focus {
	background-position:left -23px;
}
.confirmPay.bottom { 
	margin:30px 0 30px 0;
}

.thisIsIE .confirmPay.bottom {
	position:relative;
	top:-45px;
}

/** Confirm & Pay button **/
.confirmPayPal {
	float:right;
	clear:none;
	position:relative;
	display:block;
	width:181px;
	height:23px;
	overflow:auto;
	margin-bottom:10px;
}

.confirmPayPal-button {
	float:left;
	display:block;
	height:23px;
	padding:0;
	overflow:hidden;
}
.confirmPayPal-button a {
	display:block;
	width:181px;
	height:23px;
	padding:23px 0 0 0;
	font-size:1.2em;
	color:#fff;
	font-weight:bold;
	background-color:transparent;
	background-image:url('../images/btn-payWithPayPal.gif');
	background-repeat:no-repeat;
	background-position: left 0px;
	overflow:hidden;
}
.confirmPayPal-button a:hover, .confirmPaypal-button a:active, .confirmPayPal-button a:focus {
	background-position:left -23px;
}
.confirmPayPal.bottom { 
	margin:3px 0 0 0;
}


/******************* marker: yourdetails *****************/

.disabled input {
	background-color:#e5e5e5;
}
.disabled label {
	color:#808080;
}
.yourDetailsContainer img {
/*	background:teal;*/
}
.thisIsIE .thanks {
	padding-bottom:40px;
}
.yourDetailsContainer, .myAccountLogin, .myAccount {
	float:left;
	background:white;
	margin: 0 35px 0 45px;
	padding-top:20px;
	display:inline;
	color:#000;
}
.myAccountLogin, .myAccount {
	width:810px;
	padding-bottom:50px;
}
.myAccountLogin .inPageSeparator {
	margin-top:20px;
	float:left;
}
.myAccountLogin .newAccount {
	float:left;
}
.yourDetailsContainer div {
	float:left;
}
.paymentSteps {
	
}
.returningCustomer {
	margin:0;
}
button.returningCustomer {
	float:right!important;
	clear:none!important;
	margin-top:18px;
}
.returningCustomer h1, .newCustomer h1, .myAccountLogin h1, .myAccount h1 {
	margin-bottom:15px;
	margin-top:12px;
}
h1.first {
	margin-top:0;
}
h1.first.underlined {
	padding-bottom:5px;
	border-bottom:2px solid #000;	
}
.thisIsIE h1.first.underlined {
	padding-bottom:0;
}
.returningCustomer .errorMessages {
}
.returningCustomer .frame {
	background-color:#4c4c4c;
	color:white;
	margin:0;
	clear:both;
	width: 750px;
	padding-top:15px;
	padding-bottom:10px;
	padding-left:40px;
	padding-right:20px;
}
.returningCustomer .greeting {
	color:white;
	background-color:#4c4c4c;
	clear:left;
	width:750px;
	padding-top:15px;
	padding-bottom:10px;
	padding-left:40px;
	padding-right:20px;
/*	margin-top:10px;*/
	margin-bottom:0px;
}
.thisIsIE .returningCustomer .greeting {
	margin-bottom:0px;
}
.returningCustomer .greeting strong {
	float:none;
	font-weight:bold;
}
.yourDetailsContainer h1 {
	margin-bottom:10px!important;
}
.returningCustomer .greeting h1 {
	font-size:2.3em;
	font-weight:bold;
	padding:0;
	margin:0;
}
.returningCustomer .greeting p {
	clear:left;
	width:460px;
/*	border: 1px solid #999;*/
}
.returningCustomer .greeting span {
	white-space:nowrap;
}
.returningCustomer .greeting .notYou {
	float:right;
	font-size:1em;
	text-align:right;
}
.returningCustomer .greeting .notYou a {
	font-size:1em;
	color:#fff;
}
.returningCustomer .greeting .notYou a:hover {
	color:#ccc;
}
.returningCustomer * {
	float:left;
}
.thisIsIE .returningCustomer ul, .thisIsIE .returningCustomer li {
	
}
.returningCustomer label {
	height:16px;
/*	background-color:red;*/
	padding-top:4px;
	padding-right:5px;
}
.returningCustomer input {
	height:18px;
	padding:0;
	border: 1px solid #999;
	display:inline;
/*	margin-right:40px;*/
	width:170px;
}
.returningCustomer form div {
/*	border: 1px solid #999;*/
	width:23em;
	padding-right:10px;
	
}
.returningCustomer form div label {
	float:right;
}
.returningCustomer form div input {
	margin-right:0;
	float:right;
}
.returningCustomer span {
	margin-top:5px;
/*	clear:right;*/
	float:right;
	width:200px;
}
.returningCustomer span a {
	float:right;
	color:white;
	font-size:.8em;
}
.returningCustomer form {
	float:none;
}
.returningCustomer .loginButton {
	float:right!important;
}
.newCustomer .smallNote {
	float:right;
	position:relative;
	margin-top:-1.6em;
	bottom:-2em;
}
.newCustomer .newPassword span, .newPassword span {
	float:right;
	position:relative;
	right:0px;
	width:205px!important;
	font-size:.9em;
	margin-top:-5px;
	padding-bottom:10px;
}
.thisIsIE .newCustomer .newPassword span, .newPassword span {
	right:6px;
}
.addresses .billingAddress span, .addresses .deliveryAddress span {
	width:90%;
	font-size:.9em;
	padding-right:5px;
	margin-bottom:20px;
	margin-top:15px;
	clear:both;
	text-align:right;
	float:right;
}

.fieldsBlock {
	width:396px;
}
.fieldsBlock.comp{
	width:380px;
}
.newsletter, .deliveryNote {
	float:left!important;
	_clear:none!important;	
	width:250px;
	margin:30px 0 0 90px;
	_display:inline; /*help for ie6 box model bug */
}
.newsletter p {
	margin-top:30px;
	padding-left:0px;
}
.newsletter p a, .deliveryNote p a {
	text-decoration:underline;
}
.newsletter p.smallTop {
	margin-top:25px;
}
.newsletter input {
	width:auto!important;
	height:auto!important;
	float:right!important;
	border:0!important;
	clear:none!important;
}
.newsletter label {
	width:auto!important;
	float:right!important;
	padding:0 4px 0 14px!important;
	margin:0!important;
}
.thisIsIE .newCustomer label {
	padding-right:10px!important;
}
.addresses {
	position:relative;
	padding-top:30px;
	float:left;
	display:block;
	width:810px;
/*	min-height:485px; */
/*	height:auto!important; */
/*	height:485px; */
}
.newCustomer h2, .addresses .billingAddress h2, .addresses .deliveryAddress h2 {
	padding:5px 14px 5px 14px;
	display:block;
	float:left;
	width:781px;
	_width:396px;
/*	width:100%;*/
	background-color:#e5e5e5;
	margin-bottom:15px;	
}
.addresses .billingAddress h2, .addresses .deliveryAddress h2 {
	width:781px;
	_width:396px;
}
.addresses .deliveryAddress h2 {
	margin-top:50px;
}
.addresses .billingAddress, .addresses .deliveryAddress {
	float:left!important;
	width:396px!important;
	_overflow:visible;
}
.thisIsIE .addresses .outer {
	margin-top:20px;
}
.addresses .deliveryAddress {
	float:left;
	margin-left:0px;
	clear:left;
}
.thisIsIE6 .select_deliveryAddress {
	margin-right:-5px!important;
}
.addresses .inner {
	margin-left:0!important;
}
.addresses .deliveryAddress .differentAddress {
	padding-left:14px;
	margin-bottom:20px;
}
.addresses .deliveryAddress .differentAddress label {
	padding:0;
	display:inline;
	float:none;
}
.addresses .deliveryAddress .differentAddress input {
	margin-left:5px;
	border:none;
	display:inline;
	width:auto;
	height:auto;
	float:none;
}

.addresses .billingAddress button,.addresses .deliveryAddress button {
	float:right;
	background-color:#666666;
	border:0;
	color:white;
	clear:right;
	width:160px;
	height:20px;
	font-size:1.1em;
	margin-right:5px;
	display:inline;
}

.newCustomer label, .addresses .billingAddress label, .addresses .deliveryAddress label {
	clear:left;
	padding-left:14px;
	float:left;
	height:15px;
	padding-top:5px;
	margin-bottom:5px;
	display:block;
}

.newCustomer input, .addresses .billingAddress input, .addresses .deliveryAddress input, .addresses .deliveryAddress select, .addresses .billingAddress select {
	float:right;	
	clear:right;
	width:200px;
/*	height:18px;*/
	border:1px solid #999;
	margin-bottom:5px;
	margin-left:12px;
	margin-right:5px;
	display:inline;
}
.addresses .deliveryAddress select, .addresses .billingAddress select{
	width:201px;
	*width:204px; 
}
.deliverHereCheckbox {
margin-top:30px;
}
.deliverHereCheckbox p {
font-size:1em;
}
.addresses .billingAddress input#deliver_here_checkbox {
	width:auto!important;
	float:left;
	margin-left:95px;
}


.labelInputWrapper {
	width:100%;
	float:left;
	/*background:transparent!important;      this line stopped the !'s from showing up in error fileds so I've commented it out for now */
}

p.pleaseNote {
	float:left;
	clear:left;
	padding:30px 0 20px 0;
}

p.pleaseNote strong {
	font-weight:bold;
	font-size:140%;
}

.inPageSeparator {
	width:810px;
	background-color:black;
	height:2px;
	font-size:0;
	margin-top:20px;
	margin-bottom:12px;
	float:left;
	display:inline;
	clear:left;
}
.returningCustomer form label {
	
}
.returningCustomer form input {
	
}
.returningCustomer form div span {
}
.newCustomer label {
	
}
.deliveryAddress input {
}
.newCustomer .newPassword {
	
}
.newCustomer .newPassword label {
	
}
.newCustomer .newPassword input {
	
}
.personalInfo {
	clear:left;
}
.addresses .billingAddress {
	width:396px;
}
.addresses .billingAddress button {
	
}
.addresses .billingAddress span {
	
}
.addresses .deliveryAddress {
	
}
.addresses select.addressPreset {
	margin-left:-2px;
	float:left;
/*	
	width:150px;
	margin-left:-2px;
*/	
}
/*.thisIsIE .addresses select.addressPreset {
	margin-bottom:10px;
	display:block;
}
*/
.thisIsIE .deliveryCountry {
	padding-bottom:5px;
}
.thisIsIE .deliveryCountry .addressPreset {
	margin-left:-4px;
	height:auto;
}
.thisIsIE6 .deliveryCountry .addressPreset {
	margin-left:0;
}
#billingAddress_pickList {
	float:left;
	width:390px;
	text-align:left;
	margin:0;
	padding:0;
}
#select_billingAddress, #select_deliveryAddress {
	float:right;
	padding-right:0px;
	padding-bottom:0px;
	margin:0;
	margin-top:-12px;
	padding-top:0;
	width:380px;
}
#select_billingAddress h3, #select_deliveryAddress h3 {
	font-weight:bold;
	font-size:1.1em;
	margin-bottom:5px;
}
#select_billingAddress select, #select_deliveryAddress select {
	width:380px;
	height:100px;
	margin-bottom:5px;
	border: 1px solid #999;
}
#select_deliveryAddress select{
	margin-left:0;

}
.thisIsIE #select_billingAddress, .thisIsIE #select_deliveryAddress {
	padding-left:11px;
}
#billingAddress_pickList button {
	float:right!important;
	margin-bottom:10px;
	margin-right:0;
}
#select_billingAddress button, #select_deliveryAddress button {
	margin-right:0;
}
#select_billingAddress select {
	width:375px;
	margin:0;
	margin-bottom:5px;
	margin-right:5px;
}
.thisIsIE #select_billingAddress select {
	margin-bottom:0;
}
#select_billingAddress button {
	margin-bottom:5px;
	margin-right:5px;
}
#select_deliveryAddress button {
	margin:0;
	margin-top:5px;
	margin-bottom:5px;
	margin-right:5px;
}
.thisIsIE #select_deliveryAddress button {
	margin:0 5px 0 0;
}
#select_deliveryAddress select {
	margin-bottom:0;
	margin-right:5px;
	width:375px;
}
.thisIsIE #select_billingAddress button {
	margin-bottom:0px;
}
.errorMessages {
	background:#ff0000 url('../images/error-exclamation.gif') no-repeat 7px 5px;
	float:left;
	clear:left;
	width:740px;
	_width:392px; /* ies need this */
	margin:0px 0 20px 0;
	padding:7px 25px 8px 45px;
	_padding:7px 0px 8px 30px;
	color:white;
}
.errorMessages_Comp{
	background:#ff0000 url('../images/error-exclamation.gif') no-repeat 7px 5px;
	float:left;
	width:600px;
	margin:0px 0 20px 0;
	padding:7px 25px 8px 45px;
	color:white;
}
.errorMessages li {
	clear:left;
	list-style-type: disc;
}
.errorMessages a, .errorMessages a:link, .errorMessages a:visited  {
	color:#fff;
}
.errorMessages a:hover, .errorMessages a:active, .errorMessages a:focus {
	color:#ccc;
}
.errorMessagesCol {
	background:#ff4c4c url('../images/error-exclamation.gif') no-repeat 7px 5px;
	float:left;
	width:326px;
	margin:0 0 20px 0;
	padding:7px 25px 8px 45px;
	color:white;
}
.errorMessagesWidth670 {
	background:#ff4c4c url('../images/error-exclamation.gif') no-repeat 7px 5px;
	float:left;
	width:600px;
	margin:0 0 20px 0;
	padding:7px 25px 8px 45px;
	color:white;
}
.productPageError {
	margin:10px 0 0 45px;
}
.storeFinderError {
	width:780px;
	margin:10px 0 10px 0;
}
.errorField {
	background-image: url('../images/error-field.gif');
	background-position:right 3px;
	background-repeat: no-repeat;
}
.errorField2 {
	background-image: url('../images/error-field.gif');
	background-position:right 3px;
	background-repeat: no-repeat;
}
.errorField3 {
	background-image: url('../images/error-field.gif');
	background-position:300px 3px;
	background-repeat: no-repeat;
}
.errorField input, .errorField2 input, .errorField3 input {
	background-color:#ffe5e5;
}
.title, .country {
	width:120px!important;
	float:right;
	margin-right:87px!important;
	border:1px solid #999;
	margin-bottom:5px!important;
}
.country {
	
}
.securityBanner {
	margin-right:20px;
	display:inline;
	float:left;
	clear:left;
	font-size:.9em;
}
span.securityBanner {
	margin-top:40px;
}
.continueButton {
	float:right;
	width:138px;
	height:23px;
	font-size:0;
	background:url('../images/btn-continue.gif') no-repeat top left;
}
.thisIsIE .continueButton {
	position:relative;
	top:-20px;
}
.continueButton:hover {
	background-position:bottom left;
}
.deliveryCountry {
	float:right!important;
	padding-right:5px;
	padding-top:5px;
	width:200px;
/*	border: 1px solid #999;*/
}
#iKnowBillingAddress a, #iKnowBillingPostcode a, #iKnowDeliveryAddress a, #iKnowDeliveryPostcode a {
	cursor:pointer;
}
#iKnowBillingAddress, #iKnowBillingPostcode, #iKnowDeliveryAddress, #iKnowDeliveryPostcode {
	float:none;
}
#selected_billing_country {
	border:1px solid white;
}
.contactNumber {
	margin-top:20px;
}


/** marker: Shopping Progress Steps */

a.returnToShoppingBagStep {
	background: url('../images/checkout-basket-step.gif') no-repeat top left;
	float:left;
	width: 120px;
	height: 25px;
	font-size:0;
	display:inline;
	margin-left:93px;
	margin-right:4px;
}
a.returnToShoppingBagStep:hover {
	background-position:-25px left;
}
.checkoutSteps {
	width:500px;
	height:25px;
	background-image:url('../images/checkout-steps.gif');
	background-repeat:no-repeat;
	margin-bottom:20px;
	float:left;
}
.thanks .checkoutSteps {
	margin-bottom:35px;
}
.step1 {
	background-position:top left;
}
.step2 {
	background-position:center left;
}
.step3 {
	background-position:bottom left;
}

.checkoutSteps a {
	float:left;
	font-size:0;
	width:177px;
	height:25px;
}

/********* maerker: Thank you Confirmmation Page *********/
.promotionalContainer {
	float:left;
	border-right:3px solid white;
	min-height:100px;
	height:auto!important;
	height:100px;
	width:268px;
	background-color:#e5e5e5;
}
.promotionalContainer p {
	padding-top:10px;
	padding-left:15px;
	font-weight:bold;
}
.thankYou {

	width:776px;
	border:1px solid #e5e5e5;
	padding:15px;
	margin:20px 0;
}
.thankYou p, .thankYou a, .thankYou h1, .thankYou strong {
	font-weight:bold;
}
.thankYou a {
	text-decoration:none;
}
.thankYou a:hover {
	text-decoration:underline;
}
.thankYou h1 {
	font-size:2.4em;
	padding-bottom:12px;
}
.thankYou p.nowPlaced {
	font-size:1.3em;
}
.thankYou p.orderNumber {
	font-size:1.3em;
}
.thankYou p.orderNumber strong {
	font-size:150%;
}
.thankYou p.note {
	font-size:1em;
	padding-top:0;
	padding-bottom:35px;
}
.thankYou p.confirmation {
	font-size:1em;
	line-height:190%;
}
.thankYou p.confirmation strong {
	font-size:130%;
}
.thankYou a.pageOptions {
	font-size:1.2em;
	display:inline;
	float:left;
	padding:5px 0px 5px 0;
	margin:45px 70px 20px 0;
}
.myAccountLogin .newAccount {
	float:left;
	width:355px;
	width:810px;
 }
.myAccountLogin .newAccount label, .myAccount label {
	width:153px;
	padding-top:.4em;
	display:block;
	float:left;
}
.myAccountLogin .newAccount input, .myAccount input {
	clear:none;
	float:left;
	border: 1px solid black;
	width:198px;
	height:18px;
}
.myAccountLogin .newAccount select {
	float:left;
	width:118px;
	width:100px;
	clear:none;
}
.myAccountLogin .newAccount .labelInputWrapper {
	margin-bottom:5px;
}
.myAccountLogin .newAccount .note {
	float:left;
	display:inline;
	margin-left:153px;
	padding-bottom:20px;
	font-size:.8em;
}
.myAccountLogin .loginInfo, .myAccountLogin .personalInfo {
	width:355px;
	clear:none;
	float:left;
}
.myAccountLogin .loginInfo {
	display:inline;
	margin-right:100px;
}
.myAccountLogin .newsletter p {
	margin-top:10px;
}
.myAccountLogin a.createButton {
	float:left;
	width:185px;
	height:20px;
	margin-left:608px;
	background: white url('../images/myaccount-create.gif') no-repeat top left;
}
.myAccountLogin a.createButton:hover {
	background-position:bottom left;
}
.myAccountLogin a.createButton span {
	display:none;
}
.signUpContentSpot {
	margin:0 35px 0 45px;
	padding-bottom:50px;
	width:810px;
	float:left;
}
.thisIsIE6 .myAccount {
	overflow:visible;
	padding-right:0;
	width:832px;
}
/** marker: My Account pages **/

.myAccount p.greeting {
	margin: 0 0 10px 14px;
}
.leftColumn, .rightColumn {
	float:left;
	width:394px;
}
.rightColumn {
	padding-left:22px;
}
.myAccount h2 {
	padding:7px 14px;
	background:#e5e5e5;
	margin-bottom:13px;
}
.myAccount p {
	margin-left:14px;
	margin-bottom:10px;
}
.myAccount p.updateNotice {
	padding:2px 3px;
	color:white;
	font-size:.9em;
	background:#4c4c4c;
}
.myAccount a.enterButton {
/*	float:left;*/
	display:block;
	position:relative;
	width:104px;
	height:23px;
	margin-left:290px;
	margin-bottom:20px;
	background: url('../images/myaccount-enterbutton.gif') no-repeat top left;
}
.myAccount a.changePassButtonCancel, .myAccountPaymentDetails a.changePassButtonCancel, a.Cancel {
	float:left;
	display:inline;
	width:86px;
	height:23px;
	margin-bottom:20px;
	background: url('../images/cancel.gif') no-repeat top left;
	margin-left:14px;
}
.myAccount a.changePassButtonSave, a.changePassButtonSave {
	float:left;
	display:inline;
	width:174px;
	height:23px;
	margin-bottom:20px;
	background: url('../images/savepassowrd.gif') no-repeat top left;
	margin-left:14px;
}
.myAccount a.enterButton:hover,
.myAccount a.changePassButtonCancel:hover, .myAccountPaymentDetails a.changePassButtonCancel:hover, a.Cancel:hover,
.myAccount a.changePassButtonSave:hover, a.changePassButtonSave:hover {
	background-position:bottom left;
}
.myAccount a span, .myAccountPaymentDetails a span, a span {
	display:none;
}
.myAccount .labelInputWrapper {
	padding-bottom:5px;
	padding-left:14px;
}
.myAccount .labelInputWrapper label {
	width:178px;
}
.myAccount .leftColumn form .note {
	font-size:.8em;
	padding-left:192px;
	padding-bottom:50px;
	display:block;
}
.myAccount .oldPass {
	padding-bottom:25px;
}
.myAccount .preset {
	width:150px;
	min-height:200px;
	height:auto!important;
	height:200px;
	float:left;
	margin: 0 49px 35px 14px;
	padding:11px;
	background:#e5e5e5;
	overflow:hidden;
}
.myAccount .preset .addressManagements {
	font-weight:bold;
	text-decoration:none;
}
.myAccount .preset .addressManagements:hover {
/*	text-decoration:underline;*/
}
.myAccount .preset h3 {
	font-weight:bold;
	font-size:1.15em;
	padding:0;
	margin-bottom:6px;
}
.myAccount .preset p {
	margin:0 0 12px 0;
	font-size:.9em;
}
.myAccount .preset p.defaultNote {
	margin:-9px 0 0 0;
}
.myAccount .firstInARow {
	clear:left;
}
.myAccount .returnToAccountButton {
	width:226px;
	height:23px;
	float:left;
	display:inline;
	margin-left:14px;
	background: url('../images/return-to-my-account.gif') no-repeat top left;
}
.myAccount .returnToAccountButton:hover {
	background-position:bottom left
}
.myAccountPaymentDetails .saveDetailsButton {
	width:154px;
	height:23px;
	float:left;
	display:inline;
	margin-left:14px;
	background: url('../images/save-details-button.gif') no-repeat top left;
}
.myAccountPaymentDetails .saveDetailsButton:hover {
	background-position:bottom left
}

/*
	TODO Rearrange the elements of payment details for the My Account - Payment Details page
*/

.myAccount .paymentMethod {
	float:left;
}


/* myAccount Payment Details */

.myAccountPaymentDetails {
	float:left;
	background:white;
	margin: 0 35px 0 45px;
	padding:20px 0 140px 0;
	display:inline;
	color:black;
}
.myAccountPaymentDetails h1 {
	display:block;
	clear:both;
	margin-top:24px;
	margin-bottom:10px;
}
.myAccountPaymentDetails h2 {
	padding:7px 14px;
	background:#e5e5e5;
	margin-bottom:13px;
}
.myAccountPaymentDetails h2.paymentType {
	padding:7px 0;
	background:transparent;
	margin-bottom:13px;
}
.myAccountPaymentDetails p.greeting {
	margin: 0 0 10px 14px;
}
.myAccountPaymentDetails .paymentMethod {
	left:14px;
	float:left;
	clear:both!important;
	width:780px;
	margin-bottom:30px;
}
.myAccountPaymentDetails .securityInfo {
	float:right;
	width:160px;
	padding-left:13px;
	text-size:
}
.myAccountPaymentDetails .securityInfo p {
	font-size:0.9em;
}
.myAccountPaymentDetails .thawte {
	position:relative;
	right:13px;
	margin-top:8px
}

/* myAccount My Info */
.myAccount .wide label {
	width:236px;
}
.favBands, .ILikeJD {
	float:left;
	width:100%;
	overflow:visible;
	margin-bottom:20px;
}
.favBrands-col, .ILikeJD-col {
	float:left;
	width:190px;
	margin-left:10px;
}
.favBrands-col label, .ILikeJD label {
	clear:both;
	float:left;
	display:inline;
	padding:0px 0 0 0;
}
.favBands input, .ILikeJD input {
	position:relative;
	top:-2px;
	width:auto;
	border:0;
	padding:0;
	margin:0 4px 0 10px;
}
.thisIsIE .favBands input, .thisIsIE .ILikeJD input {
	margin:0 0 0 10px;
	top:-1px;
}
.cancelButton {
	width:86px;
	height:23px;
	float:left;
	display:inline;
	margin-left:14px;
	background: url('../images/btn-cancel.gif') no-repeat top left;
}
.cancelButton:hover {
	background-position:bottom left
}
.saveInfoButton {
	width:134px;
	height:23px;
	float:left;
	display:inline;
	margin-left:14px;
	background: url('../images/btn-SaveInfo.gif') no-repeat top left;
}
.saveInfoButton:hover {
	background-position:bottom left
}

/* myAccount My Addresses */
a.update {
	float:left;
	display:inline;
	width:118px;
	height:23px;
	margin-bottom:20px;
	background: url('../images/btn-update.gif') no-repeat top left;
	margin-left:14px;
}
a.clearAddress {
	float:left;
	display:inline;
	width:144px;
	height:23px;
	margin-bottom:20px;
	background: url('../images/btn-ClearAddress.gif') no-repeat top left;
	margin-left:14px;
}
a.update:hover, a.clearAddress:hover {
	background-position:bottom left;
}
.buttonWrapper {
	display:block;
	clear:both; 
	margin-top:20px; 
	padding-bottom:20px;
}
.buttonWrapper a span, .buttonWrapper2 a span {
	display:none;
}
.buttonWrapper2 {
	display:block;
	clear:both;
	width:100%;
	text-align:right;
	margin-top:20px; 
	padding-bottom:20px;
}
.prefilled {
	 float:left;
	 position:relative;
	 left:110px;
	 background:#fff;
	 padding-top:4px;
}

/* My Account */
table.myOrders {
	margin-left:20px;
	width:790px;
}
table.myOrders th {
	text-align:left;
	border-bottom:1px solid #000000;
	font-weight:bold;
	padding-bottom:5px;
}
table.myOrders td {
	padding:4px 4px 25px 4px;
	margin-top:4px;
}
table.myOrders tr.bgColor {
	background:#e5e5e5;
}

a.returnToMyAccount {
	float:left;
	display:inline;
	width:226px;
	height:23px;
	margin-bottom:20px;
	background: url('../images/return-to-my-account.gif') no-repeat top left;
	margin-left:14px;
}
a.returnToMyAccount:hover {
	background-position:bottom left;
}

/* My Account - Orders Details */

table.ordersDetails, table.yourOrder {
	margin-left:20px;
	text-align:left;
}
table.ordersDetails th, table.yourOrder th {
	font-weight:bold;
}
table.ordersDetails td, table.yourOrder td {
	padding:5px 30px;
}

/* My Account - Order */

table.order {
	margin-left:20px;
	width:790px;
}
table.order th {
	font-weight:bold;
	padding:5px;
	border-bottom:1px solid #ccc;
	text-align:left;
}
table.order td {
	padding:5px
}
table.order td.topLine {
	border-top:1px solid #ccc;
	padding-top:15px;
}
/* button - Return to my Orders */
a.returnToMyOrders {
	float:left;
	display:inline;
	width:221px;
	height:23px;
	margin-bottom:20px;
	background: url('../images/btn-returnToMyOrders.gif') no-repeat top left;
	margin-left:14px;
}
a.returnToMyOrders:hover {
	background-position:bottom left;
}

.forgotpassword-form {
	float:left;
	width:100%;
	clear:both!important;
	margin:10px 0 20px 0;
}
.forgotpassword-form .labelInputWrapper {
	padding-left:0;
	width:210px;
}
.send {
	padding:0 25px;
	clear:right;
}
.darkGreyBlock {
	background-color:#4c4c4c;
	color:white;	
	margin:0;
	width: 750px;
	padding-top:15px;
	padding-bottom:10px;
	padding-left:40px;
	padding-right:20px;
	clear:both;
	overflow:auto;
}
.darkGreyBlock h2 {
	padding:0;
	background-color:#4c4c4c;
	float:left;
	clear:both;
}

.darkGreyBlock p {
	float:left;
	clear:both;
	margin:0;
}
.darkGreyBlock a, .darkGreyBlock a:link, .darkGreyBlock a:visited {
	color:#fff;
}
.darkGreyBlock a:hover, .darkGreyBlock a:active, .darkGreyBlock a:focus {
	color:#ccc;
}

/*** Competition ***/
.competitionContainer {
	position:relative;
	clear:both;
	width:850px;
	min-height:411px;
	height:auto!important;
	height:411px;
	padding:20px 25px 50px 25px;
	color:#000;
	background:#fff;
	overflow:visible;
	z-index:1;
}
.competitionContainer h1 {
	font-size:1.8em;
	font-weight:bold;		
}
.competitionContainer .col-1 {
	float:left;
	width:670px;
	margin-right:20px;
	margin-bottom:50px;
}
.competitionContainer .col-2 {
	float:left;
	width:160px;
	margin-bottom:50px;
}
.competitionContainer .col-2 img {
	margin-bottom:8px;
}
.competitionContainer .row {
	float:left;
	margin-top:20px;
}
.fixedRow {
	width:670px;
}

.competitionContainer .row.last {
	margin-bottom:40px;
}
.competitionContainer .row img {
	float:left;
	border:0px solid #000;
	/*width:130px;*/
}
.competitionContainer .row img.border {border:1px solid #000;}
.competitionContainer .row span img {
	border:0;
}
.competitionContainer .row .details {
	float:left;
	width:480px;
	padding-left:25px;
}
.competitionContainer .row .col-a {
	 float:left;
	 padding:0 20px 0 0;
	 width:345px;
	 border-right:1px solid #000;
}
.competitionContainer .row .col-a .forgotPassword {
	clear:both;
	position:relative;
	float:right;
	margin-right:5px;
}
.competitionContainer .row .col-b {
	float:left;
	padding:0 0 0 25px;
	width:279px;
}
.topLineFull {
	padding:15px 0 0 0;
	width:100%;
	border-top:1px solid #000;
}
.enterCompetitionButton {
	width:137px;
	height:23px;
	float:left;
	margin:5px 0;
	display:inline;
	background: url('../images/btn-enterCompetition.gif') no-repeat top left;
}
.seeMoreWinnersButton {
	width:185px;
	height:23px;
	float:left;
	margin:5px 0;
	display:inline;
	background: url('../images/btn-seeMoreWinners.gif') no-repeat top left;
}
.login2Button {
	position:relative;
	left:235px;
	width:106px;
	height:20px;
	float:left;
	margin:36px 0 0 0;
	display:inline;
	background: url('../images/btn-Login.gif') no-repeat top left;
}
.createAccountButton {
	position:relative;
	left:80px;
	width:176px;
	height:20px;
	float:left;
	margin:50px 0 0 0;
	display:inline;
	background: url('../images/btn-CreateAccount.gif') no-repeat top left;
}
.createAccountButton2 {
	float:right;
	position:relative;
	left:-10px;
	top:-20px;
	width:176px;
	height:20px;
	margin:0 0 0 0;
	display:inline;
	background: url('../images/btn-CreateAccount.gif') no-repeat top left;
}
.competitionContainer .enterButton {
	position:relative;
	left:0px;
	width:103px;
	height:20px;
	float:left;
	margin:30px 0 0 0;
	display:inline;
	background: url('../images/btn-Enter.gif') no-repeat top left;
}
.enterCompetitionButton:hover, .seeMoreWinnersButton:hover, .login2Button:hover, .createAccountButton:hover, .createAccountButton2:hover, .enterButton:hover {
	background-position:bottom left;
}
form.competitionQuestions {
	margin-left:20px;
}
/*** Competitions - New Account ***/
.compAccountAddress {
	float:right!important;
	padding-right:5px;
	padding-top:5px;
	width:200px;
}
.addresses select.title {
	width:150px;
	float:left;
	margin-left:136px!important;
}
.compAccountTitle {
	margin-left:2px;
}
.thisIsIE .compAccountTitle {
	padding-bottom:5px;
	margin-left:0;
}
.thisIsIE .compAccountTitle .title {
	margin-left:-4px;
	height:auto;
}
.thisIsIE6 .compAccountTitle .title {
	margin-left:0;
}
.yourDetailsContainer h1 {
	/*float:left;*/
	display:block;
	clear:both;
	margin-top:0px;
	margin-bottom:0px;
}
.addresses.shortTop {
	padding-top:0;
}
.col2 {
	margin-left:10px;
}
.CompNewAccountBirthDay, .CompNewAccountBirthMonth, .CompNewAccountBirthYear {
	float:left!important;
	width:52px!important;
	height:auto!important;
	margin-left:0px!important;
}
.CompNewAccountBirthDay {
	margin-left:82px!important;
}
.CompNewAccountBirthYear {
	width:84px!important;
}
.thisIsIE .CompNewAccountBirthDay {
	margin-left:80px!important;
}
.compSmallNote {
	position:absolute;
	right:10px;
	top:5px;
}
.compNewPassword input {
	margin-left:96px!important;
}
.compNewPassword span, .fieldNote {
	float:right!important;
	position:relative;
	right:0px;
	width:201px!important;
	font-size:.9em;
	margin-top:0px!important;
	margin-bottom:5px!important;
	padding-bottom:0px;
	text-align:left!important;
}
.thisIsIE .compNewPassword span {
	right:0px;
}
.thisIsIE .topSpace {
	margin-top:5px;
}

/*** Store Finder ***/
.storeFinderBlock {
	position:relative;
	width:850px;
	height:390px;
	background:#fff url('../images/storefinder-bg.jpg') no-repeat 0 0;
	color:black;	
	margin:0;
	clear:both;
	overflow:visible;
}
.storeFinderBlock.results {
	background:#fff url('../images/storefinder-bg2.jpg') no-repeat 0 0;
	height:260px;
}
.storeFinderBlock a, .storeFinderBlock a:link, .storeFinderBlock a:visited {
	color:#000;
}
.storeFinderBlock a:hover, .storeFinderBlock a:active, .storeFinderBlock a:focus {
	color:#ccc;
}
form.storeFinder {
	position:absolute;
	left:450px;
	top:165px;
	width:300px;
	height:40px;
}
form.storeFinder label {
	float:left;
	font-weight:bold;
	text-transform:uppercase;
}
form.storeFinder input {
	float:left;
}
.findButton {
	float:left;
	position:relative;
	left:0px;
	top:1px;
	width:106px;
	height:20px;
	margin:0 0 0 10px;
	display:inline;
	background: url('../images/btn-find.png') no-repeat top left;
}
.findButton:hover {
	background-position:bottom left;
}
.storeFinderCol {
	float:left;
	width:390px;
	margin:20px 0 0 20px;
}
.storeFinderCol h2 {
clear:both;
}
.competitionContainer .menu {
	float:left;
	margin-bottom:30px;
	margin-left:20px;
}
.competitionContainer .menu a {
	display:block;
	width:237px;
	min-height:15px;
	height:auto!important;
	height:15px;
	text-decoration:none;
	color:black;
	font-size:1.1em;
	font-weight:bold;
	padding:2px 2px 2px 5px;
	margin-bottom:1px;
}
.competitionContainer .menu a:hover {
	background:#e5e5e5;
}
.competitionContainer .menu .selected a {
	color:white;
	background:black;
	cursor: default;
}
.directionsButton {
	float:left;
	position:relative;
	left:0px;
	top:1px;
	width:125px;
	height:10px;
	margin:10px 0 40px 0;
	display:block;
	clear:both!important;
	background: url('../images/btn-GetDirections.gif') no-repeat top left;
}
.directionsButton:hover {
	background-position:bottom left;
}
.storeAccessibility {
 margin:15px 0 40px 0;
}
.storeAccessibility img {
	vertical-align:middle;
	margin:0 10px 3px 0;
}

/*** Top 10 ***/
.seeMoreButton {
	width:139px;
	height:23px;
	float:left;
	display:inline;
	margin-top:5px;
	background: url('../images/btn-seeMore.gif') no-repeat top left;
}
.shopNowButton {
	width:139px;
	height:22px;
	float:left;
	display:inline;
	margin-top:5px;
	background: url('../images/btn-shopNow.gif') no-repeat top left;
}
.seeMoreButton:hover, .shopNowButton:hover {
	background-position:bottom left
}
.shopNowButton.right {
	float:right;
}
.details-top10 {
	position:relative;
	display:inline;
	margin:0;
	padding:0;
	clear:none;
}
.details-top10 img.top10ImageRight {
	float:right;
}
.details-top10 div {
	float:left;
	width:355px;
}
.clothing .details-top10 div {
	float:left;
	width:360px;
}
.other .details-top10 div {
	float:left;
	width:355px;
}
/*** comming soon ***/
.comingSoonProduct {
	position:relative;
	float:right;
	width:403px;
	height:300px;
}
.comingSoonProduct span {
	position:absolute;
	top:-66px;
}
form.commingSoonMore {
	float:left;
	width:240px;
	height:80px;
}
form.commingSoonMore input {
	width:225px;
}
.sendButton {
	float:left;
	clear:both;
	display:inline;
	width:91px;
	height:20px;
	margin-top:5px;
	background: url('../images/btn-send2.gif') no-repeat top left;
}
.sendButton:hover {
	background-position:bottom left;
}
.errorMessages.short {
	width:160px;
}

h1 .truncate{
	width: 320px;
	}
	
/*** offers ***/
.shopThisOfferButton {
	width:177px;
	height:23px;
	float:left;
	display:inline;
	margin-top:5px;
	background: url('../images/btn-shopThisOffer.gif') no-repeat top left;
}
.shopThisOfferButton:hover {
	background-position:bottom left
}


/*** shop by brand ***/
.brandContainer {
	position:relative;
	clear:both;
	width:850px;
	min-height:411px;
	height:auto!important;
	height:411px;
	padding:20px 25px 50px 25px;
	color:#000;
	background:#fff;
	overflow:visible;
	z-index:1;
}
.brandContainer .sortBy {
	display:block;
	clear:both;
	text-align:right;
	width:100%;
	margin:20px 0;
}
.brandContainer .logoContainer {
	float:left;
	text-align:center;
	width:120px;
	height:138px;
	padding:3px 0;
	margin-top:5px;
	background:transparent url('../images/bg-brandList.gif') no-repeat right top;
}
.brandContainer .logoContainer.rightEnd {
		background:transparent url('../images/bg-brandList-rightEnd.gif') no-repeat right top;
}
.brandContainer .logoContainer.bottomRow {
		background:transparent url('../images/bg-brandList-bottomRow.gif') no-repeat right top;
}
.brandContainer .logoContainer.lastOne {
		background:none;
}
.brandContainer .logo {
	width:100px;
	height:90px;
}
.brandContainer .logoName {
	width:100px;
	min-height:3.3em;
	height:auto!important;
	height:3.3em;
	text-align:center;
	padding:0;
	margin:0 10px;
	background:transparent;
}























 /*Mini Bag*/
#miniBagContainer{
	float:right;
	width:198px;
	height:75px;
}
#miniBagContainer span a:link, #miniBagContainer span a:visited {color:#fff; text-decoration:none;}
#miniBagContainer span a:hover, #miniBagContainer span a:active, #miniBagContainer span a:focus  {color:#ccc; text-decoration:none;}

.miniBagCheckout {
	position:absolute;
	display:inline;
	top:15px;
	width:140px;
	text-align:right;
	font-size:0.8em;
	padding-right:24px;
}
.miniBagViewYourBag, .miniBagContinueShopping {
	position:absolute;
	display:inline;
	top:33px;
	width:140px;
	height:23px;
	text-align:right;
	font-size:0.8em;
	padding-right:24px;
	white-space:nowrap;
	background:transparent url('../images/arrow-right.gif') no-repeat 144px 2px;
}
.miniBagContinueShopping {
	background:none;
	font-size:1.15em;
	font-weight:bold;
	padding-right:0;
}
.miniBagImage {
	float:right;
	width:35px;
	height:56px;
	background:#000 url('../images/miniBag.gif') no-repeat 0 0;
	border:0px solid red;
}
.miniBagItems {
	position:relative;
	float:right;
	clear:both;
	width:195px;
	color:#fff;
	font-weight:bold;
	font-size:1.15em;
	text-align:right;
	margin-top:0px;
	padding:3px 3px 0 0;
	white-space:nowrap;
	border-top:1px solid #fff;
}

/* MiniBasket Dropdown */
#header #miniBasketContainer, #headerCheckout #miniBasketContainer {
	position:absolute;
	top:0;
	right:9999px;
	width:204px;
	z-index:300;
	overflow:hidden;
}
#header #miniBasketContainer.jsenabled, #headerCheckout #miniBasketContainer.jsenabled {	/* class to be attached via js to reposition and prep for drop-in behaviour */
	right:0;
	top:57px; 
}
#header #miniBasket, #headerCheckout #miniBasket {
	width:204px;
	z-index:301;
}
#header #miniBasket div, #headerCheckout #miniBasket div {
	padding:0 3px 17px 9px;
	background:transparent url('../images/miniBasket_bg.png') left bottom no-repeat;
}
.thisIsIE6 #header #miniBasket div, .thisIsIE6 #headerCheckout #miniBasket div {
	background:transparent url('../images/miniBasket_bg.gif') left bottom no-repeat;
}
/*** iFrame background for IE6 MiniBssket ***/
#miniBasket iframe {
	position:absolute;
	display:block;
	width:100%;
	height:1000px;
	z-index:-1;
	filter:alpha(opacity=0);
	-moz-opacity:.0;
	opacity:.0;
	overflow:visible;
	top:0;
	left:0;
	border:0;
}

/* MiniBasket Table */
table.miniBasket {
	width:192px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
}
table.miniBasket caption {
	display:none;
}
table.miniBasket .prodImage {
	width:70px;
	padding:10px 0;
	vertical-align:top;
	border-bottom:1px solid #ccc; 
	background:#fff;
}
table.miniBasket .prodName {
	font-size:1.0em;
	padding:10px 4px 10px 0;
	background:#fff;
}
table.miniBasket .prodSize {
	vertical-align:top;
	font-size:0.8em;
	background:#fff;
}
table.miniBasket .prodRemove {
	text-align:right;
	vertical-align:top;
	font-size:0.8em;
	padding-right:4px;
	background:#fff;
}
table.miniBasket .prodRemove a:link, table.miniBasket .prodRemove a:visited {color:#7e7e7e; text-decoration:underline;}
table.miniBasket .prodRemove a:hover, table.miniBasket .prodRemove a:active,  table.miniBasket .prodRemove a:focus {color:#f00; text-decoration:underline;}

table.miniBasket .prodPrice td {
	padding:0 4px 8px 0;
	text-align:right;
	vertical-align:bottom;
	border-bottom:1px solid #ccc;
	font-weight:bold;
	font-size:1.0em;
	background:#fff;
}
table.miniBasket .discount td {
	padding:10px 4px 10px 0;
	font-size:1.0em;
	font-weight:normal;
	text-align:right;
	color:#f00;
	border-bottom:1px solid #ccc;
}
table.miniBasket .subtotal td {
	padding:12px 4px 12px 0;
	font-size:1.0em;
	font-weight:bold;
	text-align:right;
}

/* Checkout Button*/
#header #miniBasket #viewBasket {
	display:block;
	height:23px;
	margin:4px 2px 0 0;
	padding:0;
	background-image:url('../images/btn-Checkout.png');
	background-repeat:no-repeat;
	background-position: right 0px;
	overflow:hidden;
}
#header #miniBasket #viewBasket a {
	display:block;
	height:23px;
	padding:23px 0 0 0;
	font-size:1.2em;
	color:#fff;
	font-weight:bold;
}
/* minibasket link rollover class definitions - JS enhanced */
#header #miniBasket #viewBasket.over {
	background-position:right -23px;
}
#header #miniBasket #viewBasket.over a {
	text-decoration:none;
	color:#000;
}
#header #miniBasket h3 {
	font-size:1.6em;
	font-weight:bold;
	/*color:#000;*/
	padding:7px 6px;
	border-top:1px solid #ccc;
	background-color:#c0c;
}

/********** Header Menus **********/

/*** Primary Navigation ***/
ul#primaryNavigation {
	z-index:2000;
	position:absolute;
	top:98px;
	height:20px;
	width:700px;
	overflow:visible;
}
ul#primaryNavigation li {
	display:inline;
	clear:none;
}
ul#primaryNavigation li span {
	float:left;
	display:inline;
	height:20px;
	color:#fff;
	overflow:hidden;
}
/* Men tab */
ul#primaryNavigation li span a.men {
	display:block;
	background:#000 url('../images/primeNavMen.gif') no-repeat 0 0;
	padding-top:20px;
	height:20px;
	width:64px;
}
ul#primaryNavigation li span a.men:hover, ul#primaryNavigation li a.men:focus, ul#primaryNavigation li span a.men.current, ul#primaryNavigation li span a.men.menuHover{
	background-position:0 -20px;
}
/* Women tab */
ul#primaryNavigation li span a.women {
	display:block;
	background:#000 url('../images/primeNavWomen.gif') no-repeat 0 0;
	padding-top:20px;
	height:20px;
	width:102px;
}
ul#primaryNavigation li span a.women:hover, ul#primaryNavigation li a.women:focus, ul#primaryNavigation li span a.women.current, ul#primaryNavigation li span a.women.menuHover {
	background-position:0 -20px;
}
/* Junior tab */
ul#primaryNavigation li span a.junior {
	display:block;
	background:#000 url('../images/primeNavJunior.gif') no-repeat 0 0;
	padding-top:20px;
	height:16px;
	width:98px;
}
ul#primaryNavigation li span a.junior:hover, ul#primaryNavigation li a.junior:focus, ul#primaryNavigation li span a.junior.current, ul#primaryNavigation li span a.junior.menuHover {
	background-position:0 -20px;
}

ul#primaryNavigation li span a:link, ul#primaryNavigation li a:visited {color:#000; text-decoration:none;}
ul#primaryNavigation li span a:hover, ul#primaryNavigation li a:active,ul#primaryNavigation li a:focus {color:#666; text-decoration:none;}


/** Mens Drop Down Menu **/
#menMenuItemsContainer {
	position:absolute;
	top:0px;
	left:-9999px;
	overflow:hidden;
}
/*colud be used for iFrame background for ie6
#menMenuItemsContainer li {
background:#ff0;
}*/
#menMenuItemsContainer.jsenabled {	/* class to be attached via js to reposition and prep for drop-in behaviour */
	left:0px;
    top:-9999px;
	width:100%;
	background:transparent url('../images/menu-bg-left-bit.png') left bottom no-repeat;
}
#menMenuItemsContainer.jsenabled.menuShow {	/* class to be attached via js to reposition and prep for drop-in behaviour */
	top:20px;
}
.thisIsIE6 #menMenuItemsContainer.jsenabled {
	background:transparent;
}
ul#menMenuItems {
	float:left;
	display:inline;
	width:auto;
	padding:0px 8px 25px 7px;
	margin:0 0 0 8px;
	background:transparent url('../images/menu-bg.png') right bottom no-repeat;
	overflow:visible;
	white-space:nowrap;
}
.thisIsIE6 ul#menMenuItems {
	background:#fff!important;
	border:1px solid #ccc;
	margin:0;
}
ul#menMenuItems .menuCol {
	float:left;
	display:inline;
	margin:0 30px 0 0;
	background:transparent url('../images/menuLineMens.gif') repeat-x left 30px;
	overflow:visible;
}

ul#menMenuItems li.menMenuHeading span {
	font-size:1.0em;
	line-height:18px;
	font-weight:bold;
	color:#000;
	padding:0 0 2px 0;
	margin:11px 0 5px 0;
}
ul#menMenuItems li span {
	float:left;
	display:block;
	clear:left;
	margin-bottom:5px;
	overflow:visible;
	width:auto;
	height:auto;
	white-space:nowrap;

}

ul#menMenuItems li span a:link, ul#menMenuItems li span a:visited {color:#000; text-decoration:none;}
ul#menMenuItems li span a:hover, ul#menMenuItems li span a:active, ul#menMenuItems li span a:focus {color:#333; text-decoration:underline;}

/** Womens Drop Down Menu **/
#womenMenuItemsContainer {
	position:absolute;
	top:0px;
	left:-9999px;
	overflow:hidden;
}
#womenMenuItemsContainer.jsenabled {	/* class to be attached via js to reposition and prep for drop-in behaviour */
	top:-9999px; 
	left:64px;
	width:100%;
	background:transparent url('../images/menu-bg-left-bit.png') left bottom no-repeat;
}
#womenMenuItemsContainer.jsenabled.menuShow {	/* class to be attached via js to reposition and prep for drop-in behaviour */
	top:20px; 
}
.thisIsIE6 #womenMenuItemsContainer.jsenabled {
	background:transparent;
}
ul#womenMenuItems  {
	float:left;
	display:inline;
	width:auto; /*was 352px;*/
	padding:0px 8px 25px 7px;
	margin:0 0 0 8px;
	background:transparent url('../images/menu-bg.png') right bottom no-repeat;
	overflow:visible;
	white-space:nowrap;
}
.thisIsIE6 ul#womenMenuItems {
	background:#fff!important;
	border:1px solid #ccc;
	margin:0;
}
ul#womenMenuItems .menuCol {
	float:left;
	display:inline;
	margin:0 30px 0 0;
	background:transparent url('../images/menuLineWomens.gif') repeat-x left 30px;
	overflow:visible;
}
ul#womenMenuItems li.womenMenuHeading span {
	font-size:1.0em;
	line-height:18px;
	font-weight:bold;
	color:#000;
	padding:0 0 2px 0;
	margin:11px 0 5px 0;
}
ul#womenMenuItems li span {
	float:left;
	display:block;
	clear:left;
	margin-bottom:5px;
	overflow:visible;
	width:auto;
	height:auto;
	white-space:nowrap;
}

ul#womenMenuItems li span a:link, ul#womenMenuItems li span a:visited {color:#000; text-decoration:none;}
ul#womenMenuItems li span a:hover, ul#womenMenuItems li span a:active, ul#womenMenuItems li span a:focus {color:#333; text-decoration:underline;}

/** Junior Drop Down Menu**/
#juniorMenuItemsContainer {
	position:absolute;
	top:0px;
	left:-9999px;
	overflow:hidden;
}
#juniorMenuItemsContainer.jsenabled {	/* class to be attached via js to reposition and prep for drop-in behaviour */
	left:166px;
	top:-9999px;
	width:100%;
	background:transparent url('../images/menu-bg-left-bit.png') left bottom no-repeat;
}
#juniorMenuItemsContainer.jsenabled.menuShow {	/* class to be attached via js to reposition and prep for drop-in behaviour */
	top:20px;
}
.thisIsIE6 #juniorMenuItemsContainer.jsenabled {
	background:transparent;
}
ul#juniorMenuItems  {
	float:left;
	display:inline;
	width:auto; /*was 352px;*/
	padding:0px 8px 25px 7px;
	margin:0 0 0 8px;
	background:transparent url('../images/menu-bg.png') right bottom no-repeat;
	overflow:visible;
	white-space:nowrap;
}
.thisIsIE6 ul#juniorMenuItems {
	background:#fff!important;
	border:1px solid #ccc;
	margin:0;
}
ul#juniorMenuItems .menuCol {
	float:left;
	display:inline;
	margin:0 30px 0 0;
	background:transparent url('../images/menuLineJunior.gif') repeat-x left 30px;
	overflow:visible;
}

ul#juniorMenuItems li.juniorMenuHeading span{
	font-size:1.0em;
	line-height:18px;
	font-weight:bold;
	color:#000;
	padding:0 0 2px 0;
	margin:11px 0 5px 0;
}
ul#juniorMenuItems li span {
	float:left;
	display:block;
	clear:left;
	margin-bottom:5px;
	overflow:visible;
	width:auto;
	height:auto;
	white-space:nowrap;
}

ul#juniorMenuItems li span a:link, ul#juniorMenuItems li span a:visited {color:#000; text-decoration:none;}
ul#juniorMenuItems li span a:hover, ul#juniorMenuItems li span a:active, ul#juniorMenuItems li span a:focus {color:#333; text-decoration:underline;}

/*** iFrame background for IE6 PrimeNav Menus ***/

#menMenuItemsContainer iframe, #womenMenuItemsContainer iframe, #juniorMenuItemsContainer iframe {
	margin:0;
	padding:0;
	position:absolute;
	width:100%;
	height:500px;/*iFrames height not dynamic*/
	z-index:-1;
	filter:alpha(opacity=0);
	-moz-opacity:.0;
	opacity:.0;
	overflow:visible;
	top:0;
	left:0;
	border:0px solid #ff0;
}
/*** Secondary Navigation Container ***/
#secondaryAndTertiaryContainer {
	position:absolute;
	left:260px;
	width:410px;
	margin:0;
	padding:0;
}
/* Secondary Navigation */
ul#secondaryNavigation {
	z-index:2001;
	position:absolute;
	top:102px;
	width:100%;
	text-align:right;
	/*line-height:0.9em;*/
}
.thisIsIE ul#secondaryNavigation {
	top:104px;
}
ul#secondaryNavigation li {
	display: inline-block; /* used to stop the menu items squashing up when you Zoom in IE7  */
}
ul#secondaryNavigation li {
	display:inline;
	position:relative;
	padding-right:9px;
	margin-left:8px;
	font-size:0.95em;
	/*line-height:0.9em;*/
	border-right:0px solid #fff;
	background:#000 url('../images/sn-divider.gif') no-repeat right 0 ;
}
.thisIsIE ul#secondaryNavigation li {
	padding-right:6px;
	margin-left:9px;
}
ul#secondaryNavigation .lastItem, .thisIsIE ul#secondaryNavigation .lastItem {
	border:0;
	padding-right:0;
	background:none;
}
ul#secondaryNavigation li a:link, ul#secondaryNavigation li a:visited {font-weight:bold; color:#fff; text-decoration:none;}
ul#secondaryNavigation li a:hover, ul#secondaryNavigation li a:active, ul#secondaryNavigation li a:focus {font-weight:bold; color:#ccc; text-decoration:none;}
/* "red" Secondary Navigation links */
ul#secondaryNavigation li a.red:link , ul#secondaryNavigation  li a.red:visited  {font-weight:bold; color:#f00; text-decoration:none;}
ul#secondaryNavigation li  a.red:hover, ul#secondaryNavigation  li a.red:active, ul#secondaryNavigation  li a.red:focus  {font-weight:bold; color:#c00; text-decoration:none;}

/*** Tertiary Navigation ***/
ul#tertiaryNavigation {
	position:absolute;
	float:right;
	top:13px;
	text-align:right;
	width:100%;
	height:0;
	background:#000;
}
.thisIsIE ul#tertiaryNavigation {
	top:15px;
}
ul#tertiaryNavigation li {
	display:inline-block;
}
ul#tertiaryNavigation li {
	display:inline;
	margin-right:11px;
	font-size:0.8em;
}
ul#tertiaryNavigation .lastItem {
	margin-right:0;
}
ul#tertiaryNavigation li a:link, ul#tertiaryNavigation li a:visited {color:#ccc; text-decoration:none;}
ul#tertiaryNavigation li a:hover, ul#tertiaryNavigation li a:active, ul#tertiaryNavigation li a:focus {color:#fff; text-decoration:none;}


.rowDivider {
	float:left;
	width: 800px;
	height: 1px;
	font-size: 0;
}


/** Info Pages **/

.infoPages {
	padding:20px 25px;
/*	background:gold;*/
}
.infoPages .menu {
	float:left;
	margin-bottom:30px;
}
.infoPages .menu a {
	display:block;
	width:137px;
	min-height:15px;
	height:auto!important;
	height:15px;
	text-decoration:none;
	color:black;
	font-size:1.1em;
	font-weight:bold;
	padding:2px 2px 2px 5px;
	margin-bottom:3px;
}
.infoPages .menu a:hover {
	background:#e5e5e5;
}
.infoPages .menu .selected a {
	color:white;
	background:black;
	cursor: default;
}
.infoPages .content {
	float:left;
	width:515px;
	color: black;
	margin:0px 20px 0 10px;
	padding:10px 0 30px 0;	
	border-top: 2px solid black;
}
.infoPages .wide {
	width:695px;
	margin-right:0;
	padding-bottom:100px;
}
.infoPages .content p {
	padding:0;
	margin:0;
	margin-bottom:1.5em;
}
.infoPages .content h1 {
	padding:0;
	margin:0;
	margin-bottom:.3em;
	font-weight:bold;
}
.infoPages .advertisement {	
	display:inline;
	width:160px;

}
.infoPages .workForUs {
	width:695px;
	height:239px;
	background-position:top left;
	background-repeat:no-repeat;
	background: url('../images/workforus.jpg');
	margin-bottom:15px;
}
.infoPages .workForUs select {
	position:relative;
	left:225px;
	top:112px;
	width:170px;
}
#careerMap {
	background: url('../images/areas.gif') no-repeat 165px 0;
}
.defatulImage {
	position:relative;
	left:500px;
	width:165px;
	height:203px;
	background: url('../images/career_map.gif') no-repeat top left;
}
.specifications {
	text-align:right;
	width:200px;
}
.specifications li {
	margin-bottom:.5em;
}
.specifications a {
	font-weight:bold;
	text-decoration:none;
	background-image: url('../images/spec-arrows.gif');
	background-repeat:no-repeat;
	background-position: right .45em;
	padding-right:12px;
}
.infoPages .content h1 a.top {
	font-weight:normal;
	font-size:80%;
	text-decoration:none;
	padding-left:11px;
	margin-left:12px;
	background-image: url('../images/spec-arrows.gif');
	background-repeat:no-repeat;
	background-position: left -196px;
}
.genericError h1 {
	color:black;
	font-weight:bold;
	font-size:2em;
	margin-bottom:20px;
	margin-top:10px;
}
.yourDetailsContainer .billingAddress .labelInputWrapper input {
	margin-left:0;
}
.infoPages .jobs {
	margin-top:20px;
}
.infoPages .jobs h1 {
	background:#e5e5e5;
	font-size:1.1em;
	padding:7px 15px;
	margin-bottom:20px;
}
.infoPages .jobs table {
	width:695px;
}
.infoPages .jobs table thead th {
	font-weight:bold;
	padding-bottom:7px;
	padding-right:5px;
	border-bottom:1px solid black;
}
.infoPages .jobs table tbody th, .infoPages .jobs table tbody td {
	padding:12px 5px 0 0;
}
.infoPages .jobs table tbody th {
	font-weight:bold;
	cursor:pointer;
}
.infoPages .jobs td {
	cursor:pointer;
}
.infoPages .jobs .description td {
	cursor: default;
}
.infoPages .jobs table a {
	text-decoration:none;
	font-weight:bold;
}
.infoPages .jobs table a:hover {
/*	text-decoration:underline;*/
}
.infoPages .jobs table tbody .description {
	display:none;
}
.infoPages .jobs table tbody .description td {
	padding:0;
	padding-top:6px;
	padding-bottom:17px;
}
.infoPages .jobs table tbody .description td div {
	background:#e5e5e5;
	margin-left:10px;
	overflow:auto;
	padding:10px 13px 12px 10px;
}
.infoPages .jobs table tbody tr td a img {
	margin-left:380px;
}
.infoPages .jobs table tfoot td {
	padding-top:12px;
	cursor:auto;
}
.infoPages .jobs table tfoot td p {
	padding-top:17px;
	border-top:1px solid black;
}

ul.faq {
	margin-left:10px;
	margin-bottom:15px;
}
ul.faq .question {
	font-style: italic;
	padding-bottom:5px;
	cursor:pointer;
}
ul.faq .answer {
	background:#e5e5e5;
	margin-bottom:15px;
	padding:7px 11px 27px;
	display:none;
}
h1.faq {
	font-size:1.1em;
}
.blackButton {
	background:black!important;
}
.flexcroll a.disabled:hover {
	color:#ccc;
	background:none;
}
.flexcroll a.disabled {
/*	background:white;*/
	cursor: default;
	color:#ccc;
}
.smallNote {
	padding-right:10px;
}
#birth_year,
#birth_month,
#birth_day {
	width:50px;
	margin-right:7px;
}

#birth_year {
	width:65px;
	margin-right:0;
}
.colours .disabled {
	display:none;
}

/* NEW STYLES */
.storeFinderContainer {
	position:relative;
	clear:both;
	width:850px;
	min-height:411px;
	height:auto!important;
	height:411px;
	padding:20px 25px 50px 25px;
	color:#000;
	background:#fff;
	overflow:visible;
	z-index:1;
}
.storeFinderContainer h1 {
	font-size:1.8em;
	font-weight:bold;
	text-transform:uppercase;		
}
.storeFinderContainer h2 {
	font-size:1.5em;
	font-weight:bold;
	margin:20px 0 0 20px;	
}


#a-zLink {
display:block;
clear:left;
padding:2px 15px 2px 0;
margin-top:5px;
float:left;
background:url('../images/arrowblack-right.gif') no-repeat right center;
text-decoration:none;
*width:120px;
}
#a-zLink:hover {
color:#000000;
text-decoration:underline;
}
.sfOptions, .sfResults {
margin-left:20px;
font-size:1.1em;
font-weight:bold;
}
.sfResults {
font-size:1.4em;
margin-top:10px;
font-weight:normal;
}
.sfOptions ul, .sfOptions li {
margin-top:5px;
}
.sfOptions a {
font-weight:normal;
}
#sfResultsTable {
margin-top:20px;
width:100%;
border-collapse:collapse;
font-size:1.2em;
}
#sfResultsTable summary {
height:1px;
overflow:hidden;
}
#sfResultsTable th {
height:1px;
overflow:hidden;
}
#sfResultsTable th span {
display:block;
height:1px;
overflow:hidden;
}
#sfResultsTable th.town {
width:50%;
}
#sfResultsTable td.town {
padding:20px 0 20px 20px;
border-top:1px solid #000;
}
#sfResultsTable td.town a {
font-weight:bold;
}
#sfResultsTable td.town a:hover {
color:blue;
}

#sfResultsTable td.details {
padding:20px 20px 20px 0;
border-top:1px solid #000;
}
#sfResultsTable td.details a {
color:#7f7f7f;
margin-right:20px;
text-decoration:underline;
}
#sfResultsTable td.details a:hover {
color:blue;
}
.AZ h2 {
	font-size:1.5em;
	font-weight:bold;
	margin:20px 0 0 0;	
}
.AZ .sfResults {
margin-left:0;
}
ul.azList {
padding:15px 10px 25px;
background-color:#f2f2f2;
margin:20px 0;
float:left;
width:830px;
}
ul.azList lh {
display:block;
margin-bottom:5px;
font-weight:bold;
}
ul.azList li {
display:block;
float:left;
width:1.35em;
font-size:1.8em;
text-align:center;
margin:0 1px;
}
ul.azList li a{
display:block;
width:100%;
text-align:center;
text-decoration:none;
}
ul.azList li a:hover{
text-decoration:underline;
color:blue;
}
ul.azList li a.selected{
display:block;
width:100%;
text-align:center;
text-decoration:none;
margin-right:2px;
background-color:#000000;
color:#FFFFFF;
}
.AZ #sfResultsTable {
margin-top:10px;
}
.AZ #sfResultsTable td.town {
padding:20px 0 20px 0px;
}
.storePage h2{
font-size:1em;
font-weight:bold;
margin:0 0 0.5em;
}
div.storeMessage {
width:400px;
display:block;
}
div.storeMessage p {
padding:0;
margin:0 0 0.5em;
}
.mainInfo {
width:570px;
float:left;
margin-bottom:30px;
position:relative;
padding-bottom:1em;
}

.mainInfo .disclaimer {
position: absolute; 
bottom: 0pt; 
left: 0pt;
}


.googleMaps {
float:left;
width:400px;
border:1px solid #969696;
}
.storeInfo {
float:right;
width:150px;
}
.mainInfo .storeInfo h2.top {
margin:0;
}
.mainInfo .storeInfo h2 {
margin:1em 0 0 0;
font-size:1em;
font-size:1em;
}
.storeInfo p {
margin:0 0 1em 0;
padding:0px;
}
.openingHours {
border-collapse:collapse;
}
.openingHours th {
padding-right:10px;
}
.openingHours td {
text-align:right;
}
.openingHours .weekend {
padding-top:1em;
}
.accessibility {
float:right;
width:255px;
}
.storePromo {
clear:right;
float:right;
width:255px;
margin-top:20px;
margin-bottom:30px;
}
.accessibility ul {
font-size:1em;
font-weight:bold;
}
.accessibility li {
margin-top:5px;
float:left;
clear:left;
display:block;
width:255px;
font-weight:normal;
}
.accessibility li img {
float:left;
}
.accessibility li span {
display:block;
float:right;
text-align:left;
margin-bottom:5px;
width:200px;
margin-top:10px;
}
#sfResultsTable a {
text-decoration:none;
}
#sfResultsTable a:hover {
text-decoration:underline;
}
.AZ a {
text-decoration:none;
}
.AZ a span {
display:inline;
text-decoration:underline;
}

title {
text-transform:uppercase;
}











.card-dates {
	width: 810px;
	position:relative;
}
.secure3D {
	background:white;
	width: 266px;
	padding: 5px 12px 14px;
	border: 5px solid #a4a4a4;
	position:absolute;
	right:0;
	top:0;
}
.Checkout3dSec_Card{
	float:right;
}
*:first-child+html .secure3D {
	top:-84px;
}
* html .secure3D {
	top:-90px;
}
.clearfix {
	float: none;
	clear: both;
}
.card-dates .labelInputWrapper {
	width: 460px;
}
.year_style {
	width:60px!important;
	margin-left:5px!important;
}
.credit-cards-container {
	z-index:1000;
}
.card-date {
	width: 291px;
	margin-right:200px!important;
	display:inline-block;
}
.card-date p {float:right; text-align:right; padding:0 0 5px 0; margin:0;} 
.card-date select {display:inline; width:47px; margin:0;}

/* ========================================= */
/* = Purchase Summary on Confirmation Page = */
/* ========================================= */

#purchaseSummary {
	float: left;
	margin: 0 0 20px;
	width: 810px;
	border-top:1px solid #8c8c8c;
}
#purchaseSummary col {
	width:405px;
}
#purchaseSummary label {
	font-weight: bold;
}
#purchaseSummary thead input {
	margin-left: -2.8em;
	margin-right: 1.2em;
}
.thisIsIE #purchaseSummary thead td {
	position:relative;
}
.thisIsIE #purchaseSummary thead input {
	margin:0;
	position:absolute;
	left:-30px;
	top:7px;
}
#purchaseSummary tbody td {
	text-align: center;
}
#purchaseSummary td {
	padding: 10px 0;
}
#purchaseSummary th {
	font-weight: bold;
	text-transform:uppercase;
}
#purchaseSummary tfoot td {
	padding:10px 20px 0;
}
#purchaseSummary tfoot th,
#purchaseSummary tfoot td {
	font-weight:bold;
	font-size: 1.65em;
	text-align: right;
	border-top:1px solid #8c8c8c;
}
#purchaseSummary .deliveryCost td,
#purchaseSummary .deliveryCost th {
	border-bottom: 1px solid #8c8c8c;
}
#purchaseSummary .price {
	font-size: 1.25em;
	text-align: right;
	padding:10px 20px 0;
}
#purchaseSummary tbody .price {
	color: #f00;
}
#purchaseSummary .deliveryCost .price {
	color: #000;
	font-weight:bold;
}
.sertiicate {
	position:relative;
}
.sertiicate table {
	float:left;
}


/* =================================== */
/* = Final Revision Page   -   START = */
/* =================================== */
#finalRevision {
	width: 900px;
}
#finalRevision h1, #finalRevision h2 {
	text-transform: uppercase;
	float: none;
	text-align: left;
}
#finalRevision .header{
	display:block;
	width:208px;
	height:23px;
	padding:23px 0 0 0;
	font-size:1.2em;
	color:#fff;
	font-weight:bold;
	background-color:transparent;
	background-image:url('../images/h1-payment-authentication.gif');
	background-repeat:no-repeat;
	background-position: left 0px;
	overflow:hidden;
	margin-bottom:-15px;
	margin-top:15px;
}
#finalRevision h2 {
	float: none;
	text-align: left;
	font-size: 1em;
	padding: 0;
	margin: 1em 0;
	font-weight: bold;
	line-height: 1.3;
}
#finalRevision #leftColumn h2 {
	margin: 0 0 1em 0;
	font-weight: normal;
}
#finalRevision #leftColumn {
	width: 360px;
	float: left;
	margin: 0 20px 0 0;
}
#finalRevision #leftColumn h3 {
	font-weight: bold;
	margin: 0 0 -1.3em 0;
}
#finalRevision #leftColumn p {
	line-height: 1.3;
	margin: 1em 0;
}
#finalRevision #contact {
	line-height: 1;
	margin: 1em 0 0 0;
	width: 800px;
	clear: left;
}
#finalRevision #threeD_loading {
	padding: 0;
	width: 390px;
	height: 400px;
	border: 5px solid #fff;
	position:absolute;
	left:400px;
	top:200px;
	background:white url('../images/loading.gif') no-repeat 50% 20%;
}
#finalRevision #rightColumn {
	padding: 0;
	width: 390px;
	height: 400px;
	border: 5px solid #a4a4a4;
	overflow-y: auto;
}
#verisignContainer {
	margin: 1em 0;
	float: left;
	clear: left;
}
#finalRevision .ContinueShopping a {
	display:block;
	width:208px;
	height:23px;
	padding:23px 0 0 0;
	font-size:1.2em;
	color:#fff;
	font-weight:bold;
	background-color:transparent;
	background-image:url('../images/btn-back.png');
	background-repeat:no-repeat;
	background-position: left 0px;
	overflow:hidden;
}
#page_withoutIframe {
	color:#ffffff;
	background:black url('../images/preloader_b.gif') no-repeat 50% 40%;
	width: 390px;
	height: 400px;
	display:block;
	position:relative;
	top:0;
	left:0;
	float:left;
	
}
/* ================================== */
/* = Final Revision Page   -   END  = */
/* ================================== */
.addThis {
float:right;
padding: 11px 23px 0 0;
}

.filterMenu .noproducts_nojs {
	color:#ccc;
}


/* RightNow */
.infoPages .content #askiframe, .infoPages .content #askiframe {
width:515px;
border:0;
}

/* pre-order */
.preorderNote {
	display:block;
	padding:3px 5px;
	width:804px;
	background-color:#8C8C8C;
	color:#000;
	margin: 0 0 10px;
}

.preorderNote span {
	font-weight:bold;
}

.preorderOverlay {
    display: block; 
    position: absolute !important;
    top: 0px; 
    left: 0px; 
    z-index: 2; 
    width: 135px;
	height: 135px;
    overflow: hidden;
	clear: both;
}

.preorderOverlay img {
    display: block; 
    position: absolute !important;
    top: 0px; 
    left: 0px; 
    z-index: 2; 
    width: 135px;
	height: 135px;
    overflow: hidden;
	clear: both;
}

.preorderLable {
	background:none repeat scroll 0 0 #999999 !important;
	display:block;
	font-weight:bold;
	margin:3px 0;
	padding:1px 5px !important;
	text-align:center;
}
.preorderLable:before {
	content: "\005B \0020";
}

.preorderLable:after {
	content: "\0020 \005D";
}
