/*
 * Main Styling
 */

body {
	font-family: Arial, sans-serif;
	font-size: 0.9em;
	color: #555;
	/*background: url('../img/bg-xmas.jpg') center top no-repeat #DDE8CC;*/
}

a {
	color: #333;
}
a.noline {
	text-decoration:none;
}

a:hover {
	color: #777;
}

#container {
	width: 980px;
	margin: 0 auto;
}

nav ul,
nav menu {
	margin: 0;
	padding: 0;
}
nav li {
	display: inline-block;
	position: relative;
}
nav li a {
	padding: 0px 10px;
	text-decoration: none;
}

nav li menu .promo a {
	padding: 0px;
}

/* Header */

header.main {
	padding: 10px 0 0 0;
}
#logo {
	float: left;
	border: 0px;
	margin-top:-2px;
}

#header-content {
	text-align: right;
	min-height: 180px;
}

/* Top nav */
nav.top {
	display: inline-block;
	vertical-align: top;
	font-size:13px;
	float: right;
}
nav.top a {
	color: #777;
}

nav.top li:after {
	content: "|";
	padding: 0 5px 0 5px;
}
nav.top li:last-of-type:after {
	content: "";
	padding: 0;
}

/* HOMEPAGE */
.homeonly {
	margin:0!important;
}
#banner {
	padding:10px;
	background:#EEE;
	height:307px;
	margin:10px 0;
}
#banner ul {
	margin:0;
	padding:0;
	list-style:none;
	display:block;
	overflow:hidden !important;
	height:307px;
}
#banner ul  li{
	margin:0;
	padding:0;
	display:block;
}
#banner img {
	background:#FFF;
	display:block;
}

#basket {
	width: 205px;
	display: inline-block;
	padding: 5px 0px 10px 10px;
	clear: right;
	float: right;
	margin-top: 50px;
	margin-right:3px;
}
#basket .icon {
	float: right;
	margin-left: 10px;
}
#basket .title {
	display: block;
	line-height: 1;
}
#basket .details {
	font-weight: bold;
	font-size: 13px;
}
#basket .details i {
	font-weight: normal;
	font-size: 0.9em;
}
#basket menu {
	display: none;
}

#search {
	margin-top: 48px;
	width: 310px;
	float:right;
}
#search input[name='q'] {
	background: #E0EF33;
	margin: 0 2px 0 0;
	padding: 0 10px;
	height: 44px;
	width: 228px;
	border: 0;
}
#search input[type='submit'] {
	background: url('/img/btn-search.png') no-repeat;
	padding: 0;
	margin: 0;
	width: 44px;
	height: 44px;
	text-indent: -9999px;
	border: 0;
	float: right;
}
#search input[type='submit']:hover {
	background-position: bottom;
}

h1.disabled{
	display: none;
}

/* Icon */
i.icon {
	background: no-repeat;
	display: inline-block;
	width: 15px;
	height: 15px;
	margin-right: 2px;
	vertical-align: middle;
}
i.icon.basket {
	background-image: url('../img/icon-basket.png');
	width: 39px;
	height: 31px;
}
i.icon.expand {
	background-image: url('../img/icon-expand.png');
	width: 16px;
	height: 15px;
}
i.icon.delivery {
	background-image: url('../img/icon-delivery.png');
	width: 30px;
	height: 20px;
}
i.icon.top {
	background-image: url('../img/icon-top.png');
	width: 7px;
	height: 4px;
}
i.icon.filters-checkbox {
	background-image: url('../img/icon-checkbox.png');
	width: 14px;
	height: 14px;
	padding-left: 5px;
}

/* Buttons */
.btn {
	text-decoration: none;
	border: none;
}
.btn.cta {
	color: #E0EF33;
	font-weight: bold;

	background: #333;
	background: -moz-linear-gradient(top,  #666666 0%, #222222 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#666666), color-stop(100%,#222222));
	background: -webkit-linear-gradient(top,  #666666 0%,#222222 100%);
	background: -o-linear-gradient(top,  #666666 0%,#222222 100%);
	background: -ms-linear-gradient(top,  #666666 0%,#222222 100%);
	background: linear-gradient(to bottom,  #666666 0%,#222222 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#222222',GradientType=0 );
}
.btn.cta.product {
	font-size: 25px;
	padding: 15px 25px;
	margin-top: 0px;
	float: right;
}
.btn.top {
	background: #DADADB;
	color: #777;
	font-size: 13px;
	padding: 2px 5px;
	float: right;
}


/* Main nav */

nav.main {
	background: #E0EF33;
	font-size: 0;
}
nav.main a {
	color: #666;
}
nav.main > ul {
	background: #fff;
	display: inline-block;
}
nav.main > ul > li {
	background: #E0EF33;
	border-top: 1px #F7FBCC solid;
	border-right: 1px #AAA42E solid;
	border-left: 1px transparent solid;
	font-size: 14px;
	border-bottom: 1px transparent solid;
}
nav.main > ul > li:hover {
	background: #fff;
	border-left: 1px #bbb solid;
	border-top: 1px #bbb solid;
}
nav.main > ul > li.leaf:hover {
	border-radius: 5px;
	border-bottom: 1px #ddd solid;
}

nav.main > ul > li:last-child {
	border-right:1px #AAA42E solid;
}
/* style end to li to get rounded effect */
nav.main > ul > li.end {
	height: 46px;
	background: #E0EF33 !important;
	border: none;
	width: 5px;
	vertical-align: top;
	display:none;
}

nav.main > ul > li > a {
	height: 45px;
	line-height: 14px;
	font-size:13px;
	text-transform: uppercase;
	font-weight: bold;
	padding: 0 12px 0 11px;
	display: block;
	color: #5e581d;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	max-width: 115px; /* use this to avoid nav spilling over 2 lines */
}

nav li menu {
	display: none;
	position: absolute;
	border: solid 1px #bbb;
	border-top: none;
	box-shadow: 5px 5px 10px rgba(0,0,0,0.2);
	background: #fff;
	left: -1px;
	z-index: 9991;
}
nav li:hover menu {
	display: block;
}
nav menu .promo {
	margin-left: 175px;
	border-left: 0px solid #888;
}
nav menu .promoprop {
	width:200px;
	height:0px;
}
nav menu ul {
	width: 175px;
	float: left;
}
nav menu li {
	display: block;
	margin: 5px 0;
	line-height: normal;
}
nav menu li:hover {
	background: #E0EF33;
}
nav menu li a {
	display: block;
	text-align: left;
	line-height: 25px;
	font-size: 15px;
}

/*.main-content wrapper for infoPages*/
.main-content {
	min-height: 600px;
	min-height:55vh;
	height:auto!important;
	height: 100%;
	padding: 0 2em;
}


/* Footer */

footer.main {
	border-top: 1px solid #ddd;
	margin-top: 30px;
	padding-top: 25px;
}

footer.main .btn.top {
	margin-top: -47px;
}

#footer-links {
	padding: 0;
	margin: 0;
	display: inline-block;
}
#footer-links > li {
	display: inline-block;
	padding-right: 40px;
}
#footer-links > li:last-of-type {
	padding-right: 0px;
}
#footer-links h3 {
	font-weight: bold;
	margin: 0;
	color: #666;
        font-size:1.2em;
}
#footer-links ul {
	list-style-type: none;
	padding: 0;
}
#footer-links ul li a {
	text-decoration: none;
	color: #777;
	padding: 3px 0;
	display: block;
}

#footer-right {
	float: right;
	text-align: right;
	margin-top: 5px;
}

#newsletter-social {
	padding-bottom: 25px;
	margin-bottom: 20px;
	border-bottom: solid 1px #eee;
}

#newsletter-signup {
	font-size: 0;
	display: inline-block;
	margin-right: 20px;
}

#newsletter-signup input {
	padding: 12px 6px;
	font-size: 14px;
	border: solid 1px #666;
}
#newsletter-signup input[type="email"] {
	width: 12em;
}
#newsletter-signup input[type="submit"] {
	border-left: none;
}

