﻿/* Importing developer CSS  */
@import url("dm_common.css");


/* ------------------------------------------------------------------ *\
								FONTS
\* ------------------------------------------------------------------- */

@import url("//hello.myfonts.net/count/2cc084");
@font-face {font-family: 'TradeGothicLTPro-Cn18';src: url('fonts/2CC084_0_0.eot');src: url('fonts/2CC084_0_0.eot?#iefix') format('embedded-opentype'),url('fonts/2CC084_0_0.woff2') format('woff2'),url('fonts/2CC084_0_0.woff') format('woff'),url('fonts/2CC084_0_0.ttf') format('truetype'),url('fonts/2CC084_0_0.svg#wf') format('svg');}
.TradeGothicLTPro-Cn18 { font-family: TradeGothicLTPro-Cn18; }

@font-face {
	font-family:"TradeGothicW02-BoldCn20 675505";
	src:url("fonts/e4693908-7208-4b04-93c4-8d004c3b4e1f.eot?iefix") format("eot");
}
@font-face {
	font-family:"TradeGothicW02-BoldCn20 675505";
	src:url("fonts/e4693908-7208-4b04-93c4-8d004c3b4e1f.eot?iefix");
	src:url("fonts/e2fbc63c-e7b1-4828-b0b6-275131d16fd0.woff") format("woff"),
	url("fonts/805d9356-a4a5-46df-8390-957c803e33bc.ttf") format("truetype"),
	url("fonts/df0f9c50-3ce3-4b1f-8120-074ca66b83b1.svg#df0f9c50-3ce3-4b1f-8120-074ca66b83b1") format("svg");
}
.Custom-font, .panels .custom .content span {
	font-family: 'TradeGothicW02-BoldCn20 675505', Arial, Helvetica, Verdana;
	text-transform: uppercase;
	font-weight: normal;
}
.Custom-font-lowercase {
	font-family: 'TradeGothicW02-BoldCn20 675505', Arial, Helvetica, Verdana;
}

/* ------------------------------------------------------------------ *\
							GLOBAL
\* ------------------------------------------------------------------- */

body {
	background:#ffffff;
}
html {
	color: #000000;
}
a:active { outline: none;}
#wrapper {
	background: #ffffff;
}
.italic {
	font-style: italic;
}
#page {
	background-color: transparent;
}
#header input.text,#header input.qty,#header select {
	background: #ffffff;
	border: 1px solid #333333;
	color: #333333;
	width:168px;
}
#header input.text {
	-webkit-border-radius: 4px 0 0 4px;
	-moz-border-radius: 4px 0 0 4px;
	-o-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px;
	height: 13px;
	padding: 7px 5px 6px 5px;
	font-size: 100%;
}
#header input#search:focus {

}
thead th {
	background: transparent;
}
table tr td {
	padding: 0;
}
table tr td:first-child {
	border-left: none;
}
tbody tr:nth-child(2n) td,tbody tr.even td {
}
.uppercase {
	text-transform: uppercase;
}
.pad_right {
	margin-right: 10px;
}

.textBold {
	font-weight: bold;
}
.pad_none {
	margin: 0;
	padding: 0;
}
.stock_message {
	color: #007174;
	float: left;
	font-size: 0.8em;
	line-height: 1.2em;
	margin: 0;
	padding: 2px 0 0 6px;
	width: 46px;
}
a,a:visited {
	color: #444;
}
a:hover {
	color: #888888;
}
a:active {
	color: #0b777a;
}
.skiptocontent:focus {
	color: #fff;
}
.skiptonavigation:focus {
	color: #fff;
}
dl dd input[type=text],dl dd textarea,dl dd select,dl dd input[type=password] {
	margin-bottom: 10px;
	-moz-box-shadow: inset -1px -2px 4px #ddd;
	-webkit-box-shadow: inset -1px -2px 4px #ddd;
	box-shadow: inset -1px -2px 4px #ddd;
	border: 1px solid #BBBBBB;
}
.required {
	color: #ac1607;
}
form span {
	color: #AC1607;
}
form label.large_text {
	font-size: 1.2em;
}
form .instruction {
	color: #aaaaaa;
	font-weight: 0.8em;
	padding-top: 10px;
}
form#reviewForm textarea#comment {
	width: 335px;
}

a.positive:hover,a.positive:active {
	background-color: #de0073;
	text-decoration: none;
	cursor: pointer;
}
button.positive:hover,
button.positive:active, 
button.positive:focus  {
	background-color: green;
}

button.positive {
	 background-color: rgb(0, 0, 0);
     color: rgb(254, 217, 0);
}
button.positive.xl,button.neutral.xl,button.form.xl {
	font-size: 1.1em;
	height: 41px;
}
a.neutral,a.neutral:visited {
	background-image: url(../images/button/gradient-button-form.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	background-color: #909291;
	text-shadow: 0 2px 2px #474747;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #666666;
	color: #FFFFFF;
	font-size: 1.1em;
}
a.neutral:hover,a.neutral:active {
	background-color: #FED900;
	text-decoration: none;
	cursor: pointer;
}
button.form,button.neutral {
	background-image: url(../images/button/gradient-button-form.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	background-color: #666;
	text-shadow: 0 2px 2px #474747;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #666666;
	color: #FFFFFF;
	font-size: 1.1em;
}
button.form:hover,button.neutral:hover,
button.form:focus,button.neutral:focus,
button.form:active,button.neutral:active {
	background-image: url(../images/button/gradient-button-form_h.png);
	background-color: #000000;
}
input.xl {
	background-image: url(../images/button/gradient-input-xl.png);
	background-repeat: repeat-x;
	background-position: center top;
}
button.positive,button.neutral,button.form { /* IE ignores [class] */
	width: auto; /* cancel margin fix for other browsers */
	padding: 3px 8px;
	line-height: normal;
	height: 30px;
}
button.out-of-stock {
	background-image: url(../images/button/gradient-button-form.png);
	background-color: #909291;
	border: 1px solid #666666;
}
button.out-of-stock:hover {
	background-color: #909291;
}
a.positive,a.neutral,a.form { /* IE ignores [class] */
	width: auto; /* cancel margin fix for other browsers */
	padding: 2px 8px 10px 8px;
	line-height: 24px;
	display: block;
	float: left;
	height: 16px;
}
button img { /*float: left; not playing nicely with IE7, causing text to return line */
	margin-right: 5px;
	vertical-align: middle;
}
[class ^="icon-"],[class *=" icon-"] {
	display: inline-block;
	height: 20px;
	line-height: 20px;
	vertical-align: middle;
	width: 20px;
	margin: 0 5px 0 0;
	text-indent: -9000px;
	text-transform: capitalize;
}
.icon-cart {
	background: transparent url(../images/button/icon-cart-put-pink.png) no-repeat center 0px;
	height: 24px;
	width: 30px;
}
a.positive img,a.neutral img,a.form img {
	float: left; /*not playing nicely with IE7, causing text to return line */
	margin-right: 5px;
	height: 20px;
	width: 25px;
}
button.headerSearch {
	padding-left: 5px;
	padding-right: 5px;
}
button.headerSearch .search-icon {
	background: transparent url(../images/button/search-small.png) no-repeat center 0px;
	text-indent: 100px;
	display: inline-block;
	width: 19px;
	height: 20px;
	padding: 0 8px;
	overflow: hidden;
}
.store_finder #PostCode {
	width: 200px;
	height: 20px;
}
a.cartPopupYellowButton {
	cursor: pointer;
	display: inline-block;
	font-weight: bold;
	font-size: 11px;
	background: #FED900;
	color: #000000;
	border-radius: 0;
	border: none;
	text-shadow: none;
	text-align: center;
	height: auto;
	padding: 5px 14px;
	float: right;
}
.productDescriptionTitles {
	text-transform: uppercase;
	font-weight: bold;
	color: #000000;
	font-size: .8em;
}
.productDescriptionText {
	font-size:.8em;
}
a.productMoreDetails {
	background: #FED900;
	color: #000000;
	font-size: 1.1em;
	width: 168px;
	text-align: center;
	padding:1px;
	display: block;
	margin-top:2px;
}
a.productMoreDetails:hover {
	background: #000000;
	color: #FED900;
	width: 168px;
	text-align: center;
	text-decoration: none;
}
a.cartPopupYellowButton:hover,a.cartPopupYellowButton:focus,a.cartPopupYellowButton:active {
	cursor: pointer;
	display: inline-block;
	padding: 5px 25x 5px 45px;
	font-weight: bold;
	font-size: 11px;
	background: #000000;
	color: #FED900;
	border-radius: 0;
	border: none;
	text-shadow: none;
	text-decoration: none;
}
a.cartPopupGreyButton {
	background: url('../images/cartIcon23x17.png') no-repeat left;
	float: left;
	margin-left: 5px;
	padding-left: 27px;
	margin-top: 4px;
}
a.cartPopupGreyButton img {
	width: 35px;
	height: 30px;
}
button.yellowButton.left {
	float: left;
}
button.yellowButton.right {
	float: right;
}
button.yellowButton {
	cursor: pointer;
	display: inline-block;
	padding: 3px 25px 5px 20px;
	font-weight: bold;
	font-size: 1em;
	background: #FED900 url('../images/signup_button.jpg') no-repeat right;
	color: #000000;
	border-radius: 0;
	border: none;
	text-shadow: none;
	text-align: right;
	min-height: 25px;
	height: auto;
}
button.yellowButton:hover,.yellowButton:focus,.yellowButton:active {
	cursor: pointer;
	display: inline-block;
	padding: 5px 25x 5px 45px;
	font-weight: bold;
	background: #000000 url('../images/signup_button_over.jpg') no-repeat right;
	color: #FED900;
	border-radius: 0;
	border: none;
	text-shadow: none;
}
button.yellowButton[disabled=disabled], button.yellowButton:disabled {
    cursor:default;
    background:#CCC;
}
button.yellowButton[disabled=disabled]:hover, button.yellowButton:disabled:hover {
    color:#000;
}
div.alreadyProcessing {
    margin:0 60px;
    text-align:center;
    color:#FC0000;
    font-weight:bold;
    font-size:1.2em;
}
button.greyButton.left {
	float: left;
}
button.greyButton.right {
	float: right;
}
button.greyButton {
	cursor: pointer;
	display: inline-block;
	padding: 5px 45px 5px 25px;
	font-weight: bold;
	font-size: 11px;
	background: #959699 url('../images/greyButtonArrow.jpg') no-repeat left;
	color: #ffffff;
	border-radius: 0;
	border: none;
	text-shadow: none;
	text-align: right;
	min-height: 25px;
	height: auto;
}
button.greyButton:hover,.greyButton:focus,.greyButton:active {
	cursor: pointer;
	display: inline-block;
	padding: 5px 45px 5px 25px;
	font-weight: bold;
	font-size: 11px;
	background: #d6d6d6 url('../images/greyButtonArrow_over.jpg') no-repeat left;
	color: #000000;
	border-radius: 0;
	border: none;
	text-shadow: none;
}
a.yellowButton.left {
	float: left;
}
a.yellowButton.right {
	float: right;
}
a.yellowButton {
	cursor: pointer;
	display: inline-block;
	padding: 5px 16px 5px 18px;
	font-weight: bold;
	font-size: 11px;
	background: #FED900 url('../images/cartIcon23x17.png') no-repeat 8px 8px;
	color: #000000;
	border-radius: 0;
	border: none;
	text-shadow: none;
	text-align: center;
	min-height: 25px;
	height: auto;
}
a.yellowButton:hover,a.yellowButton:focus,a.yellowButton:active {
	cursor: pointer;
	display: inline-block;
	padding: 5px 16px 5px 18px;
	font-weight: bold;
	font-size: 11px;
	background: #000000 url('../images/cartIcon23x17.png') no-repeat 8px 8px;
	color: #FED900;
	border-radius: 0;
	border: none;
	text-shadow: none;
	text-decoration: none;
	text-align: center;
}
a.greyButton.left {
	float: left;
}
a.greyButton.right {
	float: right;
}
a.greyButton {
	cursor: pointer;
	display: inline-block;
	padding: 5px 8px 5px 8px;
	font-weight: bold;
	font-size: 11px;
	background: #959699;
	color: #ffffff;
	border-radius: 0;
	border: none;
	text-shadow: none;
/* 	margin-right: 52px; */
	text-align: center;
	min-height: 25px;
	height: auto;
}
a.greyButton:hover,.greyButton:focus,.greyButton:active {
	cursor: pointer;
	display: inline-block;
	padding: 5px 8x 5px 8px;
	font-weight: bold;
	font-size: 11px;
	background: #000000;
	color: #FED900;
	border-radius: 0;
	border: none;
	text-shadow: none;
	text-decoration: none;
}


/* ------------------------------------------------------------------ *\
							Tooltip
\* ------------------------------------------------------------------- */

a.tooltip {
	outline:none;
}
a.tooltip strong {
	line-height:30px;
}
a.tooltip:hover {
	text-decoration:none;
} 
a.tooltip span {
    z-index:10;
    display:none;
    padding:7px 10px;
    margin-top:-30px;
    margin-left:0;
    line-height:16px;
}
a.tooltip:hover span{
    display:inline;
    position:absolute;
    color:#111;
    border:1px solid #e2e2e2;
    background:#f0efef;
}
.callout {
	z-index:20;
	position:absolute;
	top:30px;
	border:0;
	left:-12px;
}
a.tooltip span {
}
a.tooltip span.tooltipOutOfStock {
	width: 130px;
	height: 30px;
	padding: 0;
	text-align: center;
	background: #f0efef;
	color: #000000;
	
}


/* ------------------------------------------------------------------ *\
						       Home page
\* ------------------------------------------------------------------- */


.progessBarTitle {
	color: #ffffff;
}

.homepagebanner {
	position: relative;
	width: 100%;
	margin: 0 auto;
	min-height: 420px;
	padding: 0px;
	background-color:#fff;
	*top:0px;
	margin-bottom: 5px;
}
.homepagebanner .highlight {
	background: none repeat scroll 0 0 #FFF;
}
#banner {
	clear: both; 
	position: relative; 
	z-index: 2; 
	padding-top: 0px; 
	width: 950px; 
}
#banner a:link, #banner a:visited {
	text-decoration:none; 
	outline:none; 
}
#banner a.prev, #banner a.next {
	border:none; 
}
.plain-horizon { height: 420px;}
.plain-horizon > .horizon { margin-left: -100975px; } /* 100000 + width + slide's right margin */
.plain-horizon > .horizon .wrapper > ul > li { width: 950px; }

/* -- Core structure and styling -- */

.plain-horizon { overflow: hidden; clear: both; position: relative; width: 100%; }
.plain-horizon.loading { background: url(../../common/images/colorbox/loading.gif) 50% 50% no-repeat; }
.plain-horizon ul, .plain-horizon li { list-style: none; margin: 0; padding: 0; }
.plain-horizon > .horizon { position: absolute; top: 0; left: 50%; z-index: 10; width: 200000px; height: 100%; }
.plain-horizon > .horizon .wrapper { float: left; position: relative; left: 50%; height: 100%; margin-left: -466px; }
.plain-horizon > .horizon .wrapper > ul { float: left; position: relative; height: 100%;  margin-left: 16px; }
.plain-horizon > .horizon .wrapper > ul > li { display: none; overflow: hidden; float: left; height: 100%; margin-right: 0px; opacity: 1; }
.plain-horizon > .horizon .wrapper > ul > li + li + li + li { display: none; }
.plain-horizon > .horizon .wrapper > ul > li.loaded { display: block !important; }
.plain-horizon > .horizon .wrapper > ul > li > ul { float: left; height: 100%; }
.plain-horizon > .horizon .wrapper > ul > li > ul > li { overflow: hidden; position: relative; float: left; width: 175px; margin: 0 0 15px 15px; }
.plain-horizon > .horizon .wrapper > ul > li > ul > li a, .plain-horizon > .horizon > .wrapper > ul > li > ul > li a:link, .plain-horizon > .horizon > .wrapper > ul > li > ul > li a:visited { color: #fff; text-decoration: none; }
.plain-horizon > .horizon .wrapper > ul > li > ul > li img { display: block; }
.plain-horizon > .horizon .wrapper > ul > li > ul > li .hgroup > *:first-child + * { display: none; }
.plain-horizon > .horizon .wrapper > ul > li > ul > li > a:first-child { position: relative; display: block; width: 100%; height: 132px; margin-bottom: 5px; }
.plain-horizon > .horizon .wrapper > ul > li > ul > li > a:first-child > span { display: none; }
.plain-horizon > .horizon .wrapper > ul > li > ul > li.loading > a:first-child > span { display: block; position: absolute; top: 10px; left: 10px; z-index: 21; width: 16px; height: 11px; background: url(../../common/images/colorbox/loading.gif) no-repeat; }
.plain-horizon > .horizon .wrapper > ul > li > ul > li > a:first-child > img { position: absolute; top: 0; left: 0; z-index: 10; }
.plain-horizon > .horizon .wrapper > ul > li > ul > li > a:first-child > img + img { z-index: 9; }
.plain-horizon > .horizon .wrapper > ul > li > ul > li a + .hgroup > *:first-child { margin: 0; line-height: 15px; }
.plain-horizon > .horizon .wrapper > ul > li > ul > li a + .hgroup > *:first-child > a { display: block; height: 31px; margin: 0; padding-right: 60px; background: url(../images/arrow2-rightwards-gray-bubble.png) 100% 50% no-repeat; color: #000; font-size: 11px; text-transform: uppercase; }
.plain-horizon > .horizon .wrapper > ul > li > ul > li > a.more { display: none; min-height: 24px; padding-right: 60px; background: url(../images/arrow2-rightwards-gray-bubble.png) 100% 50% no-repeat; color: #000; font-size: 11px; text-transform: uppercase; }
.plain-horizon > .horizon .wrapper > ul > li > ul > li > a.more:hover { color: #555; }
.plain-horizon > .horizon .wrapper > ul > li > ul > li:first-child { width: 580px; min-height: 350px; margin: 0; }
.plain-horizon > .horizon .wrapper > ul > li > ul > li:first-child > img { position: absolute; top: 0; left: 0; z-index: 10; }
.plain-horizon > .horizon .wrapper > ul > li > ul > li:first-child > img + img { z-index: 9; }
.plain-horizon > .horizon .wrapper > ul > li > ul > li:first-child > .entry { position: absolute; top: 50px; left: 0; right: auto; bottom: 0; z-index: 20; padding: 0 30px; }
.plain-horizon > .horizon .wrapper > ul > li > ul > li:first-child > .entry > .hgroup { display: block; width: 412px; margin: 0 0 25px -30px; padding: 15px 30px 18px; background: url(../images/trans1.png) repeat; }
.plain-horizon > .horizon .wrapper > ul > li > ul > li:first-child > .entry > .hgroup > * { display: block; font-weight: normal; }
.plain-horizon > .horizon .wrapper > ul > li > ul > li:first-child > .entry > .hgroup > *:first-child { height: auto; margin-bottom: 0; padding: 0; background: none; color: #fff; font-size: 35px; text-transform: uppercase; }
.plain-horizon > .horizon .wrapper > ul > li > ul > li:first-child > .entry > .hgroup > *:first-child + * { margin-bottom: 0; color: #555; font-size: 28px; }
.plain-horizon > .horizon .wrapper > ul > li > ul > li:first-child > .entry > a.more { position: absolute; bottom: 20px; left: 20px; float: left; padding: 5px 38px 5px 0; background: url(../images/arrow2-rightwards-white-bubble.png) 100% 50% no-repeat; font-size: 20px; font-family: Calibri, Arial, sans-serif; text-transform: lowercase; }

/* -- Forward & backward navigation -- */

.plain-horizon > ul.nav { display: none; position: relative; z-index: 30; }
.plain-horizon > ul.nav > li { position: absolute; top: 0; left: 50%; width: 785px; height: 354px; margin-left: -1280px; background: url('') 0 0 repeat-y; }
.plain-horizon > ul.nav > li + li { margin-left: 485px; background: url('') 100% 0 repeat-y; }
.plain-horizon > ul.nav > li > a { opacity:.7;display: none; position: absolute; top: 215px; left: -70px; z-index: 30; overflow: hidden; width: 60px; height: 60px; margin-top: -36px; background: #000000 url(../images/homepageGalleryNext.png) 56% 47% no-repeat; }
.plain-horizon > ul.nav > li > a.prev { left: auto; right: -80px; background: #000000 url(../images/homepageGalleryPrev.png) 45% 47% no-repeat; margin-top: -36px;}
.plain-horizon > ul.nav > li > a:hover {opacity:1;}



/* ------------------------------------------------------------------ *\
								Header
\* ------------------------------------------------------------------- */


#header .headerContent {
	z-index: 1;
	margin-top: -101px;
	margin-right: -11px;
	float: right;
	clear: both;
}
#header .headerContent .top .nav li {
	cursor: pointer;
	padding: 0px 13px;
	padding-right: 6px;
}	
#header .headerContent .top .nav li.last {
	margin-right:0;
	padding: 0;
}
#header .headerContent .top .nav li b a {
	display:block;
	padding:2px 0px;
}
#header ul.nav a {
	text-decoration: none;
}
#header ul.nav a:hover {
	color:#8c8c8c;
}
.headerContent div.top {
	padding-bottom:5px;
}
.headerContent div.bottom {
	margin-top: 1px;
}
#header .bottom ul.nav li{
	padding:20px 10px 5px 10px !important;
	margin:0px 5px !important;
}
#header .bottom ul.nav li#cart_container{
	margin-right:0px !important;
	border:5px solid #fff !important;
	border-bottom:0 !important;
	padding: 15px 5px 5px 5px !important;
}
#header ul.nav li.box_shadow{
	background-image: url('../images/gradient_grey.png');
}
#fandfcontainer a.fblink{
	background-image: url(../images/facebook-logo.png);
	background-repeat:no-repeat; 
	background-position: right center ;
	padding-right: 38px;
}
#header {
	background: #ffffff;
	width: 970px;
	height: 94px;
	padding-top: 15px;
}
#header .siteLogo div {
	position: absolute;
	padding:5px 0 0 33px;
	z-index: 999999;
	margin-top:-7px;
}
.siteLogo img{
	width: 145px;
	height: 81px;
}
#header span#Branding {
	background: url(../images/header_01.png) no-repeat scroll left bottom;
	width: 172px;
	height: 72px;
	left: 298px;
}
#header input.button,#header button.button {
	padding: 5px 7px 8px 6px;
	height: 15px;
	background: #333333;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	border-bottom-right-radius: 3px;
	width: auto;
	border: 0;
	position: absolute;
}
#header input.button span,#header button.button span {
	color: #FFF;
	font-size: 1.1em;
}
#header input.button:hover,#header button.button:hover {
	background-color: #FED900;
}
#header input.button:focus,#header button.button:focus {
	background-color: #ac005b;
}
#header ul.language li a.dropdown:hover {
	background-color: #676767;
}
#header .headerSearch {
	margin-top: 58px;
	float: right;
	margin-right: 40px;
}
#header ul.nav {
	margin: 0;
	padding: 0;
	margin-top: 7px;
}
#header ul.nav li {
	color: #FFF;
	border-left: 1px solid #e8e8e8;
}
#header ul.nav li:last-child {
	color: #FFF;
	border-left: none;
}
.logged_in {
	color: #000000;
	float: right;
	margin-top: 15px;
	margin-right: 22px;
	width: 500px;
	text-align: right;
	line-height: 1.2em;
	font-weight: bold;
	clear: both;
}
#header ul.language li a {
/* 	position: absolute; */
	text-align: right;
	width: 142px;
}
#header ul.nav li a {
	color: #000000;
	font-weight: bold;
}
#header ul.nav li a:hover {
	color: #8C8C8C;
}
#header ul.nav li a:focus {
	color: #8C8C8C;
}
#header ul.language {
	color: #FFF;