#discount {
	font-size: 0;
	display: inline-block;
	margin-right: 20px;
	float: left;
	margin-top: -141px;
}

#discount input {
	padding: 12px 6px;
	font-size: 14px;
	border: solid 1px #666;
}
#discount input[type="email"] {
	width: 12em;
}
#discount input[type="submit"] {
	border-left: none;
}

#social {
	display: inline-block;
}
#social a {
	padding: 0 5px;
}

#payment-logos a {
	padding-right: 10px;
}

/* Content */
#content,
#cartPageContent,
#listingPageContent  {
	margin: 20px 5px 0;
	padding: 0;
	min-height: 600px;
	min-height:55vh;
}


/* Breadcrumbs */
#breadcrumbs ul,
#breadcrumbs ul h1 {
	padding: 0;
	font-size: 14px;
	font-weight:normal;
}
#breadcrumbs ul li {
	display: inline-block;
}
#breadcrumbs ul li:after {
	content: ">";
	color: #aaa;
	padding: 0 0 0 5px;
}
#breadcrumbs ul li:last-of-type:after {
	content: "";
	padding: 0;
}
#breadcrumbs ul li a {
	color: #666;
	text-decoration: none;
}
#breadcrumbs ul li.active a {
	color: #000;
	cursor: default;
}


/* Product */

#gallery {
	display: inline-block;
	vertical-align: top;
	width: 400px;
	position: relative;
}
/*productVideo and thumbnail*/
#videoWrp {
  position: absolute;
  z-index: 9999;
  background: #FFFFFF;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0px;
  display: none;
}
.open-video {
	width:125px;
	height:125px;
	background-image: url('');	
}

#videoWrp video{ width:100%; height:100%  ; -webkit-filter: contrast(115%) brightness(110%);}
.open-video{ display:block; background: url(../img/icons/icn-video-play.png);  background-position: center; background-repeat:no-repeat;}
.close-video { box-sizing:border-box; position:absolute; cursor:pointer; z-index:1; border:1px solid #e5e5e5; background-image: url(../img/icons/icn-pop-close.png); background-color:#FFF; width: 34px;  height: 34px;  background-position: -7px -7px; transition: none; -webkit-transition: none; position: absolute; right: 15px; top: 15px; z-index: 1;}
.close-video:hover { border-color:#2e2e2e; background-position: -7px -53px!important; background-color:#2e2e2e;}


#product-image #zoom {
	position: absolute;
}
#product-image {
	border: solid 1px #bbb;
	margin-bottom: 25px;
}
#product-image:after {
	content:'';
	display:block;
	width:33px;
	height:33px;
	position:absolute;
	top:0;
	right:0;
	background: url(../img/icon-zoom.png);
}
#gallery #main-image {

}
#gallery ul {
	padding: 0;
	font-size: 0;
	margin-bottom: 25px;
}
#gallery li {
	display: inline-block;
	font-size: inherit;
	margin: 0 9px 8px 0;
	overflow: auto;
	font-size: 14px;
	cursor: pointer;
	border: solid 1px #bbb;
	vertical-align: top;
}
#gallery li.active {
	cursor: default;
	border-color: #444;
}
#gallery li:nth-of-type(3n+3) {
	margin-right: 0;
}
#gallery li img {
	width: 125px;

}

.limitedDescription {
	display: block;
	overflow: hidden;
	height:54px;
	position: relative;
	color: #777;
	font-size: 13px;
}

.limitedDescriptionOverlay-disabled {
	z-index: 999;
	display: block;
	position: absolute;
	width:100%;
	height:54px;
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 30%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(30%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 30%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 30%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 30%,rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 30%,rgba(255,255,255,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

#product-details {
	display: inline-block;
	margin-left: 50px;
	width: 515px;
}
#product-details h1,
#product-details h2 {
	margin: 0;
	font-size: 2.3em;
	color: #000;
	line-height: normal;
}
#product-details h1 small,
#product-details h2 small {
	margin: 5px 0 0 0;
	font-size: 0.45em;
	display: block;
	font-weight: normal;
	color: #999;
}
h3 {
	margin: 20px 0 10px 0;
	font-size: 20px;
	font-weight: normal;
	color: #555;
}
h3.label {
	display: inline-block;
	margin-right: 1em;
}
h4 {
	margin: 0 0 5px 0;
	font-size: 16px;
	color: #555;
}

#product-details dl {
	font-size: 20px;
}
#product-details dt {
	color: #aaa;
	float: left;
	width: 4em;
}
#product-details dt:after {
	content: ":";
}
#product-details dd {
	color: #000;
}

#was-price {
	font-weight: bold;
	font-size: 1.7em;
	color: black;
	text-decoration: line-through;
	line-height: normal;
}
#price {
	font-weight: bold;
	font-size: 2.2em;
	line-height: normal;
	display: block;
	color: red;
}


#product-description {
	margin-bottom: 40px;
}
.show-more {
	text-decoration: none;
	color: #777;
	/*display: block;*/
	padding: 5px 0;
}
#product-description .show-more {
	float: right;
	color: #333;
	font-size: 16px;
	padding: 0;
}

.options {
	padding: 0px;
	margin: 0 0 10px 0;
}
.options li {
	display: inline-block;
	border: solid 1px #ccc;
	line-height: 30px;
}
.options li a {
	display: block;
	line-height: 30px;
}

.swatches li {
	margin-right: 8px;
}

.swatches li.silver {
	background: #F5F8FA;
}
.swatches li.gold {
	background: #FFF8CC;
}
.swatches li.white {
	background: #fff;
}
.swatches li.grey {
	background: #ccc;
}
.swatches li.black {
	background: #000;
}
.swatches li.blue {
	background: #35C;
}
.swatches li.brown {
	background: #693D16;
}
.swatches li.purple {
	background: #63228F;
}
.swatches li.orange {
	background: #E67C0B;
}
.swatches li.green {
	background: #1C2;
}
.swatches li.yellow {
	background: #ee0;
}
.swatches li.red {
	background: #e11;
}
.swatches li.pink {
	background: #FBB;
}
.swatches li a {
	width: 35px;
	height: 35px;
}

#size-guide {
	float: right;
	color: #888;
	text-decoration: none;
	margin-top: -2em;
}
#sizes li {
	background: #000000;
	margin-bottom: 4px;
}
#sizes li .active{
	background: #E0EF33;
	color: #000000;
}

#sizes li .active a{
	color: #000000;
}

#sizes li:hover {
	background: #6F6F6F;
	cursor: pointer;
}
#sizes li a {
	color: #fff;
	min-width:50px;
	padding: 0px 15px;
	text-align: center;
	text-decoration: none;
	font-size: 20px;
}

#quantity {
	width: 2.5em;
	font-size: 18px;
	padding: 4px 8px;
}

#delivery-summary {
	display: block;
	width: 100%;
	margin-top: 30px;
}
#delivery-summary p {
	margin: 0 0 5px 0;
	color: #777;
}

.quickListHead {
background: #E0EF33;
border-radius: 5px;
border-right: 1px #AAA42E solid;
padding: 0px 15px;
height: 46px;
margin-top: 20px;
}

.quickListHead h2 {
display: inline-block;
float: left;
padding: 0;
margin: 0;
line-height: 46px;
text-transform: uppercase;
font-size: 14px;
}

.quickList ul li {
display: block;
margin: 0;
padding: 0;
float: left;
width: 228px;
height: 338px;
margin: 0 20px 20px 0;
border: 1px solid #CCC;
overflow: hidden;
}



/* Product Listing */




#product-browser {

}
#listing-wrapper {
        display: inline-block;
        vertical-align: top;
		width: 736px;
}
#listing-main {

}

#listing-main .sort {
		margin-top: -35px;
        text-align: right;
		font-size: 12px;
		width: 500px;
		float: right;
}
#listing-main .sort .label {
        font-weight: bold;
        margin: 0 3px 0 40px;
}
#listing-main .sort select {
        padding: 2px 3px;
}
.strut {
	width:900px;
	clear: both;
}