/* 	margin: 26px 0 16px; */
}
#header ul.language li img {
	position: relative;
	left: 0;
	top: 0;
}
#header ul.language li:first-child {
	border-left: 0 none;
}
#header ul.language li {
	border-left: 0;
	height: 25px;
	margin:1px 181px;
}
#header ul.language li a {
	color: #000000;
}
#header ul.language li a:hover {
	text-decoration: none;
	color: #8C8C8C;
}
#header ul.language li a.dropdown {
	background: url(../images/button/bg-gradient.png) repeat-x center top #d2d3d5;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding-right: 0;
}
a.dropdown span {
	background: url(../images/button-arrow-small.png) center center no-repeat scroll;
}
.nav_column a.dropdown span {
	background: url(../images/button-arrow-small-facet.png) center center no-repeat scroll;
}
.siteLogo {
	margin-left: -24px;
}
.logo {
	padding:10px;
}
#header .headerSearch form {
	Height:20px;
}
.imageHomepageTop {
	margin-top: 30px;
}
.homepageImages ul {
  list-style-type: none;
  margin-left:-19px;
  margin-top:-6px;
}
.homepageImages li img {
  float: left;
  width:238px;
  height: 270px;
}
.homepageImages li object {
  float: left;
  width:476px;
 height: 270px;
}
#nav_main .topfb ul {
	margin-top:0;
	margin-right:5px;
}
#nav_main .topfb ul li a{
	padding: 0;
	margin: 0;
}
#nav_main .topfb .socialMediaText a {
	color: #ffffff;
}
#nav_main .topfb .socialMediaText a:hover {
	color: #CCCECF;
}
.socialMediaFB,
.socialMediaTwitter,
.socialMediaEmail,
.socialMediaTumblr,
.socialMediaGoogleplus,
.socialMediaYoutube {
	width: 23px;
	height: 23px;
	margin-right: 6px;
	margin-top: -1px;
}
.socialMediaText a {
	text-transform: uppercase;
	color: #ffffff;
	font-size: 1.2em;
	margin-top: 0;
	   opacity: 1;
   transition: opacity .3s ease-in-out;
   -moz-transition: opacity .3s ease-in-out;
   -webkit-transition: opacity .3s ease-in-out;
}
.socialMediaText a:hover {
	opacity: .5;
}
.socialMediaFB a,
.socialMediaTwitter a,
.socialMediaEmail a,
.socialMediaTumblr a,
.socialMediaGoogleplus a,
.socialMediaYoutube a {
   opacity: 1;
   transition: opacity .3s ease-in-out;
   -moz-transition: opacity .3s ease-in-out;
   -webkit-transition: opacity .3s ease-in-out;
}
.socialMediaFB a:hover,
.socialMediaTwitter a:hover,
.socialMediaEmail a:hover,
.socialMediaTumblr a:hover,
.socialMediaGoogleplus a:hover,
.socialMediaYoutube a:hover {
	opacity: .5;
}

.backToMobileStore {
	font-size: 1.2em;
	height: 20%;
	background: #e5e5e5;
	border-bottom: 0.1em solid #000000;
}
.backToMobileStore span.greyDot {
	font-size: .9em;
	font-weight: bold;
	margin-top: 0px;
	background: #000000;
	color: #ffffff;
}
.backToMobileStore span.closeDot {
	font-size: .9em;
	font-weight: bold;
	margin-top: 0px;
	background: #000000;
}
.backToMobileStore span.closeDot a {
	color: #ffffff;
}


/* ------------------------------------------------------------------ *\
							New Header Cart
\* ------------------------------------------------------------------- */


#cart_header {
	border: 1px solid #333333;
	width: 340px;
	height: 26px;
	overflow: hidden;
	margin-top: 58px;
	margin-right: 10px;
	-webkit-border-radius: 4px 0 4px 4px;
	-moz-border-radius: 4px 0 4px 4px;
	-o-border-radius: 4px 0 4px 4px;
	border-radius: 4px 0 4px 4px;
}
#cart_header h2 {
	color: #b70062;
	font-size: 0.9em;
}
#cart_content {
	overflow: auto;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	padding: 7px 7px 0 7px;
	min-height: 42px;
}
.cart_popup .cart_modal_popup .prod_info .prod_price {
	color: #000000;
	font-size: 1em;
	display: inline-block;
	margin-right: -25px;
	right:0;
	top: 5px;
}
.cart_popup_error_msg {
    color:red;
    margin-left:10px;
}
.cart_modal_popup .cartPopupPrice {
	float: right;
	text-align: right;
	font-size: 1.1em;
	font-weight: bold;
}
.cartPopupPrice p {
	margin-right: -50px;
}
#rollover_cart_popup {
	margin-top: -3px;
	border-top: none;
}
.empty-popup-cart {
	padding: 5px 0;
	color: #000;
	font-size: 1.2em;
}
.headerCartTitle  {
	color: #333333;
	font-size: 1em;
	display: inline-block;
	float: left;
	padding: 6px;
	font-weight: bold;
	margin-left: -6px;
}
#minicart_data {
}
#minicart_data span {
	display: inline-block;
	padding: 1px;
	margin-top: 6px;
	margin-left: 4px;
	font-size: .9em;
}
#minicart_data span:first-of-type {
	border-left: 1px solid #999999;
	padding-left: 9px;
}
.minicartContent {
}
.minicartContent span {
	display: inline-block;
	padding: 1px;
	margin-top: 6px;
	margin-left: 4px;
	font-size: .9em;
}
.minicartContent span:first-of-type {
	border-left: 1px solid #999999;
	padding-left: 9px;
}
.headerCartIcon img {
	display: block;
	float: left;
	padding: 5px;
}
#cart_header dl {
	padding-top: 5px;
}
#cart_header dl dd,#cart_header dl dt {
	color: #444;
	font-size: 0.9em;
}
#cart_header ul {
	margin-top: -2px;
}
#cart_header ul li {
	float: none;
}
.cart_popup .cart_modal_popup .prod_info .prod_price {
	position: relative;
	font-weight: bold;
}

.cart_popup .cart_modal_popup .prod_quantity {
	width: 60x;
	text-align: right;
	margin-bottom: 0;
}
.cart_modal_popup .prod_quantity input[type=text] {
	width: 30px;
	text-align: center;
}
.cartProductQuantity {
	float: right;
	width: 68px;
	font-size: .9em;
}
.headerCartCheckoutButton {
	float: right;
	cursor: pointer;
	font-weight: bold;
	font-size: 1em;
	text-align: center;
	border: none;
	border-bottom: none;
	margin-top: -36px;
}
.headerCartCheckoutButton a {
	background: #FED900;
	color: #000000;
	padding: 11px;
}
.headerCartCheckoutButton a:active {
	background: #000000;
	color: #FED900;
}
.headerCartCheckoutButton a:hover {
	background: #000000;
	color: #FED900;
	text-decoration: none;
}
.headerCartCheckoutButton a:focus {
	background-color: #d0006e;
}



/* ------------------------------------------------------------------ *\
						Header Cart Slide Down
\* ------------------------------------------------------------------- */


#cart_popup {
	padding: 5px;
	top: 86px;
	margin-left: 85px;
	-webkit-transition: .4s ease-out;
}
.cartPopupQuantity {
	float: none;
}
.cart_popup {
	background: repeat-x center top #ffffff;
	border: 1px solid #000000;
	width: 330px;
	overflow: hidden;
	padding: 5px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	-o-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
}
.cart_popup .title {
	text-align: center;
	position: relative;
	padding: 6px;
}
.cart_popup .title h3 {
	color: #333333;
	font-size: 1.3em;
	float: left;
	font-weight: bold;
	padding-top: 1px;
}
.cart_popup .title h3.addToCartHeader {
	width: 100%;
}
.cart_popup .title img {
	position: absolute;
	left: 5px;
}
.cart_popup .title span {
	background: url(../images/cartIcon23x17.png) no-repeat left center transparent;
	height: 48px;
	left: 15px;
	position: absolute;
	top: 10px;
	width: 36px;
}
.cart_popup .title a.close {
	background: url(../images/button/icon-cart-modal-close.png) no-repeat left center transparent;
	width: 28px;
	height: 28px;
	position: absolute;
	right: 0;
	top: 4px;
}
.cart_popup .cart_modal_popup {
	border-bottom: 1px solid #ebecde;
	margin: 0 15px;
	padding-top: 4px;
	display: inline-block;
	width: 306px;
}
.cart_popup .cartAddedToContent {
	position: relative;
	border-bottom: none;
	margin-left: 0;
	padding-top: 4px;
	display: inline-block;
	width: 306px;
}
.links .greyButton {
	margin-left:0;
}
.cart_popup .cart_modal_popup .prod_image {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	background-color: #FFFFFF;
}
.cart_popup .cart_modal_popup img {
	min-width: 100%;
	width: 50px;
}
.cart_popup .cart_modal_popup .prod_info p {
	color: #000000;
	line-height: 1.2em;
	margin: 4px 0 -3px 0;
	font-size: .9em;
}
.cart_modal_popup:last-of-type {
	border-bottom:none;
}
.product-variant-label {
	min-width: 27px;
}
.cart_popup .cart_modal_popup .prod_info {
	float: left;
	width: 150px;
	padding-left: 0;
}
.updateRemoveArea {
    margin:0;
    padding:0;
}
.updateRemoveArea li {
    width:50px;
    margin:0 auto;
    padding-left: 14px;
}
.updateRemoveArea li.update {
	background: url(../images/update-remove-icons.gif) no-repeat 0 0;
}
.updateRemoveArea li.remove {
	background: url(../images/update-remove-icons.gif) no-repeat 0 -18px;
}
.updateRemoveArea li.update a,.updateRemoveArea li.remove a {
	margin: 0px; 
	display: block; 
	width: 100%; 
	height: 100%;
}
.cart_popup .prod_cart-total {
	background: #f4f2f2;
	border: 1px solid #e5e5e5;
	padding: 8px;
	text-align: right;
	margin-top: -5px;
	margin-left: 14px;
	font-size: .8em;
}
.cart_popup .prod_name {
	font-weight: bold;
	width: 140px;
	padding-top: 5px;
}
.cart_popup p.legend {
	margin-bottom: 0;
	margin-top: 2px;
	text-align: right;
	margin-right: 10px;
	font-size: .9em;
}
.cart_popup .cart_modal_popup .prod_price p {
	color: #000000;
	margin-right: -58px;
	font-size: 1.2em;
}
.cart_popup .cart_modal_popup .prod_info dl {
	color: #000000;
}
.cart_popup .content_slot {
	background-color: #444;
	margin: 20px 5px 10px 5px;
}
.cart_popup .links {
	margin: 10px 10px 0 10px;
}
.cart_popup .links button {
	margin-bottom: 0;
}
.cart_popup .links button img {
	display: none;
}
.cart_popup .links a.neutral {
	margin-right: 10px;
}
.cart_popup .links a.positive,.cart_popup .links a.neutral {
	width: 122px;
}
.cart_popup .links a.positive {
	float: right;
	margin-right: -34px;
}
.cartPopupTotal {
	display: inline-block;
	float: left;
	font-size: 1.5em;
	color: #000000;
	padding-right: 20px;
	text-align: right;
}
.cartPopupTotalPrice {
	display: inline-block;
	color: #000000;
	font-weight: bold;
	font-size: 1.5em;
}
.cartPopupTotalItems {
	display: inline-block;
	float: left;
	font-size: 1.1em;
	color: #000000;
	padding-right: 20px;
	font-weight: normal;
}
.cartPopupTotalQuantity{
	display: inline-block;
	color: #000000;
	font-size: 1.1em;
	font-weight: normal;
}
p.cartPopupPrice {
	font-size: 1.3em;
}
.cartPopupDelivery {
	background: #000000;
	padding: 8px;
	color: #ffffff;
	width: 289px;
	height: 20px;
	line-height: 1.6em;
	text-align: center;
	margin-left: 15px;
	margin-bottom: 12px;
}
.cartPopupDelivery a {
	color: #ffffff;
}


/* ------------------------------------------------------------------ *\
								Navigation
\* ------------------------------------------------------------------- */


#nav_main {
	background: #000;
	height: 36px;
	padding: 1px 10px 8px 10px;
	width: 930px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
}
#nav_main ul li.La {
	margin-left: 7px;
	font-size: 1.2em;
	font-family: 'TradeGothicW02-BoldCn20 675505', Arial, Helvetica, Verdana;
	text-transform:uppercase;
}
#nav_main ul li.La:hover,#nav_main ul li.La:active {
	background: #000000;
}
#nav_main ul li.La.current {
	background: #e5e5e5;
}
#nav_main ul li.La.special_offer a {
	background: url(../images/bg-gradient-nav-offers.png) top center repeat-x scroll;
	color: #000;
}
#nav_main ul li.La.special_offer a:hover {
	background: #006f73 url(../images/bg-gradient-nav-current.png) top center repeat-x scroll;
	color: #FFF;
}
#nav_main ul li.La.special_offer a:focus {
	background: #006f73 url(../images/bg-gradient-nav-current.png) top center repeat-x scroll;
	color: #FFF;
}
#nav_main ul li.La.special_offer a span:before {
	content: url(../images/icon-nav-offers.png);
}
#nav_main ul li.La.special_offer a:hover span:before {
	content: url(../images/icon-nav-offers-over.png);
}
#nav_main ul li:first-child {
	margin-left: 0;
}
#nav_main ul li img {
	padding-right: 4px;
}
#nav_main ul li a {
	color: #ffffff;
	padding: 10px 7px 10px 7px;
	text-decoration: none;
}
#nav_main ul li.La.current a {
	background: transparent url(../images/nav-active-marker.png) center bottom no-repeat scroll;

}
#nav_main ul li:first-child a {
	display: block;
	border-left: 0 none;
}
#nav_main ul li li:hover,#nav_main ul li li:active {
	background: #000000;
	color: #ffffff;
}
#nav_main ul li a:hover,#nav_main ul li a:active,#nav_main ul li a:focus {
	text-decoration: none;
	color: rgb(254, 217, 0);
}
#nav_main ul li:last-child a:hover {
}

/* Exposed Navigation **********************/

ul.Lb {
	background: #000000;
	top: auto;
	margin-top: 2.85em !important;
}
li.Lb {
	border-left: 1px solid #CCCECF;
}
li.Lb:first-child {
	border-left: 0
}
#nav_main ul li li.Lb .nav-submenu-title {
	color: #ffffff;
	border: 0;
	text-shadow: none;
	font-size: 1em;
	background: none;
	text-transform: uppercase;
}
#nav_main ul li li.Lb a {
	color: #CCCECF;
	border: 0;
	text-shadow: none;
	font-size: 1.2em;
	font-weight: bold;
	background: none;
}
#nav_main ul li li.Lb a:hover {
	color: #191919;
}
#nav_main ul li li.Lb li.Lc a {
	font-family: 'TradeGothicW02-BoldCn20 675505', Arial, Helvetica, Verdana;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 1em;
	color: #ffffff;
}
#nav_main ul li li.Lb li.Lc a:hover,#nav_main ul li li.Lb li.Lc a:focus {
	text-decoration: underline;
	color: rgb(254, 217, 0);
}



/* ------------------------------------------------------------------ *\
								Breadcrumb
\* ------------------------------------------------------------------- */


#breadcrumb {
	width: 970px;
	margin-left: 15px;
	font-size: .8em;
	margin-bottom: 9px;
}
.breadcrumb ul {
	background-color: #ffffff;
	padding: 5px 0 10px 0 !important;
}
#breadcrumb ul li a {
	color: #000000;
	font-weight: bold;
	font-size: 1em;
	text-transform: uppercase;
}
#breadcrumb ul li a:hover {
	color: #999999;
}
#breadcrumb ul li a:hover,#breadcrumb ul li a:active {
	text-decoration: none;
}
#breadcrumb ul li a:active {
	font-weight: bold;
}
#breadcrumb ul li a.active {
	color: #FFF;
}
#breadcrumb ul li.skip_category a,#breadcrumb ul li.skip_category a:visited {	
}
#breadcrumb ul li.skip_category {
	top: 10px;
	right: 10px;
}


/* ------------------------------------------------------------------ *\
								Content
\* ------------------------------------------------------------------- */


#main ul {
	display: inline;
	list-style-type: none;
	padding-right: 10px;
	width: 1230px;
   	margin-bottom: 17px;
   	font-size: 12px ;
   	text-transform: uppercase;
}
#main ul li {
	float: left;
}
body.nocrumb #content {
	background: #FFF;
}
#content {
	background: #FFF;
	width: 950px;
	padding: 0 10px 10px 10px;
}
#content div.span-24 {
	margin: 0 auto 0 auto;
	width: 970px;
	margin-bottom: 1px;
}


/* ------------------------------------------------------------------ *\
							Scroller Lightbox
\* ------------------------------------------------------------------- */


.scroller.lightbox {
	margin-bottom: 0;
}
.scroller.lightbox ul li span {
	border: 1px solid #cccecf;
	background-color: #ffffff;
}
.scroller.lightbox ul li h3 {
	font-size: 1.0em;
	font-weight: bold;
}
.scroller.lightbox .next {
	background: no-repeat center top transparent;
}
.scroller.lightbox .previous {
	background: no-repeat center bottom transparent;
}
.scroller.lightbox .next a {
	background: url(../images/icon-arrow-down-scroller.png) no-repeat center center transparent;
}
.scroller.lightbox .next a:hover,.scroller.lightbox .next a:active {
	background: url(../images/icon-arrow-down-scroller_h.png) no-repeat center center transparent;
}
.scroller.lightbox .previous a {
	background: url(../images/icon-arrow-up-scroller.png) no-repeat center center transparent;
}
.scroller.lightbox .previous a:hover,.scroller.lightbox .previous a:active {
	background: url(../images/icon-arrow-up-scroller_h.png) no-repeat center center transparent;
}
.scroller.lightbox .title-top {
	background: repeat-x left top transparent;
}
.scroller.lightboxs .title_holder h2 {
	background: repeat-x center top #2e2c2e;
	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	font-size: 1em;
	font-weight: bold;
	text-shadow: 0 2px 2px #474747;
	color: #ffffff;
}


/* ------------------------------------------------------------------ *\
							Item Container
\* ------------------------------------------------------------------- */


.item_container {
	padding: 0 20px;
}
.item_container_holder .title {
	position: absolute;
	max-width: 250px;
	top: -7px;
	left: 15px;
	margin-left: 7px;
	margin-right: 7px;
	right: 0;
	left: 0;
}
.item_container_holder .title-top {
	height: 7px;
}


/* ------------------------------------------------------------------ *\
								Promo Title
\* ------------------------------------------------------------------- */


.scroller.promo .title-top,.item_container_holder.promo .title-top {
	background: repeat-x left top transparent;
}
.span-4 .scroller.promo .title_holder h2,.span-4 .item_container_holder.promo .title_holder h2 {
	text-align: center;
}
.scroller.promo .title_holder h2,.item_container_holder.promo .title_holder h2 {
	background: url(../images/bg-tile-promo.png) repeat center center #8a6600;
	color: #2E2C2E;
	text-shadow: none;
}
.scroller.promo .title-top span,.item_container_holder.promo .title-top span {
	background: transparent no-repeat right top scroll;
}
.scroller.promo ul li,.item_container_holder.promo ul li {
	list-style-type: disc;
	color: #8a6600;
	padding-bottom: 10px;
	font-weight: bold;
}
.scroller.promo ul li p,.item_container_holder.promo ul li p {
	color: #8a6600;
	font-weight: bold;
}
.scroller.promo a,.item_container_holder.promo a {
	font-weight: normal;
	text-decoration: underline;
}
.scroller.promo span,.item_container_holder.promo span {
	display: block;
	height: 30px;
	width: 160px;
}



/* ------------------------------------------------------------------ *\
					Order Totals Positive Title
\* ------------------------------------------------------------------- */


.scroller.positive .title-top,.item_container_holder.positive .title-top {
	background: repeat-x left top transparent;
}
.scroller.positive .title_holder h2,.item_container_holder.positive .title_holder h2 {
	background: repeat-x center top #2E2C2E;
}
.scroller.positive .title-top span,.item_container_holder.positive .title-top span {
	background: transparent no-repeat right top scroll;
}


/* ------------------------------------------------------------------ *\
									Scroller
\* ------------------------------------------------------------------- */


.scroller .thumb img {
    max-height: 56px;
    min-width:100px;
}
.scroller,.item_container {
}
.scroller { /*border: 4px solid #cccecf;*/
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.scroller ul li p {
	margin: 0 0 7px 0;
}
.scroller .title {
	position: absolute;
	max-width: 250px;
	top: -11px;
	left: 15px;
	margin-left: 7px;
	margin-right: 7px;
	right: 0;
	left: 0;
}
.scroller .title-top {
	overflow: auto;
	height: 11px;
}
.scroller .title_holder,.item_container_holder .title_holder {
	margin-bottom: 20px;
}
.item_container_holder {
}
.scroller .title_holder {
	margin-bottom: 0;
}
.scroller .next {
	background: no-repeat center top transparent;
	height: 20px;
}
.scroller .previous {
	background: no-repeat center bottom transparent;
}
.scroller ul li h3 {
	font-size: 1.0em;
	line-height: 1em;
	font-weight: bold;
}
.scroller ul li a:hover h3 {
	color: #007174;
}
.scroller .title-top,.item_container_holder .title-top {
	background: repeat-x left top transparent;
}
.scroller .title_holder h1,.item_container_holder .title_holder h1,.scroller .title_holder h2,.item_container_holder .title_holder h2 {
	background: repeat-x center top #2e2c2e;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	color: #ffffff;
	padding: 12px;
}
.span-4 .scroller .title_holder h1,.span-4 .item_container_holder .title_holder h1,.span-4 .scroller .title_holder h2,.span-4 .item_container_holder .title_holder h2 {
	text-align: center;
}
.scroller .title_holder h1,.scroller .title_holder h2 {
	max-width: 100%;
	/* max width set to full for scrollers in order to take advantage of full horizontal width available, if apparel designs for item_container incorporate full width headers then add this element to class above to affect all titles*/
}
.scroller .title-top,.item_container_holder .title-top {
	background: repeat-x left top transparent;
}
.scroller ul li span {
	border: 1px solid #ffffff;
	background-color: #fff;
	width: 127px;
	margin-bottom: 5px;
	margin-top: 0;
	text-align: center;
	display:table-cell;
	vertical-align: bottom;
}
.scroller .title-top span,.item_container_holder .title-top span {
	background: no-repeat right top scroll;
}
.scroller .title-top span,.nav_column .title-top span,.item_container_holder .title-top span {
	float: right;
	height: 11px;
	width: 10px;
	overflow: hidden;
}
.scroller .title-top span,.nav_column .title-top span {
	height: 11px;
}
.item_container_holder .title-top span {
	height: 7px;
}
.scroller.horizontal,.scroller.vertical {
	margin-top: 7px;
}
.scroller.alternate_images {
	background-color: #ffffff;
	border: 2px solid #666666;
	background-image: none;
}
.scroller.alternate_images .jcarousel-skin .jcarousel-container-vertical {
	padding: 40px 20px;
}
.scroller.modal {
	background-color: #FFFFFF;
	background-image: none;
	border: 1px solid #666666;
}



/* ------------------------------------------------------------------ *\
								J Carousel
\* ------------------------------------------------------------------- */


.jcarousel-skin2 .jcarousel-item-placeholder {
	background: #fff;
	color: #000;
}
.jcarousel-skin2 .jcarousel-clip-horizontal {
	min-height: 500px;
}
.jcarousel-skin2 .jcarousel-clip-vertical {
}
#productDetailUpdateable .jcarousel-skin2 .jcarousel-clip-vertical {
}
.jcarousel-skin2 .jcarousel-item {
}
.jcarousel-skin2 .jcarousel-item-horizontal {
	margin-top: 40px;
}
.jcarousel-skin2 .jcarousel-container-horizontal {
}
.jcarousel-skin2 .jcarousel-container-vertical {
}
.homepage .jcarousel-skin2 .jcarousel-container-horizontal,.jcarousel-skin2 .jcarousel-clip-horizontal {
	width: 480px;
	position: absolute;
	left: 5px;
}
.jcarousel-skin2 .jcarousel-next-horizontal {
	background: transparent url(../images/black-arrow.png) no-repeat 0 -50px;
	position: absolute;
	top: 222px;
	right: 1px;
	width: 29px;
	height: 50px;
}
.jcarousel-skin2 .jcarousel-direction-rtl .jcarousel-next-horizontal {
	background-image: url(../images/black-arrow.png);
}
.jcarousel-skin2 .jcarousel-prev-horizontal {
	background: transparent url(../images/black-arrow.png) no-repeat 0 0;
	position: absolute;
	top: 222px;
	left: 17px;
	width: 29px;
	height: 50px;
}
.jcarousel-skin2 .jcarousel-direction-rtl .jcarousel-prev-horizontal {
}
.prod_image_main {
}
.jcarousel-skin .jcarousel-item-placeholder {
	background: #fff;
	color: #000;
}
.jcarousel-skin .jcarousel-clip-vertical {
	width: 98px;
	height: 430px;
}
.jcarousel-skin .jcarousel-item {
	width: 98px;
}
#productDetailUpdateable .jcarousel-skin .jcarousel-clip-vertical {
	height: 320px;
}
.jcarousel-skin .jcarousel-item {
	margin-right: -6px;
}
.jcarousel-skin .jcarousel-container-horizontal {
	padding: 0 40px;
	width: auto;
}
.jcarousel-skin .jcarousel-container-vertical {
	padding: 40px 26px;
}
.jcarousel-skin .jcarousel-next-horizontal {
	background: #fff url(../images/black-arrow-small-right.png) no-repeat 6px 25px;
	position: absolute;
	top: 1px;
	right: 0;
	width: 39px;
	height: 75px;
}
.jcarousel-skin .jcarousel-next-horizontal:hover {
	background: #fff url(../images/black-arrow-small-right.png) no-repeat 6px 25px;
}
.jcarousel-skin .jcarousel-prev-horizontal {
	background: #fff url(../images/black-arrow-small-left.png) no-repeat 6px 25px;
	position: absolute;
	top: 1px;
	left: 0;
	width: 40px;
	height: 75px;
}
.jcarousel-skin .jcarousel-prev-horizontal:hover {
	background: #fff url(../images/black-arrow-small-left.png) no-repeat 6px 25px;
}
.jcarousel-skin .jcarousel-next-vertical {
	background: transparent url(../images/icon-scroller-next-vertical.png) no-repeat 0 0;
	margin-bottom: 5px;
	position: absolute;
	bottom: 5px;
	left: 11px;
	width: 121px;
	height: 32px;
}
.jcarousel-skin .jcarousel-prev-vertical {
	background: transparent url(../images/icon-scroller-prev-vertical.png) no-repeat 0 0;
	position: absolute;
	top: 5px;
	left: 14px;
	width: 121px;
	height: 32px;
}


/* ------------------------------------------------------------------ *\
						     Product Page
\* ------------------------------------------------------------------- */


.reevooProductDetails {
	margin-top: 7px;
	margin-bottom: 4px;
}
.reevooProductLister:not(.dm-us) {
    margin-top: 10px;
    min-height: 32px;
    padding-left: 25px
}
.reevooProductLister.dm-us {
    position:absolute;
    top:3px;
    right:35px;
}

/* Product Details Image *****************/

.productImageContainer {
	width: 720px;
	background: #fff;
	min-height: 465px;
	overflow: hidden;
	height: 1%;
}
.prod_image_main {
	width: 466px;
	height: 420px;
	float:left;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	vertical-align: bottom;
	display: table-cell;
	position: relative;
}
.prod_image_main img {
	height: auto;
	max-width: 480px;
	max-height: 420px;
}
.prod_image_main span.details {
	background: url(../images/icon-magnify.png) no-repeat center center transparent;
}

/*********	Product page - Start   *****************/

#product-box .delivery {
    background: url("../images/delivery-icon.png") no-repeat scroll 100% 50% rgb(0, 0, 0);
    color: #ffffff;
    padding: 5px 18px 5px 5px;
    margin: 0px 0px 10px;
    margin-top: -4px;
    line-height:1.3em;
    font-size:.9em;
}
#product-box .delivery a {
    color: #ffffff;
}
#product-box .price {
    font-size: 2.2em;
    font-weight: 900;
	margin-bottom: 0;
	text-align: center;
}
#product-box .select-size-label {
    font-weight: bold;
    margin-bottom: 5px;
}
#product-box .sizeChart {
    height: 21px;
    font-weight: bold;
    font-size: 1.2em;
    margin-top: 5px;
    padding: 5px 1px 4px 0px;
    border-top: 1px dotted rgb(201, 201, 201);
    border-bottom: 1px dotted rgb(201, 201, 201);
}
.product_details_box{
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	width: 170px;
	display: inline-block;
	background: #ffffff;
	width: 170px;
	margin: 10px 0 10px 0;
	padding: 20px;
	padding-bottom: 10px;
	float: right;
	margin-right: 11px;
}
#productSocialBar ul {
    display: inside;
    margin: 0 -15px 25px -18px;
    margin-bottom: 25px;
}
#productSocialBar ul li{
	display: inline-block;
	margin: 10px 10px 0px 0px;
	background: #cccccc;
	vertical-align: top;
	height:34px;
}
#productSocialBar ul li:last-child {
	margin-right:-20px;
}
a.print-button {
	background:#cccccc url("../images/print-icon.png") no-repeat right 50%;
	display:block;
	width:202px;
	height:25px;
	text-indent:20px;
	color:#ffffff;
	padding-top:9px;
}
a.wishlist-button{
	background: #cccccc url("../images/wishlist-icon.png") no-repeat right 50%;
	display:block;
	width:202px;
	height:25px;
	text-indent:20px;
	color:#ffffff;
	padding-top:9px;
}
.print-button:hover, .wishlist-button:hover {
	background-color: rgb(241, 236, 235);
	color: #000000;
	cursor: pointer;
	text-decoration: none;
}
#size_selection ul {
	display: inside;
}

	
/*Product Details *****************/

.prod h1 {
	color: #007174;
	text-transform: uppercase;
	font-size: 1.7em;
}
.prod h2 {
	color: #000000;
	margin-bottom: 12px;
}
.prod .big-price {
	color: #000000;
	margin-bottom: 12px;
	font-size: 2em;
	line-height: 1.2;
}
.prod_review {
	margin: 10px 0;
	padding-bottom: 10px;
	border-bottom: solid 1px #ddd;
}
.prod_review a {
	font-size: 1em;
	text-decoration: underline;
}
.prod .bundle h3 {
	color: #007174;
	font-size: 1.0em;
	font-weight: bold;
}
.prod .bundle p {
	color: #007174;
}
.prod_add_to_cart label {
	width: 35px;
	padding-top: 3px;
	font-size:.9em;
}
.prod_add_to_cart input.qty {
	margin-top: 5px;
	float: left;
	margin-left: 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #e5e5e5;
	border: 1px solid #cbcbcb;
	text-align: center;
	height: 24px;
}
p.prod_review-info {
	margin: 8px 10px 0 0;
	font-size: 1em;
	padding: 0;
	clear: left;
	float: left;
}
p.prod_review-new {
	margin: 8px 0 0 0;
	font-size: 1em;
	float: left;
	padding: 0;
}
.productAddToCartDisabled {
	cursor: text;
	display: inline-block;
	padding: 9px;
	font-size: 1.6em;
	background: #e5e5e5;
	color: #000000;
	width: 170px;
	text-align: center;
	border:none;
	border-bottom: none;
	float:left;	
}
.productAddToCartEnabled  {
	cursor: pointer;
	display: block;
	padding: 9px;
	font-size: 1.6em;
	background: #FED900;
	color: #000000;
	width: 170px;
	text-align: center;
	border:none;
	border-bottom: none;
	float:left;	
}
.productAddToCartEnabled:hover {
	background-color: #000000;
	color: #FED900;	
}

/*Product Review*****************/

.prod_review ul li:first-child {
	border-right: 0;
}
.prod_review p {
	color: #007174;
	font-size: 1em;
	margin-top: 4px;
}
 
/*Stars*****************/

span.stars.large {
	background: url(../images/bg_rating_stars_lg.jpg) no-repeat scroll 0 0 transparent;
	float: left;
	width: 120px;
	margin-bottom: 0;
}
span.stars.large span {
	background: url("../images/bg_rating_stars_lg_full.jpg") no-repeat scroll 0 0 transparent;
	display: block;
	height: 27px;
}
.ui-stars-star,.ui-stars-cancel {
	cursor: pointer;
}
.ui-stars-star a,.ui-stars-cancel a {
	width: 22px;
	height: 17px;
	background: url(../images/jquery.ui.stars.gif) no-repeat 0 0;
}
.ui-stars-star a {
	background-position: 0 -34px;
}
.ui-stars-star-on a {
	background-position: 0 -51px;
}
.ui-stars-star-hover a {
	background-position: 0 -68px;
}
.ui-stars-cancel-hover a {
	background-position: 0 -17px;
}


/*Product Tabs *****************/

#prod_tabs.ui-tabs {
	position: relative;
	padding: 0;
	overflow: visible;
} /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */

#prod_tabs.ui-tabs .ui-tabs-nav {
	background: repeat-x center top transparent;
	margin: 0;
	padding: 0;
}
#prod_tabs.ui-tabs .ui-tabs-nav li {
	list-style-position: outside;
	background-color: #ffffff;
	height: 35px;
}
#prod_tabs.ui-tabs .ui-tabs-nav li h2 a {
	font-family:"TradeGothicW02-BoldCn20 675505",Arial,Helvetica,Verdana;
	font-size: 1.2em;
	text-transform: uppercase;
	display: list-item;
	padding: 10px 10px;
	line-height: normal;
	width: 122px;
	text-align: center;
}
#prod_tabs.ui-tabs .ui-tabs-nav li img {
	padding: 0 10px;
}
#prod_tabs.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
}
#prod_tabs.ui-tabs .ui-tabs-nav .ui-state-hover,#prod_tabs.ui-tabs .ui-tabs-nav .ui-state-active {
	text-decoration: none;
}
#prod_tabs.ui-tabs .ui-tabs-nav li:first-child {	
}
#prod_tabs.ui-tabs .ui-tabs-nav li {
	margin-left: 2px;
}
#prod_tabs.ui-tabs .ui-tabs-nav li:last-child {
}
#prod_tabs.ui-tabs .ui-tabs-nav li.active {
	background: repeat-x center top #FED900;
	width:200px;
}
#prod_tabs.ui-tabs .ui-tabs-nav li h2 {
	font-size: 1em;
	margin: 0;
	min-width:100px;
}
#prod_tabs.ui-tabs .ui-tabs-nav li a {
	color: #ffffff;
	background: #000000;
	height:50px;
}
#prod_tabs.ui-tabs .ui-tabs-nav li a:hover {
	text-decoration: none;
	background: #FED900;
	color: #000000;
}
#prod_tabs.ui-tabs .ui-tabs-nav li.ui-tabs-selected a {
	color: #000000;
	background: #FED900;
}
#prod_tabs.ui-tabs .ui-tabs-nav li a.tab_01 {
	list-style-image: none;
}
#prod_tabs.ui-tabs .ui-tabs-nav li a.tab_02 {
	list-style-image: none;
}
#prod_tabs.ui-tabs .ui-tabs-nav li a.tab_03 {
	list-style-image: none;
}
#prod_tabs.ui-tabs .ui-tabs-panel {
	background: #fff;
	border-bottom: 1px solid #cbcbcb;
	border-left: 1px solid #cbcbcb;
	border-right: 1px solid #cbcbcb;
	margin-left:2px;
	padding-left:16px;
}
#prod_tabs #tab-details h4,#prod_tabs #tab-details .attrib {
	color: #007174;
	font-weight: bold;
}
#prod_tabs #tab-details table tr td.attrib {
	width: 40%;
}
#prod_tabs #tab-details table {
	border: 1px solid #ddd;
}
#prod_tabs #tab-details table tr td {
	border-left-color: #ddd;
}
#prod_tabs #tab-details tbody tr:nth-child(2n) td,tbody tr.even td {
	background-color: #ddd;
}
#prod_tabs #tab-details tbody td {
	border-bottom: 0 none;
}
#prod_tabs {
	margin-top: -13px;
	margin-left:-2px;
}
.prod_content {
	padding: 20px 10px;
	margin-bottom: 15px;
	overflow: hidden;
}
.prod_content p {
	font-size: 13px;
	margin-top:14px;
}
.prod_content li {
	background: url(../images/yellowPlusIconExtraSmall.png) no-repeat left top;
	padding-left: 18px;
	width: 550px;
	margin-left: -8px;
	font-weight: bold;
	font-size: 1em;
	padding-top: 2px;
	font-weight: normal;
	margin-bottom: 6px;
    background-size: 14px 14px;
    background-position: 0 5px;
}
.prod_content li span {
	margin-top: -3px;
	display: block;
}
.prod_content .ui-widget-content li {
		border-bottom: none;
}
#tab-details h3 {
	font-family:"TradeGothicW02-BoldCn20 675505",Arial,Helvetica,Verdana;
	display: inline;
	padding: 1px 5px 1px 4px;
	margin-bottom: 2px;
	font-size: 3em;
	text-transform: uppercase;
	background-color: #000000;
	color: #ffffff;
	line-height: 1.4em;
}
.blockTextBlackBg {
	font-family:"TradeGothicW02-BoldCn20 675505",Arial,Helvetica,Verdana;
	display: inline;
	padding: 1px 5px 1px 4px;
	margin-bottom: 2px;
	text-transform: uppercase;
	background-color: #000000;
	color: #ffffff;
	line-height: 1.4em;
}

#tab-howmade h3,
#tab-fitcare h3 {
	font-size: 1em;
	text-transform: uppercase;
	text-decoration: underline;
	font-weight: bold;
}

.blackText {
	font-size: 1.2em;
	line-height: 1.3em;
	padding-top: 5px;
	display:inline-block;
	padding: 5px 5px 4px 5px;
	background-color: #000000;
	color: #ffffff;
}
.details_content tr:not(:last-child) td {
	padding: 1px 10px 1px 0;
    border-bottom: 1px dotted #c9c9c9;
}

/*Reviews*****************/

.review_detail h3,.write_review h3 {
	color: #007174;
	float: left;
	margin: 0;
	font-size: 1.2em;
	font-weight: bold;
}
ul.review_actions {
	text-align: left;
	margin: 0;
	padding: 0;
}
ul.review_actions li {
	padding-left: 15px;
}
ul.review_actions li:first-child {
	padding-left: 0;
}
.review_detail {
	border-bottom: 1px solid #c4edee;
	margin-top: 20px;
	width: 100%;
}
.review_detail span.stars {
	margin-top: 0;
}
.review_detail p.review_origins {
	font-weight: bold;
}
.write_review dl dd input {
	width: 425px;
	padding: 5px;
}
.write_review dd {
	margin-left: 0;
}
.write_review dl dd textarea {
	width: 335px;
}
.write_review label {
	padding-bottom: 0;
	font-weight: bold;
}
.write_review input.text,.write_review input.qty {
	padding-bottom: 3px;
}
.write_review dl dd textarea {
	width: 335px;
	font-family: trebuchet ms, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 105%;
}


/*Product Refine *****************/

div.quickview {
    display:none;
	background: url(../images/quickviewIconNew.png) no-repeat 0 0;
	height: 34px;
	width: 254px;
    margin-left: -20px;
	color: #000000;
	position: absolute;
	opacity:.6;
	filter:alpha(opacity=60); /* For IE8 and earlier */
}
div.quickview:hover {
    display: block;
	background: url(../images/quickviewIconNew.png) no-repeat 0 -35px;
	text-decoration: none;
	opacity:.6;
	filter:alpha(opacity=60); /* For IE8 and earlier */
}
.quickview a {
    display:block;
	-webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.quickview a:hover {
	padding-left: 10px;
}
.quickview span {
	display: inline-block;
	width: 120px;
	margin-right: 200px;
	height: 35px;
	padding-top: 5px;
	padding-left:15px;
	top: 10px;
    text-transform: none;
    font-size: 1.4em;
    color: #000000;
    text-align:right;
}
.quickview:hover span {
    color: #ffcc00;
}
.prod_refine {
	margin-top: -4px;
	width: 790px;
	margin-bottom: -2px;
	position: relative;
}
.prodRefineBottom {
	margin-left: 160px;
}
.categorySortOptions {
	margin: 0;
	margin-top: 6px;
}
.prod_refine a {
	text-decoration: underline;
}
.prod_refine a.hidden {
	color: #dbdbdb;
	text-decoration: none;
}
.prod_refine p {
	margin: 0;
	padding: 4px 10px;
	color: #000000;
	font-size: 1.2em;
}
.prod_refine label {
	padding: 7px 10px;
	float: left;
	padding-right: 6px;
}


/* Product List *****************/

.prod_list {
	border: 2px solid #cccecf;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.prod_list h2,.prod_list .price {account
	color: #007174;
	text-transform: uppercase;
	font-size: 1.6em;
}
.prod_list .cart {
	text-align: right;
}
.prod_list .cart p {
	color: #007174;
}
.yes {
	background: url(../images/icon-instock-yes.png) no-repeat left top transparent;
	color: #007174;
}
.no {
	background: url(../images/icon-instock-no.png) no-repeat left top transparent;
	color: #bc2531;
}


/* Product Grid *****************/

.prod_grid:first-child {
	margin-left:0;
}
.categorySimpleBanner {
	background: #e5e5e5;
	width: 787px;
}
.product-title {
	display: inline;
	background-color: #000000;
	font-size: 1.2em;
	text-align: left;
	color: #FFFFFF;
	padding: 2px 5px 2px 5px;
}
.prod_grid .thumb {
	display: block;
}
.prod_grid .productMainLink{
	display: block;
}
.prod_grid a:hover .thumb,
.prod_grid a:active .thumb,
.prod_grid a:focus .thumb{
	border:1px solid #333333;
}
.prod_grid a:hover .thumb img,
.prod_grid a:active .thumb img,
.prod_grid a:focus .thumb img{
	border:0;
	outline: 0;
}
.prod_grid a:hover .details,
.prod_grid a:active .details,
.prod_grid a:focus .details{
	text-decoration: underline;
}
.prod_grid .cart button {
	margin-right: 10px;
	margin-bottom: 0;
	height: 29px;
	padding: 0 4px;
	background-position: center top;
	background-color: #eee;
	background-image: none;
	border: 1px solid #ccc;
}
.prod_grid .cart button:hover {
	background-color: #ddd;
	border: 1px solid #bbb;
}
.prod_grid .cart button.out-of-stock:hover {
	background-color: #eee;
	border: 1px solid #ccc;
}
.prod_grid .cart p {
	color: #ffffff;
	min-height: 0.1em;
}
.prod_grid .thumb img {
	z-index: 1;
	margin-left: 10px;
	padding-bottom: 0;
	text-align: center;
}
.prod_grid:hover .quickview {
    display: block;
}
.span-20.last.productgridcontainer {
	margin-bottom: 10px;
}
.prodThumbSmall {
}


/* .productListImage { */
/* 	margin-left: 10px; */
/* 	/* text-align: center; */ */
/* 	padding-bottom: 0; */
/* 	margin-left: auto; */
/* 	margin-right: auto; */
/* 	position: absolute; */
/* 	/* top: 0; */ */
/* 	left: 0; */
/* /* 	bottom: 119px; */ */
/* bottom: 0; */
/* 	right: 0; */
/* } */
/* .productListImage .details { */
/* 	width: 216px; */
/* /* 	text-align: center; */ */
/* 	margin-left: auto; */
/* 	margin-right: auto; */
/* 	position: absolute; */
/* 	bottom: 0; */
/* /* 	top: 0; */ */
/* 	text-align: center; */
/* } */

/* Product Category *****************/

.prod_cat {
	height: 248px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #cccecf;
	margin-bottom: 10px;
}
.prod_cat h2 {
	font-size: 1.2em;
}
.prod_cat h2 a {
	min-height: 35px;
}
.prod_cat h2 a,.prod_cat h2 a:visited {
	text-decoration: none;
	background-image: url(../images/icon-arrow-product-category.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-color: #d0d0d0;
	color: #000000;
	padding: 5px 25px 5px 10px;
}
.prod_cat h2 a:hover {
	text-decoration: none;
	background-image: url(../images/icon-arrow-product-category_s.png);
	background-color: #333333;
	color: #FFF;
}
.prod_cat:hover {
	border: 1px solid #333333;
}
.prod_cat h2 a:active {
	text-decoration: none;
}
.prod_cat a:hover {
	text-decoration: none;
}
.prod_cat .thumb {
	text-align: center;
}
.prod_cat .thumb a {
	display: block;
}
.prod_cat p {
	color: #007174;
}
.prod_cat .details {
	min-height: 36px;
}


/* Comparision Detail Page *****************/

.prod_comp {
	overflow: hidden;
}
.remove_all {
	clear: both;
	float: left;
	width: 100%;
	padding-left: 10px;
}
.remove_all a {
	text-decoration: underline;
	display: block;
	margin-bottom: 4px;
}
.remove_all a:hover {
	text-decoration: underline;
}
.remove_all a span {
	background: url(../images/icon_prod_comp_close.png) no-repeat left center;
	width: 12px;
	height: 12px;
	display: block;
	float: left;
	padding-left: 5px;
	margin-top: 2px;
}
.remove_all a:hover span {
	background: url(../images/icon_prod_comp_close_h.png) no-repeat left center;
}
.prod_comp_tile {
	overflow: hidden;
	width: 128px;
	position: relative;
	float: left;
}
.prod_comp_tile .thumb {
	text-align: center;
	margin: 0;
	float: left;
	height: 114px;
	width: 114px;
	border: 1px solid #cccecf;
	background-color: #ffffff;
}
.prod_comp_tile:hover .thumb {
	border: 1px solid #333333;
}
.prod_comp_tile .thumb a {
	display: block;
}
.prod_comp_tile button.large {
	margin-bottom: 0;
}
.prod_comp_tile .details {
	float: left;
	padding-top: 7px;
	min-height: 36px;
	width: 116px;
}
.prod_comp_tile .thumb img {
	padding: 10px;
}
.prod_comp_tile .thumb img:hover {
	
}
.prod_comp_tile .cart {
	clear: both;
	overflow: hidden;
	padding-top: 10px;
}
.prod_comp_tile p {
	margin: 0;
}
.prod_comp_tile .cart button {
	float: left;
}
.prod_comp_tile .price {
	float: left;
}
.prod_comp_tile .cart button {
	margin-right: 10px;
}
.prod_comp_tile p {
	
}
.prod_comp_tile .cart p {
	color: #892097;
}
.prod_comp_tile .stocked {
	margin-top: 20px;
	margin-bottom: 10px;
}
.prod_comp_tile .close {
	width: 12px;
	height: 12px;
	position: absolute;
	top: 9px;
	right: 0;
	background: url(../images/icon_prod_comp_close.png) no-repeat center center;
	cursor: pointer;
}
.prod_comp_tile .close:hover {
	background: url(../images/icon_prod_comp_close_h.png) no-repeat center center;
}
.prod_attributes {
	margin-top: 20px;
}
table#product_comparision h2 {
	color: #007174;
	font-weight: bold;
	font-size: 1.1em;
	margin-left: 10px;
}
table#product_comparision tr th:first-child,table#prod_attributes tr td:first-child {
	width: 145px;
	padding-left: 0;
	padding-right: 0;
}
table#product_comparision tr th,table#prod_attributes tr td {
	width: 159px;
	padding-left: 0;
	padding-right: 0;
}
table#prod_attributes {
	border-bottom: 1px solid #333333;
	margin-bottom: 0;
}
table#prod_attributes tr td {
	border-left: 1px solid #333333;
	border-top: 0 none;
}
table#prod_attributes tr th {
	border-left: 0 none;
	color: #333333;
	font-weight: bold;
}
table#prod_attributes tr td:first-child p,table#prod_attributes tr td:first-child ul {
	padding-left: 10px;
}
table#prod_attributes tr:nth-child(even) {
	background: #C8E2DC;
}
table#prod_attributes tr:nth-child(odd) {
	background: #ffffff;
}
table#prod_attributes tr:nth-child(odd):first-child {
	background: transparent;
}
table#prod_attributes tr:first-child th {
	border-bottom: 1px solid #333333;
}
.item_container_holder.comparison_holder .item_container {
	padding-left: 0;
	padding-right: 0;
}
.item_container_holder.comparison_holder {
	border: 4px solid #2E2C2E;
}
.item_container_holder.comparison_holder .title_holder h2 {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.item_container_holder.comparison_holder .title-top {
	height: 11px;
}
.item_container_holder.comparison_holder .title-top span {
	height: 11px;
}
.item_container_holder.comparison_holder .title {
	top: -11px;
}
table#product_comparision tr td {
	border-top: 0 none;
	border-bottom: 0 none;
	border-left: 0 none;
	border-right: 0 none;
	padding-left: 10px;
	padding-right: 0;
}
table#product_comparision tr td:first-child {
	padding-left: 0;
}
table#product_comparision tr td table#prod_attributes tr td {
	border-left: 1px solid #333333;
}
table#product_comparision tr td table#prod_attributes tr th {
	border-left: 0 none;
	padding-left: 10px;
}
table#prod_attributes ul {
	margin: 0;
}
.comparison_holder_modal {
	margin: 20px;
}


/* Comparison Info Zone *****************/

.compare {
	background: #CCCECF;
}
.compare .item_container {
	margin-bottom: 0;
}


/*Comparison Info Zone Informational*****************/