#products {
        padding:0;
        float:left;
}
#productsHome {
        padding: 0;
}
#products li {
        display: inline-block;
		vertical-align: top;
        border: solid 1px #ccc;
        width: 230px;
        margin: 0 16px 16px 0;
}
#products li:hover {
        border: solid 1px #000;
}
#productsHome li {
        display: inline-block;
        border: solid 1px #ccc;
        width: 215px;
        margin: 0 37px 20px 0;
}
#productsHome li:hover {
        border: solid 1px #000;
}
#productsHome li:nth-of-type(3n+3) {
        margin-right: 25px;
}
#productsHome li:nth-of-type(4n+4) {
        margin-right: 0px;
}
#products li:nth-of-type(3n+3) {
        margin-right: 0;
}
#products li.last {
        margin-right: 0;
}
#products li img {
        width: 230px;
        height: 230px;
}
#products .details {
        padding: 8px;
}
#products .details a.noline {
	height: 3.7em;
	display:block;
	overflow:hidden;
}
#products .thumbnail {
        display: block;
}
#products .title {
        display: block;
        font-weight: bold;
        font-size: 0.8;
        color: #000;
        line-height: 1.3em;
        margin-bottom: 5px;
        height: 52px;
        text-decoration: none;
}
#products .brand {
        display: block;
        color: #999;
		min-height: 1.3em;
}
#products .was-price {
        display: block;
        font-weight: bold;
        color: black;
        text-decoration: none;
        text-align: right;
        text-decoration: line-through;
}
#products .price {
        display: block;
        font-weight: bold;
        color: #000;
        text-align: right;
        color: red;
}
#productsHome li img {
        width: 215px;
        height: 215px;
}
#productsHome .details {
        padding: 8px;
}
#productsHome .thumbnail {
        display: block;
}
#productsHome .title {
        display: block;
        font-weight: bold;
        font-size: 0.8;
        color: #000;
        line-height: 1.3;
        margin-bottom: 5px;
        height: 52px;
        text-decoration: none;
}
#productsHome .brand {
        display: block;
        color: #999;
		min-height: 1.3em;
}
#productsHome .was-price {
        display: block;
        font-weight: bold;
        color: red;
        text-decoration: none;
        text-align: right;
}
#productsHome .price {
        display: block;
        font-weight: bold;
        color: #000;
        text-align: right;
}

#pagination {
        border-top: solid 1px #eee;
        margin: 5px 0;
        text-align: right;
        color: #aaa;
}
#pagination .inner {
        margin-top: -2px;
}
#pagination .label {
        margin: 0 20px 0 0;
        font-size: 14px;
}
#pagination ul {
        padding: 0;
        margin: 0;
        display: inline-block;
}
#pagination li {
        display: inline-block;
        font-size: 14px;
}
#pagination li:hover {
        border-top: solid 2px #aaa;
}
#pagination li.active {
        border-top: solid 2px #444;
}
#pagination li.arrow:hover {
        border-top: none;
}
#pagination li a {
        text-decoration: none;
        color: #aaa;
        display: block;
        padding: 8px;
        /*background: red;*/
}
#pagination li.active a {
        color: #777;
        cursor: default;
}


/* Listing Sidebar */


#listing-sidebar {
        float: left;
        display: inline-block;
        width: 215px;
        margin-right: 17px;
}

#listing-sidebar h2 {
        background: #999;
        color: #fff;
        padding: 5px 10px;
        font-size: 14px;
        font-weight: bold;
}

#listing-sidebar h4 {
        font-size: 14px;
        margin:0px;
}

#listing-sidebar #spacer {
        height: 100px;
}

#refine-listing {

}

#active-filters {
        padding: 0;
        margin: 5px 0px;
}
#active-filters li {
        margin: 3px 0;
        background: #595959;
        color: #fff;
        padding: 6px 10px 7px 10px;
        font-size: 12px;
}
#active-filters li .remove {
        text-transform: uppercase;
        color: #bbb;
        text-decoration: none;
        font-size: 10px;
        float: right;
        line-height: 19px;
}

.clear-all-active {
        float: right;
        text-transform: uppercase;
        color: #aaa;
        text-decoration: none;
        margin: 4px 2px 8px 0;
        font-size: 11px;
}

.list-filters li a {
        color: #444;
}

.filters#categories li {
		width: 196px;
		padding-left: 12px;
		text-align: left;
}

.filters {
        padding: 0px;
        margin: 0 5px 10px 5px;
}
.filters li {
        display: inline-block;
        border: solid 1px #ccc;
        width: 102px;
        font-size: 12px;
        background: #6F6F6F;
        text-align: center;
        margin-bottom: 2px;
		position: relative;
}
.filters li .icon.filter-selected {
		display: none;
		position: absolute;
		background: url('../img/icon-filter-selected.png');
		width: 25px;
		height: 25px;
		text-align: center;
		left: 50%;
		margin-left: -13px;
		top: 50%;
		margin-top: -13px;
}
.filters li.active {
		background: #ccc;
}
.filters#Colour li.active .icon.filter-selected {
		display: block;
}
.filters li:hover .icon.filter-selected {
		display: block;
		background-position: bottom;
}
.filters li a {
        display: block;
        line-height: 1.2em;
        color: #fff;
        text-decoration:none;
        font-weight:bold;
        padding: 10px;
        box-sizing: border-box;
}



/*
.filters li.brown {
        background: #8F3F1F;
        color: #8F3F1F;
}
.filters li.bronze {
        background: #BF7F1F;
        color: #BF7F1F;
}
.filters li.green {
        background: #1FEF3F;
        color: #1FEF3F;
}
.filters li.blue {
        background: #1F3FEF;
        color: #1F3FEF;
}
.filters li.red {
        background: #FF3F1F;
        color: #FF3F1F;
}
.filters li.black {
        background: #080808;
        color: #080808;
}
.filters li.grey {
        background: #787878;
        color: #787878;
}
.filters li.purple {
        background: #C818C8;
        color: #D828D8;
}
.filters li.pink {
        background: #EF48E8;
        color: #D828D8;
}
.filters li.yellow {
        background: #E8E808;
        color: #E8E808;
}
.filters li.white {
        background: #FFFFFF;
        color: #FFFFFF;
}
.filters li.silver {
        background: #DDD;
        color: #DDD;
}
.filters li.orange {
        background: #F88808;
        color: #F88808;
}
.filters li a {
        display: block;
        line-height: 33px;
        color: #fff;
        text-decoration:none;
        font-weight:bold;
}
*/
.filters li span.active {
        display: block;
        line-height: 1.2em;
        color: #fff;
        text-decoration:none;
        font-weight:bold;
}

/* category filter alignment fix */
.filters li {
	padding: 0;
	width: 100%;
}
#Size li {
	width:auto;
	min-width:48%;

}
#categories li a {
	margin-left:15px;
}

#categories li a:before{
	color:white;
	content:">";
	position: absolute;
	left:10px;
}
#categories li:first-child a { margin-left:0;}
#categories li:first-child a:before{content:"";}
/**/


#size {
        font-size: 0;
}
#size li {
        background: #C1C1C2;
        margin: 0 6px 6px 0;
}
#size li.active {
        background: #3F3F3F;
}
#size li a {
        color: #fff;
        text-align: center;
        text-decoration: none;
        font-size: 21px;
}

#brand {
        padding: 0;
        list-style-type: none;
        margin-top:4px;
}


#brand li {
		padding:1px 0px;
}
#brand li a {
        text-decoration: none;
        color: #666;
        font-size: 13px;
}
#brand li .icon.filters-checkbox {
		vertical-align: text-top;
}
#brand li.active .icon.filters-checkbox {
        background-position: left bottom;
}

.brands-list ul {
		list-style: none;
		padding:20px 0px;
		height:5px;
}

.brands-list ul li {
		float: left;
		width: auto;
		padding: 0px 24px 0px 0px;
}

/* Tiny Scrollbar */