.comp_info {
	background: url(../images/bg-gradient-comparison-info.png) repeat-x center top #454545;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding: 20px 12px 12px 12px;
	margin: 0 15px;
	overflow: auto;
}
.comp_info p {
	color: #ffffff;
	float: left;
	margin: 0;
	font-weight: bold;
	padding-left: 10px;
}
.comp_info span {
	background: url(../images/icon-info.png) no-repeat center center transparent;
	margin-bottom: 10px;
	float: left;
	width: 16px;
	height: 16px;
}


/*Comparison Info Zone Tile Holder*****************/

.comp_tile_holder {
	background-color: #e2e2e2;
	float: left;
	padding-left: 30px;
	position: relative;
	height: 215px;
}
.comp_tile_holder .prod_comp_tile {
	width: 155px;
	width: 148px;
}
.comp_tile_holder .prod_comp_tile .close {
	right: 20px;
}
.comp_tile_holder button {
	position: absolute;
	bottom: 10px;
	right: 10px;
	margin-bottom: 0;
}


/* Product Search *****************/

.results h1 {
	color: #333333;
	font-size: 1.6em;
	font-weight: bold;
	margin-left: 12px;
	margin-bottom: -10px;
}
.ui-menu .ui-menu-item a.ui-state-hover,.ui-menu .ui-menu-item a.ui-state-active {
	color: #007174;
}


/* Product Lightbox (Colorbox) *****************/

.zoom_lightbox {
	margin: 10px;
	overflow: hidden;
}
.xl_image {
	text-align: center;
}
#cboxClose {
	right: 8px;
	top: 8px;
}
#colorbox {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
#cboxOverlay {
	background: url(../../common/images/colorbox/overlay.png) repeat center center transparent;
}
#cboxContent {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	height:530px;
	padding-right:12px;
	padding-bottom:10px;
}
#cboxTopLeft,#cboxTopCenter,#cboxTopRight,#cboxBottomLeft,#cboxBottomCenter,#cboxBottomRight,#cboxMiddleLeft,#cboxMiddleRight {
	height: 0;
	width: 0;
	background: none;
}
div#cboxLoadedContent {
	margin-bottom: 0;
	margin-top: 11px;
}


/* Galleriffic Light Box Implementation *****************/

#galleriffic_slider div.content a,div.navigation a {
	text-decoration: none;
	color: #777;
}
#galleriffic_slider div.content a:focus,div.content a:hover,div.content a:active {
	text-decoration: none;
}
#galleriffic_slider div.loader {
	background-image: url('loader.gif');
}
#galleriffic_slider div.slideshow img {
	border: 1px solid #ccc;
}
#galleriffic_slider div.caption {
	background-color: #000;
	color: #ccc;
}
#galleriffic_slider div.caption a {
	color: #fff;
}
#galleriffic_slider div.image-title {
	font-weight: bold;
	font-size: 1.4em;
}
#galleriffic_slider ul.thumbs li.selected a.thumb {
	color: #000;
	font-weight: bold;
}
#galleriffic_slider a.thumb:focus {
	
}
#galleriffic_slider div.pagination a,div.pagination span.current,div.pagination span.ellipsis {
	border: 1px solid #ccc;
}
#galleriffic_slider div.pagination a:hover {
	background-color: #eee;
	text-decoration: none;
}
#galleriffic_slider div.pagination span.current {
	font-weight: bold;
	background-color: #000;
	border-color: #000;
	color: #fff;
}
#galleriffic_slider div.pagination span.ellipsis {
	border: none;
}
#galleriffic_slider #captionToggle a {
	background-image: url('caption.png');
}
.paginationPage {
	color: #333333;
	margin-top: 7px;
}
.prod_refine ul {
	margin-right: 5px;
}


/* Payment Details Modal *****************/

.item_container_holder.payment_details_modal .title_holder h2 {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}


/* Thumbnail Detail Banner *****************/

.thumbnail_detail .banner,.thumbnail_detail .simple_banner {
	background: url(../images/bg-gradient-category-tile.png) repeat-y right center;
	border: 1px solid #b1b3b4;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-bottom: 10px;
}
.thumbnail_detail .banner:hover,.thumbnail_detail .banner:active,.thumbnail_detail .simple_banner:hover,.thumbnail_detail .simple_banner:active {
	background: url(../images/bg-gradient-category-tile_h.png) repeat-y right center;
	text-decoration: none;
	border-color: #333333;
}
.thumbnail_detail .banner .title h2 {
	font-size: 1em;
	font-weight: bold;
	padding-bottom: 2px;
	margin-bottom: 3px;
	border-bottom: 1px solid #000000;
}
.thumbnail_detail .banner .title h2 a {
	color: #000000;
}
.thumbnail_detail .banner .title h2 a:hover {
	text-decoration: none;
	color: #000000;
}
.thumbnail_detail .banner a:hover h2,.thumbnail_detail .simple_banner a:hover h2 {
	color: #007174;
}
.thumbnail_detail .banner .details p a {
	color: #000000;
	line-height: normal;
}
.thumbnail_detail .banner .details p a:hover {
	color: #007174;
	text-decoration: none;
}
.thumbnail_detail .banner .action {
	background: url(../images/category-tile-action-mask.png);
	background-color: #b1b3b4;
	background-position: left top;
	background-repeat: no-repeat;
}
.thumbnail_detail .banner:hover .action {
	background: url(../images/category-tile-action-mask_h.png) #333333;
}


/*Small Detail Banner *****************/

.small_detail .banner,.small_detail .simple_banner {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #cccecf;
	margin-bottom: 10px;
}
.small_detail .banner:hover,.small_detail .banner:active,.small_detail .simple_banner:hover,.small_detail .simple_banner:active {
	text-decoration: none;
	border-color: #333333;
}
.small_detail .banner .title {
	background-color: #444;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	height: 42px;
	min-width: 218px;
}
.small_detail .banner:hover .title {
	background-color: #333333;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.small_detail .banner .title h2 {
	font-size: 1.2em;
	margin: 0;
	color: #fff;
}
.small_detail .banner .title h2 a,.small_detail .banner .title h2 a:visited {
	text-decoration: none;
	color: #ffffff;
}
.small_detail .banner:hover .title h2 a,.small_detail .banner:active .title h2 a {
	color: #ffffff;
}
.small_detail .banner h2 a:active {
	text-decoration: none;
}
.small_detail .banner p a {
	color: #444;
}
.small_detail .banner p a:hover {
	color: #007174;
	text-decoration: none;
}
.small_detail .banner .action {
	background: url(../images/small-detail-action-mask.png);
	background-color: #b1b3b4;
	background-position: left top;
	background-repeat: no-repeat;
}
.small_detail .banner:hover .action {
	background-color: #333333;
}


/* Slide Viewer *****************/

.slider_component {
	border: 1px solid #B1B3B4;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#homepage_slider .svw {
	background: #fff;
}
#homepage_slider.stripViewer {
	border-bottom: 5px solid #FFFFFF;
}
#homepage_slider.stripViewer ul {
	list-style-type: none;
}
#homepage_slider .tooltip {
	background: #fff;
	color: #000;
	border: 5px solid #dedede;
}
.stripTransmitter {
	background: url(../images/bg-gradient-slider.png) repeat-x center top #2E2C2E;
	width: 439px !important;
}
.stripTransmitter ul {
	list-style-type: none;
}
.stripTransmitter a {
	text-align: center;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 1.1em;
}
.stripTransmitter a:hover,a.current {
	font-weight: bold;
	font-size: 1.6em;
}
.stripTransmitter a.current {
	background: url(../images/icon-slider-arrow.png) no-repeat center top transparent;
}
.prod_grid .details {
	width: 216px;
	text-align: center;
}
.youMayLikeIt img{
	max-width: 76px;
	margin: 2px;
	padding: 5px;
	vertical-align: bottom;
}
.youMayLikeIt ul{ 
	text-align:center;
}
.youMayLikeIt li{ 
	display:inline-block;
}


/* ------------------------------------------------------------------ *\
								Cart Page
\* ------------------------------------------------------------------- */


.yourCartItemTotal {
	text-align: right;
	padding-right: 8px;
}
.textCartDeliveryCost {
	float: right;
	text-transform: uppercase;
	color: black;
	display: inline-block;
	margin-top: 12px;
	font-weight: bold;
}
div.checkoutCartUpdate {
    text-align:center;
}
div.checkoutCartUpdate a {
	background: #f6f6f6;
	border: 1px solid #eae8e8;
	text-decoration: none;
	padding: 3px 10px;
	margin:0 auto;
	font-size: .8em;
	text-transform: uppercase;
}
div.checkoutCartUpdate a:hover {
	background: #e7e7e7;
	border: 1px solid #eae8e8;
	text-decoration: none;
	color: #000000;
}
#your_cart .checkoutCartUpdate a {
	text-decoration: none;
	float:none;
}
.checkoutCartUpdate img {
	float: left;
}
#your_cart div.checkoutCartRemove {
    margin-top:5px;
}
#your_cart div.checkoutCartRemove a {
    margin-left:auto;
    margin-right:auto;
    display:block;
    font-size:.9em;
    text-decoration:none;
    width:98px;
}
#your_cart div.checkoutCartRemove a:hover {
    text-decoration:underline;
}
#your_cart div.checkoutCartRemove > a > img {
    float:left;
    margin-right:5px;
}
#header5 tbody tr td {
	background: none;
}
#your_cart p {
	color: #33CC17;
	font-weight: bold;
	font-size: .8em;
	margin-left: -2px;
}
#your_cart .product_image {
	margin: 0;
	min-height: 100px;
	margin-right: 10px;
}
#your_cart .product_details {
	border-left: 0 none;
	min-width: 100px;
	padding: 0;
}
#your_cart .product_details img {
	padding: 6px;
	width: 90px;
}
.product_details table tr td {
	padding: 0;
}
dl.order_totals dd {
	font-weight: bold;
	font-size: 1.2em;
	float: right;
}
dl.order_totals {
	float: left;
}
.checkoutCartSubtotal .order_totals {
	background: #f0efef;
	border-top: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
	padding: 8px 0;
	text-transform: uppercase;
	width: 654px;
}
.checkoutCartSubtotal .order_totals dt {
	margin-left: 287px;
}
.textFreeGreen {
	float: right;
	text-transform: uppercase;
	color: #33CC17;
	display: inline-block;
	margin-top: 12px;
	font-weight: bold;
}
.checkoutCartPromo ul {
	float: right;
	width: 353px;
	background: #f0efef;
	border-top: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
	padding: 8px 14px;
	margin-right: -24px;
	margin-top: -11px;
	padding: 8px 14px;
}
.checkoutCartPromo input[type=submit]{
	float: right;
	width: 34px;
	border: none;
	background: #000000;
	-moz-box-shadow: 1px 1px 1px #000000;
	-webkit-box-shadow: 1px 1px 1px #000000;
	-o-box-shadow: 1px 1px 1px #000000;
	box-shadow: 1px 1px 1px #000000;
	color: #ffffff;
	font-size: 1em;
	padding: 1px;
	cursor: pointer;
}
.checkoutCartPromo label {
	float: left;
	text-transform: uppercase;
	font-size: .9em;
	padding-right: 5px;
}
.checkoutCartPromo input[type=text] {
	width: 90px;
	padding: 3px;
	padding-left: 6px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: inset 0 0 5px #cccccc;
	-webkit-box-shadow: inset 0 0 5px #cccccc;
	box-shadow: inset 0 0 5px #cccccc;
	border: 1px solid #BBBBBB;
}
.countrySelect {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: inset 0 0 5px #cccccc;
	-webkit-box-shadow: inset 0 0 5px #cccccc;
	box-shadow: inset 0 0 5px #cccccc;
	border: 1px solid #BBBBBB;
	padding: 3px;
	width: 184px;
	float: right;
	margin-right: 6px;
}
.checout_loggedin .welcome {
	float: none;
	padding: 0;
}
.checout_loggedin .signout {
	float: none;
	padding: 0;
}
.checout_loggedin {
	margin-right: 38px;
	margin-top: 10px;
}
dl.order_totals dt.savings,dl.order_totals dd.savings {
	color: #8a6600;
}
.savingsHolder {
	margin-bottom: 0;
}
.savingsHolder ul {
	margin: 0;
}
.savings h3 {
	font-size: .8em;
	font-weight: bold;
	color: #000000;
	float: left;
}
.savingsDiscountHolder {
	width: 355px;
}
.savingsDiscount {
	width: 354px;
}
.savingsDiscountCode {
	float: left;
	display: block;
	color: #33CC17;
	font-size: .9em;
}
.savingsDiscountPrice {
    float: right;
	color: #33CC17;
	font-weight: bold;
	font-size: .9em;
}
.savingsDiscountRemove {
    float: right;
    margin-top: -6px;
}
.savingsDiscountRemove a {
	background: url(../images/update-remove-icons.gif) no-repeat 67px -21px;
	display: inline-block;
	width: 76px;
	height: 10px;
	font-size: .6em;
}
.savingsDiscountRemoveIcon {
	text-align: right;
	float: right;
	padding-right: 11px;
}
.savingsDiscountRemove:hover{
	color: #000000;
}
#your_cart .total.free {
	color: #8a6600;
	text-transform: uppercase;
}
td.details {
	line-height: 14px;
	padding-top: 4px;
	font-size: .8em;
}
#your_cart .quantity input.qty {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0 10px 10px 0;
	-moz-box-shadow: inset 0 0 5px #cccccc;
	-webkit-box-shadow: inset 0 0 5px #cccccc;
	box-shadow: inset 0 0 5px #cccccc;
	border: 1px solid #BBBBBB;
	text-align: center;
	margin: 10px;
}
a.promotion_link {
	float: none !important;
}
#your_cart a {
	text-decoration: underline;
}
#your_cart tbody tr {
	font-weight: bold;
}
#your_cart tbody tr:nth-child(2n) {
	background: none;
	padding-top:5px;
}
#your_cart tbody tr:nth-last-child(2) {
	font-weight: bold;
}
.checkoutDeliveryFees {
	font-weight: bold;
	text-align: right;
	padding-right:10px;
}
.checkoutDeliveryFeesLeft {
	font-weight: bold;
	text-align: left;
	padding-left: 5px;
}
.checkoutPromoDiscount {
	font-weight: bold;
	text-align: right;
	padding-right:10px;
	color: #33CC17;
}
.checkoutPromoDiscountLeft {
	font-weight: bold;
	text-align: left;
	padding-left: 5px;
	color: #33CC17;
}
#your_cart h2 a,#your_cart h2 a:visited {
	color: #019296;
	text-decoration: underline;
}
#your_cart h2 a:hover, 
#your_cart h2 a:active, 
#your_cart h2 a:focus{
	color: #B2005E;
	text-decoration: underline;
}
#your_cart h2 {
	font-size: 1em;
	overflow: visible;
	padding: 9px;
	padding-left: 5px;
	position: relative;
	margin-left: 5px;
}
#your_cart h3 {
	font-size: 1.2em;
	color: #8a6600;
	max-width: 282px;
}
.cart_total {
	padding-top: 4px;
}
#your_cart .quantity img {
	float: left;
	margin: 2px 0 0 10px;
}
#your_cart .product_details dl {
    margin: 0;
    width: 70px;
	margin-left: 10px;
}
#your_cart .product_details dl dt {
	min-width: 32px;
}
#your_cart .itemPrice,#your_cart .total {
	text-align: right;
}
.cart-promotions-potential {
	background: transparent url(../images/icon-promo-potential.png) no-repeat;
	padding: 1px 0 1px 18px;
	list-style: none !important;
}
.cart-promotions-applied {
	background: transparent url(../images/icon-promo-applied.png) no-repeat;
	padding: 1px 0 0 18px;
	list-style: none !important;
}
.cart-promotions-applied span {
	font-weight: normal;
}


/* ------------------------------------------------------------------ *\
								Order Details
\* ------------------------------------------------------------------- */

.order_total,#your_order .total,#your_order thead th {
	color: #007174;
	font-size: 1.3em;
	font-weight: bold;
}
#your_order .total.free {
	color: #8a6600;
	text-transform: uppercase;
}
#your_order td.quantity {
	min-width: 110px;
}
#your_order .quantity input.qty {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-bottom: 10px;
	-moz-box-shadow: inset 0 0 5px #cccccc;
	-webkit-box-shadow: inset 0 0 5px #cccccc;
	box-shadow: inset 0 0 5px #cccccc;
	border: 1px solid #BBBBBB;
	text-align: center;
}
#your_order a {
	text-decoration: underline;
	float: left;
}
#your_order h2 a,#your_order h2 a:visited {
	color: #019296;
	text-decoration: underline;
}
#your_order h2 {
	font-size: 1.2em;
	overflow: auto;
}
#your_order h3 {
	font-size: 1.2em;
	color: #8a6600;
	max-width: 282px;
}
.your_order {
	padding-top: 4px;
}
#your_order .product_details span {
	color: #8a6600;
}
#your_order .quantity img {
	float: left;
	margin: 4px 0 0 8px;
}
#order_history a {
	text-decoration: underline;
}


/* ------------------------------------------------------------------ *\
					Checkout Order Confirmation
\* ------------------------------------------------------------------- */

.checkoutOrderConfirmTop {
	width: 500px;
}
.checkoutOrderConfirmTop h1 {
	font-size: 2.4em;
	color: #000000;
}
.checkoutOrderConfirmTop ul {
	text-transform: none;
	font-size: 1.1em;
	font-weight: normal;
	padding-left: 0;
	color: #000000;
	float: left;
	width: 612px;
}
.checkoutOrderConfirmTop span {
	font-weight: bold;
}
.checkoutOrderConfirmTop li {
	background: url(../images/yellowPlusIconSmall.png) no-repeat;
	height: 30px;
	padding-left: 35px;
 	padding-top: 4px; 
}
.checkoutOrderIcons ul {
	float: right;
	clear: both;
	width: 68px;
	margin-top: 3px;
}
.checkoutOrderIcons li {
	float: left;
	margin: 4px;
}
.orderConfirmMainHolder thead th {
	background: #f0efef;
	border-top: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
	text-transform: uppercase;
	color: #999999;
	font-size: 1em;
	padding: 8px;
}
.orderConfirmMainHolder {
	margin-top: 52px;
}
.orderConfirmMainHolder .item_container{
 	width: 607px; 
	padding-left: 0;
	margin-left: -19px;
}
.orderConfirmMainHolder img {
	width: 90px;
	padding: 6px;
}
.orderConfirmMainHolder #header1 {
	width: 50px;
}
.orderConfirmMainHolder #header2 {
	width: 232px;
	text-align: left;
}
.orderConfirmMainHolder #header3 {
	width:85px;
}
.orderConfirmMainHolder #header4 {
	width: 56px;
}
.orderConfirmMainHolder #header5 {
	width: 62px;
}
.orderConfirmMainHolder #header6 {
	width: 62px;
}
.orderConfirmMainHolder #your_cart .itemPrice {
	padding: 6px;
	padding-top: 8px;
	text-align: left;
}
.orderConfirmMainBanner img {
	width: 310px;
	margin-top: 6px;
}
.orderConfirmMainHolder .cartMainHolder .total td {
	padding: 10px;
	text-align: right;
	
}
.orderConfirmMainHolder .addToCartHeader {
	width: 200px;
}
.orderConfirmMainHolder h2 {
	color: #000000;
	clear: both;
	margin-left: -20px;
	font-size: 1.6em;
}
.orderConfirmProd h2 {
	text-decoration: none;
	color: #333333;
	padding: 3px;
	font-size: 1em;
	width: 215px;
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom: 0;
	margin-left: 2px;
}
.orderConfirmProd dl dt {
	min-width: 30px;
}
.orderConfirmProd dl {
	margin-left: 4px;
}
.orderConfirmProd span a {
	margin-left: 6px;
	font-weight: bold;
	font-size: 1em;
	color: #000000;
}
.orderConfirmMainHolder table {
	width: 100%;
}
.orderConfirmMainHolder td {
	padding-top: 5px;
}
td.total.orderConfirmHeader6Td {
	text-align: right;
}
.orderConfirmHeader4Td {
	text-align: left;
	padding-left: 8px;	
}
.orderConfirmHeader5Td {
	text-align: left;
	padding-left: 40px;
}
.orderConfirmHeader6Td {
/* 	position: absolute; */
	float: right;
	padding-left: 6px;
	font-weight: bold;
}
.orderConfirmSubTotal {
	background: #f0efef;
	border: 1px solid #e2e2e2;
	padding: 8px 0 14px 0;
	text-transform: uppercase;
	width: 99%;
	margin-left: -19px;
}
.orderConfirmSubTotal dl.order_totals dd {
	margin-right: 10px;
}
.orderConfirmSubTotal dl.order_totals dt {
	min-width: 125px;
}
.orderConfirmSubTotal .order_totals {
	width: 340px;
	margin-left: -172px;
}
.orderConfirmTotals {
	width: 380px;
	text-align: right;
	margin-left: 186px;
}
.orderConfirmTotals .savings {
	background: #ffffff;
	border: 1px solid #e2e2e2;
	border-top: none;
	padding: 8px 0;
	width: 460px;
	margin-left: -78px;
}
.orderConfirmSavingsText {
	text-transform: uppercase;
	font-weight: bold;
	float: left;
	margin-left: 97px;
}
.orderConfirmSavingsData {
	text-transform: uppercase;
	font-weight: bold;
	margin-right: 32px;
}
.orderConfirmDeliveryText {
	text-transform: uppercase;
	font-weight: bold;
	float: left;
	margin-left: 98px;
}
.orderConfirmDeliveryData {
	text-transform: uppercase;
	font-weight: bold;
	margin-right: 32px;
	color: #33CC17;
}
.orderConfirmTotalText {
	text-transform: uppercase;
	font-weight: bold;
	float: left;
	margin-left: 96px;
}
.orderConfirmTotalData {
	text-transform: uppercase;
	font-weight: bold;
	margin-right: 32px;
}

.orderConfirmPayBox {
	width: 207px;
}
#DeliveryMethodSelect {
	margin-top: 9px;
}
.orderConfirmTotals .delivery {
	background: #ffffff;
	border: 1px solid #e2e2e2;
	border-top: none;
	padding: 8px 0;
	margin-left: -78px;
	width: 460px;
}
.orderConfirmTotals .total {
	background: #f0efef;
	border: 1px solid #e2e2e2;
	border-top: none;
	padding: 8px 0;
	font-size: 1.3em;
	margin-left: -78px;
	width: 460px;
}
.orderConfirmTotals .span-8 {
	float: right;
}
.orderConfirmTotal {
	background: #f0efef;
	border: 1px solid #e2e2e2;
	padding: 8px 0;
	text-transform: uppercase;
	height: 30px;
	width: 240px;
}
.orderConfirmDelAddress {
	min-height: 234px;
}
.orderConfirmDelMethod {
	min-height: 234px;
}
.orderConfirmPayMethod {
	margin-left: -18px;
	min-height: 143px;
	margin-top: 20px;
}
.delivery_stages h3 {
	font-size: 1.1em;
	color: #000000;
	font-weight: bold;
	margin-bottom: 3px;
}
.delivery_stages h2 {
	background: #000000;
}
.delivery_stages .item_container_holder .title_holder h2 {
	background: #000000;
	text-shadow: none;
	font-size: 1.4em;
	padding-left: 20px;
}


/* ------------------------------------------------------------------ *\
						Quickview Lightbox (Colorbox)
\* ------------------------------------------------------------------- */

#quickview_lightbox {
	width: 681px;
	margin: 30px auto 10px auto;
	overflow: hidden;
}
.productQuickViewContainer {
	background:#fff;
	min-height: 471px;
 	margin-left: 14px; 
 	margin-top: 3px;
	vertical-align: bottom;
	display: inline-block;
	min-height: 471px;
}
.productQuickViewContainer img {
	height: auto;
	max-width: 400px;
	max-height: 420px;
	position: absolute;
	bottom: 0;
	left: 10px;
	bottom: 10px;
}
.quickviewProductImage {
	width: 400px;
}


/* Long Description Modal *****************/

#colorbox.long_desc {
	border: 5px solid #333333;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.long_desc_modal_content {
	margin: 20px 40px 20px 20px;
}
#colorbox.long_desc #cboxClose {
	background: url(../images/colorbox/long_desc_close.png) no-repeat center center transparent;
	right: 20px;
	top: 10px;
}
#colorbox.long_desc #cboxClose.hover {
	background: url(../images/colorbox/long_desc_close_h.png) no-repeat center center transparent;
}


/* ------------------------------------------------------------------ *\
							Store Locator
\* ------------------------------------------------------------------- */

.store-openings td {
	padding: 1px 0 !important;
	border-bottom: 1px solid #eee !important;
}
td.weekday_openings_day {
	padding-right: 8px !important;
	font-weight: bold;
}
td.specialday_openings_date {
	padding-right: 8px !important;
	font-weight: bold;
}
.store_finder {
	width: 320px;
}
.store_map {
	width: 460px;
	height: 300px !important;
}
.store_finder .item_container_holder {
	min-height: 298px;
}
.store_map {
	margin-top: 7px;
}
table#store_locator {
	border: 1px solid #CCCECF;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	margin-top: 20px;
}
table#store_locator tr th,table#store_locator tr td {
	border-left: 1px solid #CCCECF;
}
table#store_locator tr th:first-child,table#store_locator tr td:first-child {
	border-left: 0 none;
}
table#store_locator tr th {
	padding-left: 10px;
	color: #007174;
}
table#store_locator ul {
	margin: 0;
	padding: 0;
}
table#store_locator .store_details {
	float: left;
	margin: 0 10px;
}
table#store_locator table tr td {
	margin: 0;
	padding: 0;
	border: 0 none;
}
table#store_locator h2 {
	font-size: 1em;
	margin: 0;
}
table#store_locator a {
	text-decoration: underline;
}
table#store_locator img {
	vertical-align: top;
}


/* ------------------------------------------------------------------ *\
							Payment Details
\* ------------------------------------------------------------------- */


#payment_details th,#payment_details_modal th {
	color: #007174;
	border-left: 1px solid #E7E7E7;
}
#payment_details th:first-child,#payment_details_modal th:first-child {
	border-left: 0 none;
}
.payment_details_left_col,.payment_details_right_col {
	border: 1px solid #CCCECF;
	padding: 20px 10px;
	width: 342px;
}
.payment_details_left_col h1,.payment_details_right_col h1 {
	color: #007174;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 15px;
}
span.saved_card button {
	margin-right: 10px;
}
span.saved_card p {
	padding-top: 6px;
}
.save_payment_details {
	margin-top: 30px;
}


/* Payment Details Popups *****************/

#popup_checkout_delivery_address,#popup_checkout_delivery_modes,#popup_checkout_add_edit_payment_method {
	margin-left: 10px;
	margin-right: 42px;
}
#popup_checkout_saved_payment_method {
	border: 5px solid #d6d7d9;
	width: 739px;
	margin: 50px auto 0 auto;
}


/* Payment Details Credit Card *****************/

.paymentMethod {
	border: 1px solid #cccccc;
	width: 600px;

}
.freeOrder {
    text-align: center;margin-bottom: 20px;padding:0 20px;
}
.freeOrder p {
    font-size:1.3em;
}
.paymentMethod .title_holder h2 {
	font-size: 1.4em;
}
.deliveryMethod .title_holder h2 {
	font-size: 1.4em;
}
.paymentMethodCC h3 {
	font-size: 1.4em;
	color: #000000;
}
.paymentMethodCC ul {
  overflow: auto;
  list-style-type: none;
  margin-left: -23px;
}
.paymentMethodCC {
	margin-left: 30px;
/* 	min-height: 315px; */
}
.paymentMethodCC .sopCardTypes li {
  width: 34px;
  float: left;
  margin-right: 0px;
  padding: 0 4px;
	text-align: center;
}
.paymentMethodCC li:hover {
	opacity: .6;
}
.paymentMethodCC .paymentConfRadio img {
	height: 22px;
	width: 35px;
}
.paymentMethodCC input[type=text] {
	margin-left: 28%;
	padding-left: 0.5em;
	margin-top: -20px;
}
.bankInputs ul {
    width: 385px;
}
.bankInputs ul li {
    margin-right:20px;
    float: left;
}
.bankInputs .bankRadio img {
    height: 40px;
    vertical-align:middle;
}
#card_number {
	width: 175px;
}
#card_nameOnCard {
	width: 175px;	
}
.paymentMethodCC .paymentSelectRight select {
	width: 150px;
	margin-left: 28%;
	padding-left: 3px;
	margin-top: -20px;
}
.paymentMethodCC label.error {
	background: #fff;
	padding: 2px;
	padding-left: 5px;
	display: inline-block;
/* 	width: 131px; */
/* 	float: right; */
	margin-right: 21px;
	margin-top: -25px;
	line-height: 1.1em;
	color: red;
	border:1px dotted red;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: -1px 1px 2px #999;
	-moz-box-shadow: -1px 1px 2px #999;
	box-shadow: -1px 1px 2px #999;
	font-size: .9em;
}
.paymentSelectRight .error {
	padding: 4px;
	border: 1px solid red;
	background: none;
}
.paymentMethodCC .error {
	padding: 4px;
	border: 1px solid red;
}
.paymentMethodButton {
	margin-top: 7px;
	text-transform: uppercase;
	margin-right: 15px;
}
.paymentMethodButtonDescription {
    margin: 0 18px;
    font-style: italic;
}
.paymentConfRadio {
    cursor:pointer;
}
.CVNDetails input[type=text] {
	width: 35px;
}
.cvnTip {
	display: inline-block;
	vertical-align: middle;
}

/* ------------------------------------------------------------------ *\
								3d Secure
\* ------------------------------------------------------------------- */

.payment-overlay {
	position: fixed;
	top: 0;
	left: 0;
	opacity: 0.5;
	width: 100%;
	height: 100%;
	background-image: url(../../common/images/colorbox/overlay.png);
	z-index: 9999;
}

.payment-overlay-body {
    position: fixed;
    top: 10%;
    left: 0;
    width: 100%;
    height: 200px;
    z-index: 10000;
    color: #000;
}

.payment-overlay-body h1 {
    background-color: #000;
    width: 100%;
    text-align: center;
    color : #fed900;
    line-height: 2em;
    border-top: 1px solid #fed900;
    border-bottom: 1px solid #fed900;
}

.payment-overlay-body h2 {
    width: 60%;
    text-align: center;
    padding: 2em;
    background: #fff;
    margin: 1em auto;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background-color: #fff;
}

.threeDSecureLoader img {
    margin-top:20px;
    width: 64px; /*image width */
    height: 64px; /*image height */
}

.threeDSecureLoader-caption {
    font-size: .8em;
    font-style: italic;
    color: #999;
}


/* ------------------------------------------------------------------ *\
								Messages
\* ------------------------------------------------------------------- */


/* Information Messages *****************/

.information_message p {
	font-style: italic;
	font-weight: bold;
	color: #ffffff;
	-webkit-border-top-right-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-bottomright: 8px;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
}
.information_message.positive p {
	background-color: #009264;
}
.information_message.negative p {
	background-color: #bd080f;
}
.information_message.neutral p {
	background-color: #00666a;
}
.information_message.positive p,.information_message.negative p,.information_message.neutral p {
	background-image: url(../images/bg-gradient-info-message.png);
	background-repeat: repeat-y;
	background-position: center top;
}
.information_message.positive span {
	background: url(../images/icon-info-message-positive.png) no-repeat left center transparent;
}
.information_message.negative span {
	background: url(../images/icon-info-message-negative.png) no-repeat left center transparent;
}
.information_message.neutral span {
	background: url(../images/icon-info-message-neutral.png) no-repeat left center transparent;
}


/* Confirmation Messages *****************/

.confirmation_message {
	border: 4px solid #70c30d;
}
.confirmation_message p {
	color: #70c30d;
	font-weight: bold;
}
.confirmation_message span {
	background: url(../images/icon-info-message-positive.png) no-repeat left center transparent;
}


/* Error Messages *****************/

.error_message {
	border: 4px solid #d9262a;
}
.error_message p {
	color: #d9262a;
	font-weight: bold;
}
.error_message span {
	background: url(../images/icon-info-message-negative.png) no-repeat left center transparent;
}
.error_message ul li {
	list-style-type: disc;
	color: #d9262a;
}
.form_field_error {
	background-color: #fcebeb;
	border: 1px solid #d9262a;
	width: 90%;
}

.form_field_error input {
    width: 214px !important;
}

.form_field_error p,.form_field_error .notify {
	color: #d9262a;
	padding-left: 3px;
	float: left;
	font-size: .9em;
}


/* ------------------------------------------------------------------ *\
							 Checkout
\* ------------------------------------------------------------------- */



/* Checkout Summary Flow *****************/

.checkout_summary_flow {
	height: 296px;
	padding-bottom: 20px;
}
.checkout_summary_flow dl dt label {
	font-weight: bold;
}
.checkout_summary_flow a {
	text-decoration: underline;
}
.checkout_summary_flow .item_container_holder {
	border: 0 none;
	margin-top: 0;
}
.checkout_summary_flow .item_container_holder ul {
	padding-left: 0;
	margin: 0;
}
.checkout_summary_flow .item_container_holder .title_holder h2 span {
	background: url(../images/icon-checkout-summary-flow-plus.png) no-repeat left center transparent;
	width: 25px;
	height: 22px;
	left: 9px;
	top: 11px;
}
.checkout_summary_flow .item_container_holder .title_holder {
	margin-bottom: 5px;
}
.checkout_summary_flow .item_container_holder .title_holder h2 {
	background: none repeat scroll 0 0 transparent;
	color: #555555;
	font-size: 1em;
	text-shadow: none;
	padding: 14px 0 0 29px;
}
.checkout_summary_flow .item_container_holder .title {
	width: 182px;
}
.checkout_summary_flow_b .item_container_holder {
	padding-left: 10px;
}
.checkout_summary_flow_b .item_container {
	padding-left: 60px;
}
.checkout_summary_flow_c .item_container_holder {
	padding-left: 35px;
}

.checkout_summary_flow_c .item_container {
	padding-left: 36px;
	padding-right: 0;
}
.checkout_summary_flow_a {
	background: url(../images/background-checkout-summary-box-a.png) no-repeat center center;
	width: 248px;
	height: 217px;
	top: 0;
	left: 0;
}
.checkout_summary_flow_a.complete .item_container_holder .title_holder .title .title-top {
	background: repeat-x left top transparent;
}
.checkout_summary_flow_a.complete .item_container_holder .title_holder .title .title-top span {
	background: transparent no-repeat right top scroll;
}
.checkout_summary_flow_a.complete .item_container_holder .title_holder h2,.checkout_summary_flow_b.complete .item_container_holder .title_holder h2,.checkout_summary_flow_c.complete .item_container_holder .title_holder h2
	{
	color: #d10070;
}
.checkout_summary_flow_a.complete {
	background: url(../images/background-checkout-summary-box-a-complete.png) no-repeat center center;
}
.checkout_summary_flow_b.complete {
	background: url(../images/background-checkout-summary-box-b-complete.png) no-repeat center center;
}
.checkout_summary_flow_c.complete {
	background: url(../images/background-checkout-summary-box-c-complete.png) no-repeat center center;
}
.checkout_summary_flow_a.complete .item_container_holder .title_holder h2 span,.checkout_summary_flow_b.complete .item_container_holder .title_holder h2 span,.checkout_summary_flow_c.complete .item_container_holder .title_holder h2 span
	{
	background: url(../images/icon-checkout-summary-flow-tick.png) no-repeat left center transparent;
}
.checkout_summary_flow_a.complete button.form,.checkout_summary_flow_b.complete button.form,.checkout_summary_flow_c.complete button.form {
	top: 175px;
	font-size: 1em;
	background-image: url(../images/button/gradient-button-form_h.png);
	background-color: #be82c4;
}
.checkout_summary_flow_a.complete button.form:hover,.checkout_summary_flow_b.complete button.form:hover,.checkout_summary_flow_c.complete button.form:hover,
.checkout_summary_flow_a.complete button.form:focus,.checkout_summary_flow_b.complete button.form:focus,.checkout_summary_flow_c.complete button.form:focus,
.checkout_summary_flow_a.complete button.form:active,.checkout_summary_flow_b.complete button.form:active,.checkout_summary_flow_c.complete button.form:active {
	background-image: url(../images/button/gradient-button-form.png);
	background-color: #909291;
}
.checkout_summary_flow_a button.form,.checkout_summary_flow_b button.form,.checkout_summary_flow_c button.form {
	top: 175px;
	font-size: 0.8em;
	padding-left: 2px;
	padding-right: 2px;
}
.checkout_summary_flow_a button {
	left: 15px;
}
.checkout_summary_flow_b button {
	left: 25px;
}
.checkout_summary_flow_c button {
	left: 51px;
}
.checkout_summary_flow_b {
	background: url(../images/background-checkout-summary-box-b.png) no-repeat center center;
	width: 267px;
	height: 217px;
	top: 0;
	left: 210px;
}
.checkout_summary_flow_c {
	background: url(../images/background-checkout-summary-box-c.png) no-repeat center center;
	width: 354px;
	height: 296px;
	top: 0;
	left: 436px;
}
.checkout_summary_flow a.edit_complete {
	color: #444;
}
.checkout_summary_flow a.edit_complete:hover,.checkout_summary_flow a.edit_complete:active {
	color: #d10070;
}
.checkout_summary_flow_a a.edit_complete,.checkout_summary_flow_b a.edit_complete,.checkout_summary_flow_c a.edit_complete {
	position: absolute;
	top: 181px;
	font-size: 1em;
}
.checkout_summary_flow_a a.edit_complete {
	left: 15px;
}
.checkout_summary_flow_b a.edit_complete {
	left: 25px;
}
.checkout_summary_flow_c a.edit_complete {
	left: 51px;
}
button.place-order:disabled:hover {
	background-color: #b2005e;
}
.cms_banner_slot .item_container_holder .item_container img {
	margin: 15px 0 0 4px;
}
.item_container {
	overflow: visible;
}


/* Checkout Multistep *****************/

.checkout_multi_a.complete .item_container_holder,.checkout_multi_b.complete .item_container_holder {
	border: 1px dashed #ea8ec1;
	min-height: 185px;
}
checkout_multi_a .item_container_holder {
	min-height: 250px;
}
.checkout_multi_a.complete .item_container_holder .title_holder h2,.checkout_multi_b.complete .item_container_holder .title_holder h2 {
	background: none;
	padding: 14px 0 0 29px;
	color: #D10070;
	font-size: 1em;
	text-shadow: none;
}
.title_holder h2 {
	background: none;
	padding: 14px 0 0 29px;
	color: #ffffff;
	font-size: 1em;
	text-shadow: none;
}
.checkout_multi_a.complete .item_container_holder .title-top,.checkout_multi_b.complete .item_container_holder .title-top {
	background: url("../images/item-title-top-scroller-positive.png") repeat-x scroll left top transparent;
}
.checkout_multi_a.complete .item_container_holder .existing_address,.checkout_multi_b.complete .item_container_holder .delivery_method {
		border: none;
	padding: 0;
}
.addressBoxOne .item_container_holder h2, .addressBoxTwo .item_container_holder h2 {
	background-color: #000000;
	color: #ffffff;
	padding: 7px;
	padding-left: 18px;
	font-size: 1.3em;
	font-weight: bold;
	font-style: none;
}
.addressBoxEditTitle h2 {
	color: #ffffff;
	font-size: 1.2em;
	margin:0;
}
.addressBoxEditContainer p {
	margin-top: 14px;
	font-weight: bold;
}
div.existing_address {
	border: none;
	padding: 0;
	font-style: italic;
}
.checkout_multi_b.complete .item_container_holder {
	border: 1px solid #cccccc;
	min-height: 185px;
}
.checkout_multi_a.complete .item_container_holder {
	border: 1px solid #cccccc;
	min-height: 185px;
}
.addressBoxOne h2,.addressBoxTwo h2 {
	font-style: none;
}
.addressBoxOne {
	width: 296px;
}
.addressBoxTwo {
	width: 296px;
}
.checkout_multi_b.complete .item_container_holder li:first-child {
	font-weight: bold;
	font-size: 1.2em;
}
.checkout_multi_a.complete .item_container_holder li:first-child {
	font-weight: bold;
	font-size: 1.2em;
}
.deliveryMethod {
	border: 1px solid #cccccc;
	width: 600px;
}
.paymentMethodRight {
	margin: 0;
	padding: 0;
}
.item_container_holder .paymentMethodRight img {
	margin-left: 0;
	padding: 0;
	padding-left: 17px;
}


/* Varient Options *****************/

.variant_options {
	margin-top: -2px;
}
.variant_options .colour p {
	width: 61px;
	padding-top: 5px;
	display: block;
	float: left;
	margin-right: 0;
	margin-bottom: 30px;
}
.variant_options .size label {
	width: 40px;
	padding-top: 2px;
}
.variant_options .colour ul {
	width: 263px;
}
.variant_options .colour ul li {
	width: 30px;
	height: 30px;
	border: 2px solid #cccccc;
	float: left;
	margin: 0px 10px 10px 0px;
}
.variant_options .colour ul li.selected {
	border-color: #333333;
}
.variant_options .colour ul li a {
	display: block;
}
.variant_options .swatch_colour_a {
	background-color: #d15897;
	display: block;
	height: 30px;
	width: 30px;
}
.variant_options .size {
	min-height: 61px; /* IE7 padding issue*/
}
.variant_options .size,.variant_options .colour {
	width: 310px;
	margin-bottom: 10px;
}
.variant_options .size dl {
	margin: 0;
}
.variant_options .size dl dt {
	min-width: 0;
}
.variant_options button {
	margin-top: 5px;
}
.variant_options .size a {
	padding-left: 61px;
	text-decoration: underline;
}
.variant_options .size a:before {
	content: url(../images/icon-size-guide.png);
	padding-right: 5px;
	vertical-align: -25%;
}
.productAddToCartEnabled {
	cursor: pointer;
	display: inline-block;
	padding: 9px;
	font-size: 1.6em;
	background-color: #FED900;
	color: #000000;
	width: 170px;
	text-align: center;
	border:none;
	border-bottom: none;
	float:left;	
}
.productAddToCartEnabled:hover {
	background-color: #000000;
	color: #FED900;	
}
.delivery_stages .item_container_holder .item_container {
	min-height: 112px;
}
.delivery_stages .item_container_holder {
	background-color: #ffffff;
	border: 1px solid #e2e2e2;
	margin-top: 65px;
}


/* Store Details *****************/

.store_details_left_col,.store_details_right_col {
	width: 365px;
}
.store_details_left_col img,.store_details_right_col img {
	margin-bottom: 20px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.store_details_left_col {
	float: left;
}
.store_details_right_col {
	float: right;
}
table#store_details {
	border: 1px solid #2E2C2E;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
table#store_details tr td {
	margin: 0;
	border: 0 none;
}
table#store_details ul {
	margin: 0;
	padding: 0;
}
table#store_details table {
	margin: 0;
}
table#store_details table tr td {
	margin: 0;
	padding: 0;
}
table#store_details thead th {
	padding: 10px;
}
table#store_details h1 {
	font-size: 1.1em;
	color: #007174;
	font-weight: bold;
}
.store_map_details {
	margin-bottom: 20px;
	height: 344px;
}


/* Checkout Login/ Register */

.checkoutRegisterMain p {
	font-weight: bold;
}
.checkoutLoginBox {
	width:300px;
}
.checkoutRegisterBox {
	width:300px;
	border: 1px solid #d2d1d1;
	margin-bottom: 11px;
}
.checkoutRegisterBox h2 {
	font-size: 1.4em;
	font-weight: bold;
}
.checkoutYourCartBox {
	width: 281px;
	margin-right: 55px;
}
.checkoutYourCartBox h3 {
	color: #000000;
	font-size: 1.6em;
}
.checkoutRegisterMain form dl dd input[type=text], form dl dd input[type=password], form dl dd input[type=password] {
	border-radius: 0;
}
.checkoutRegisterMain h2 {
	background: #000000;
	border-radius: 0;
}
.checkoutRegisterBox .scroller .title_holder h2, .item_container_holder .title_holder h2 {
	background: #000000;
	border-radius: 0;
}
.checkoutYourCartBox .product_details {
	width: 100px;
}
#checkout-cart-details .item_container_holder {
	width: 354px;
}
#checkout-cart-details .item_container_holder .item_container {
	padding: 0;
	width: 93%;
	float: right;
	margin-right: 5px;
	padding-right: 5px;
}
#checkout-cart-details table {
	width: 95%;
}
#checkout-cart-details table td.details {
	width: 210px;
}
tbody tr:nth-child(even) td, tbody tr.even td {
	background:#f3f2f2;
}
.checkoutHeaderContent {
	margin: 43px 12px 0 0;
	text-align: right;
}
.checkoutHeaderContent div:nth-of-type(2){
	margin-top: 14px;
	font-weight: bold;
}
.checkoutHeaderContent a {
	color: #000000;
}
.checkoutBannerRight img {
 	padding: 20px;
}
ul.checkoutCartCountry {
	float: right;
	width: 369px;
	border: 1px solid #e2e2e2;
	padding: 5px;
	margin-right: -24px;
	margin-top: -19px;
}
.checkoutCartCountry li {
	margin-left: 65px;
}
.checkoutCartCountry label {
	float: left;
	text-transform: uppercase;
	margin-left: -57px;
	padding-top: 8px;
	font-size: .9em;
}
.checkoutCartTotal .order_totals {
	width: 175px;
}
.checkoutCartTotal .item_container .order_totals {
	background: #f0efef;
	border-top: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
	padding: 8px 14px;
	width: 354px;
	float: right;
	font-size: 1.3em;
}
.totalPrice {
	overflow: hidden;
	text-align: right;
	float: right;
}
.totalText {
	overflow: hidden;
	float: left;
	text-transform: uppercase;
}
.subTotalPrice {
	margin-right: 12px;
}
ul.checkoutCartDelivery {
	float: right;
	width: 369px;
	border: 1px solid #e2e2e2;
	padding: 5px;
	margin-right: -24px;
	margin-top: -19px;
	margin-bottom: 0;
}
.checkoutCartDelivery li {
	margin-right: 7px;
}
.checkoutCartDelivery label {
	float: left;
	width: 112px;
}
#selectedDeliveryMethodCode {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: inset 0 0 5px #cccccc;
	-webkit-box-shadow: inset 0 0 5px #cccccc;
	box-shadow: inset 0 0 5px #cccccc;
	border: 1px solid #BBBBBB;
	padding: 4px;
	margin-right: -2px;
}
.cartButtonsLower {
	width: 363px;
	float: right;
	margin-bottom: 16px;
	margin-right: -3px;
}
#your_cart dl dt {
	font-weight: normal;
}
.total td {
	font-weight: bold;
}
.checkoutCartDelivery img {
	float: left;
	padding: 10px;
}


/* ------------------------------------------------------------------ *\
						Checkout Progress Indicator
\* ------------------------------------------------------------------- */

.checkoutProgress{
	float: left;
	list-style: none;
	margin-bottom: 22px;
	margin-left: 0;
	padding-right: 0;
	overflow: hidden;
}
.checkoutProgress ul {
	position: relative;
	text-align: center;
	text-transform: uppercase;
	z-index: 1;
	margin-top: 13px;
	width: 951px;
}
.checkoutProgress ul:before {
	width: 924px;
    border-top: 4px solid #fed900;
    content:"";
    margin: 0 auto;
    position: absolute;
    top: 12px; 
    left: 0; 
    right: 0; 
    bottom: 0;
    z-index: -1;
}
.checkoutProgress li {
	float: left;
	width: 170px;
	margin-right: 30px;
	margin-left: -19px;
	text-transform: uppercase;
	font-family: "TradeGothicW02-BoldCn20 675505", Arial, Helvetica, Verdana;
	font-size: 1.3em;
	padding: 2px 6px 2px 6px;
}
.checkoutProgress li:last-of-type {
	margin-right: 0;
	padding-right:0;
}
.checkoutProgress li a {
	color: #ffffff;
}
.checkoutProgress li a:hover {
	text-decoration: none;
}
.checkoutProgress li.checkoutProgressStepActive {
	background: #000000;
}
.checkoutProgress li.checkoutProgressStepActive a {
	color: #fed900;
}
.checkoutProgress li.checkoutProgressStepVisited {
	background: #000000 url(../images/yellowTick.png) no-repeat top right;
}
.checkoutProgress li.checkoutProgressStepVisited a {
	color: #fff;
}
.checkoutProgress li.checkoutProgressStepDisabled {
	background: #8b8888;
}
.checkoutProgress li.checkoutProgressStepVisited.orderConfirmation {
	position: relative;
	background: #000000 url(../images/yellowTick.png) no-repeat top right;
	color: #fed900;
}
span.greenTickCircle {
	background: url(../images/yellowTick.png);
	display: block;
	position: absolute;
	text-indent: -9999px;
	width: 26px;
	height: 25px;
	z-index: 10;
	margin-left: 155px;
	margin-top: 8px;
	list-style: none;
}