#scrollbar1 { width: 470px!important; margin:0; }
#scrollbar1 .viewport { width: 455px; height: 230px; overflow: hidden; position: relative; }
#scrollbar1 .overview { list-style: none; position: absolute; left: 0; top: 0; padding: 0; margin: 0; }
#scrollbar1 .scrollbar{ background:#CCC; position: relative; background-position: 0 0; float: right; width: 5px; right:5px; }
#scrollbar1 .track { height: 100%; width:5px; position: relative; padding: 0; }
#scrollbar1 .thumb { background:#999; height: 20px; width: 11px; cursor: pointer; overflow: hidden; position: absolute; top: 0; left: -3px; }
#scrollbar1 .disable { display: none; }
.noSelect { user-select: none; -o-user-select: none; -moz-user-select: none; -khtml-user-select: none; -webkit-user-select: none; }



/** BANNER */
.bx-wrapper {
	position: relative;
	margin: 0 auto 60px;
	padding: 0;
	*zoom: 1;
}
.bx-wrapper img {
	max-width: 100%;
	display: block;
}
/** THEME */
.bx-wrapper .bx-viewport {
	background: #fff;
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}
/* LOADER */
.bx-wrapper .bx-loading {
	min-height: 50px;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}
/* PAGER */
.bx-wrapper .bx-pager {
	display:none;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
	left: -10px;
	background: url(../img/icon-ban-cont.png) no-repeat left;
	border-radius: 5px;
}
.bx-wrapper .bx-next {
	right: -10px;
	background: url(../img/icon-ban-cont.png) no-repeat right;
	border-radius: 5px;
}
.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -25px;
	outline: 0;
	width: 50px;
	height: 50px;
	text-indent: -9999px;
	z-index: 9000;
}
.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}


/* BASKET POPUP */

#basket {
position:relative;
}
#basket #basket-quickitems {
	position:absolute;
	top:45px;
	right:0;
	width:500px;
	background:#FFF;
	border:1px solid #CCC;
	text-align:left;
	z-index: 9990;
	opacity: 0;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.);
}
#basket #basket-close {
	display:block;
	width:40px;
	height:45px;
	position:absolute;
	top:-45px;
	right:10px;
	cursor:pointer;
}
#basket .basketList {
	position:relative;
	padding:0 15px;
}
#basket .basketListItem {
	clear:both;
	border-top:1px solid #CCC;
	padding:15px 0;
	font-size:12px;
	width:440px;
}
#basket .basketListItem:nth-child(1) {
	border-top:0 none;
}
#basket .basketListItem  .itemImag {
	float:left;
	width:85px;
	height:85px;
}
#basket .basketListItem  .itemImag img {
	display:block;
	padding:0;
	margin:0;
	width:70px;
	background:#CCC;
}
#basket .basketListItem  .itemInfo {
	float:left;
	width:200px;
}
#basket .basketListItem  strong {
	color:#000;
}
#basket .basketListItem  .itemTitl {
	display:block;
	color:#000!important;
	font-size:16px;
	height: 20px;
	overflow: hidden;
}
#basket  .basketListItem  .itemCats {
	display:block;
	font-size:10px;
	color:#666;
	margin:0 0 10px 0;
}
#basket  .basketListItem  .itemColr {
	display:block;
}
#basket  .basketListItem  .itemSize {
	display:block;
}
#basket  .basketListItem .itemQuan {
	float:left;
	width:80px;
	padding-left:15px;
}
#basket  .basketListItem .itemQuan input {
	float:left;
	width:30px;
}
#basket  .basketListItem .itemQuan a {
	display:block;
	float:left;
	line-height:21px;
	padding:0;
	background:#666;
	color:#FFF;
	text-decoration:none;
	margin: 0 0 0 2px;
	width:17px;
	text-align:center;
}
#basket .basketListItem  .itemCost {
	float:right;
	width:60px;
	text-align:right;
	color:#000!important;
	font-size:16px;
	font-weight:bold;
}
#basket .basketListItem  .clr {
	clear:both;
}
#basket .basketHead span {
	display:inline-block;
}
#basket .basketHead span:nth-child(1) {
	width:283px;
}
#basket .basketHead span:nth-child(2) {
	width:105px;
}
#basket .basketHead {
	border-bottom:1px solid #CCC;
	margin:0 15px 15px;
}
#basket .basketHead {
	padding:15px;
	clear:both;
}
#basket .basketFoot{
	padding:15px;
	clear:both;
	font-size:16px;
	position:relative;
	text-align:right;
	height:70px;
	border-top:1px solid #CCC;
	margin: 15px 15px 0 15px;
}
#basket #basketTotals{
	position:absolute; top:15px; right:30px;
}
#basket #basketTotals span {
	display:block;
}
#basket .basketFoot a {
	display:block;
	position:absolute;
	left:0px;
}
#basket .basketFoot #checkOut {
	top:15px!important;
}
#basket .basketFoot #checkCont {
	top:65px!important;
	font-size:12px;
	color:#666;
}
#basket .basketFoot strong {
	display:inline-block;
	width:70px;
}
#basket .basketFoot .subTotal {
	color:#000;
	margin:5px 0 0 0;
	font-weight:bold;
}

#basket-summary:hover {
	cursor: pointer;
}

.btn.cta.checkout {
padding: 10px 25px;
}

#checkout { }
#checkout .checkoutDesc {
	padding:15px 0;
	color:#666;
}
#checkout > h1 {
	padding:0 0 15px 0;
	margin:0;
	display:block;
	border-bottom:1px solid #CCC;
	font-size:18px;
	text-transform:uppercase;
}
#checkout .split50 {
	float:right;
	width:48%;
	margin:20px 0 30px 0 ;
}