/* ------------------------------------------------------------------ *\
						Customer Account (My Account)
\* ------------------------------------------------------------------- */


.accountEditProfile {
	width: 316px;
	border: 1px solid #D2D1D1;
	margin-left: 46px;
	margin-top: 21px;
	margin-bottom: 12px;
}
.accountEditProfile .title_holder h2 {
	padding: 12px 0 12px 20px;
	font-size:1.4em;
}
.accountEditProfile select {
	width: 128px;
}
.accountEditProfile button {
	float: right;
}
.accountEditPassword {
	min-width: 264px;
	width: 264px;
	border: 1px solid #D2D1D1;
	margin-left: 46px;
	margin-top: 21px;
	margin-bottom:40px;
}
.myAccountPassword input[type=text],.myAccountPassword input[type=password] {
	width: 95%;
}
.accountEditPassword .title_holder h2 {
	padding: 12px 0 12px 20px;
	font-size: 1.4em;
}
.accountEditPassword button {
	float: right;
}
.accountEditPassword hr {
	border-bottom: 1px solid #FED900;
	background: none;
	padding-top: 3px;
	width: 243px;
}
.pstrength-minchar {
padding-top:3px;
	margin-top: -10px;
	font-size: .8em;
	font-style: italic;
}
.pstrength-info span {
	display:inline-block;
	float: left;
}
.span-4 .myAccountLeftNav {
	margin-left: 12px;
}
.span-4 .leftBanner img {
	padding: 10px;
	padding-left:0;
}
.cust_acc {
	overflow: auto;
	margin: 22px 0 0 104px;
	color: #000000;
}
.cust_acc_tile {
	float: left;
	margin-bottom: 27px;
	min-height: 100px;
	width: 50%;
}
.cust_acc_tile span {
	float: left;
	margin-right: 0;
	min-width: 80px;
}
.cust_acc_tile h2 {
	font-size: 1.4em;
	font-weight: bold;
}
.cust_acc_tile h2 a,.cust_acc_tile h2 a:visited {
	color: #000000;
	text-decoration: underline;
}
.cust_acc_tile ul li:before {
    content: '\003E';
    margin: 0 .5em;    /* any design */
}
.cust_acc_tile ul li a {
	text-decoration: none;
	color: #444444;
}
.cust_acc_tile ul li a:hover {
	color: #888888;
	text-decoration: underline;
}
.profileSaveUpdatesBut {
	margin-right: 33px;
	margin-bottom: 16px;
}


/* ------------------------------------------------------------------ *\
							Order History
\* ------------------------------------------------------------------- */

table#order_history ul.updates li {
	float: left;
	margin-left: 10px;
}

table#order_history ul.updates li:first-child {
	margin-left: 0;
}
.accountOrderHistoryContainer {
	width: 769px;
	border: 1px solid #e2e2e2;
	margin-top: 21px;
	margin-left: 20px;
	margin-bottom: 20px;
}
.accountOrderHistoryTitle {
	background: #000000;
}
.accountOrderHistoryTitle h2 {
	color: #ffffff;
	font-size: 1.5em;
	font-weight: bold;
	padding: 7px;
	padding-left: 18px;
}
.accountOrderHistoryContainer h3 {
	color: #000000;
	font-size: 1.2em;
	font-weight: bold;
	padding-left: 17px;
	margin-bottom: 32px;
}
.accountOrderHistoryContent {
	padding: 0;
}
.accountOrderHistoryContainer .prod_refine {
	margin-top: -17px;
	background: #fff;
	border-top: 1px solid #d7d4d4;
	border-bottom: 1px solid #d7d4d4;
	width: 100%;
}
.accountOrderHistoryContainer .prodRefineBottom {
	margin-left: 160px;
}
.accountOrderHistoryContainer .categorySortOptions {
	height:28px;
	border: none;
	margin:0;
}
.accountOrderHistoryContainer .prod_refine a {
	text-decoration: underline;
}
.accountOrderHistoryContainer .prod_refine a.hidden {
	color: #dbdbdb;
	text-decoration: none;
}
.accountOrderHistoryContainer .prod_refine p {
	margin: 0;
	padding: 7px 8px;
	color: #007174;
	margin-left: 6px;
}
.accountOrderHistoryContainer .prod_refine label {
	padding: 7px 10px;
	float: left;
}
.accountOrderHistoryContainer table tr td {
	border: 1px solid #e2e2e2;
	border-top: 0;
	border-right: 0;
	padding: 14px 0 1px 14px;
}
.accountOrderHistoryContainer thead th{
	border: 1px solid #e2e2e2;
	border-top: 0;
	border-right: 0;
	padding: 14px;
	font-weight: normal;
	font-size: 1.3em;
}
.accountOrderHistoryContainer thead th:first-child {
	border-left: 0;
}
.accountOrderHistoryContainer table tr td:first-child {
	border-left: 0;
}
.accountOrderHistoryContainer #sort_form1 label {
	margin-left: 69px;
}
.accountOrderHistoryContainer #sort_form2 label {
	margin-left: 162px;
}
td.orderHistoryCrossLink p a {
	background: url(../images/yellowPlusIconSmall.png) no-repeat;
	height: 30px;
	padding-left: 35px;
 	padding-top: 4px; 
}
.accountOrderHistoryContainer #order_history a {
	height: 21px;
	display: block;
}
.accountOrderHistoryContainer #sort_form2 select,.accountOrderHistoryContainer #sort_form1 select {
	height: 24px;
	margin-top: 3px;
}


/* ------------------------------------------------------------------ *\
							Footer
\* ------------------------------------------------------------------- */


#footer ul.Fa {
	display: inline;
	list-style-type: none;
	padding-right: 10px;
	width: 20%;
   	margin-bottom: 17px;
   	font-size: 12px ;
   	text-transform: uppercase;
}
#footer ul.Fa li {
	float: left;
}
#footer ul.Fb {
	min-width: 150px;
	float: left;
	margin: 0;
	text-transform: none;
}
#footer ul.Fb li {
	clear: left;
}

#footer ul.Fb div.footer-column {
    color: #000000;
    font-weight: bold;
    font-size: 1.15em;
    padding-bottom: 10px;
    text-transform:uppercase;
}
#footer_bottom ul {
	margin-left: -13px;
	margin-top: -4px;
}
#footer_bottom li {
	float: left;
	font-size: .9em;
	padding: 0px 10px 0 10px;
	border-right: 1px solid #000000;
	border-left: 1px;
	line-height: 1.2em;
	list-style-type: none;
}

#footer_bottom li:last-child {
	border-right: none;
}
#footer_bottom_payment {
    float: right;
    width: 296px;
    height: 35px;
    padding: 0px 20px 0px 0px;
    margin-top: -4px;
}
#footer_box_social {
    width: 445px;
    height: 36px;
    float: right;
    padding: 12px 0px 12px 20px;
    background-color: rgb(229, 229, 229);
}
#footer_box_signup {
    width: 425px;
    height: 30px;
    float: left;
    padding: 15px 20px;
    background-color: rgb(229, 229, 229);
    vertical-align: middle;
}
#copyright p {
	float:right;
	font-size:.9em;
}
hr.footer_gray {
	height: 2px;
	background-color: #f1f0e8;
	border: 0px;
	margin: 15px 0px 10px 0px;
	clear: both;
}
#footer {
	clear: both;
	width: 953px;
	margin-left: 9px;
	margin-top: -16px;
}
#footer ul.Fa {
	padding: 20px 17px 28px 17px;
}
#footer ul.Fb {
	float: left;
	margin-top: 25px;
	padding-right: 66px;
	margin-bottom:30px;
	margin-left:-7px;
}
#footer ul.Fb li {
	color:#000000;
	font-size:.9em;
	line-height: 1.7em;
	font-weight:bold;
}
#footer ul.Fc {
	padding: 0px;
}
#copyright {
	color: #bbb;
}
.footerBarContent {
	width: 952px;
	height: 45px;
	background: #000000;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
.footerSignupText {
	color: #ffffff;
	padding: 0 4px;
	float: left;
	font-size: 1.6em;
	margin-left: 10px;
}
.footerFollowText {
	float: right;
	color: #ffffff;
	margin-top: 7px;
	font-size: 1.5em;
}
.newsletterSignupHolder {
	height: 611px;	
	z-index:11;
}
.newsletterSignupHolder iframe {
	height: 575px;
	width: 970px;
	margin-left: 5px;
	margin-top:0;
}
.newsletterSignupHolder h5 {
	margin-left: 26px;
	margin-top: 20px;
}
input.newsletterSignupInput {
    height: 28px;
    margin: 0 0 0 10px;
    padding: 0 4px;
}
.newsletterSignupButton {
    float:right;
    margin:0; padding:0;
    border: none;
    background:#fed900;
}
.newsletterSignupButton img {
    margin:0;
}
a.newsletterSignupButton:hover {
    border: none;
}
.newsletterButton {
	width: 62px;
	height: 59px;
	padding: 0px;
	border: 0px;
	cursor: pointer;
	float: right;
	margin-top: -13px;
	position:relative;
	-webkit-transition: .4s ease-in-out;
	-moz-transition: .4s ease-in-out;
	-o-transition: .4s ease-in-out;
	-ms-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
}
.newsletterButton:hover{
	width: 62px;
	height: 59px;
	-webkit-transform: rotate(78deg);
	-moz-transform: rotate(78deg);
	-ms-transform: rotate(78deg);
	transform: rotate(78deg);
}
.socialNetworking {
	float:right;
    margin-top: 3px;
    margin-left: 13px;
    margin-right: 13px;
}
.socialNetworking img {
	margin-right: 2px;
}
#productSocialBar {
	margin-bottom: 20px;
}


/*Layout Sections*****************/

.cms_banner_slot .item_container_holder .item_container .simple_banner {
	clear: right;
	display: inline;
}
.chooseDeliveryBannerRight {
	margin-top: 10px;
	margin-right: -16px;
	float: right;
}
.choosePaymentBannerRight {
	margin-right: 10px;
	float: right;	
}
.orderConfirmMainBanner {
	margin-top: 10px;
	float: right;	
}
.loginCheckoutBannerRight {
	margin-top: 10px;
	float: right;
	clear: right;
}
.cms_banner_slot .banner,.cms_banner_slot .simple_banner {
	border: 1px solid #fff;
	margin-bottom: 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-right: 150px;
}
#rightside .simple_banner img {
	margin-left: 20px;
}
.span-4.section4 .cms_banner_slot .banner:first-child,.span-4.section4 .cms_banner_slot .simple_banner:first-child {
	margin-top: 30px;
}
.span-24.section1 div {
	margin-top: 10px;
}
.section1.cms_banner_slot .banner .title,.section1.cms_banner_slot .banner .details,.section1.cms_banner_slot .banner .action,
.section2.cms_banner_slot .banner .title,.section2.cms_banner_slot .banner .details,.section2.cms_banner_slot .banner .action,
.zone_a.cms_banner_slot .banner .title,.zone_a.cms_banner_slot .banner .details,.zone_a.cms_banner_slot .banner .action,
.zone_b.cms_banner_slot .banner .title,.zone_b.cms_banner_slot .banner .details,.zone_b.cms_banner_slot .banner .action,
.zone_c.cms_banner_slot .banner .title,.zone_c.cms_banner_slot .banner .details,.zone_c.cms_banner_slot .banner .action,
.section4.cms_banner_slot .banner .title,.section4.cms_banner_slot .banner .details,.section4.cms_banner_slot .banner .action,
.section5.cms_banner_slot .banner .title,.section5.cms_banner_slot .banner .details,.section5.cms_banner_slot .banner .action,
.left-content-slot.cms_banner_slot .banner .title,.left-content-slot.cms_banner_slot .banner .details,.left-content-slot.cms_banner_slot .banner .action,
.top-content-slot.cms_banner_slot .banner .title,.top-content-slot.cms_banner_slot .banner .details,.top-content-slot.cms_banner_slot .banner .action,
.wide-content-slot.cms_banner_slot .banner .title,.wide-content-slot.cms_banner_slot .banner .details,.wide-content-slot.cms_banner_slot .banner .action,
.narrow-content-slot.cms_banner_slot .banner .title,.narrow-content-slot.cms_banner_slot .banner .details,.narrow-content-slot.cms_banner_slot .banner .action {
	display: none;
}
div.dynamic_banner {
    position: relative;
}
div.dynamic_banner .title {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    display: block;
}
div.dynamic_banner .thumb {
    margin: 10px 0px 7px;
    overflow: hidden;
}
div.dynamic_banner .details {
    left: 10px;
    margin: 7px 0 10px;
    position: absolute;
    top: 35px;
    max-width: 515px;
}
div.dynamic_banner .title h2 {
    background-color: rgba(0, 112, 117, 0.7);
    color: #FFFFFF;
    margin: 0;
    padding: 6px 10px 10px;
    text-shadow: none;
    height: 18px;
    font-size: 17px;
    display: block;
}
div.dynamic_banner .details p {
    color: #fff;
    font-size: 12px;
    font-weight: normal;
}
#footer_signup_header {
	font-size: 1.5em;
	margin-top: 7px;
}
.list_countries{
	border-bottom:1px solid #ccc;
}


/* size guide */

.sizecontainer {
	width:710px;
	background-color:#FFF;
}
.cs-pagetitle {
	width:710px;
	padding:15px 0px 15px 0px;
	margin:auto;
	text-align:center;
}
.cs-navholder {
	width:300px;
	margin:auto;
	text-align:center;
}
.cs-navbuttons {
	width:100px;
	padding-top:7px;
	height:39px;
	background-image:url(../images/colorbox/yellow-tab.jpg);
	text-align:center;
	float:left;
}
.cs-navbuttons-off {
	width:100px;
	padding-top:7px;
	height:39px;
	text-align:center;
	float:left;
}
.cs-titles {
	width:710px;
	padding-top:15px;
	margin:auto;
	text-align:center;
}
.cs-yellowbox {
	width:95%;
	padding:30px 0px 35px 0px;
	background-color:#FDD900;
	margin:auto;
	text-align:center;
	margin-bottom:30px;
	margin-top:30px;

}
.cs-horzbar {
	width:94%;
	margin:auto;
	height:15px;
	background-image:url(../images/sc-hb-tile.jpg);
}
table.cs-gridtable {
	width:95%;
	margin:auto;
	font-family: verdana,arial,sans-serif;
	font-size:11px;
	color:#333333;
	border-width: 3px;
	border-color: #FFF;
	border-collapse: collapse;
}
table.cs-gridtable th {
	border-width:3px;
	border-color: #FFF;
	padding: 8px;
	border-style: solid;
	background-color: #F0F0E8;
	text-align:left;
	width:80px;
}
table.cs-gridtable td {
	border-width: 3px;
	padding: 8px;
	border-style: solid;
	border-color: #FFF;
	background-color: #F0F0E8;
	text-align:center;
}
.sg-screenblanket{position:fixed;top:0;left:0;width:100%;height:100%;background:#000;display:none;z-index:99999;}
.sizeguide-overlay{width:917px;background:#fff url(../../common/images/colorbox/sizeguide-head.png) 50% 0 no-repeat;border:4px solid #f0f0e8;
position:absolute;left:50%;top:100px;margin-left:-458px;z-index:999999;box-shadow:0 0 20px #222;display:none;}
.sizeguide-header{text-align:center;height:105px;margin-top:-20px;}
.sizeguide-header strong{display:block;margin-top:10px;text-transform:uppercase;font-family:"TradeGothicW02-BoldCn20 675505",Arial,Helvetica,Verdana;font-size:2.5em;}
.sizeguide-nav{}
.sizeguide-nav a{outline:none;width:100px;text-align:center;display:inline-block;padding-bottom:10px;background:transparent;text-transform:uppercase;font-family:"TradeGothicW02-BoldCn20 675505",Arial,Helvetica,Verdana;font-size:2em;color:#777;text-decoration:none !important;}
.sizeguide-nav a.sizeguide-nav-selected{background:transparent url(../../common/images/colorbox/yellow-tab.jpg) 50% 100% no-repeat;color:#000;}
.sizeguide-table{margin:30px auto 0 auto;width:92%;border-spacing:3px;}
.sizeguide-table thead th{text-transform:uppercase;font-family:"TradeGothicW02-BoldCn20 675505",Arial,Helvetica,Verdana;font-size:2em;text-align:center;border-bottom:2px solid #fed900;}
.sizeguide-table tbody td, .sizeguide-table tbody th{background-color:#f0f0e8 !important;vertical-align:middle;padding: 5px;}
.sizeguide-table tbody td{text-align:center;}
.sizeguide-table tbody th{width:165px;}
.sizeguide-table-small{width:370px;}
.sizeguide-footer{background-color:#fed900;padding:30px 0 20px 0;text-align:center;margin:20px;}
.sizeguide-footer h3{font-family:"TradeGothicW02-BoldCn20 675505",Arial,Helvetica,Verdana;font-size:3em;margin:0 0 30px 0;color:#000000;}
.sizeguide-footer h4{font-family:"TradeGothicW02-BoldCn20 675505",Arial,Helvetica,Verdana;font-size:2.6em;margin:20px 0 0 0;color:#000000;}
.sizeguide-footer p{margin:0;}
.sizeguide-close{position:absolute;top:5px;right:5px;width:55px;height:19px;overflow:hidden;text-indent:-1000em;background:transparent url(../images/sizeguide-close.png) 0 0 no-repeat;}
.sizeguide-tab{margin:30px auto;width:auto;display:none;}
.sizeguide-tab-selected{display:block;}


/* end size guide */

.productLayoutHolder {
	width: 720px;
}
.productSummary h1 {
	font-size: 2.3em;
	line-height:1em;
	padding: 3px;
	background: #000000;
	color: #ffffff;
	margin:0;
}
.productSummary a:hover {
	text-decoration: none;
}
.productDescription {
	padding: 2px 0 0 0;
	line-height: 13px;
	color: #333333;
	margin-bottom:0;
}
.youMayLike {
	background: #fff;
	width:220px;
}
.youMayLike h2 {
	text-align: center;
	padding: 10px;
	color: #000000;
	font-size: 2em;
	margin-bottom: 4px;
}


/************ Also Available box ********************/

#also_available_tab_pager{
	padding-top: 22px;
	margin-left: 20px;
	height: 24px;
}
#also_available_tab_pager ul {
	display: inline;
}
#also_available_tab_pager ul li {
	float: left;
	border-right: 1px solid #000000;
	line-height: .95em;
	padding-right: 4px;
	padding-left: 4px;
}
#also_available_tab_pager ul li:last-child {
	float: left;
	border-right: none;
}
#also_available_tab_pager ul li span {
	font-weight: bold;
}
#also_available_tab_pager span:last-of-type {
	display: none;
}
#also_available_tab_pager a {
	font-family: 'Arial', Helvetica, Verdana;
	cursor: pointer;
	color: #000000;
}
#also_available_tab_pager a:hover {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}
#also_available_tab_pager a:active {
	font-weight: bold;
}
.also_available_tabs ul li{
	float: left;
 	height: 120px;
	margin-bottom: 5px;
	position: relative;
	width: 90px;
	line-height: 120px;
	text-align: center;
}
.also_available_tabs ul li:last-child {
/* 	clear: both; */
}
.also_available_tabs ul li a img{
	/*max-width: 100%;*/
	max-width: 76px;
	margin: 2px;
	padding: 5px;
	vertical-align: bottom;
    max-height:120px;
}
.also_available_tabs ul li a {
	float: left;
}
.alsoAvailable {
	background: #fff;
	width: 220px;
/* 	min-height: 410x; */
	margin-top: 11px;
	margin-bottom: 15px;
}
.alsoAvailable h2 {
	text-align: center;
	padding: 10px 8px 0 8px;
	color: #000000;
	font-size: 2em;
}
.jcarousel-skin .jcarousel-clip-horizontal {
	height:70px;
}
.industrialFeatures {
	margin: 0;
	background: #fff;
	height: 132px;
	padding: 8px;
	margin-bottom: 25px;
}
.industrialFeatures h2 {
	color: #000000;
	font-size: 1.6em;
	margin:0;
	font-weight: normal;
}
.industrialFeatures ul {
	list-style-type: none;
	margin-left: -22px;
}
.industrialFeatures li {
	float: left;
	margin: 6px;
}


/* Product page Quantity/ size select menu */

.drop-down-box {
    display: inline-block;
    vertical-align: top;
    height: 24px;
    font-size: 11px;
    color: #7f7f7f;
    margin-left: -5px;
    background: #f2f2f2;
    border: 1px solid #e4e4e4;
    margin-top: 2px;
}
.drop-down-box-arrow {
    display: inline-block;
    vertical-align: top;
    width: 30px;
    height: 24px;
    font-size: 1.1em;
	cursor:pointer;
    margin-left: 1px;
    background: #f2f2f2 url(../images/gray-arrow.png);
    background-repeat: no-repeat;
    background-position: 10px 10px;
    border: 1px solid #e4e4e4;
    margin-top:2px;
}
.ui-selectmenu {
    text-align: left;
    text-decoration: none;
    overflow: hidden;
}
.ui-selectmenu-icon {
    position: absolute;
    right: 6px;
    margin-top: -8px;
    top: 50%;
}
.ui-selectmenu-menu {
    position: absolute;
    top: 0;
    padding: 0;
    margin: 0;
    list-style: none;
	max-height:160px;
	visibility: hidden;
    overflow: auto; 
}
.ui-selectmenu-open {
    visibility: visible;
}
.ui-selectmenu-menu-popup {
    margin-top: -1px;
}
.ui-selectmenu-menu li {
    padding: 0;
    margin: 0;
    display: block;
    border-top: 1px dotted transparent;
    border-bottom: 1px dotted transparent;
    border-right-width: 0 !important;
    border-left-width: 0 !important;
    font-weight: normal !important;
}
.ui-selectmenu-menu li a, .ui-selectmenu-status {
    line-height: 1.4em;
    display: block;
    padding: .3em .5em;
    outline: none;
    text-decoration: none;
}
.ui-selectmenu-menu li.ui-selectmenu-hasIcon a, .ui-selectmenu-hasIcon .ui-selectmenu-status {
    padding-left: 20px;
    position: relative;
    margin-left: 5px;
}
.ui-selectmenu-menu li .ui-icon, .ui-selectmenu-status .ui-icon {
    position: absolute;
    top: 1em;
    margin-top: -8px;
    left: 0;
}
.ui-selectmenu-status {
    line-height: 1.4em;
}
.ui-selectmenu-open li.ui-selectmenu-item-selected {
background-color:#F2F2F2;
}
.ui-selectmenu-menu li span, .ui-selectmenu-status span {
    display: block;
    margin-bottom: .2em;
}
.ui-selectmenu-menu li .ui-selectmenu-item-header {
    font-weight: bold;
}
.ui-selectmenu-menu li .ui-selectmenu-item-footer {
    opacity: .8;
}


/*for optgroups*/

.ui-selectmenu-menu .ui-selectmenu-group {
    font-size: 1em;
}
.ui-selectmenu-menu .ui-selectmenu-group .ui-selectmenu-group-label {
    line-height: 1.4em;
    display: block;
    padding: .6em .5em 0;
    font-weight: bold;
}
.ui-selectmenu-menu .ui-selectmenu-group ul {
    margin: 0;
    padding: 0;
}

.ui-widget-content {
	/*border:1px solid #e5e5e5;*/
	background-color:#fff;
	font-size:11px;
}

.ui-widget-content li a {
	padding:0px;
	margin:0px;
}
#Quantity {
	width: 28px;
	height: 24px;
	margin: 2px 0px 0px 0px;
	border: 1px solid #e4e4e4;
	background-color: #f2f2f2;
	color: #797979;
	padding: 0px;
	text-align: center;
	font-size: 1.1em;
}
.prod_grid .thumb {
    display: table-cell;
    vertical-align: bottom;
	text-align: center;
	width: 200px;
}
.dm_addthis_container {
    margin: 0 auto;
    width: 138px;
}
.addthis_toolbox {
    width: 170px;
}
a.wishlist-button {color:#ffffff;}

.size_selection {
	width: 168px;
}
.size_selection ul {
	margin:0;
	padding-left:0;
}
.size_selection a {
	float: left;
	background: #fdd900;
	color: #000000;
	padding: 2px 6px 2px 6px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	margin-right:2px;
	margin-bottom: 3px;
	font-size:.9em;
}
.size_selection a:hover {
	background: #000000;
	color: #ffffff;
	padding: 2px 6px 2px 6px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	margin-bottom: 3px;
	text-decoration: none;
}
.size_selection .selectedSize {
    background:#000000;
    color: #ffffff;
}
#quantitySelect {
	margin-top:30px;
}
.size_selection .out_stock {
	text-decoration: line-through; 
	background:#e5e5e5; 
	color: #999999;
}
.size_selection .out_stock:hover {
	padding: 2px 6px 2px 6px;
	text-decoration: line-through; 
	background: #e5e5e5; 
	color: #999999;
	cursor: default;
}
.qtySelection {
	margin:7px 0 8px 0;
}
.qtySelection input[type=text] {
	background: #f2f2f2;
	border: 1px solid #e4e4e4;
	padding:4px;
	text-align:center;
	width:21px;
}


/* Login/ Register */

.loginRegisterHolder {
	width: 72%;
}
.loginRegisterHolder input[type=text],.loginRegisterHolder input[type=password] {
	border-radius: 0;
}
.loginRegisterHolder label {
	color: #878484;
	font-weight: bold;
}
.loginHolder {
	width: 300px;
}
.registerHolder {
	width: 300px;
}
.loginBoxContent {
	padding: 0 0 40px 25px;
}
.loginBoxContent button.yellowButton {
	float: right;
  	margin-right: 30px; 
}
.checkoutRegisterMain button {
	margin-left: 32px;
	width: 212px;
}
.registerBoxContent button {
	margin-left: 45px;
	width: 198px;
}
.loginBoxContent h4, .registerBoxContent h4, .checkoutRegisterMain h4 {
	font-size: 1.1em;
	font-weight: bold;
	color: #000000;
}

.registerBoxContent h4, .checkoutRegisterMain h4 {
    height: 32px;
}
.registerBoxContent {
	padding: 0 0 10px 25px;
}
.loginBox, .registerBox {
	border: 1px solid #d2d1d1;
}
.loginBox h2.loginTitle, .registerBox h2.registerTitle {
	background: #000000;
	border-radius: 0;
	font-size: 1.4em;
	font-weight: bold;
	color: #ffffff;
}
input[type=radio]:checked + label { 
	font-weight: bold; 
	color: #000000; 
} 
.newsletterHolder {
	background: #e5e5e5;
	width: 245px;
	padding-bottom: 5px;
	margin-bottom:15px;
}
.newsletterHolder h2 {
	padding: 12px 12px 0 12px;
	font-size:1.6em;
	color: #000000;
}
.newsletterHolder label {
	font-weight: normal;
	vertical-align: top;
	line-height: 21px;
}
.newsletterHolder li {
	margin-left: 17px;
	margin-top: 6px;
	text-indent: -20px;
	width: 200px;
}
.checkoutNewsletterSignup {
	width: 302px;
}
.newsLetterSignup {
	background: #e5e5e5;
	position: absolute;
	width: 300px;
	min-height: 150px;
}
label[for=acceptNewsletterSignup],
label[for=rejectNewsletterSignup] {
    color: inherit;
}


/* ------------------------------------------------------------------ *\
							ADDRESSES
\* ------------------------------------------------------------------- */

#PostcodeList {
	width: 244px;
	padding: 4px;
	margin: 10px 10px 10px 0;
	border: 1px solid #FED900;
}
#PostcodeList1 {
	width: 244px;
	padding: 4px;
	margin: 10px 0 10px -18px;
	border: 1px solid #FED900;
}
table#address_book ul.updates li {
	float: left;
	margin-left: 10px;
}

table#address_book ul.updates li:first-child {
	margin-left: 0;
}
.addresses h1 {
	margin-top: -9px;
	margin-left: 9px;
	padding: 0;
	font-size: 2.4em;
}
.addresses h2 {
	padding: 0;
	font-size: 1.7em;
}
.shipping_addresses h2 {
	margin: 0 0 -8px 9px;
	padding: 0;
	font-size: 1.7em;
	margin-bottom: -28px;
}
.billing_addresses h2 {
	margin: 0 0 -8px 9px;
	padding: 0;
	font-size: 1.7em;
	margin-bottom: -28px;
}
.addressNewButtons {
	margin-right: -3px;
	float: right;
	width: 610px;
	margin-top: 5px;
}

div.checkoutAddressSameAs {
    height: 40px;
}

div.checkoutAddressSameAs label:first-of-type {
    position: absolute;
    margin-left: 23px;
}
.checkoutAddressSelected {
	float: right;
	margin-right: 23px;
	margin-top: 20px;
}
.add_address p {
	font-weight: bold;
}
.checkoutAddressSameAs label {
	font-weight: bold;
	width:220px;
}
.item_container_holder {
	margin-top: 0;
}


/* disable all disabled field in billing address form */

.add_billing_addresses input[type=text]:disabled, .add_shipping_addresses input[type=text]:disabled {
	background:#dddddd;
}
.add_billing_addresses select:disabled {
	background:#dddddd;
}
.add_billing_addresses {
	border: 1px solid #cccccc;	
 	width: 293px; 
	margin-right: 8px;
	float: right;
	margin-top: 14px;
}
.add_billing_addresses h2 {
	font-size: 1.5em;
}
.add_shipping_addresses h2 {
	font-size: 1.5em;
}
.add_shipping_addresses {
	border: 1px solid #cccccc;	
	width: 293px; 
	margin: 0;
	float: left;
	margin-top: 14px;
	margin-left: 10px;
	clear: both;
}
.addressBox li {
	font-style: italic;
}
.addressBoxBillingCheckout {
	position: relative;
}
.addressBoxBillingCheckout a {
	padding-top:6px;
	width: 79px;
	background-image: none;
	clear:both;
	position:absolute;
}
.addressBoxesHolder {
	background: #f3f2f2;
	padding: 1px 0 38px 0;
	height: 210px;
	padding: 9px;
	margin-bottom: -39px;
	padding-bottom: 39px;
	position:relative;
}
.savedAddressBoxesHolder {
	margin-top: 50px;
	margin-left: 10px;
}
.addressCountryMessage {
	margin-top: 6px;
	line-height: 14px;
	width: 464px;
	margin-left: 8px;
	font-weight: bold;
	position: absolute;
	bottom:0;
	margin-bottom:7px;
}
a.yellowButtonAddress {
	cursor: pointer;
	display: inline-block;
	font-weight: bold;
	font-size: 11px;
	background: #FED900;
	color: #000000;
	border-radius: 0;
	border: none;
	text-shadow: none;
	text-align: center;
	min-height: 25px;
	height: auto;
	margin-left: 214px;
}
a.yellowButtonAddress:hover,a.yellowButton:focus,a.yellowButton:active {
	cursor: pointer;
	display: inline-block;
	font-weight: bold;
	font-size: 11px;
	background: #000000;
	color: #FED900;
	border-radius: 0;
	border: none;
	text-shadow: none;
	text-decoration: none;
	text-align: center;
}
#billingtitle, #deliveryAddresstitle {
	width: 128px;
}
#billingcountry, #deliveryAddresscountry {
	width: 244px;
}
#billingpostcode, #deliveryAddresspostcode {
	width: 122px;
	display: inline-block;
}
.checkoutAddressSameAs {
	margin-bottom: 8px;
}
.myAccountAddressDetails {
    margin-bottom:0;
}
.addressBox .myAccountAddressDetails li:first-child {
	padding-left:0;
	margin-top:10px;
	font-weight: bold;
	font-size: 1.2em;
}
.addressButtonSave {
	position: relative; 
	display: block; 
	float: right;
	margin-right: 9px;
}
.addressNewTitle {
	background: #000000;
	color: #ffffff;
	padding: 13px;
	padding-bottom: 1px;
	margin-bottom: 20px;
}
.addressButtonCheckout {
	position: relative; 
	display: block; 
	float: right;
	margin-right: 8px;
}
.myAccountAddressSave {
	position: relative; 
	display: block; 
	float: right;
	width: 127px;
	margin-right: 8px;
}
.checkoutBillingAddressHolder {
	margin-top: 48px;
}
#registerForm select {
	width: 128px;	
}
td.rightCartTotal {
	font-weight: bold;
	font-size: 1.2em;
	width: 130px;
	text-align: right;
	padding-right: 10px;
}
td.leftCartTotal {
	float: left;
	font-weight: bold;
	PADDING-LEFT: 5PX;
}
.cartBannerRight img {
	padding: 80px 0 0 28px;
}
.title_holder .searchResultsNoneTitle {
	margin-right: 20px;
}
.searchResultsNone {
	float: left;
	margin-left: 5px;
}
.searchResultsDetails {
	padding-left:5px;
	
}
.searchResultsSuggestion div.content {
	margin-top: 20px;
	margin-left: 5px;
}
.searchResultsNoneImage img {
	width: 170px;
	height: 100%;
}
.cartMainHolder thead th {
	background: #f0efef;
	border-top: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
	text-transform: uppercase;
	color: #999999;
	font-size: 1em;
	padding: 8px;
}
.cartMainHolder {
	margin-top: 52px;
}
.cartMainHolder .item_container{
	width: 654px;
	padding-left: 0;
}
.checkoutButtonRight.yellowButton {
	float: right;
	margin-right: -20px;
}
.checkoutMainRightBanner img {
	margin-left: 20px;
}
.cartMainHolder #header2 {
	width: 232px;
	padding-left: 106px;
}
#your_cart h2 a, #your_cart h2 a:visited {
	text-decoration: none;
	color: #333333;
	padding:10px;
	padding-bottom: 0;
	font-size: .8em;
	width: 215px;
	font-weight: bold;
	text-transform: uppercase;
}
.cartMainHolder #header3 {
	width:85px;
}
.cartMainHolder #header4 {
	width: 80px;
	text-align:center;
}
.cartMainHolder #header5 {
	width: 100px;
}
.cartMainHolder #header5 {
	text-align: right;
}
#your_cart .itemPrice {
	padding: 6px;
	padding-top: 8px;
	text-align: left;
}
.cartMainHolder .total td {
	padding: 10px;
	text-align: right;
}
.addToCartHeader {
	width: 200px;
}
.myAccountAddressChange {
    padding-bottom: 10px;
}
.myAccountAddressChange ul {
    margin:0;
}
.myAccountAddressChange li {
	float: left;
	padding-right: 16px;
	font-size: 1.1em;
	font-style: italic;
}
.myAccountAddressDefault {
	font-weight: bold;
	margin-top: -5px;
}
.addressBoxEditSelect select {
	width: 128px;
	background:red;
	color:red;
}
.addressBoxEditButtonsHolder {
	width: 300px;
	margin-left: 5px;
}
.addressBoxEditButtons {
	margin-bottom: 15px;
	float: right;
}
#addresstitle {
	width: 128px;
}
#addresspostcode {
	width: 100px;
}


/* ------------------------------------------------------------------ *\
							Category
\* ------------------------------------------------------------------- */

.reevooReviews {
	text-align: center;
	width: 168px; 
	height: 32px; 
	overflow: hidden; 
	text-indent: -999em;
	display:inline-block;
	margin-top: 5px;
}
.prod_grid p {
	font-size: 1.2em;
	font-weight: bold;
    margin: 0px;
    min-height: 1em;
}
.product-price-review-container {
    position: relative;
}
p.product-price {
	font-size: 1.5em;
}
div.prodrow:last-of-type {
	margin-bottom: 10px;
}
div.prod_grid{
	position: relative;
	letter-spacing: normal;
	display: inline-block;
	vertical-align: top;
	background-color: #fff;
	width: 214px;
	min-height: 195px;
	padding: 20px;
	margin: 10px 0 0 10px;
	padding-top:0;
}


/* Category landing page ********/

.categoryCustomMenu {
	margin-top:4px;
}
.categoryCustomMenu span {
	margin-left:16px;
	text-transform:uppercase;
	font-family:"TradeGothicW02-BoldCn20 675505",Arial,Helvetica,Verdana;
	font-size:1.4em;
	background: #dee600;
	padding:2px;
}
.categoryCustomMenu li {
	text-transform:uppercase;
}
.catLandingHolder {
	width: 796px;
}
.catLandingHolder ul {
	margin:0;
	padding-left:0;
	margin-left:-4px;
}
.cms_imglink {
}
.catLandingimages {
	display: inline-block;
	width: 390px;
	height: 279px;
	overflow: hidden;
	margin:4px;
}
.catLandingimages img {
	width: 394px;
    height: 289px;
}
.main_image {
	display: block;
	max-width: 790px;
	overflow: hidden;
}
.main_image img {
	width:796px;
}
.shipping_addresses{
	width:50%;
	float: left;
}
.billing_addresses{
	width:50%;
	float: left;
}


/* .add_shipping_addresses{ */


.addresses {
	width:66%;
	float: left;
	margin-bottom: 20px;
}
.basket_side {
	width:33%;
	float: left;
}
.multicheckout{
	width:100%;
}
.address_box .title{
	background-color: #000000;
	color: #ffffff;
	padding: 7px;
	padding-left: 18px;
	font-size: 1.3em;
	font-weight: bold;
}
.address_box .selected{
	background: #fed900;
	color: #000000;
}
.postCodeText{
	float:left;
	width: 120px;
}
.addressBox {
	border: 1px solid #e2e2e2;
	width: 292px;
	overflow: hidden;
	margin-bottom: 4px;
	background: #ffffff;
	position: relative;
	margin-top: 10px;
	min-height:160px;
}


/** Checkout header **/

.welcome{
	float: left;
	padding: 10px;
}
.signout{
	float: left;
	padding: 10px;
}


/** Basket page - stock level status text ***/

.stock_status{
	text-transform: none;
}

.cartCustomDescription {
    margin-bottom: 10px;
}

.cartSizeAndAvailability {
	padding-left: 106px;
	
}
span.stock_status {
	color: #33CC17;
	font-weight: bold;
	font-size: .8em;
	display: block;
	margin-left: -1px;
	width: 154px;
	text-transform: uppercase;
}
span.stock_status .stockStatusNotAvailable {
	color: #ff0000;
}
span.stock_status .stockStatusNotEnough {
	color: #ff0000;
}


/* ------------------------------------------------------------------ *\
						Nav Column Left (Yellow)
\* ------------------------------------------------------------------- */

.span-4 .nav_column {
	margin-left: 0;
}
.nav_column {
	margin-bottom: 30px;
	margin-top: 20px;
}
.nav_column .title-top {
	background: repeat-x left top transparent;
}
.nav_column .title-top span {
	background: transparent no-repeat right top scroll;
}
.nav_column .title_holder h2 {
	font-size: 1.4em;
	font-weight: bold;
	color: #000000;
	padding: 11px 9px;
	max-width: 292px; /* width with above l & r padding removed (332px)*/
	margin-bottom: -21px;
}
.nav_column .item {
	padding-left: 9px;	
}
.nav_column .item span.dropdown {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #000000;
}
.nav_column .item span.dropdown:hover {
	background-color: #333333;
}
.nav_column .item .category span.dropdown {
	height: 18px;
	width: 18px;
	padding: 0;	
}
.nav_column .item .category span.dropdown .dropdown-img {
	background: url("../images/button-arrow-small.png") no-repeat transparent;
	display: block;
	height: 9px;
	width: 9px;
	margin: 6px 0 0 5px;
}
.nav_column .item .category .toggleArrow span.dropdown .dropdown-img {
	background: url("../images/button-arrow-small-right.png") no-repeat transparent;
	margin: 5px 0 0 5px;
}
.nav_column .item .category { /*border-bottom: 1px solid #d0d0d0;*/
	margin-bottom: 3px;
	margin-top: 18px;
	padding-bottom: 5px;
	padding-top: 5px;
	padding:7px;
	background: #fed900;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	-o-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}
.nav_column .item .category h4 {
	color: #000000;
	font-size: 1em;
	font-weight: bold;
	display: inline-block;
	width: 106px;
	height: 12px;
}
.nav_column .item .category {
	padding-bottom:0;
}
.nav_column .item ul.facet_block span.remove a {
	background-color: #cccecf;
	background: url("../images/icon-facet-bg-close.png") no-repeat scroll center top transparent;
}
.nav_column .item ul.facet_block span.remove a:hover { /*background-color: #bebfc0;*/
	
}
.nav_column .item ul.indent li {
	padding-left: 8px;
	padding-bottom: 0px;
}
.nav_column .item ul.indent li.active {
	background-color: #333333;
}
.nav_column .item ul.indent li.active a {
	color: #ffffff;
	text-decoration: none;
}
.nav_column .item ul li a {
	text-decoration: underline;
}
.nav_column .item ul li a:hover, .nav_column .item ul li a:active {
	
}
.nav_column .item ul li {
	margin-bottom: 3px;
	padding:0;
}
.nav_column .item ul.facet_block span.remove img {
	padding-top: 4px;
	padding-bottom: 3px;
	width: 13px;
	height: 13px;
}
.nav_column .item ul.indent li {
	background: none;
}
.nav_column .item li.nav_selected {
	width: 158px;
	background:none;
}
.nav_column .item li.nav_selected a {
 	background: #000000;
	text-decoration: none;
	color: #ffffff;
	font-size: 1.1em;
	padding: 2px 9px 2px 0;
}
.nav_column .item .more {
	margin-left: 22px;
	margin-top: 8px;
	display: block;
}
.facet_block input[type=checkbox] {
	margin-left: 9px;
	margin-right: 1px;
	vertical-align: bottom;
}
.leftNavSubCategory {
	
}
.leftNavSubCategory ul {
	margin-left: -10px;
	display: block;
}
.leftNavSubCategory li {
 	background:url(../images/yellowPlusIconExtraSmall.png) no-repeat left; 
	padding-left: 21px;
	width: 120px;
	margin-left: -8px;
	font-weight: bold;
	font-size: 1em;
	padding-top: 2px;
}


/* ------------------------------------------------------------------ *\
						404 Page Error
\* ------------------------------------------------------------------- */

.four0hFourHeader h2 {
	font-size: 2em;
	width: 746px;
}
.four0hFourPageErrorHolder img {
	width: 770px;
}
#content .four0hFourPageErrorHolder {
	height: 300px;
}
.strike-price {
	font-size: 1.6em;
    font-weight: normal;
    margin-bottom: 0;
    text-align: center;
	text-decoration: line-through!important;	
}
p.product-saleprice {
	font-size: 1.5em;
	color:red;	
}
.productDet-saleprice {
	font-size: 2.2em;
    font-weight: 900;
    margin-bottom: 0;
    text-align: center;
	color: #ff0000;	
}
.addressLookupEnabled {
    background-color: #FED900;
    border: medium none;
    color: #000000;
    cursor: pointer;
    display: inline-block;
    float: right;
    font-size: 1em;
    padding: 6px 18px;
	text-align: center;
	margin-top: -1px;
	margin-right: 11px;
}
.addressLookupDisabled {
	background: none repeat scroll 0 0 #E5E5E5;
	border: medium none;
	color: #000000;
	cursor: text;
	display: inline-block;
	float: right;
	font-size: 1em;
	padding: 6px 18px;
	text-align: center;
	margin-top: -1px;
	margin-right: 11px;
}
.billingPostcodeText{
	float:left;
	width: 120px;
}
.addressPostcodeText{
	float:left;
	width: 120px;
}


/* ------------------------------------------------------------------ *\
   								Help
\* ------------------------------------------------------------------- */

.helpLeftBannerOne img {
	width:150px;
}
.helpHeading {
	text-transform: uppercase;
	font-size: 1.75em;
	font-weight: bold;
}


/* ------------------------------------------------------------------ *\
						Store Finder
\* ------------------------------------------------------------------- */


.storeFinderHolder iframe {
	height: 1592px;
	width: 970px;
	margin-left: -10px;
}
/* This is added purely for the Store Locator page. If issues arise elsewhere please delete*/
#content {
	padding-left: 0;
	padding-right: 0;
}


/* ------------------------------------------------------------------ *\
						        CS Agent
\* ------------------------------------------------------------------- */

#csAgentPaymentForm {
	float: left;
	clear: both;
	padding: 3px;
	margin-left: 12px;
	margin-bottom:5px;
}
#csAgentPaymentForm input[type=text] {
	width: 220px;
	float: left;
	padding: 5px;
	margin-bottom: 6px;
}
#csAgentPaymentForm label {
	float: left;
	margin-left: 6px;
}
.csAgentPaymentForm {
/* 	height:315px; */
	overflow:hidden;
}


#headerBottom {
    margin-left:10px;
    margin-top: 9px;
}

#headerBottom a {
    color: #000000;
    text-decoration:none;
}

#headerBottom p {
    text-align: center;
    width: 310px;
    float: left;
    vertical-align: middle;
    position: relative;
    margin-bottom: 8px;
    background-color: #FED900;
    color: #000000;
    height: 20px;
    font-weight: bold;
    padding-top: 2px;
    cursor:pointer;
    
}

#headerBottom p:not(:last-child) {
    margin-right: 10px;
}

#headerBottom p:hover {
    color: #FED900;
    background-color:#000000;
}

#headerBottom p:hover a {
    color: #FED900;
}

/* ------------------------------------------------------------------ *\
                                CMS SLOTS
\* ------------------------------------------------------------------- */

.content ul li {
  list-style-type: disc;
}

.content table {
  width: auto;
  min-width: 0;
  display: table;
}

.content a:link {
    color:#06c;
    text-decoration:underline;
}

.content a:visited {
    color:#609;
}

.content a:hover {
    text-decoration:none;
}

.sizeguide-nav a:link {
    color: #000;
}

/* ------------------------------------------------------------------ *\
                            NEWSLETTER SIGNUP
\* ------------------------------------------------------------------- */

#btfcontainer {
    position:relative;
}

.newscontainer {
    display:none;
}

    .newscontainer .button-close {
        position: absolute;
        top: 0;
        right: 0;
        text-indent: -9999px;
        background: url(../images/close.png) no-repeat 0 0;
        width: 35px;
        height: 35px;
        cursor: pointer;
    }
  
    .newscontainer label {
        cursor: pointer;
    }
  
    .newscontainer .newsoverlay {
        position: fixed;
        top: 0;
        left: 0;
        opacity: 0.5;
        width: 100%;
        height: 100%;
        background-image: url(../../common/images/colorbox/overlay.png);
        z-index: 9999;
    }

.btfpopup,
.newspopup {
    width:580px;
    height:430px;
    padding:10px 25px 25px 25px;
    background-color:#000;
    border:2px solid;
    border-color:#FFF;
    color:#FFF;
    margin:auto;
    position:fixed;
    top:10%;right:0;left:0;
    z-index:99999;
}

    .newspopup {
        top: 10%;
        height:450px;
    }

.newstitle,
.btftitle {
    width:560px;
}

    .btftitle {
        line-height:1em;
        text-align:left;
        margin-top:15px;
        margin-bottom:35px;
        font-size:4em;
    }
    
    .newstitle {
        height:48px;
        text-align:center;
        margin-bottom:40px;
        font-size:3.5em;
}

.newstext,
.btftext {
    text-align:left;
    margin-bottom:30px;
    font-size:2.3em;
    line-height:1.2;
}

    .newstext {
        font-size:1.7em;
        height: inherit;
        margin-bottom:10px;
        text-align:center;
    }

#btfthanks *,
#newsthanks * {
    text-align:center;
}

.btftextfield {
    float:left;
}

.newstextfield {
    width:365px;
    height:1em;
    text-align:left;
    margin:.5em 0;
    float:left;
}

    .newstextfield input,
    .newstextfield select,
    .btftextfield input,
    .btftextfield select {
        border: none;
        font-size: 1.6em;
        padding: 0 0.5em;
        margin:0;
        height:37px;
    }

    .newstextfield select,
    .btftextfield select {
        width: 200px;
    }

#btfemail {
    font-family: TradeGothicLTPro-Cn18;
    width:306px;
}


    .newstextfield select option { color: black; }
    .newstextfield select option:first-child { color: grey; }
    .newstextfield select.empty { color: grey; }
    .newstextfield select option[disabled]:first-child { display: none; }

#btfbutton,
#newsbutton {
    height:48px;
    text-align:center;
    padding:5px 0px 0px 0px;
    background-color:#FEFC01;
    margin:0px 0px 0px 20px;
    color:#000;
    font-size:2.7em;
    cursor:pointer;
}

    #newsbutton {
        margin:30px 0 0 0;
    }
    
    #btfbutton {
        margin:0;
        position:absolute;
        right:10px;
        padding:0 15px;
    }

.newscheckbox {
    text-align:center;
    background-color:#FFF;
    border:1px solid;
    border-color:#999;
    float:left;
    margin-top: 11px !important;
}

    .newscheckbox input {
        margin-top:5px;
    }