#checkout .split50:nth-child(2) {
	float:right;
	border-left:1px solid #CCC;
	padding-left:35px;
	height:280px;
}
.checkoutForm h2 {
	padding:0;
	margin:0;
	display:block;
	font-size:16px;
	color:#000;
	text-transform:uppercase;
}
.split50 p {
	color:#666;
	margin:5px 0 20px 0;
	display:block;
}
.split50  input[type=text] {
display:block;
padding:5px;
line-height:20px;
border:1px solid #CCC;
width:90%;
}
.split50  input[type=text]:focus {
	background: #E0EF33;
}
.split50  label {
display:block;
margin:0px 0 5px 0;
padding: 0px!important;
font-size:14px;
}
.split50 button {
	margin:20px 0 0 0;
	display:block; padding:15px 5px;
	border:0 none;
	width:92%;
	color: #E0EF33;
	font-weight: bold;
	font-size:21px;
	background: #333;
	background: -moz-linear-gradient(top,  #666666 0%, #222222 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#666666), color-stop(100%,#222222));
	background: -webkit-linear-gradient(top,  #666666 0%,#222222 100%);
	background: -o-linear-gradient(top,  #666666 0%,#222222 100%);
	background: -ms-linear-gradient(top,  #666666 0%,#222222 100%);
	background: linear-gradient(to bottom,  #666666 0%,#222222 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#222222',GradientType=0 );
}
#checkout button, .formItem .formButton {
	display:block;
	border:0 none;
	color: #E0EF33;
	font-weight: bold;
	font-size:21px;
	background: #333;
	background: -moz-linear-gradient(top,  #666666 0%, #222222 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#666666), color-stop(100%,#222222));
	background: -webkit-linear-gradient(top,  #666666 0%,#222222 100%);
	background: -o-linear-gradient(top,  #666666 0%,#222222 100%);
	background: -ms-linear-gradient(top,  #666666 0%,#222222 100%);
	background: linear-gradient(to bottom,  #666666 0%,#222222 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#222222',GradientType=0 );
}
#checkoutButton {
	display:block;
	border:0 none;
	color: #E0EF33;
	font-weight: bold;
	font-size:21px;
	float:right;
}
#register > h1 {
	padding:15px 0;
	margin:0;
	display:block;
	border-bottom:1px solid #CCC;
	font-size:18px;
	text-transform:uppercase;
}

#register h2 {
	padding:12px 0;
	margin:0;
	display:block;
	font-size:15px;
	text-transform:uppercase;
}

#register .formRow { padding-bottom:30px!important; }
.shippingAddressHolder {
	height:0px; overflow:hidden;
}
.passwordHolder {
	height:90px; overflow:hidden;
}
.formRow { clear:both; padding:10px 0 25px 0; border-bottom:1px solid #CCC;}
#updateCustomerForm .formRow { padding:0px 0 25px 0; border:none;}
.loginFormRow { clear:both; padding:10px 0 25px 0; border-bottom:0px;}
.split50 .formItem { float:left; width:100%; }
.split50 h2 {text-transform: uppercase; padding:0px; margin:0px;font-size:17px;color:#000;}
.formItem { float:left; width:50%; }
.formItemFull { float:left; width:100%; text-align:center; }
.formItem > label{ display:block; padding:10px 0; }
.formItem > input[type=text]{
	display:block;
	padding:5px;
	line-height:20px;
	border:1px solid #CCC;
	width:90%;
	position:relative;
}
.formItem > input[type=text]:focus {
	background: #E0EF33;
}
#updateCustomerCheckout {
	width:30%;
	margin-left:-3%;
	margin-top:14px;
}
.formItemFull #cancelEdit {
	display:inline-block;
	text-decoration:none;
	width:30%;
	margin-left:-4%;
	margin-right:7%;
	margin-top:14px;
}
#saveAddressCheckout {
	width:30%;
	margin-left:-3%;
	margin-top:14px;
}
.addressLookup, .setcollectplusstore, .unsetcollectplusstore, .placeorder, #saveAddressFormCheckout .addressLookup  {
	height:32px;
	padding-left:15px;
	padding-right:15px;
	color:#E0EF33;
	border:0 none;
	font-weight:bold;
	background: #333;
	background: -moz-linear-gradient(top,  #666666 0%, #222222 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#666666), color-stop(100%,#222222));
	background: -webkit-linear-gradient(top,  #666666 0%,#222222 100%);
	background: -o-linear-gradient(top,  #666666 0%,#222222 100%);
	background: -ms-linear-gradient(top,  #666666 0%,#222222 100%);
	background: linear-gradient(to bottom,  #666666 0%,#222222 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#222222',GradientType=0 );
}

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

#saveAddressFormCheckout .addressLookup {
	font-size:14px;
	display: inline;
	float:left;
}

.formItem > #title{
	display:block;
	padding:5px;
	line-height:20px;
	border:1px solid #CCC;
	width:25%;
	position:relative;
}
.formItem > #title:focus {
	background: #E0EF33;
}
.formItem .PCA_return{
	display:block;
	padding:6px;
	line-height:20px;
	border:1px solid #CCC;
	width:51.5%;
	position:relative;
}
#PCA_returnBilling, #PCA_returnShipping, #saveAddressFormCheckout .PCA_return {
	width:92%;
}
#billingPostcode, #shippingPostcode, #collectPlusPostcode {
	width:65%;
	margin:0px;
	float:left;
}
#saveAddressFormCheckout #postcode {
	width:65%;
	margin:0px;
	float:left;
}
#PCA_autocompletableBilling, #PCA_autocompletableShipping {
	display:none;
}

.formItem .PCA_return:focus {
	background: #E0EF33;
}
.formItem > input[type=password]{
	display:block;
	padding:5px;
	line-height:20px;
	border:1px solid #CCC;
	width:90%;
	position:relative;
}
.formItem > input[type=password]:focus {
	background: #E0EF33;
}

.formItem > input, .formItem > select {
	margin-bottom: 8px;
}

.loginFormHolder {
	padding-left:33%;
	border-bottom:1px solid #CCC;
}

.gradientButton {
	color:#E0EF33; border:0 none; font-weight:bold;
	background: #333;
	background: -moz-linear-gradient(top,  #666666 0%, #222222 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#666666), color-stop(100%,#222222));
	background: -webkit-linear-gradient(top,  #666666 0%,#222222 100%);
	background: -o-linear-gradient(top,  #666666 0%,#222222 100%);
	background: -ms-linear-gradient(top,  #666666 0%,#222222 100%);
	background: linear-gradient(to bottom,  #666666 0%,#222222 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#222222',GradientType=0 );
	width:52%; margin:0 0 20px 20%; padding:10px 0; font-size:21px;
}
#addAddressButton {
	width:25%; font-size: 15px; margin: 0px;
	padding:7px 0;
}
#addAddressButtonCheckout {
	width:25%; font-size: 15px; margin: 0px;
	padding:7px 0;
}
.formItemFull p {
	float:left;
	text-align:left;
}

#editAddressButton {
	width:25%; font-size: 15px; margin: 0 0 0 15px;
	float: left;
	padding:7px 0;
}
#editAddressButtonCheckout {
	width:25%; font-size: 15px; margin: 0 0 0 15px;
	float: left;
	padding:7px 0;
}
#editAddressID {
	width:40%!important;
}
#doLogin {
	width:93%; margin:35px 0 0 0; padding:10px 0; font-size:21px;
}
#resetPasswordButton {
	width:93%; margin:20px 0 15px 0; padding:10px 0; font-size:21px;
}
#forgotPasswordButton {
	width:93%; margin:20px 0 15px 0; padding:10px 0; font-size:21px;
}
#doLoginCheckout {
	width:93%; margin:35px 0 0 0; padding:10px 0; font-size:21px;
}
#doCheckoutGuest {
	width:93%; margin:35px 0 0 0; padding:10px 0; font-size:21px;
}
.formItemCentral {
	width:100%; text-align:center;
}
.formRowCentral {
	border-top:1px solid #CCC;
}
#registerCustomer {
	width:35%; margin:15px 0 0 0; padding:10px 0; font-size:21px;
}
#inlineLabel { display:inline-block; margin:0 0 0 6px; padding-top:1px; }
.fatOne { margin:0 0 5px 0; }
.infoPostcode .formItem { width: 60%;  }
.infoPostcode .formItem  > input { width:75%; display:inline-block; }
.infoPostcode .formItem  > button { width:20%; display:inline-block!important; font-size:14px!important; line-height:31px;}
.infoDeliveryAddress .formItem { text-align:center!important; width:100%; padding:10px 0 0 0; }
.infoDeliveryAddress label { display:inline; margin:0 30px 0 5px; }
.infoSave { padding:20px 0;}
.infoSave .formItem { margin-left:50%; clear:both; }
.infoSave label { display:inline; margin:0 30px 0 5px; }
.infoSave button, .formItem .formButton { width:100%; font-size:21px; line-height:46px; margin:15px 0 0 0;  }
.formItem .formButton {text-align: center;}
.differentAddress { height:0; overflow:hidden; }
.differentAddress h2 { padding:15px 0 5px; }
.differentAddress p { display:block; margin:0; padding:0 0 15px 0; }
.differentAddress .infoPostcode { border-top:1px solid #CCC;}


#basketReview { }
.reviewHead { padding:15px; clear:both; }
.reviewHead  span:nth-child(2){ margin:0 0 0 690px; }
.reviewHead  span:nth-child(3){ margin:0 0 0 130px; }
.reviewBody > .reviewItem { border-top:1px solid #CCC; padding:15px; font-size:16px; font-weight:bold; clear:both; }
.reviewBody > .reviewItem > span {display:block; float:left; }
.reviewBody > .reviewItem > span.reviewItemImage { width:98px; height:98px; border:1px solid #ccc; margin:0 20px 0 0; overflow:hidden; text-align:center; }
.reviewBody > .reviewItem > span.reviewItemImage img { height:98px; display:block; padding:0; margin:0; background:#EEE; }

.reviewBody > .reviewItem > span.reviewItemInfo { width:600px; color:#666; }
.reviewBody > .reviewItem > span.reviewItemInfo > span { display:block; }
.reviewBody > .reviewItem > span.reviewItemInfo strong { color:#000; }
.reviewBody > .reviewItem > span.reviewItemInfo > span.reviewItemTitle { color:#000; }
.reviewBody > .reviewItem > span.reviewItemInfo > span.reviewItemSize  { }
.reviewBody > .reviewItem > span.reviewItemQuan { width:100px; }
span.reviewItemQuan input {
	float:left;
	width:25px;
	margin-right: 6px;
}
span.reviewItemQuan  a {
	display:block;
	float:left;
	line-height:21px;
	padding:0;
	background:#666;
	color:#FFF;
	text-decoration:none;
	margin: 2px 0 0 4px;
	width:17px;
	text-align:center;
}
span.reviewItemQuan  a.cartPageItemQuanZero {
	background:#BBB;
	color:#FFF;
	margin: 2px 0 0 4px;
}
#emptyCart {
	height:200px;
}
.reviewBody > .reviewItem > span.reviewItemPrice { width:100px; text-align:right; float:right; color:#000; }
.reviewFoot { border-top:1px solid #CCC; padding:0px; border-bottom:1px solid #CCC; font-size:16px; text-align:right; clear:both; width:100%;}
.reviewFoot > div { padding:15px 15px 0px 15px;}
.reviewFoot > .totalRow {border-top:1px solid #CCC; font-weight:bold; color:#000; margin:15px 0 0 0; padding:15px; font-size:21px; }
.reviewFoot strong { color:#000; width:110px; display:inline-block;}

.stage3 h2 { padding:15px 0 }

#orderReview { background:#EEE; padding:20px; }
#orderReview  h3{ display:block; padding:0; margin:0; font-size:16px; font-weight:bold; position:relative; color:#000; }
#orderReview  h3 a { margin: 0 0 0 15px; padding:0 0 0 15px; border-left:1px solid #CCC; font-size:14px; text-decoration:none; color:#666;  }
#orderReview  > div{ float:left; }
.orderReviewDetails { width:385px; }
.orderReviewBilling { width:249px; padding:0 0 0 20px; border-left:1px solid #CCC;}
.orderReviewDelivery { width:249px;  padding:0 0 0 20px; border-left:1px solid #CCC;}

.orderReviewDetails strong { display:block; margin:  0 0 5px 0; }
#orderReview strong { color:#000; }

div.clr { clear:both!important; float:none!important; }


.infoPayment .formItem  { width:100%; text-align:right; background:#EEE;margin:0; }
.infoPayment   {  text-align:right; background:#EEE; padding:15px;  margin:0; }
.infoPayment img{ margin:0 0 0 10px; cursor:pointer;  }
.infoPayment input { margin:0 0 0 50px;  }
.infoPayment h3 { display:inline-block!important; clear:none; color:#000; text-transform:uppercase; font-size:16px; font-weight:bold; }

#orderConfirmation  h1 { padding:0 20px 20px 20px; border-bottom:1px solid #CCC; margin:0; }
#orderConfirmation p { display:block; margin-bottom:10px; }
#orderConfirmation strong { font-size:15px; }
.orderConfirm { float:left; width:53%; padding: 0 20px; margin:20px 0; clear: left;}

.orderShare { float:right; width:40%; border-left:1px solid #CCC; padding: 0 0 0 10px; margin:20px 0;}
.orderShare .shareProd { width:98px; height:98px; border:1px solid #ccc; overflow:hidden; text-align:center; display:block; float:left; }
.orderShare .shareProd img { height:98px; display:block; padding:0; margin:0; background:#EEE; }
.orderShare .shareText { width:320px; height:40px; border:1px solid #ccc; display:block; float:left; padding:15px; border-left:0 none;border-bottom:0 none; }
.shareBox { margin:15px 0 0 0; }
.shareBox > span.shareWhere { float:left; width:50px; height:100px; display:block; }
.shareBox > span.shareWhere img { width:50px; height:50px; display:block; background:#3b5998; cursor:pointer; }
.orderShare input { width:242px; height:19px; border:1px solid #ccc; display:block; float:left; border-left:0 none; padding:4px;}
.orderShare button{ width:100px; height:29px; text-align:center; display:block; float:left; border:0 none; background:#3b5998; color:#FFF; font-weight:bold; }


#popbg { position:fixed; top:0; left:0; right:0; bottom:0; background:#FFF;  z-index:9992; display:none; cursor:pointer; }
#popup { position:fixed; top:40px; left:-310px; margin-left:50%; top:50%; margin-top:-210px; z-index:9993; overflow-x:hidden; height:400px; border:10px solid #FFF;
box-shadow: 0px 0px 30px rgba(0,0,0,0.2); display:none; }

/*overlay popup*/
#overlay {
	position: fixed;
	left: 0;
	top:0;
	width:100%;
	height:100%;
	z-index:3;
	background-color:rgba(0,0,0,0.7);
}
/*no scroll helper - stops body scrolling on overlay open*/
.no-scroll {
	height:100%;
	overflow: hidden;
}

#popupMessage {
	position:fixed;
	left:-180px;
	margin-left:50%;
	width:360px;
	top:40%;
	margin-top:-50px;
	overflow:hidden;
	min-height:100px;
	border:1px solid #DDD;
	background: #FFF;
	padding: 15px;
	box-shadow: 0px 0px 30px rgba(0,0,0,0.2);
	text-align: center;
}

#popupMessageLarger {
	position:relative;
	top:150px;
	margin:0 auto;
	width:760px;
	z-index:9993;
	overflow-y:scroll;
	min-height:300px;
	max-height:450px;
	border:1px solid #DDD;
	background: #FFF;
	padding: 15px;
	box-shadow: 0px 0px 30px rgba(0,0,0,0.2);
	text-align: center;
}

#popupMessage h2, #popupMessageLarger h2 {
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid #EEE;
	width:100%;
	padding-bottom:4px;
	margin-top:0px;
	margin-bottom:22px;
}


#popupMessageLarger .infoPageWrp {
	font-size:80%;
	text-align:left!important;
}

#popupMessageLarger .infoPageWrp h1 {
	display:none;
}

#popupMessageLarger .infoPageWrp #headings {
	display:none;
}

#popupMessage p,#popupMessageLarger p {
}

#popupMessage input[type=button],#popupMessageLarger input[type=button] {
	margin: auto;
	margin-top:10px;
	margin-bottom:10px;
	padding: 5px 35px;
	width: 120px;
	font-size: 16px;
}

#sizeGuideData {
	display: none;
}
#termsData {
	display: none;
}

#size-guide:hover {
	cursor: pointer;
}

#myAccount { }
#myDashboardLeft {
	float:left;
	width:20%;
}
#myDashboardRight {
	float:right;
	width:75%;
}
#myAccount  h1, #myAccount  h2, #myAccount h3, #myAccount h4 { display:block; margin:0; padding:0; font-size:16px; font-weight:bold; text-transform:uppercase; color:#000; }
#myAccount  h1 {
	border-bottom:1px solid #CCC; padding:15px 0;
}
#myAccount  h2 {
	border-bottom:1px solid #CCC; padding:15px 0;
}
#myDashboardRight > div { padding:15px 0; }
#myDashboardLeft > h3 { border-bottom:1px solid #CCC; padding:15px 0; }
#myDashboardRight h3 { text-transform:none;  }
#myDashboardRight h3 a { margin: 0 0 0 15px; padding:0 0 0 15px; border-left:1px solid #CCC; font-size:14px; text-decoration:none; color:#666;  }
#myDashboardRight > .dashView> div { float:left; width:45%;  }
#myDashboardRight > .dashView > div:nth-child(2) { float:right; width:45%;  }
#myDashboardRight h3 a { margin: 0 0 0 15px; padding:0 0 0 15px; border-left:1px solid #CCC; font-size:14px; text-decoration:none; color:#666;  }


#myDashboardLeft > ul { padding:10px 0 0 0; margin:0; list-style:none; display:block;  }
#myDashboardLeft > ul > li { display:block;   }
#myDashboardLeft > ul > li > a { display:block; padding:5px 0; text-decoration:none; color:#666;   }
#myDashboardLeft > ul > li > a:hover { color:#000;   }
#myAccount .formRow {  padding:0; overflow:hidden; margin:0!important; }
#myAccount .formItem { float:none; width:100%; clear:both; padding:15px 0 0 0; margin:0!important;  }
#myAccount  label{ display:block; float:left; clear:none; width:20%; padding:5px 0; }
#myAccount input[type=password] { display:block; float:left; clear:none; width:50%; margin:0; }
#myAccount input[type=text] { display:block; float:left; clear:none; width:50%; margin:0; }
#myAccount input[type=checkbox] { margin:8px 0 0 0; }
#myAccount button{ color:#E0EF33; border:0 none; font-weight:bold;
	background: #333;
	background: -moz-linear-gradient(top,  #666666 0%, #222222 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#666666), color-stop(100%,#222222));
	background: -webkit-linear-gradient(top,  #666666 0%,#222222 100%);
	background: -o-linear-gradient(top,  #666666 0%,#222222 100%);
	background: -ms-linear-gradient(top,  #666666 0%,#222222 100%);
	background: linear-gradient(to bottom,  #666666 0%,#222222 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#222222',GradientType=0 );
}
#myAccount .infoSubmit button{ width:52%; margin:0 0 20px 20%; padding:10px 0; font-size:21px; }
#myAccount .infoPassSubmit button{ width:52%; margin:0 0 20px 20%; padding:10px 0; font-size:21px; }
#myAccount .infoPass { }
#myAccount .infoPass .formItem {  }
#myAccount .formItem:first-child { padding:15px 0 0 0; }
#addressFormHolder .formRow { padding-bottom:20px!important; }
.dashAddress .formRow { padding-bottom:20px!important; }
.formIntro { padding:0px; margin-top:-15px; }
.dashNewsletter .formItem { padding:15px 0!important; }
.dashInfo .formRow { padding-bottom:20px!important; }
.dashInfoPass .formRow { padding-bottom:20px!important; }

.infoAlias  input[type=text]{ width:25%!important; }
.infoAlias  select{ width:20%!important; float:left; height:31px; padding:4px; }
.infoAlias  button { width:20%!important; float:left; height:31px; line-height:31px; }
.infoAlias  span { width:5%!important; float:left; height:31px; line-height:31px; text-align:center; }

#myAccount h1  a { float:right; font-size:14px; text-decoration:none; text-transform:none; color:#666;}
#myAccount .reviewHead { padding-top:0; }
#myAccount .reviewHead span:nth-child(2) {margin-left:462px;}
#myAccount .reviewItemInfo { width:370px; }
#myAccount #orderReview  {margin:15px 0 0 0; }
#myAccount #orderReview > div  { width:45%!important; }
#myAccount #orderReview > div.orderReviewBilling  { border:0 none; }

#myAccount #orderReview > div.orderReviewBilling  { border:0 none; }
#myOrdersTable { width:100%; }
#myOrdersTable th, #myOrdersTable td { padding:15px 5px; border-bottom:1px solid #CCC; text-align:left; }
#myOrdersTable td a { font-weight:bold; text-decoration:none; color:#666;  }
#myOrdersTable tr td:last-child { text-align:right; padding-right:10px;   }
#myOrdersTable tr td:first-child { width:20%; padding-left:10px;    }
#myOrdersTable tbody tr:nth-child(2n+1){ background:#EEE;   }

/** Store Locator */
#storeSearch{ padding:0; margin:0; font-family:Arial, helvetica, san-serif; font-size:14px; color:#555; width:970px; position:relative; }
#storeSearch h1{ font-size:18px!important; border:0 none; padding:0 0 20px 0; margin:0; text-transform:uppercase; height:30px;}
#storeForm { float:left; width:30%; position:relative; }
#storeForm form{ padding:20px; background:#EFEFEF; margin:0; display:block;}
#storeForm form *{ display:block; border:0 none; }
#storeForm form input{ margin:10px 0; width:237px; border:1px solid #ccc; padding:6px; }
#storeForm form button{  width:100%; padding:10px 0; background:#333; color:#E0EF33; font-size:16px; font-weight:bold; text-transform:uppercase; }
#storeResults { float:right; width:67%; line-height:21px; position:relative; }
#storeLine { position:absolute; left:0; top:50px; bottom:0; width:30%; border-right:1px solid #CCC;}
.strClr { clear:both; }
.storeList  { border-top:1px solid #CCC; }
.storeItem { padding:20px 0; border-bottom:1px solid #CCC; clear:both; width:100%; }
.storeItem p { display:block; width:30%; margin:0; padding:0; }
.storeAddress  { width:32%!important;  float:left; }
.storeAddress > strong  { display:block; margin:0 0 5px 0; font-size:16px;  }
.storeAddress > span  { display:block; margin:10px 0 0 0; font-weight:bold;  }
.storeTimes {float:left;  }
.storeDistance {float:left;  }
.storeTimes .sday { display:inline-block; width:90px; font-weight:bold;   }
.storeMap { width:34%!important; text-align:right!important;float:right;  }
.storeMap img{ height:150px;  display:block; clear:both; float:right; }
.storeMap a{ display:block;   clear:both; line-height:40px; text-decoration:none; color:#E0EF33; font-weight:bold; text-align:center; background:#333; }
.storeMap a:hover { background:#555; }

.collectplusList  { border-top:1px solid #CCC; }
.collectplusItem { padding:20px 0; border-bottom:1px solid #CCC; clear:both; width:100%; }
.collectplusItem p { display:block; width:25%; margin:0; padding:0; float:left; }
.collectplusName {margin-left:20px!important; width:20%!important; float:left;}
.collectplusAddress  { width:25%!important;  float:left; }
.collectplusAddress > strong  { display:block; margin:0 0 5px 0; font-size:16px;  }
.collectplusAddress > span  { display:block; margin:10px 0 0 0; font-weight:bold;  }
.collectplusTimes {float:left;  }
.collectplusDistance {float:left;  margin-left:10px; padding-left:25px; padding-top:10px; padding-bottom:10px; background:url('../img/icon-map-pin.png') 0 50% no-repeat;}
.collectplusTimes .sday { display:inline-block; width:90px; font-weight:bold;   }
.collectplusMap { width:15%!important; text-align:right!important;float:right;  }
.collectplusMap img{ height:150px;  display:block; clear:both; float:right; }
.collectplusMap a{ display:block;   clear:both; line-height:40px; text-decoration:none; color:#E0EF33; font-weight:bold; text-align:center; background:#333; }
.collectplusMap a:hover { background:#555; }

.shippingtabs {width:100%; padding-top:10px; clear:both;}
.shippingtabs .shipping {width:50%; text-align:center; padding-top:5px; float:left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;  }
.shippingtabs .shipping:hover{background-color:#E0EF33;}
.shippingtabs .shipping.delivery {border-right:1px solid #ccc;}
.shippingtabs .shipping.active {border-top:1px solid #ccc; border-bottom:1px solid #fff;}
.shippingtabs .shipping {border-bottom:1px solid #ccc; border-top:1px solid #fff;}

#collectplusform.inactive, #deliveryaddressform.inactive {display:none!important;}
#collectplusform .formItem {float:none; padding-bottom:20px;}
.collectplusItem .unsetcollectplusstore, #setcollectplusstore.hidden {display:none!important;}

.collectplusItem.selected {background-color: #f1f1f1; border-top:1px solid #ccc;}
.collectplusItem.selected .setcollectplusstore {display:none!important;}
.collectplusItem.selected .unsetcollectplusstore {display:block!important; font-size:16px!important;}

.collectplusItem.deselected {display:none;}


/*TABS*/
.simpleTabsContent {
	font-size:13px;
}
#tabBlockWrapper {margin-top:10px;}
div.simpleTabs { margin:0px; padding:0px; }
ul.simpleTabsNavigation { margin:0px; padding:0; text-align:left; }
ul.simpleTabsNavigation li { list-style:none; display:inline; margin:0; padding:0; }
ul.simpleTabsNavigation li a { border:1px solid #D0D0D0; padding:8px 10px; background:#E6E6E6; font-size:16px; font-weight:bold; color:#666; text-decoration:none; }
ul.simpleTabsNavigation li a:hover { background-color:#F6F6F6; }
ul.simpleTabsNavigation li a.current { background:#fff; color:#444; border-bottom:1px solid #fff; }
div.simpleTabsContent { border-top:1px solid #E0E0E0; padding:10px 10px 15px; margin-top:6px; display:none; }
div.simpleTabsContent.currentTab { display:block; }
div.simpleTabsContent ul li { line-height:1.5em; }
div.simpleTabsContent ul  { padding-left:20px; }

.priceDisclaimer {
	font-style: italic;
}

/* SPINNERS */
.loadingOverlay {
	/* Fallback for web browsers that don't support RGBa */
    background-color: rgb(255, 255, 255);
    /* RGBa with 0.6 opacity */
    background-color: rgba(255, 255, 255, 0.85);
    /* For IE 5.5 - 7*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#DDFFFFFF, endColorstr=#DDFFFFFF);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#DDFFFFFF, endColorstr=#DDFFFFFF)";
}

.loadingOverlayContainer {
	position: relative;
}

#listingOverlay {
    width:101%;
    height:100%;
    position:absolute;
    z-index:10;
    display: none;
    text-align:center;
}

#listingOverlay img {
	margin-top:150px;
}

#miniCartOverlay {
    width:101%;
    height:100%;
    position:absolute;
    z-index:10;
    display: none;
    text-align:center;
}

#miniCartOverlay img {
	margin-top:6px;
}

#cartOverlayOverlay {
    width:100%;
    height:100%;
    position:absolute;
    z-index:10;
    display: none;
    text-align:center;
}

#cartOverlayOverlay img {
	margin-top:175px;
	padding-left:15px;
}

/* SIZE GUIDE */

table.productSizeGuide
{
    border: 0px solid #E1E1E1;
    border-collapse: collapse;
    margin-top: 10px;
    table-layout: fixed;
    text-align: left;
    width: auto;
    font-size:0.9em;
}

table.productSizeGuide th, table.productSizeGuide td
{
    padding-left: 5px;
    padding-right: 5px;
}

table.productSizeGuide th
{
    border-bottom: 1px dashed #CCC;
    font-weight: bold;
    padding-bottom: 12px;
    padding-top: 12px;
}

table.productSizeGuide td
{
    padding: 6px;
}

table.productSizeGuide tbody tr:hover td
{
    background-color: #EFEFEF;
    color: #555555;
}

table.productSizeGuide caption
{
    text-align:left;
    margin:10px 0px;
    padding-left:2px;
    font-weight: bold;
}

.forgotPasswordLink {
	float:right;
	margin-right:22px;
	margin-top:-67px;
	text-decoration: none;
	font-size:12px;
	color: #B2B2B2;
}
.forgotPasswordLink:hover {
	color: #555;
}





.share-box{ width:auto; height:40px; padding:10px 0px;}
.share-box span{ position:relative; float:left; width:auto;}
.share-box span.st_twitter_hcount,.share-box span.facebk-span,.share-box span.st_facebook_hcount,.share-box span.st_googleplus_hcount{ min-width:90px;}
.product-shop .share-box span.st_twitter_hcount,.product-shop .share-box span.facebk-span,.product-shop .share-box span.st_facebook_hcount,.product-shop .share-box span.st_googleplus_hcount{ min-width:102px;}
.stButton .st-twitter-counter, .stButton .st-facebook-counter{ width:34px !important;}
.share-box span.st-facebook-counter,.stButton .stFb, .stButton .stTwbutton, .stButton .stMainServices{ height:34px !important; width:34px;}

.share-box span.st-twitter-counter{ background:url(/img/icon-twtr.gif) no-repeat left top !important; height:34px !important;}
.share-box span.st-facebook-counter{ background:url(/img/icon-fb.gif) no-repeat left top !important; height:34px !important;}
.share-box span.googleplus{ background:url(/img/icon-g+.gif) no-repeat left top !important; height:34px !important; font-size:0px; line-height:0px; text-indent:-800px; overflow:hidden; width:14px !important;}
.share-box span.st_googleplus_hcount span.stButton_gradient{ border:none !important; padding:0px; height:34px !important;}

.stButton .stArrow{ height:34px !important; background:url(/img/arrow-st.gif) no-repeat left top !important; padding-left:9px !important}
.stButton .stHBubble,.stButton .stButton_gradient,.share-box span.st_googleplus_hcount span.stButton_gradient.stHBubble{ border:2px solid #d8d8d8 !important; -moz-border-radius:none !important; -moz-border-radius:0 !important; height:26px !important;background:#fff !important; padding:2px; min-width:25px; text-align:center;}
.stButton .stBubble_hcount{ line-height:26px !important;height:26px !important; float:none; font-weight:bold;}

#container {
background:#FFF;
padding: 0 12px;
-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
}

.orderTrms { float:right;  font-size: 12px; }
.orderTrms #trmsPop { text-decoration: underline; }
.orderTrms #trmsPop:hover { color:#000; cursor:pointer; }




/*help page*/
#help_container > .menu {
	border-top:1px solid #999;
	padding:0;
}

/*toplevel*/
#help_container > .menu > li {
	border-bottom:1px solid #6f6f6f;
	list-style: none;
	margin:0;
	padding:0 0 1.5em;
}
#help_container > .menu a{
	text-decoration: none;
}
#help_container > .menu > li > a > h2 {
	margin:0;
	padding:0.6em 0.4em;
}
#help_container a:focus {
	outline: none;
}
/*sublevel*/
#help_container > .menu > li ol{
	margin-bottom:0.7em;
	padding:0 0.2em;
}
#help_container > .menu > li ol > li {
	background:#f4f4f4;
	border-bottom:1px solid #676767;
	list-style-position: inside;
	padding:.3em .5em;
}
#help_container > .menu > li:last-child, #help_container > .menu > li ol li:last-child{
	border-bottom:none;
}
#help_container > .menu > li ol li > a {
	display:inline-block;
	width:96%;
}
#help_container > .menu > li ol > li > div {
	margin:0 auto;
	width:97%;
}
/*open/close indicator transition*/
#help_container > .menu > li ol > li > a > h3:after {
	content:'+';
	float: right;
	font-size: 1.2em;
	line-height: 0.5em;
	transition: all .3s ease;
}
#help_container > .menu > li ol > li > a.active > h3:after {
	transform: rotate(45deg);
}

/* Error handling pages */
.error-html {
	min-width: initial;
}

.error-page {
	background-color: #ECEBEB;
	max-width: initial;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
}

.error-page #main {
	background-color: #ECEBEB;
}

.error-header {
	width: 100%;
	height: 67px;
	z-index: 100;
	background-color: #FFF;
	box-shadow: 0px 0px 10px #D3D3D3;
	text-align: center;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.error-header img {
	height: 40px;
	margin-top: 14px;
	outline: none;
}

.error-information {
	height: 66px;
	line-height: 68px;
	padding: 0px 20px;
	border-bottom: 1px solid #000;
	overflow: hidden;
}

.error-information h2 {
	float: left;
	font-weight: 800;
	line-height: 68px;
	text-transform: none;
	font-size: 23px;
	color: #000;
	letter-spacing: 1px;
	margin: 0;
}

.error-information span {
	float: right;
	line-height: 68px;
	font-size: 16px;
}

.error-main p {
	padding: 20px 20px 0 20px;
	font-size: 16px;
}

.error-main a {
	font-weight: 600;
	color: #000;
}

.error-main pre {
	white-space: pre-wrap;
	padding: 0px 20px;
	margin-top: 0;
	display: none;
}

.error-main h4:first-of-type {
	margin-top: 40px;
}

.error-main h4 {
	padding: 5px 20px;
	font-weight: 600;
	cursor: pointer;
}

.error-main h4:hover {
	background-color: #000;
	color: #fff;
}

@media (min-width: 1024px) {
	.error-header {
		height: 82px;
		padding: 0px 20px;
		text-align: left;
	}

	.error-header img {
		margin-top: 22px;
	}

	.error-information span {
		font-size: 12px;
	}

	.error-main,
	.error-main p {
		font-size: 13px;
	}
}