.newsgroup {
    margin-bottom:1em;
    position:relative;
}
    .newsgroup:after {
        visibility: hidden;
        display: block;
        content: "";
        clear: both;
        height: 0;
        }
    *             html .newsgroup { zoom: 1; } /* IE6 */
    *:first-child+html .newsgroup { zoom: 1; } /* IE7 */

.newslabeltext {
    height:40px;
    text-align:left;
    margin-left:8px;
    font-size:2.6em;
    float:left;
}

.newsgendertext {
    height:40px;
    text-align:left;
    margin:0 0 10px;
    font-size:2.6em;
}

.newspopup .newslabeltext {
    line-height:2.6em;
    font-size:1.7em;
}


/* SQUARED TWO */
.squaredTwo {
    width: 28px;
    height: 28px;
    background: #fcfff4;

    background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    background: -moz-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    background: -o-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    background: -ms-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead',GradientType=0 );

    -webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
    -moz-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
    box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
    position: relative;
}

.squaredTwo label {
    cursor: pointer;
    position: absolute;
    width: 20px;
    height: 20px;
    left: 4px;
    top: 4px;
    padding:0;

    -webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);
    -moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);
    box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);

    background: -webkit-linear-gradient(top, #222 0%, #45484d 100%);
    background: -moz-linear-gradient(top, #222 0%, #45484d 100%);
    background: -o-linear-gradient(top, #222 0%, #45484d 100%);
    background: -ms-linear-gradient(top, #222 0%, #45484d 100%);
    background: linear-gradient(top, #222 0%, #45484d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222', endColorstr='#45484d',GradientType=0 );
}

.squaredTwo label:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    content: '';
    position: absolute;
    width: 9px;
    height: 5px;
    background: transparent;
    top: 4px;
    left: 4px;
    border: 3px solid #fcfff4;
    border-top: none;
    border-right: none;

    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.squaredTwo label:hover::after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
    opacity: 0.3;
}

.squaredTwo input[type=checkbox]:checked + label:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}

/* ------------------------------------------------------------------ *\
                               DESIGN 2014 NOVEMBER
\* ------------------------------------------------------------------ */

#wrapper {
    width:100%;
    position:relative;
}

#screen {
    display:none;
    position:absolute;
    margin:-99999px;
    top:0;
    bottom:0;
    left:0;
    right:0;
    background:#000;
    z-index:100;
}

#page {
    width: 950px;
    margin:auto;
}

#content div.span-24 {
    margin-bottom:0;
}

#header a,
#footer a,
#finalfoot a {
    color: #000;
}

#header a:visited,
#footer a:visited,
#finalfoot a:visited {
    color: #000;
}

#header a:hover,
#footer a:hover,
#finalfoot a:hover {
    color: #888;
}

.Custom-font {
    letter-spacing:0.029em;
}

.cart_popup {
    overflow:visible;
    padding-top:20px;
}

.arrow_box {
    position: relative;
    background: #ffffff;
}
.arrow_box:after {
    bottom: 100%;
    right: 67px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #ffffff;
    border-width: 10px;
    margin-left: -10px;
}

#minicartcontainer {
    height:0;
    width:950px;
    margin:auto;
    position:relative;
    display:none;
}

#minicartoverlay {
    position: fixed;
    top: 0px;
    left: 0;
    opacity: 0.5;
    width: 100%;
    height: 100%;
    background-image: url(../../common/images/colorbox/overlay.png);
    z-index: 9999;
}

.cart_modal_popup.cartAddedToContent {
    padding-bottom: 20px;
}

a.cartPopupYellowButton,
a.cartPopupYellowButton:hover {
    font-size:1.5em;
    font-weight:normal;
    line-height:1em;
    padding:8px 16px;
}

#openCart {
    cursor:pointer;
}
#cart_popup,
#rollover_cart_popup {
    position:absolute;
    display:none;
    right:0;
    top:40px;
    left:initial;
    border:none;
    border-radius:0;
}

#cart_popup {
    position: fixed;
    top:40px;
    right:0;
    left:0;
    margin:auto;
}

#topnavcontainer {
    width:100%;
    min-width:950px;
    background: #333;
    height:22px;
}

#topnav {
    width:950px;
    font-size:1em;
    margin:auto;
    position:relative;
}

    #topnav ul {
        margin: 0 5px;
        position:absolute;
        right:0;
        min-width:380px;
    }

    #topnav ul li {
        padding:3px 20px 0px 20px;
        height:17px;
        float:left;
    }

#topnavicon {
    margin:-3px 5px 0 0;
    width:26px;
    height:22px;
    float:left;
    background-image:url(../../../drmartens/images/global/icon-bag.jpg);
}

#topnav a:link {
    text-decoration: none;
    color:#FFF;
}

#topnav a:visited {
    text-decoration: none;
    color:#FFF;
}

#topnav a:hover {
    text-decoration: underline;
    color:#FFF;
}

#topnav a:active {
    text-decoration: underline;
    color:#FFF;
}

#headercontainer {
    width:100%;
    min-width:950px;
    background: #000;
}

#header{
    background:#000;
    width:950px;
    height:82px;
    font-size:1.2em;
    font-weight:300;
    margin:0 auto;
    padding:0;
}

#header a:link {
    text-decoration: none;
    color:#FFF;
}

#header a:visited {
    text-decoration: none;
    color:#FFF;
}

#header a:hover {
    text-decoration: none;
    color:#FFF;
}

#header a:active {
    text-decoration: none;
    color:#FFF;
}

#header ul {
    margin:0;
    padding:0;
}

#header .topmenulink {
    padding:30px 20px;
    height:17px;
    float:left;
}

#header .topmenulink a {
    padding-bottom:2px;
    font-size:15px;
}

#header .topmenulink a:hover {
    border-bottom:2px solid #fed900;
}

#header ul li li:first-child {
    margin-left:0;
}

#header ul li {
    float: left;
}

#header ul.Lb {
    background-color: rgb(0,0,0);
    top: auto;
    margin-top: 4em !important;
    margin-left: -11px;
    padding:11px;
}

#header ul li.Lb {
    border:none;
}

#header ul li li.Lb .nav-submenu-title {
    padding: 10px 10px 10px 10px;
    display: block;
}

#header ul li li.Lb .nav-submenu-title {
    color: #ffffff;
    border: 0;
    text-shadow: none;
    font-size: 1em;
    background: none;
    text-transform: uppercase;
}
#header ul li li.Lb li.Lc {
    font-family: TradeGothicLTPro-Cn18;
    font-size:13px;
    padding-bottom:13px;
}

#header ul li li.Lb li.Lc a {
    margin-left:10px;
}

#header ul li li.Lb li.Lc a:hover,
#header ul li li.Lb li.Lc a:focus {
    border-bottom:1px solid #fff;
}

.blogtext a {
    position:relative;
}

.blogtext img {
    position: absolute;
    top:-16px;
    right:1px;
}

#logo {
    width:94px;
    height:82px;
    float:left;
    margin-left:10px;
}
#logo:hover {
    opacity:0.9;
}

#searchbox{
    background:#000;
    position:absolute;
    right:0;
    width:200px;
    height:38px;
    margin-top:13px;
    margin-right:10px;
    border-bottom:1px solid;
    border-color:#FFF;
}

#searchbox form {
    height:100%;
}

#searchbox button {
    margin:0; padding:0;
    border:none;
    outline:none;
    cursor:pointer;
    font-size:0;
    height:100%;
    background:#000 url(../../../drmartens/images/global/search.jpg) no-repeat center center;
    width:25px;
    height:25px;
    margin-bottom:2px;
    position:absolute; bottom:0; right: 0;
}

#searchfield {
    margin:0;
    width:180px;
    height:38px;
    float:left;
    background:transparent;
    border:none;
    font-size:14px;
    color:#fff;
    padding:6px 0 0;
}

#searchfield:focus {
    outline:none;
}

#searchgo{
    width:35px;
    height:35px;
    float:left;
}

#footheadwide{
    width:100%;
    min-width:950px;
    height:74px;
    background-color:#000;
}

#footerheader{
    width:950px;
    height:74px;
    margin:auto;
}

#footersignupbox{
    text-align:left;
    letter-spacing: 1px;
    padding: 3px 10px 0px;
    font-size: 14px;
    width:310px;
    height:29px;
    background-color:#FFF;
    margin-top:19px;
    float:left;
    color:#000;
}

#submitbut {
    height:35px;
    background-color:#FFE400;
    margin:19px 0px 0px 20px;
    padding:8px 10px;
    cursor:pointer;
    letter-spacing:1.1px;
    font-size:1.2em;
    float:left;
}

    #submitbut span {
        color: #000;
    }

#sfstext{
    background:#000;
    height:100%;
    padding:7px 0px 0px 10px;
    color:#FFF;
    font-size:1.9em;
    margin:12px 10px 0px 50px;
    float:left;
}

#sfstext a {
    color:#FFF;
    text-decoration:none;
}

.footericonbox{
    width:41px;
    height:35px;
    margin:18px 0px 0px 0px;
    float:left;
}

#footlinkbox{
    width:950px;
    height:195px;
    margin:auto;
}

#footlinkleft{
    width:400px;
    height:165px;
    margin-top:27px;
    float:left;
}

#footer {
    margin:0 auto;
}

#footlinkright{
    width:400px;
    height:165px;
    margin-top:27px;
    float:left;
}

#footer ul.Fb div.footer-column {
    float:left;
    font-weight:normal;
    font-size:15px;
}

#footer ul.Fb li {
    font-family: TradeGothicLTPro-Cn18;
    font-size:13px;
    font-weight:normal;
    text-transform: uppercase;
    margin-bottom:2px;
}

.footertext a {
    display:block;
    padding:2px 0;
}

#footerbreak{
    width:100%px;
    height:7px;
    background-image:url(../../../drmartens/images/global/footer-tile.jpg);
    background-repeat:repeat-x;
    margin:auto;
}

#finalfoot {
    font-family: TradeGothicLTPro-Cn18;
}

#finalfoot{
    width:950px;
    font-weight:400;
    font-size:0.9em;
    height:25px;
    margin:auto;
    padding:15px 0;
    color:#000;
}

#finalfoot .content {
    float:left;
}

#finalfoot .content ul {
    padding:0;
    margin:0 0 0 9px;
}

#finalfoot a {
    color:#000;
    text-decoration:none;
}

#finalfoot a:hover {
    text-decoration:underline;
}

#finalfoot li {
    padding:5px 50px 0px 0px;
    float:left;
    list-style-type:none;
}

#finalfoot #copyright {
    color: #666;
    width: initial;
    float: right;
    padding: 5px 0 0 0;
}

#footerheader {
    position:relative;
}
#footerright {
    position:absolute;
    right:0;
}

#regionselector {
    float:left;
    position:relative;
    padding:5px 50px 0px 0px;
}

    #regionselector > a {
        padding: 2px 15px 0px 0;
        background: transparent url(../../../drmartens/images/global/arrow-up.jpg) no-repeat center right;
    }

    #regionselector ul {
        width:85px;
        margin:0;
        padding:10px;
        display:none;
        position: absolute;
        bottom:20px;
        left:-10px;
        background:#fff;
        border:1px solid #c1c1c1;
    }

        #regionselector ul li {
            float:none;
            padding:0;
            margin:2px 0;
        }

    #regionselector:hover ul {
        display:block;
    }

/* ------------------------------------------------------------------ *\
                               CANCELLATION FORM
\* ------------------------------------------------------------------ */

#cancellationForm {
    margin: 30px;
    border: 1px dashed #AAA;
    padding: 20px;
    width: 80%;
}
.field label {
    float: left;
    width: 150px;
    margin-top: 10px;
    text-transform: uppercase;
}
.field input {
    float: left;
    margin-top: 10px;
}
.field {
    clear:left;
}
#cancellationForm .topfields {
    margin-bottom:20px;
}
#cancellationForm [name=statement] {
    width: 80%;
    height: 80px;
}
.clearfix:before,
.clearfix:after {
    content:"";
    display:table;
}
.clearfix:after {
    clear:both;
}
.clearfix {
    zoom:1; /* For IE 6/7 (trigger hasLayout) */
}

/* ------------------------------------------------------------------ *\
                               BANK PAYMENT FORM
\* ------------------------------------------------------------------ */

.bankInputs {
    width: 350px;
    -moz-column-count: 2;
    -moz-column-gap: 10px;
    -webkit-column-count: 2;
    -webkit-column-gap: 10px;
    column-count:2;
    column-gap: 10px
}
.bankInputs input,
.bankInputs img {
    vertical-align: middle;
}


/* ------------------------------------------------------------------ *\
                               PA CHANGES 2/2/15
\* ------------------------------------------------------------------ */


.nav_column .item .category {
    border-radius: 0px;
}



.size_selection .selectedSize {
    background: none repeat scroll 0% 0% #FFE512;
    color:#000;
    text-decoration:none;
}

.productAddToCartEnabled:hover {
    background: none repeat scroll 0% 0% #FFE512;
    color:#000;
}

.productAddToCartEnabled {
    background: none repeat scroll 0% 0% #000;
    color:#fff;
}

#prod_tabs.ui-tabs .ui-tabs-nav li.ui-tabs-selected a {
    background: none repeat scroll 0% 0% #FFE512;
    text-decoration:none;
}

#prod_tabs.ui-tabs .ui-tabs-nav li a:hover {
    background: none repeat scroll 0% 0% #FFE512;
    text-decoration:none;
}



.scroller ul li span {
    border: 0px;
}

.jcarousel-skin .alt .jcarousel-item {
    width: 100px;
}

.jcarousel-skin .jcarousel-item a {
    height: 56px;
}

.jcarousel-skin .jcarousel-item {
    margin-right: -2px;
}

.scroller ul li span {
    width: 100px;
}

.jcarousel-skin .jcarousel-next-horizontal {
	background: #fff url(../images/white-arrow-small-right_PA2.png) no-repeat 25px 22px;
}
.jcarousel-skin .jcarousel-next-horizontal:hover {
	background: #fff url(../images/white-arrow-small-right_PA2.png) no-repeat 25px 22px;
}
.jcarousel-skin .jcarousel-prev-horizontal {
	background: #fff url(../images/white-arrow-small-left_PA2.png) no-repeat 0px 22px;
}
.jcarousel-skin .jcarousel-prev-horizontal:hover {
	background: #fff url(../images/white-arrow-small-left_PA2.png) no-repeat 0px 22px;
}

.jcarousel-skin .jcarousel-prev-horizontal {
    width: 35px;
}

.jcarousel-skin .jcarousel-next-horizontal {
    width: 35px;
}

.jcarousel-skin .jcarousel-container-horizontal {
    padding: 0px 35px;
}

.jcarousel-skin	{
	width:660px;
}

#product-box .deliveryPA a {
    color: #FFF;
}

#product-box .deliveryPA a {
    padding: 0;
    margin-bottom:10px;
    border-radius: 0px;
    float: left;
    background: none repeat scroll 0% 0% #FFE512;
    color: #000;
    font-size: 1.1em;
    width:170px;
    height:44px;
    text-decoration: none;
    text-align:center;
    line-height:44px;
    font-family: "TradeGothicW02-BoldCn20 675505",Arial,Helvetica,Verdana;
    text-transform:uppercase;
}


#product-box .deliveryPA a:hover {
	background: none repeat scroll 0% 0% #000;
    color: #FFF;
    text-decoration: none;
}


.productDescription {
    line-height: 18px;
    font-family: TradeGothicLTPro-Cn18,Arial,Helvetica,Verdana;
    font-weight:normal;
    font-size:1.1em;

}





.jcarousel-skin2 .jcarousel-direction-rtl .jcarousel-prev-horizontal {
}



#prod_tabs.ui-tabs .four li h2 a{
	width: 158px;
}

#prod_tabs.ui-tabs .three li h2 a{
	width: 218px;
}

/* ------------------------------------------------------------------ *\
                          PRODUCT DETAIL 2015-03-05
\* ------------------------------------------------------------------ */

.addthis_custom_sharing {
    width: 144px;
}


.jcarousel-skin2 .jcarousel-direction-rtl .jcarousel-next-horizontal {
	background-image: url(../images/black-arrow.png);
}
.prod_image_main {
    padding:10px 0;
    width:495px;
}

.productDescriptionTitles {
	font-weight:normal;
    font-size:14px;
    font-family: "TradeGothicW02-BoldCn20 675505",Arial,Helvetica,Verdana;

}


.productDescriptionText {
    font-size:14px;
    font-family: "TradeGothicW02-BoldCn20 675505",Arial,Helvetica,Verdana;
}

.reevooProductDetails {
    margin-top: 10px;
    margin-bottom: 0px;
}
.productDescription {
    margin-bottom: 14px;
}





.dm_addthis_container {
    width: 144px;
}

.variant_options {
    clear:both;
}

.productQuickViewContainer .prod_image_main {
    padding: 10px;
    width: 400px;
}



.jcarousel-skin2 .jcarousel-next-horizontal {
	background: transparent url(../images/black-arrow_smaller.png) no-repeat 6px -50px;
	position: absolute;
	top: 222px;
	right: 0;
	width: 29px;
	height: 50px;

	display:none !important;
}
.jcarousel-skin2 .jcarousel-prev-horizontal {
	background: transparent url(../images/black-arrow_smaller.png) no-repeat -6px 0;
	position: absolute;
	top: 222px;
	left: 0;
	width: 29px;
	height: 50px;

	display:none !important;
}


.homepage .jcarousel-skin2 .jcarousel-container-horizontal,.jcarousel-skin2 .jcarousel-clip-horizontal {
	width: 480px;
	position: absolute;
	left: 0;
}
.product_details_box {
    min-height: 440px;
    margin: 10px 9px 10px 0px;
}

#borderLeft {
  border-left: 1px solid #CBCBCB;
  position: absolute;
  top: 44px;
  margin-left:-13px;
  height:450px;
}
#prod_tabs.ui-tabs .ui-tabs-panel {
    margin-right: 2px;
}


.nav_column .item .category h4 {
    margin-bottom: 10px;
}


/*Sizeguide PA 4-20-15 *****************/

.sizewrap	{
	display:block;
	width:170px;
	height:32px;
}

#product-box .select-size-label {
    float:left;
    width:60px;
    line-height:11px;
}

.select-size-label .label {
    width: 60px;
    height: 9px;
    float:left;
    margin-top:5px;
}

.label.dm-uk {
  background: url('../images/sizetext.jpg') no-repeat scroll 0 -10px transparent;
}
.label.dm-us {
  background: url('../images/sizetext.jpg') no-repeat scroll 0 0px transparent;
}
.label.dm-nl {
  background: url('../images/sizetext.jpg') no-repeat scroll 0 -20px transparent;
}
.label.dm-de {
  background: url('../images/sizetext.jpg') no-repeat scroll 0 -29px transparent;
  padding-top:5px;
  margin-top:0px;
}
.label.dm-fr {
  background: url('../images/sizetext.jpg') no-repeat scroll 0 -43px transparent;
}


.sizeguide	{
	float:right; 
	width:95px; 
	height:11px;
	padding-right:2px;
	padding-top:0px;
	line-height:13px;
	margin-top:3px;
}
.sizeguide a {
    padding: 0px;
    text-decoration: none;
    display:block;
    line-height:13px;
    float:right;
    height:13px;
}

.sizeguide.dm-uk a, .sizeguide.dm-us a  {
	width:58px;
    background: url("../images/sizebutton.jpg") no-repeat scroll 0 0 transparent;
}
.sizeguide.dm-uk a:hover, .sizeguide.dm-us a:hover {
    background: url("../images/sizebutton.jpg") no-repeat scroll 0 -13px transparent;
}
.sizeguide.dm-nl a  {
	width:58px;
    background: url("../images/sizebutton.jpg") no-repeat scroll 0 -27px transparent;
}
.sizeguide.dm-nl a:hover {
    background: url("../images/sizebutton.jpg") no-repeat scroll 0 -40px transparent;
}
.sizeguide.dm-de	{
	padding-top:2px;
	margin-top:0px;
}
.sizeguide.dm-de a  {
	width:91px;
    background: url("../images/sizebutton.jpg") no-repeat scroll 0 -81px transparent;
}
.sizeguide.dm-de a:hover {
    background: url("../images/sizebutton.jpg") no-repeat scroll 0 -94px transparent;
}
.sizeguide.dm-fr a  {
	width:67px;
    background: url("../images/sizebutton.jpg") no-repeat scroll 0 -54px transparent;
}
.sizeguide.dm-fr a:hover {
    background: url("../images/sizebutton.jpg") no-repeat scroll 0 -67px transparent;
}




.size_selection a, .size_selection a:hover {
    border-radius: 0px;
    margin-right: 6px;
    margin-bottom: 6px;
    font-family: "TradeGothicW02-BoldCn20 675505",Arial,Helvetica,Verdana;
    font-size: 1em;
    padding: 0px 0px;
    min-width:23px;
    height:23px;
    line-height:23px;
    text-align:center;	
}



.size_selection a {
    background: none repeat scroll 0% 0% #000;
    color:#fff;
}

.size_selection a:hover {
    background: none repeat scroll 0% 0% #FFE512;
    color:#000;
}

.size_selection ul li:nth-child(6n) a {
    margin-right: 0px;
}


.size_selection .out_stock:hover {
   	padding: 0px;
    min-width:23px;
    height:23px;
    line-height:23px;
    text-align:center;	
}



.qtySelection {
    margin: 0px 0px 0px;
}


/* end Sizeguide PA 3-30-15 *****************/


#product-box .price {
    margin: 5px 3px 14px 0px;
    font-family: "TradeGothicW02-BoldCn20 675505",Arial,Helvetica,Verdana;
    font-size:2.6em;
    font-weight:bold;
    line-height:42px;

}


#carouselborder {
    border-right: 1px solid #CBCBCB;
    position: absolute;
    top: 44px;
    bottom: 55%;
    width: 494px;
    height: 450px;
    z-index: 999;
}
.jcarousel-skin .jcarousel-item img {
    padding: 0px;
    border: none;
}

.productSummary h1 {
   line-height: 28px;
}



/*Quickview PA 3-24-15 *****************/

div.quickview {
    display:none;
	background: url(../images/quickviewIconPA.png) no-repeat 0 0;
	height: 34px;
	width: 254px;
    margin-left: -20px;
	color: #aeaeae;
	position: absolute;
	opacity:1;
	filter:alpha(opacity=60); /* For IE8 and earlier */
}
div.quickview:hover {
    display: block;
	background: url(../images/quickviewIconPA.png) no-repeat 0 -35px;
	text-decoration: none;
	opacity:1;
	filter:alpha(opacity=60); /* For IE8 and earlier */
	color:#aeaeae;
}
.quickview a {
    display:block;
	-webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.quickview a:hover {
	padding-left: 0;
}
.quickview span {
	display: inline-block;
	width: 120px;
	margin-right: 200px;
	height: 35px;
	padding-top: 5px;
	padding-left:15px;
	top: 10px;
    text-transform: none;
    font-size: 1.4em;
    color: #aeaeae;
    text-align:right;
}
.quickview:hover span {
    color: #000;
}


div.prod_grid:hover p.product-title {
    background-color: #fdd900;
    color: #000;
}
div.prod_grid a:link {
    text-decoration:none;
}

p.product-price {
    font-size: 1.2em;
    padding-top:1px;
}

.nav_column .item .category h4 {
    color: #000;
}

.nav_column .item .category span.dropdown .dropdown-img {
    background: url("../images/button-arrow-smallB.png") no-repeat scroll 0% 0% transparent;
}

.nav_column .item span.dropdown {
    background: none repeat scroll 0% 0% #FED900;
}

.nav_column .item span.dropdown:hover {
	background-color: #FED900;
}

.nav_column .item .category .toggleArrow span.dropdown .dropdown-img {
    background: url("../images/button-arrow-small-rightB.png") no-repeat scroll 0% 0% transparent;
}

.nav_column .item .category {
    padding-bottom: 1px;
}

.nav_column .item .category h4 {
    width: 86px;
}

.nav_column .item .more {
    margin-left: 12px;
}


.span-4 .nav_column {
    width:135px;
}

.nav_column .item .category {
    background: transparent;
}

.nav_column .item .category {
    padding: 7px 7px 7px 0px;
}

.facet_block input[type=checkbox] {
    margin-left: 0px;
}

.nav_column .item ul.indent li {
    padding-left: 0px;
}

.applied_order_promotions {
    float: right;
    width: 381px;
    left: 34px;
    position: relative;
}

.potential_order_promotions {
    float: right;
    width: 250px;
    position: relative;
    left: 10px;
}

#termsAndConditionsLabel a {
    text-decoration: underline;
}

.tcError, .tcError a {
    color:red;
}
