/* Global Full Reset as per http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-size: 12px;
	font-family: inherit;
}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: inherit;
	font-style: inherit;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	color: black;
	background: #FFF;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


.hy-red {
	color: #ed1c24;
}

.hy-dark-red {
	color: #8b0304;
}

.hy-black {
	color: #231f20;
}


/* End Global Full Reset */

@font-face {
    font-family: 'Arimo';
    src: url('../fonts/Arimo-Regular.eot');
    src: url('../fonts/Arimo-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Arimo-Regular.woff2') format('woff2'),
        url('../fonts/Arimo-Regular.woff') format('woff'),
        url('../fonts/Arimo-Regular.ttf') format('truetype'),
        url('../fonts/Arimo-Regular.svg#Arimo-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Arimo';
    src: url('../fonts/Arimo-Italic.eot');
    src: url('../fonts/Arimo-Italic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Arimo-Italic.woff2') format('woff2'),
        url('../fonts/Arimo-Italic.woff') format('woff'),
        url('../fonts/Arimo-Italic.ttf') format('truetype'),
        url('../fonts/Arimo-Italic.svg#Arimo-Italic') format('svg');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Arimo';
    src: url('../fonts/Arimo-BoldItalic.eot');
    src: url('../fonts/Arimo-BoldItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Arimo-BoldItalic.woff2') format('woff2'),
        url('../fonts/Arimo-BoldItalic.woff') format('woff'),
        url('../fonts/Arimo-BoldItalic.ttf') format('truetype'),
        url('../fonts/Arimo-BoldItalic.svg#Arimo-BoldItalic') format('svg');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Arimo';
    src: url('../fonts/Arimo-Bold.eot');
    src: url('../fonts/Arimo-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Arimo-Bold.woff2') format('woff2'),
        url('../fonts/Arimo-Bold.woff') format('woff'),
        url('../fonts/Arimo-Bold.ttf') format('truetype'),
        url('../fonts/Arimo-Bold.svg#Arimo-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Neographik MT Std';
    src: url('../fonts/NeographikMTStd.eot');
    src: url('../fonts/NeographikMTStd.eot?#iefix') format('embedded-opentype'),
        url('../fonts/NeographikMTStd.woff2') format('woff2'),
        url('../fonts/NeographikMTStd.woff') format('woff'),
        url('../fonts/NeographikMTStd.ttf') format('truetype'),
        url('../fonts/NeographikMTStd.svg#NeographikMTStd') format('svg');
    font-weight: 800;
    font-style: normal;
}


body {
	font-family: 'Arimo', Arial, sans-serif;
	line-height: normal;
	text-align: center;
}
body div {
	text-align: left;
}
.text-large {
	font-size: 75%;
}
.text-bigger {
	font-size: 90%;
}
.text-biggest {
	font-size: 100%;
}
/* Global Typography */
h1, h2, h3, h4, h5, h6 {
	line-height: 1.3em;
	font-weight: normal;
	text-transform: uppercase;
}
h1 {
	color: #231f20;
	font-size: 18px;
	font-family: 'Arimo', Arial, sans-serif;
}
h2 {
	color: #231f20;
	font-size: 18px;
	font-family: 'Arimo', Arial, sans-serif;
}
h3 {
	color: #808285;
	font-size: 14px;
	font-family: 'Arimo', Arial, sans-serif;
}
p, dt, dd, blockquote {
	padding: 0.5em 0px;
	color: #231f20;
	font-family: 'Arimo', Arial, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
}
p {
	font-family: 'Arimo', Arial, sans-serif;
	color: #808285;
	font-size: 12px;
}
p a {
	color: #ed1c24;
	text-decoration: none;
}
p a:hover {
	color: #231f20;
	text-decoration: underline;
}
blockquote {
	margin: 0.4em 30px;
	font-size: 1.4em;
	line-height: 1.6em;
}
blockquote p, blockquote ul, blockquote ol {
	margin: 0px;
	font-size: 1em !important;
}
/* UL's need a background */
ul, ol {
	font-size: 1em;
	line-height: 1.5em;
}
ul {
	padding: 0.5em 0px 0.5em 10px;
	list-style: none;
}
ol {
	padding: 0.5em 0px 0.5em 30px;
	list-style: decimal;
}
li ul, li ol {
	padding-bottom: 0em;
	font-size: 1em;
}
li {
	padding: 0.2em 0px;
	color: #808285;
}
ul > li {
	padding-left: 16px;
}
ol > li {
	padding-left: 0px;
	background: none;
}
/* Non image bullets */
dl {
	padding: 0px 5px 0.5em 14px;
}
dt, dd {
	padding: 0.2em 0px;
}
dd {
	padding-left: 20px;
}
dt {
	font-weight: bold;
}
dl p, dl ul, dl ol {
	font-size: 1.0em !important;
}
hr {
	height: 1px;
	line-height: 1px;
	color: #E7E7E7;
	background: #E7E7E7;
	border: none;
}
/* Misc */
img {
	border: 0px;
	vertical-align: bottom;
	font-size: 1em;
	font-weight: bold;
}
code {
	padding: 0.5em;
	color: #231f20;
	font-size: 1.2em;
	line-height: 1.3em;
	font-family: 'Courier New', serif;
}
address {
	font-size: 1.2em;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
sup, sub {
	line-height: 0;
	font-size: 86%;
}
sub {
	vertical-align: -0.2em;
}
sup {
	vertical-align: 0.6em;
}

/* Table Elements */
table {
	margin: 0.5em 0px;
	border-collapse: collapse;
}
td, th {
	color: #231f20;
	font-size: 1.2em;
	border: 1px #e7e7e7 solid;
	vertical-align: middle;
}
th {
	font-weight: bold;
	color: #999999;
}
caption {
	font-size: 1.2em;
	font-style: italic;
}
td, th, caption {
	padding: 0.3em;
}
/* Form Elements (non ie6 version) */
label {
	font-weight: normal;
	padding-top: 2px;
}
input, textarea, select, legend, label, option {
	color: #808285;
	color: #231f20;
	font-family: 'Arimo', Arial, sans-serif;
}
input, textarea, select, legend, label {
	font-size: 1.2em;
}
input[type=text], textarea {
	border: 1px #D9D9D9 solid;
}
input[type=radio], input[type=checkbox], fieldset {
	border: none;
}
select, input[type=text] {
	border: 1px #d9d9d9 solid;
}
textarea {
	max-width: 500px;
	max-height: 500px;
	overflow: auto;
}
.button:active {
	z-index: 2;
}
button.button.btn-continue:hover {
	background: none;
}
.buttons-set a.button, 
.buttons-set button.button {
	margin: 0;
}
/* Accessibility Elements */
#jumplinks, .visually-hidden {
	border: 0 !important;
	clip: rect(0 0 0 0);
	height: 1px !important;
	margin: -1px !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: absolute !important;
	width: 1px !important;
}
acronym, abbr {
	border: none;
}
acronym[title], abbr[title] {
	cursor: help;
}
abbr {
	speak: normal;
}
acronym {
	speak: spell-out;
}
/* JavaScript Warnings <p class="js-warning">JS required to use this feature.</p> */
.js-warning {
	display: block;
}
span.js-warning {
	display: inline;
}
.js .js-warning {
	display: none;
	visibility: hidden;
}
/* Hide for both screenreaders and browsers */
.hidden {
	display: none;
	visibility: hidden;
}
/* Flash, Iframe special etc. */
.flash object, 
.flash embed, 
.media object, 
.media embed, 
.iframe iframe {
	float: left;
}
 //***** Buttons *****/
button.button:-moz-focus-inner {
	padding:0;
	border:0;
} /* FF Fix */
button.button {
	-webkit-border-fit: lines;
} /* <- Safari & Google Chrome Fix */
button.button {
	border: 0;
	padding: 5px 0px;
	margin: 0;
	background: #ed1c24 none no-repeat scroll 0 0;
	overflow: visible;
	cursor: pointer;
	vertical-align: middle;
	color: #fff;
	font-family: 'Arimo MT Std', Arial, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
}
button.button:hover {
	background: #231f20;
}
button.nostock {
	border: 0;
	padding: 5px 0px;
	margin: 0;
	background: #231f20;
	overflow: visible;
	cursor: pointer;
	vertical-align: middle;
	color: #ccc;
	font-family: 'Arimo MT Std', Arial, sans-serif;
	text-transform: uppercase;
}
button.pressedbutton {
	border: 0;
	padding: 5px 0px;
	margin: 0;
	overflow: visible;
	cursor: pointer;
	vertical-align: middle;
	text-transform: uppercase;
}
.onestepcheckout-index-index button.button {
	float: right;
	margin-right: 3px;
}
a.button span, button.button span span {
	float: none;
	white-space: nowrap;
	padding: 0px 10px;
}
button.nostock span span {
	float: none;
	white-space: nowrap;
	padding: 0px 10px;
}
button.pressedbutton span span {
	float: none;
	white-space: nowrap;
	padding: 0px 10px;
}
a.button {
	line-height: 21px;
}
button.btn-small span {
	font-size: 11px;
	line-height: 14px;
	padding: 1px 9px 0;
}
/* ======= MODULES.CSS ======== */
/* Structural Elements */
.page {
	margin: 0 auto;
	width: 960px;
	position:relative;
	z-index:5;
}

.onestepcheckout-index-index .page {
	margin: auto;
	background: #fff;
}
.wrapper hr {
	margin: 0px;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 40px;
}
.main {
	width: 960px;
	clear: both;
}
.cms-home .main {
	padding-bottom: 0px;
}
/* Footer */
.footer-container {
	padding-top: 40px;
	clear: both;
}
.footer-wrap {
	width: 100%;
	font-family: Arial;
	background: #747474;
}
/* other */
#mask {
	display: none;
	width: 100%;
	height: 100%;
	background-color: #FFF;
	opacity: 0;
	filter: alpha(opacity=0);
	position: fixed;
	left: 0;
	top: 0;
}
/* Layout */
/* Base Columns */
.col-left {
	float: left;
	width: 220px;
	padding: 0px;
	margin: 0;
}
.col-main {
	float: left;
	width: 960px;
	padding: 0px;
}
.col-right {
	float: right;
	width: 182px;
	padding: 0 0 0;
	margin: 0 0 -1px;
}
/* 1 Column Layout */
.col1-layout {
	width: 960px;
	position: relative;
	margin: 0;
}
.col1-layout .col-main {
	background: #fff;
}
.no-header .col1-layout .col-main, .noheader .col1-layout .col-main {
	background: none;
}
.col1-layout .breadcrumbs {
	float: right;
	margin-bottom: 0 !important;
	margin-right: 10px;
}
.col1-layout .backbutton {
	float: left;
	width: 181px;
	margin: 10px 0px 0px 10px;
}
.col1-layout .backbutton a {
	float: left;
	width: 57px;
	height: 21px;
	padding: 6px 0px 0px 10px;
	margin-bottom: -1px;
	color: #6f82b6;
	text-decoration: none;
	background-color: #ebf0f9;
}
.col1-layout .backbutton a span {
	padding-left: 13px;
	font-size: 1.3em;
	background: transparent url('../img/arrow-left-back.gif') no-repeat scroll 0px 50%;
}
/* 2 Columns Layout */
.col2-left-layout .col-main {
	float: right;
	width: 720px;
	background: #FFF;
}
.col2-left-layout .static-block-grid {
	background: #fff;
	margin-bottom: 20px;
}
/* CMS STD Page view layout */
.cms-page-view .col2-left-layout .col-main {
	width: 720px;
	background: #fff;
}
.cms-page-view .page-title h1 {
	padding: 15px 20px;
	
}
.cms-page-view .std {
	padding: 15px 20px;
}
.cms-page-view .std p.emphasis {
	font-size: 16px;
}
/* Fieldset */
.fieldset {
	margin: 0 0 16px;
	margin: 0;
}
.fieldset p {
	margin: 0 0 1.5em;
}
.fieldset h2.legend {
	margin: 0 0 1.5em;
}
/* Form Validation */
.validation-advice {
	clear: both;
	font-size: 11px !important;
	padding: 3px 0 0 !important;
	color: #ed1c24 !important;
}
.product-options .validation-error .options-list, .validation-failed {
	background: #fff7f5 !important;
}
input.validation-failed, 
textarea.validation-failed {
	border: 1px solid #ed1c24 !important;
}
#advice-required-entry-id_accept_terms {
	text-align: right;
}
.required em {
	color: #231f20;
	margin-left: 4px;
}
label span.required {
	margin-left: 4px;
}
p.required {
	text-align: right;
}
.onestepcheckout-column-middle p.required, 
.onestepcheckout-column-right p.required {
	font-size: 1em;
	float: left;
	margin: 4px 0 0 20px;
	margin: 0 0 0 15px;
}
.form-list .validation-advice, .validation-advice {
	width: 250px;
	margin-right: -250px;
	font-family: 'Arimo MT Std', Arial, sans-serif;
	text-transform: uppercase;
}
.onestepcheckout-column-right p.required {
	margin-top: 10px;
}
.onestepcheckout-threecolumns .onestepcheckout-column-left, 
.onestepcheckout-threecolumns .onestepcheckout-column-middle, 
.onestepcheckout-threecolumns .onestepcheckout-column-right {
	padding: 0 0 20px 0;
}
.onestepcheckout-column-middle button.button {
	margin-right: 15px;
}
/* Expiration date and CVV number validation fix */
.v-fix {
	float: left;
}
.v-fix .validation-advice {
	display: block;
	width: 12em;
	position: relative;
}
#secureXml_cc_type_cvv_div .v-fix .validation-advice {
	display: block;
	width: 275px;
	position: relative;
	margin: 0;
}
/*gift card validation styles */
.product-gift-voucher .form-list .validation-advice {
	position: static;
	margin-right: 0;
}
.product-gift-voucher .form-list .validation-advice {
	color: #ed1c24 !important;
	font-family: 'Arimo MT Std', Arial, sans-serif;
	font-size: 1.3em;
	text-transform: uppercase;
	width: 140px;
}
/* Form lists */
.account-create .form-list, 
.account-signup .form-list, 
.account-login .form-list {
	padding: 0 75px;
	padding: 0 20px;
}
.form-list ul.messages {
	clear: both;
}
.form-list li {
	padding: 0px;
	margin: 0 0 10px;
	vertical-align: top;
	background: none;
}
.form-list label, .control label {
	width: 225px;
	padding: 2px 15px 0 0;
	font-size: 1.1em;
	font-weight: normal;
	text-align: left;
	color: #231f20;
}
.form-list .value {
	padding: 2px 0 0;
}
.form-list .note {
	clear: both;
	font-size: 11px;
	width: 380px;
	margin: 0;
	padding: 3px 0 0 240px;
}
.form-list span.label {
	font-weight: normal;
}
.form-list .input-box.no-label {
	margin-right: 7px;
}
.form-list .input-box.validation-error {
	position: relative;
}
.form-list .input-box a {
	font-size: 11px;
	margin-top: 4px;
	color: #231f20;
}
.form-list input.input-text, 
.form-list textarea {
	width: 578px;
	height: 18px;
	padding: 5px;
	vertical-align: top;
}
/* Gift voucher form-list textarea */
.product-gift-voucher .form-list textarea {
	background-color: #e7e7e7;
	width: 397px;
	padding: 6px;
	height: 8em;
}
.form-list select {
	float: left;
	width: 287px;
	vertical-align: top;
	padding: 5px;
}
.form-list p {
	margin: 0;
	padding: 0 0 0 240px;
}
ul.add-row, .form-list li.add-row {
	background: url('../images/bkg_dots.gif') repeat-x 0 0;
	margin-top: 15px;
}
ul.add-row .btn-remove, .form-list li.add-row .btn-remove {
	font-size: 0;
	line-height: 0;
	padding: 5px 5px 0 0;
	margin: 0;
	text-align: right;
}
.form-list .range input.input-text {
	float: none;
	width: 64px;
	vertical-align: middle;
}
.form-list .add-field .input-box {
	margin-left: 152px
}
.form-list .control {
	position: relative;
	vertical-align: top;
	z-index: 1;
} /* row with checkbox or radio button */
.form-list .control label {
	line-height: 16px;
}
.form-list .control input.radio {
	margin-top: 3px;
}
.form-alt label {
	float: none;
	display: inline;
	width: auto;
}
.form-alt li {
	margin: 0 0 5px;
	line-height: 16px;
}
.form-alt select {
	width: 496px;
}
.form-alt .input-box {
	width: 496px;
	margin-top: 5px;
	padding-bottom: 11px;
}
.form-alt .input-text {
	width: 480px;
}
.inner-form {
	margin: 10px 0 5px;
	padding: 10px 0 0;
	border: 1px dashed #d1d1d1;
	border-width: 1px;
	background: #f7f7f7;
}
.inner-form .form-alt label {
	padding-left: 5px;
}
/* Gift Card form lists */
.product-gift-voucher .form-list label {
	color: #231f20;
	width: 110px;
	font-size: 1.1em;
	font-weight: normal;
	padding: 5px 15px 0 0;
}
.product-gift-voucher .form-list label.required em {
	margin: 0;
	padding-left: 5px;
}
/* Combination of fields */
.form-list li.fields {
	margin: 0;
}
.form-list li.fields .field {
	padding: 0 0 9px;
}
/* Gift Card Product 
.product-hardyakka-gift-cards .col-main h1 {
	margin-top: 30px;
	margin-left: 550px;
}
*/
.product-hardyakka-gift-cards textarea {
    width: 271px !important;
    background-color: #e7e7e7;
    font-size: 1.1em;
    height:4em;
    padding: 6px;
}
.product-hardyakka-gift-cards .giftcard-short-description div {
  max-width:380px;
}
.product-hardyakka-gift-cards .product-img-box {
	margin-top: 20px;
}
.product-hardyakka-gift-cards .zoomdiv,
.product-hardyakka-gift-cards .jqZoomPup,
.product-hardyakka-gift-cards #zoomFrame {
    display: none !important;
}
.product-hardyakka-gift-cards .product-img-box #main-image {
	cursor: inherit!important;
}

/* Template Modules */
/* Header */
.header-container {
	height: 195px;
	padding-bottom: 43px;
	margin-bottom: 17px;
	text-align: left;
}
.noheader .header-container, .onestepcheckout-index-index .header-container {
	border-bottom: none;
	height: 125px;
	background-position: 0 -70px;
}
.fix-header {
	width: 100%;
}
.header {
	margin: 0 auto;
	width: 960px;
}
.header .cart-header {
	float: right;
	margin-top: 45px;
	min-width: 260px;
}
.header .cart-header .header-total {
	float: left;
}
.header .cart-header .header-total .grand-total-table {
	background: black;
	padding: 0px 5px;
}
.header .cart-header .header-total .grand-total-table .top-totals-table {
	margin: 0;
}
.header .cart-header .header-total .grand-total-table .top-totals-table tr td {
	border: none;
	color: #fff;
	height: 20px;
	padding: 5px;
}
.header .cart-header .header-total .grand-total-table .top-totals-table tr td strong {
	font-family: 'Arimo', Arial, sans-serif;
	font-weight: normal;
	font-size: 15px;
	line-height: 20px;
}
.header .cart-header .header-total .grand-total-table .top-totals-table tr td.a-right-discount {
	display: none;
}
.header .cart-header .header-total .grand-total-table .top-totals-table tr td .price {
	font-family: 'Arimo', Arial, sans-serif;
	font-weight: normal;
	font-size: 15px;
}
.header .cart-header ul.checkout-types {
	padding: 0;
}
.header .cart-header ul.checkout-types li {
	padding: 0;
}
.header .cart-header ul.checkout-types button {
	height: 30px;
	padding: 5px 0;
}
.header .cart-header ul.checkout-types button span span {
	line-height: 20px;
}
.header-container .branding {
	width: 240px;
	height: 73px;
	float: left;
	margin-bottom: 23px;
	position: relative;
	zoom: 1;
}
.fix-header.fix-slimheader .branding {
	top: 1px;
}
.header-container .logo {
	padding: 0px;
	text-decoration: none !important;
}
.header-container .logo strong {
	position: absolute;
	top: -999em;
	left: -999em;
	width: 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	text-indent: -999em;
	overflow: hidden;
}
.header .print-only {
	display: none;
}
.header .quick-access {
	float: right;
	width: 394px;
	height: 21px;
	padding-top: 10px;
	font-family: 'Arimo', Arial, sans-serif;
	font-size: 12px;
	position: relative;
	z-index: 2000;
}
.header .quick-access .checkout-link {
	float: right;
	width: 89px;
}
.header .quick-access .links {
	padding: 0px;
}
.header .quick-access .links li {
	float: left;
	padding: 0px;
}
.header .quick-access .links li a {
	float: left;
	display: block;
	height: 21px;
	width: 69px;
	line-height: 21px;
	text-decoration: none;
	padding: 0 10px;
	color: #FFFFFF;
	text-transform: uppercase;
}
.header .quick-access .links li a:hover {
	text-decoration: underline;
}
.header .quick-access .checkout-link .links li {
	background: #ed1c24;
	width: 89px;
}
.header .quick-access .checkout-link .links li:hover {
	background: #231f20;
	width: 89px;
}
.header .quick-access .checkout-link .links li:hover a {
	text-decoration: none;
}
.header .quick-access .about-us {
	float: left;
	padding: 0px;
}
.header .quick-access .about-us li.parent {
	width: 95px;
	padding: 0 0 0 10px;
	float: left;
	position: relative;
	background: #636363 url('../img/arrow-down.png') no-repeat 90% 54%;
	cursor: pointer;
}
.header .quick-access .about-us li a {
	color: #FFF;
	line-height: 21px;
	text-decoration: none;
}
.header .quick-access .about-us li a[href]:hover {
	text-decoration: underline;
}
.header .quick-access .about-us ul {
	float: left;
	width: 159px;
	padding: 10px 0px;
	position: absolute;
	top: 21px;
	left: -99999px;
	background-color: #636363;
	z-index: 2000;
}
.header .quick-access .about-us ul li {
	float: left;
	width: 159px;
	padding: 0px;
	background: none;
	line-height: 2em;
	position: relative;
}
.header .quick-access .about-us > li > ul > li:hover {
	background: #3c3c3c;
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.header .quick-access .about-us ul li a {
	float: left;
	width: 139px;
	padding: 3px 0px;
	margin: 0px 10px;
	border-top: 1px #2b2b2b solid;
}
.header .quick-access .about-us ul li.haschild {
	cursor: pointer;
}
.header .quick-access .about-us ul li.haschild:hover {
	background: #3c3c3c url('../img/arrow-right.png') no-repeat scroll right 10px;
}
.header .quick-access .about-us ul li.haschild ul li a:hover {
	background: transparent none no-repeat scroll 0 0;
}
.header .quick-access .about-us ul li ul li a:hover {
	background: transparent none no-repeat scroll 0 0;
}
.header .quick-access .about-us ul li.last a {
	border-bottom: 1px #3c3c3c solid;
}
.header .quick-access .about-us ul li ul {
	float: left;
	padding: 0 10px;
	position: absolute;
	left: -99999px;
	top: 0px;
	background-color: #3c3c3c;
}
.header .quick-access .about-us ul li ul li {
	border-bottom: 1px solid #3a3a3a;
	border-top: 0 none;
}
.header .user-panel {
	float: right;
	clear: right;
	color: #231f20;
	font-family: 'Arimo', Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}
.header .user-panel .links {
	float: right;
	padding: 7px 0;
}
.header .user-panel .links li {
	padding: 0;
}
.header .user-panel .links li:before {
	content: "|";
	color: #ed1c24;
}
.header .user-panel .links li a {
	color: #231f20;
	text-decoration: none;
	padding: 0 10px;
}
.header .user-panel .links li a:hover {
	text-decoration: underline;
}
.header .user-panel .links li.last a {
	padding-right: 0px;
}
.header .user-panel p.welcome-msg {
	float: right;
	color: #231f20;
	font-family: 'Arimo', Arial, sans-serif;
}
.header .user-panel .newsletter-header { 
    float: right;
    color: white;
    font-size: 11px;
	line-height: 1.5;
}
.header .user-panel .newsletter-header a { 
    color: white;
    padding: 0 10px;
    text-decoration: none;
    line-height: 1;
}
.header .promo {
	position: absolute;
	margin-top: -12px;
	margin-left: 250px;
	width: 400px;
	height: 55px;
}
.header-wrap .tool-container {
	width: 960px;
	margin: 0 auto;
}
.header-wrap .searchbar {
	float: right;
	padding: 10px 0;
	position: relative;
	z-index: 1500;
}
.header-wrap .searchbar form {
	float: right;
}
.header-wrap .form-search {
	float: left;
	position: relative;
	height: 34px;
}
.header-wrap .form-search label {
	display: none;
}
.header-wrap .form-search input.input-text {
	float: left;
	width: 241px;
	height: 18px;
	padding: 8px;
	border: 0px;
	font-size: 14px;
	font-weight: bold;
	color: #808285;
	font-family: 'Arimo', Arial, sans-serif;
	background: #fff;
	background: rgba(255, 255, 255, 0.7);
}
.header-wrap .form-search .button {
	float: left;
	width: 46px;
	height: 100%;
	text-indent: -999em;
	background: none;
	border: none;
	cursor: pointer;
	background: transparent url('../img/search_button.png') no-repeat 0px 0px;
}
.header-wrap .form-search .button:hover {
	background-image: url('../img/search_button_hover.png');
}
.header-wrap .form-search .button span {
	float: left;
	width: 46px;
}
.header-wrap .form-search .search-autocomplete {
	position: absolute !important;
	top: 34px !important;
	left: 0 !important;
	height: 0 !important;
	overflow: visible !important;
	z-index: 1500;
}
.header-wrap .form-search .search-autocomplete ul {
	padding: 0;
	width: 303px;
	background-color: #3c3c3c;
	text-transform: uppercase;
}
.header-wrap .form-search .search-autocomplete li {
	padding-left: 5px;
}
.header-wrap .form-search .search-autocomplete li .amount {
	float: right;
	font-weight: bold;
	display: none;
}
.header-wrap .form-search .search-autocomplete li.selected {
}
.header-wrap .form-search .search-autocomplete li.last {
	border-bottom: 0;
}
.header-wrap .form-search .view {
	float: left;
	width: 46px;
	height: 46px;
	background: transparent url('../img/arrow-search.gif') no-repeat 0px 0px;
}
.header-wrap .form-search .filter {
	float: left;
	height: 46px;
	padding: 0px;
	font-size: 1.7em;
	color: #231f20;
}
.header-wrap .form-search .filter li {
	float: left;
	padding: 0px 24px;
	line-height: 46px;
	background-color: #dfdfdf;
}
.header-wrap .form-search .filter li span {
	float: left;
}
.header-wrap .form-search .filter li .remove {
	float: left;
	width: 17px;
	height: 17px;
	margin: 15px 0px 0px 15px;
	background: transparent url('../img/icon-close.gif') no-repeat 0px 0px;
}
.header-panel {
	float: right;
	padding: 10px 0px;
	z-index: 994;
}
.header-panel .welcome-msg {
	float: left;
	padding: 0px;
	margin-right: 5px;
	font-weight: bold;
}
.header-panel .links {
	float: left;
	padding: 0px;
	white-space: nowrap;
}
.header-panel .links li {
	padding: 0px 10px 0px 0px;
	background: none;
}
.header-panel .links li a {
}
.header-panel .links li a:hover {
}
.fix-slimheader .branding, .fix-slimheader .searchbar, .fix-slimheader .user-panel {
	display: none;
}
.open-header .branding, .open-header .searchbar, .open-header .user-panel {
	display: block;
}
/* Search category dropdowns */
.header-wrap .form-search .category-drop {
	float: left;
	height: 100%;
}
.header-wrap .form-search a.category-link {
	display: block;
	height: 100%;
	width: 46px;
	padding: 0;
	background: #ccc url('../img/search_category_arrow.png') 11px 10px no-repeat;
	text-indent: -9999px;
}
.header-wrap .form-search a.category-link:hover, .header-wrap .form-search a.category-link.category-drop-active {
	background-color: #3c3c3c;
	background-image: url('../img/search_category_arrow_hover.png');
}
#search_categoryautocomplete {
	display: none;
}
#search_categoryautocomplete .search-cat-link {
	display: block;
	font-weight: normal;
	font-family: 'Arimo', Arial, sans-serif;
	color: #fff;
	text-decoration: none;
}
#search_categoryautocomplete .search-cat-link:hover {
	text-decoration: underline;
}
#search_categoryautocomplete .search-cat-link span {
	font-weight: bold;
}
#search_autocomplete {
	width: 308px;
}
.header-wrap .form-search #search_autocomplete.search-autocomplete ul {
	width: 100%;
	background-color: #f7f7f7;
	color: #aeaeae;
}
#search_autocomplete ul li {
	border-bottom: 1px solid #e8e8e8;
	padding: 5px 10px;
}
#search_autocomplete ul li .term {
	font-weight: bold;
	color: #231f20; !important;
}
#search_autocomplete ul .last {
	font-size: 0.8em;
	background-color: #FFFFFF;
}
#search:focus {
	outline: none;
}
.header-wrap .form-search .category-name-box {
	float: left;
	background: #e0e0e0;
	border-left: 1px solid #cecece;
	height: 100%;
	padding: 0 10px;
	display: none;
	max-width: 130px;
	position: relative;
	zoom: 1;
}
.header-wrap .form-search .category-name-box #category-name-text {
	font-size: 14px;
	font-family: 'Arimo', Arial, sans-serif;
	text-transform: uppercase;
}
.header-wrap .form-search .category-name-box a#category-name-remove {
	display: inline-block;
	background: url("../img/btn-remove.png") center no-repeat;
	height: 17px;
	width: 17px;
	margin: 9px 0 0 10px;
	text-indent: -9999px;
}
.header-wrap .form-search .category-name-box a#category-name-remove:hover {
	background-image: url("../img/icon-close.gif");
	text-decoration: none;
}
/* Block: Cart */
.sidebar .block-cart .block-title {
	background: #363636;
	padding: 7px 17px;
}
.sidebar .block-cart .block-title strong {
	font-weight: bold;
	color: #fff;
}
.sidebar .block-cart .summary {
	margin: 0 -17px;
	padding: 0 12px 5px;
	background: #363636;
	color: #fff;
	text-align: center;
	position: relative;
	z-index: 1;
}
.sidebar .block-cart .summary a {
	font-weight: bold;
	color: #fff;
}
.sidebar .block-cart .summary .subtotal {
	margin: 3px 0 0;
}
.sidebar .block-cart .summary .subtotal .price {
	font-weight: bold;
}
.sidebar .block-cart .actions {
	margin: 8px 0 13px;
	text-align: center;
}
.sidebar .block-cart .actions button.button {
	float: none;
}
.sidebar .block-cart .block-content {
	padding-top: 0;
}
.sidebar .block-cart .block-content table {
	margin: 5px 0 0 0;
}
.sidebar .block-cart .block-content table th {
	padding: 1px 5px 1px 0;
	color: #8f8f8f;
	text-align: right;
}
.sidebar .block-cart .block-content table td {
	text-align: left;
	padding: 1px 0;
}
.sidebar .block-cart li a.btn-remove {
	float: none;
	background: none;
	margin: 0;
	padding: 0;
	width: auto;
	height: auto;
	overflow: visible;
}
.mini-products-list li.item {
	padding: 5px 0;
	border-bottom: 1px solid #cfcfcf;
}
.mini-products-list li.last {
	border: none;
}
.mini-products-list .product-image {
	float: left;
	width: 93px;
	height: 71px;
}
.mini-products-list .product-details {
	float: left;
	width: 240px;
	padding: 0 10px;
}
.sidebar .mini-products-list .product-details {
	margin-left: 57px;
}
.mini-products-list .product-details .product-name {
}
.mini-products-list .product-details h4 {
}
.mini-products-list .product-details .btn-remove {
	display: block;
	width: 17px;
	height: 17px;
	font-size: 11px;
	text-indent: -9999px;
	position: absolute;
	top: 40%;
	right: 10px;
	background: transparent url('../img/btn-remove.png') no-repeat 0px 0px;
}
.sidebar .mini-products-images-list li.item {
	float: left;
	padding: 5px;
	text-align: center;
}
.block-products .mini-products-list .product-details {
	margin-left: 65px;
}
/* Top Shopping Cart */
.top-cart {
	float: left;
	position: relative;
}
.top-cart .block-title {
	height: 21px;
	background: #3c3c3c;
	cursor: pointer;
	width: 200px;
}
.top-cart .block-title p {
	line-height: 21px;
	padding: 0 0 0 10px;
	color: #999;
	font-family: 'Arimo', Arial, sans-serif;
}
.top-cart .block-title p img {
	margin-bottom: 2px;
}
.top-cart .block-title span {
	color: #fff;
}
.top-cart .block-content {
	position: absolute;
	left: -105px;
	top: 21px;
	width: 394px;
	background: #3c3c3c;
	z-index: 2000;
}
.top-cart .inner-wrapper {
	background: #ececec;
}
.top-cart .block-content .block-subtitle {
	display: none;
	font-size: 10px;
	color: #d12c01;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 12px;
	padding: 3px 10px 4px;
}
.top-cart .block-content .block-subtitle .close-btn {
	float: right;
	width: 13px;
	height: 0;
	padding-top: 12px;
	text-align: left;
	overflow: hidden;
	cursor: pointer;
	position: relative;
	z-index: 1;
}
.top-cart .cart-empty .close-btn {
	float: right;
	width: 13px;
	height: 0;
	padding-top: 12px;
	text-align: left;
	overflow: hidden;
	cursor: pointer;
	position: relative;
	z-index: 1;
}
.top-cart .cart-empty {
	width: 354px;
	padding: 10px;
	margin: 10px;
	font-family: 'Arimo', Arial, sans-serif;
	font-size: 13px;
	color: #231f20;
}
.top-cart .block-content ul {
	padding: 0;
	margin: 0;
	overflow: auto;
}
.top-cart .block-content .item {
	float: left;
	padding: 10px;
	margin: 0;
	width: 362px;
	position: relative;
	border-bottom: 1px solid #4e4e4e;
	border-bottom: 0;
	background-color: #ececec;
}
.top-cart .block-content .item.last {
	border-bottom: none;
}
.top-cart .block-content .item:hover {
	background-color: #FFFFFF;
	cursor: pointer;
}
.top-cart .block-content .item .product-name {
	font-size: 1.2em;
	text-transform: uppercase;
	padding: 0;
}
.top-cart .block-content .item .product-name A {
	text-decoration: none;
	color: #231f20;
}
.top-cart .block-content table {
	float: left;
	width: 190px;
	margin: 0;
}
.top-cart .block-content table th {
	padding: 1px 8px;
	color: #8f8f8f;
	text-align: right;
}
.top-cart .block-content table td {
	text-align: left;
	padding: 1px 0;
	border: none;
	font-size: 1.1em;
}
.top-cart .block-content table tr.qty td {
	font-size: 1em;
}
.top-cart .block-content table tr.options td {
	font-size: 1em;
	text-transform: uppercase;
}
.top-cart .block-content .price {
	padding-right: 5px;
}
.top-cart .block-content .price-box {
	font-family: 'Arimo', Arial, sans-serif;
}
.top-cart .block-content .subtotal {
	padding: 2px 5px;
	text-align: center;
}
.top-cart .actions {
	text-align: center;
}
.top-cart .actions A {
	float: left;
	line-height: 23px;
}
.top-cart .actions button {
	float: right;
}
.top-cart .actions button.button span, .top-cart .actions button.button span span {
	padding: 0px 5px;
}
.top-cart .paypal-logo a {
	float: right;
}
.top-cart .paypal-logo .paypal-or {
	clear: both;
	display: block;
	margin: 5px 33px 5px 0px;
}
.price-box p, p.special-price {
	font-size: inherit;
}
/* Shopping cart dropdown styles */
.top-cart .goto-shopping-bag {
	padding: 0;
	background: #3c3c3c;
}
.top-cart .goto-shopping-bag A {
	display: block;
	padding: 10px 42px 10px 10px;
	color: #fff;
	background: url("../img/arrow-right-grey.png") no-repeat scroll 94% 50%;
}
.top-cart .inner-wrapper p.shipping {
	float: left;
	width: 326px;
	margin-top: 13px;
}
.top-cart .inner-wrapper p.shipping span.label, 
.top-cart .inner-wrapper p.shipping-note {
	float: left;
	width: 374px;
	padding: 10px 10px 0;
	border-top: 1px solid #4e4e4e;
	color: #fff;
}
.top-cart .inner-wrapper p.shipping-note {
	width: auto;
	padding: 15px 10px 0;
}
.top-cart .inner-wrapper .subtotal, 
.top-cart .inner-wrapper .gst {
	background: #3c3c3c;
	text-align: left;
	padding: 10px 10px;
	margin: 0;
	font-size: 18px;
	color: #fff;
	border-bottom: 1px solid #4e4e4e;
}
.top-cart .inner-wrapper span.label {
	font-family: 'Arimo', Arial, sans-serif;
}
.top-cart .inner-wrapper span.price {
	float: right;
	font-family: 'Arimo', Arial, sans-serif;
}
.top-cart .inner-wrapper .note {
	float: left;
	padding: 13px 16px;
	width: 150px;
	font-size: 1em;
}
.top-cart .inner-wrapper .actions {
	float: right;
	width: 132px;
	padding: 18px 16px 13px 10px;
	text-align: right;
}
/* Shopping cart page*/
.checkout-cart-index .col-main {
	padding: 0;
}
.cart-empty {
	float: left;
	width: 920px;
	padding: 20px;
	background: #ececec;
	
	box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, 0.3);
}
.cart {
	background: #fff;
	position: relative;
}
.cart .keep-shopping {
	float: right;
}
.cart .totals .keep-shopping {
	float: left;
	width: 130px;
	padding-top: 18px;
	background: #fff;
}
.cart .totals .keep-shopping .button.btn-continue { display:none;}
.cart .title-buttons {}
.cart .messages {
	float: left;
	width: 950px;
	padding: 20px 0px 20px 10px;
	margin: 0px;
	font-family: Arial;
}
.cart .messages li {
	float: left;
	width: 960px;
	padding: 0px;
	margin: 0px;
}
.cart .messages li.error-msg {
	width: 140px;
	color: #ed1c24 !important;
	font-family: 'Arimo', Arial, sans-serif;
	font-size: 1.2em;
	text-transform: uppercase;
}
.cart .messages ul {
	padding: 0px;
}
.cart .messages ul li {
	padding: 0px;
}
.cart .checkout-types {
	float: right;
	text-align: center;
	padding: 0px; margin-right:20px; margin-bottom:20px;
	width: 65%;
	background: #fff;
}
.cart .checkout-types .paypal-or {
	margin: 0 8px;
	line-height: 2.3;
}
.cart .checkout-types fieldset {
	display: inline;
}
.cart .checkout-types .btn-proceed-checkout span {
	padding: 0 25px;
}
.totals .checkout-types .btn-proceed-checkout {
	margin-top: 0;
	width: 223px; padding:10px 0;
}
.cart .title-buttons .checkout-types {
	display: none;
	width: 242px;
	padding: 14px 0px 10px 0px;
	background-color: #F6F6F6;
}
.cart .title-buttons .checkout-types li {
	padding: 0px;
	margin: 0px;
}
.cart .title-buttons .checkout-types li .btn-proceed-checkout {
	width: 223px;
	height: 27px;
}
.cart .title-buttons .checkout-types li .btn-proceed-checkout span {
	padding: 0px 28px;
}
.cart .page-title h1 {
	padding: 20px 15px;
	line-height: 25px;
}
.cart form {
	float: left;
	width: 960px;
	background: #fff;
}
.cart-table {
	float: left;
	width: 960px;
	margin: 0px;
}
.cart-table .item-msg {
	font-family: 'Arimo', Arial, sans-serif;
	font-size: 1.3em;
	color: #231f20;
}
.cart-table p.error {
	color: #ed1c24;
}
.cart-table thead th {
	padding: 9px 15px;
	font-size: 1.3em;
	font-weight: normal;
	vertical-align: bottom;
}
.cart-table tbody td {
	padding: 8px 17px 13px;
	vertical-align: top;
}
.cart-table tbody td.last {
	width: 250px;
	padding-top: 15px;
}
.cart-table tbody td.last select {
	float: left;
	width: 103px;
	font-size: 12px;
}
.cart-table tbody td.last .cart-price {
	float: right;
	margin: 0;
	text-align: center;
}
.cart-table .product-image {
	float: left;
	margin-right: 20px;
}
.cart-table .product-info {
	float: left;
	overflow: auto;
	width: 250px;
}
.cart-table .product-info .product-name {
	padding: 0px;
	text-transform: uppercase;
	font-family: 'Arimo', Arial, sans-serif;
	font-size: 14px;
	margin-bottom: 5px;
}
.cart-table .product-info .product-name A {
	color: #231f20;
	text-decoration: none;
}
.cart-table .product-info .cart-price {
	padding: 0px;
	color: #231f20;
	font-weight: normal;
	font-family: 'Arimo', Arial, sans-serif;
	font-size: 14px;
	margin-bottom: 5px;
}
.cart-table .product-info .product-sku-label, .cart-table .product-info .product-sku {
	color: #b1b1b1;
	font-size: 0.9em;
	font-family: Arial;
}
.cart-table .btn-remove {
	float: left;
	width: 17px;
	height: 17px;
	margin-right: 10px;
	text-indent: -9999px;
	background: transparent url("../img/btn-remove.png") no-repeat scroll 0 0;
}
.cart-table .btn-update {
	float: right;
	margin-right: 2px;
	display: none;
}
.cart-table .btn-update span {
	float: left;
	padding: 0px 5px;
}
.cart-table input.qty {
	margin-right: 15px;
}
.cart-table span.cart-price .price {
	font-family: 'Arimo', Arial, sans-serif;
	font-size: 1.3em;
}
.cart .btn-continue {
	float: left;
	background: transparent url('../img/back-arrow-red.png') no-repeat scroll 0 49%;
	padding: 20px 15px;
}
.cart button.button.btn-continue:hover {
	background: transparent url('../img/back-arrow-red.png') no-repeat scroll 0 49%;
}
.cart .btn-continue > span {
	float: left;
	padding: 0px 0px 0px 10px;
	border: none;
	text-transform: uppercase;
	color: #ed1c24;
	font-weight: normal;
	font-family: 'Arimo', Arial, sans-serif;
	line-height: 25px;
}
.cart .btn-continue > span > span {
	padding: 0;
}
.cart .btn-continue span:hover {
	color: #231f20;
}
.onestepcheckout-index-index .cart .btn-continue > span {
	padding: 0;
}
.onestepcheckout-index-index .cart .btn-continue > span > span {
	padding: 0 0 0 23px;
	padding: 0 0 0 5px;
}
.onestepcheckout-index-index .cart {
	width: 960px;
}
.onestepcheckout-index-index br {
	display: none;
}
.customer-dob span {
	float: left;
	width: 80px;
	width: 86px;
	margin-right: 10px;
}
.cart-table tfoot {
	display: none;
}
.is-this-gift {
	float: left;
	font-family: 'Arimo', Arial, sans-serif;
	margin: 8px 10px 8px;
	text-transform: uppercase;
	color: #3c3c3c;
}
.btn-gift-message {
	background: url("../img/plus-grey.gif") no-repeat scroll 7% 8px transparent;
}
.btn-gift-message span {
	display: block;
	height: 20px;
	line-height: 20px;
	padding-left: 11px;
}
/* Gift Personal Message Overlay */
.overlay-form {
	padding: 22px;
}
.overlay-form h2 {
	font-size: 1.9em;
}
.overlay-form .form-list li.fields {
	margin-bottom: 18px;
	margin-top: 15px;
}
.overlay-form .form-list .input-box {
	width: 300px;
}
.overlay-form .form-list input, .overlay-form .form-list textarea {
	width: 286px;
	padding: 7px;
	background-color: #e8e8e8;
	color: #797979;
	border: none;
}
.overlay-form .form-list textarea {
	height: 113px;
	min-width: 286px;
	max-width: 286px;
	min-height: 115px;
	max-height: 150px;
}
.overlay-form .form-list label {
	padding-right: 16px;
	width: 71px;
	text-align: right;
	color: #231f20;
	font-family: 'Arimo', Arial, sans-serif;
	font-size: 1.3em;
	text-transform: uppercase;
}
.overlay-form .buttons-set {
	margin: 15px 0 0 84px;
	margin: 15px 67px 0 10px;
}
.overlay-form .buttons-set span.max-characters {
	float: left;
	display: block;
	margin-top: 5px;
	margin-top: 0;
	color: #797979;
	font-size: 1.3em;
}
.overlay-form .buttons-set span.error {
	color: red;
}
.overlay-form .buttons-set button.button {
	padding: 5px 20px;
}
/* Shopping Cart Collateral boxes */
.cart .cart-collaterals {
	width: 630px;
	padding: 20px 0 10px;
}
.cart .cross-inside {
	background: url('../images/bkg_crosssell.gif') repeat-y 0 0;
}
.cart .cart-collaterals h2 {
	color: #231f20;
	font-weight: normal;
	margin: 0 0 5px;
}
.cart .deals {
	float: left;
	width: 930px;
	display: inline;
	padding: 20px 15px;
	margin: 0;
	font-size: 12px;
	background: #fff;
}
.cart .deals p, .cart .deals label {
	margin: 0 0 7px;
	display: block;
}
.cart .giftcard {
	position: relative;
	z-index: 1;
}
.cart .giftcard button.check-gc-status {
	clear: both;
}
.cart .giftcard button.check-gc-status span {
	padding: 0 !important;
	background: none !important;
	line-height: 1.3 !important;
	color: #444 !important;
	height: auto !important;
	font-weight: normal !important;
	text-transform: none !important;
}
.cart .giftcard button.check-gc-status span span {
	text-decoration: underline;
	font-size: 12px !important;
}
.cart .giftcard {
}
.cart .discount {
	float: right;
	height: 30px;
}
.cart .discount .promo-code {
	float: left;
	padding: 5px 18px;
	font-size: 16px;
	line-height: 20px;
	color: #3c3c3c;
	text-align: right;
}
.cart .discount .promo-code a {
	font-size: 0.7em;
	font-weight: normal;
	text-transform: none;
	float: left;
}

.cart .discount form {
	width: auto;
}
.cart .discount .input-text {
	float: left;
	width: 80px;
	margin: 0;
	margin-right: 10px;
	padding: 0 5px;
	height: 26px;
	color: #231f20;
}
.cart .discount .update-total {
	float: left;
	padding: 3px;
	height: 30px;
	background-color: #e2e2e2;
	font-size: 1em;
	color: #231f20;
	font-family: 'Arimo', Arial, sans-serif;
}
.cart .discount .update-total:hover {
	background: #959595;
	color: #fff;
}
.cart .cancel-btn {
	margin-left: 10px;
	clear: left;
	height: 30px;
}
.cart .shipping {
	float: left;
	margin: 0 0 0 30px;
	display: inline;
	font-size: 12px;
	width: 280px;
}
.cart .shipping select {
	width: 256px;
}
.cart .shipping .input-text {
	width: 250px;
}
.cart .shipping p {
	margin: 0 0 15px;
}
.cart .shipping .buttons-set {
	width: 256px;
}
.cart .shipping .form-list label {
	float: none;
	width: auto;
	text-align: left;
	padding: 0;
}
.cart .shipping .form-list .input-text, .cart .shipping .form-list select {
	display: block;
	float: none;
}
.cart .crosssell {
	float: left;
	min-height: 400px;
	width: 260px;
	padding: 0 20px 15px 30px;
	border: 1px solid #d9d9d9;
	border-width: 0 1px 0 0;
	background: #fbf3f0;
}
.cart .crosssell h2 {
	font-size: 11px;
	color: #cd3800;
	font-weight: bold;
	text-transform: uppercase;
}
.cart .crosssell .item {
	padding: 17px 0 0;
}
.cart .crosssell .product-image {
	float: left;
	margin: 3px -90px 0 0;
}
.cart .crosssell .product-shop {
	margin-left: 90px;
}
.cart .crosssell .product-name, .cart .crosssell .price-box, .cart .crosssell p, .cart .crosssell .add-to-links {
	margin: 0 0 5px;
}
.cart .crosssell .add-to-links li {
	margin: 0;
}
/* Shopping Cart Totals */
.cart .totals {
	float: left;
	width: 960px;
	margin-bottom: 12px;
}
.cart .totals table {
	margin: 0px 0 20px 0;
	width: 100%;
	background: #fff;
	
}
.cart .totals table th, .cart .totals table td {
	padding: 3px 5px;
	border: none;
	text-transform: uppercase;
	font-size: 1.2em;
	color: #231f20;
	font-weight: normal;
}
.cart .totals table td select {
	font-size: 0.8em;
}
.cart .totals table tfoot td {
	border-bottom: 1px solid #E7E7E7;
}
.cart .totals table tfoot strong {
	font-weight: normal;
	font-size: 18px;
	display: block;
	margin: 10px 0 15px;
}
.cart .totals table tfoot .summary-total td {
	padding: 0 0 20px;
}
.cart .totals table tfoot th strong {
	margin: 0;
}
.cart .totals table tfoot td .price {
	font-weight: bold;
}
.cart .totals .btn-remove {
	vertical-align: middle;
}
.cart .totals .btn-remove img {
	vertical-align: baseline;
}
.cart .totals .checkout-types li {
	margin: 0 0 0 10px; float:right;
}
.cart .totals .checkout-types .paypal-logo {
	margin: 5px 0 10px;
	padding: 0;
}
.cart .totals .checkout-types .paypal-or {
	clear: both;
	display: none;
	padding-top: 0;
	line-height: 1.0;
	font-size: 11px;
}
.cart .totals .checkout-types li .paypal-shortcut-bottom {
	text-align: right;
	text-align: center;
	margin: 0 0 0;
}
#shopping-cart-totals-table tbody .summary-total .a-right .summary-collapse {
	text-align: right;
	text-decoration: underline;
	cursor: pointer;
}
#shopping-cart-totals-table td.a-right span.price {
	margin-right: 6px;
}
#shopping-cart-totals-table tfoot, #shopping-cart-totals-table tbody {
	width: 367px;
	float: right;
	clear: both;
	padding-bottom: 10px;
	padding-right: 10px;
}
#shopping-cart-totals-table th, 
#shopping-cart-totals-table td {
	width: 300px;
}
#shopping-cart-totals-table .shipping-options {
	width: 200px;
	font-size: 0.9em;
	text-align: right;
}
.cart .summary-total td.a-right {
	color: #b1b1b1;
}
#cart-promo {
	padding: 0 0 10px 20px;
}
/* Help links */
.cart .help-links {
	float: left;
	padding: 15px 20px;
	background: #fff;
	width: 25%;
}
.cart .help-links h3 {
	font-size: 1.4em;
}
.cart .help-links ul {
	float: left;
	padding: 5px 0 0 0;
	font-size: 1.1em;
	font-family: Arial;
}
.cart .help-links ul li {
	float: left;
	padding: 0px 7px 0px 7px;
	background: url("../img/divider-menu-light.gif") no-repeat scroll 0px 54% transparent;
}
.cart .help-links ul li.first {
	padding-left: 0px;
	background: none;
}
.cart .help-links ul li span {
	color: #231f20;
}
.cart .help-links ul li a {
	color: #231f20;
	text-decoration: none;
}
.cart .help-links ul li a:hover {
	text-decoration: underline;
}
/* Options Tool Tip */
.item-options {
	padding: 1px 0 7px;
	font-family: Arial;
}
.item-options dt {
	font-weight: bold;
	padding: 0px;
}
.item-options dd {
	padding: 0px;
}
.item-options dt span.option-value {
	color: #999;
	margin-left: 10px;
}
.truncated {
	cursor: help;
	margin: 5px 0 0;
	position: relative;
	z-index: 1;
}
.truncated a.dots {
	cursor: help;
}
/* Hide the details overlay entirely because its not needed */
.truncated a.details {
	display: none;
	text-decoration: none;
	background: url('../images/bkg_dots.gif') repeat-x 0 100%;
	color: #514f4f;
}
.truncated .truncated_full_value .item-options {
	position: absolute;
	top: -99999em;
	left: -99999em;
	z-index: 999;
	padding: 0;
	width: 190px;
	border: 1px solid #c8c8c8;
	border-bottom: 1px solid #919191;
	background-color: #fff;
}
.truncated .truncated_full_value .item-options dl {
	margin-right: -9px;
	position: relative;
	z-index: 9999;
	padding: 0px 21px 10px 12px;
	background: url('../images/bkg_truncated.gif') no-repeat 100% 38px;
}
.truncated .show .item-options {
	top: -20px;
	left: 50%;
}
.col-left .truncated .show .item-options {
	left: 30px;
	top: 7px;
}
.col-right .truncated .show .item-options {
	left: -240px;
	top: 7px;
}
.top-cart .truncated .show .item-options {
	top: -60px;
	left: -206px;
}
.block-cart .truncated .show .item-options {
	top: -60px;
	left: -206px;
}
/* Item options in the cart */
.data-table .item-options dt {
	font-size: 12px;
	font-weight: normal;
	padding-bottom: 5px;
	padding-top: 5px;
	color: #231f20;
	font-family: 'Arimo', Arial, sans-serif;
	text-transform: uppercase;
	line-height: 20px;
}
.data-table .item-options dd {
	color: #808285;
}
.data-table .item-options dd .price {
}
.data-table .item-options dt span.item-option-value {
	color: #808285;
}
.data-table .item-options dt span {
	color: #3c3c3c;
	font-family: 'Arimo', Arial, sans-serif;
	text-transform: none;
}
.sales-order-view .data-table .item-options dt,
.sales-order-invoice .data-table .item-options dt {
	border: none;
	float: left;
	clear: left;
}
.sales-order-view .data-table .item-options dd,
.sales-order-invoice .data-table .item-options dd {
	padding: 5px 0 0 10px;
	color: #808285;
	float: left;
	font-size: 12px;
	line-height: 20px;
}
.sales-order-view h3.product-name,
.sales-order-invoice h3.product-name {
	padding: 0px;
	text-transform: uppercase;
	font-family: 'Arimo', Arial, sans-serif;
	font-size: 14px;
	margin-bottom: 5px;
}
.sales-order-view dl.order-info,
.sales-order-invoice dl.order-info {
	margin: 5px 15px;
	padding: 0;
}
.sales-order-view dl.order-info dt,
.sales-order-invoice dl.order-info dt {
	display: block;
	float: left;
	padding: 5px 0;
	margin-right: 5px;
	line-height: 1;
}
.sales-order-view dl.order-info dd,
.sales-order-invoice dl.order-info dd {
	display: block;
	float: left;
	padding: 0;
	padding-left: 0;
	line-height: 1;
}
.sales-order-view dl.order-info dd ul,
.sales-order-invoice dl.order-info dd ul {
	padding: 0;
}
.sales-order-view dl.order-info dd ul li,
.sales-order-invoice dl.order-info dd ul li {
	padding: 5px;

	display: block;
	float: left;
	margin-right: 5px;
	line-height: 1;
}
.sales-order-view p.order-date,
.sales-order-invoice p.order-date {
	padding: 0 16px 10px 16px;
}
.sales-order-view .info-box,
.sales-order-invoice .info-box {
	margin: 0 0 15px 15px;
}
.sales-order-view .info-box h2.box-title,
.sales-order-invoice .info-box h2.box-title {
	font-weight: bold;
}
.sales-order-view .info-box .box-content,
.sales-order-invoice .info-box .box-content {
	font-family: 'Arimo', Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	padding: 5px 0;
}
.sales-order-view #my-orders-table thead tr th,
.sales-order-view #my-orders-table tbody tr td,
.sales-order-view #my-orders-table tfoot tr td,
.sales-order-invoice .data-table thead tr th,
.sales-order-invoice .data-table tbody tr td,
.sales-order-invoice .data-table tfoot tr td {
	padding: 15px;
}
.sales-order-view .buttons-set p.back-link a,
.sales-order-invoice .buttons-set p.back-link a {
	margin-left: 15px;
}
.sales-order-invoice p.order-links,
.sales-order-invoice h2.sub-title,
.sales-order-invoice .order-items.order-details .table-caption {
	padding: 0 15px 10px 15px;
}
.sales-order-invoice h2.sub-title {
	line-height: 1;
}
span.separator {
	font-size: 100%;
}
/* Edit item button */
.cart-table .edit-item-link {
	text-transform: uppercase;
}
/* Product Price */
/* Regular price */
.regular-price {}
.regular-price .price {}
/* Old price */
.old-price {
	float: left;
	padding: 0;
	color: #989696;
	font-family: 'Arimo', Arial, sans-serif;
}
.old-price .price-label {
	white-space: nowrap;
	color: #989696;
	display: none;
}
.old-price .price {
	padding-right: 0.3em;
	font-size: 80%;
	font-weight: normal;
	text-decoration: line-through;
	color: #989696;
}
.sidebar .old-price .price-label {
	display: none !important;
}
/* Special price */
.special-price {
	font-family: 'Arimo', Arial, sans-serif;
}
.special-price .price-label {
	white-space: nowrap;
	color: #231f20;
	font-weight: bold;
}
.special-price .price {
	font-weight: normal;
	color: #900;
	font-size: 1.2em;
}
.sidebar .special-price .price-label {
	display: none !important;
}
.price {
	line-height: inherit;
}
.pricebox1 {
	float: left;
	padding-right: 4px;
}
.minimal-price .price-label {
	display: none;
}
/*Primary Navigation */
.nav-container {
	width: 100%;
	height: 42px;
}
.cms-home .nav-container {
	padding-top: 0px;
}
.nav-container ul#pronav {
	width: 960px;
	height: 42px;
	z-index: 1000;
}
.nav-container ul#pronav > li, 
.nav-container ul#pronav > li > a {
	height: 42px;
	font-size: 19px;
	font-family: 'Neographik MT Std', Arial, sans-serif;
	color: #fff;
}
.nav-container ul#pronav li a {
	line-height: 45px;
	padding-top: 0px;
}
.nav-container ul#pronav li:hover > a {
	color: #231f20;
}
.nav-container ul#pronav li.pronav-selected {
	background: url('../img/nav_bg_selected.png') repeat-x;
}
.pronav-subcategory li {
	height: 20px;
	padding-right: 15px;
}
.pronav-subcategory ul {
	display: none;
}
#nav {
	width: 550px;
	padding: 0px;
	font-size: 1.3em;
}
#nav li {
	text-transform: uppercase;
}
.header-container.fixed .nav-container {
	padding-top: 0px;
	position: absolute;
	left: 54px;
	top: 0;
	margin: 0;
}
.header-container.fixed .searchbar {
	margin: 0;
	position: absolute;
	top: 61px;
	left: 58px;
}
.header-container.fixed #nav > li > ul.shown-sub {
	width: 877px;
	left: -54px;
	padding-left: 67px;
}
.header-container.fixed #nav ul.level0 li.level1 {
	padding: 0 14px 0 13px;
}
.header-container.fixed #nav ul.level0 li.level1.first {
	padding: 0 14px 0 0;
}
/* All Levels */
#nav li.over {
	z-index: 990;
}
#nav li a span {
	cursor: pointer;
}
/* 1st Level (Top Level) */
#nav li.level-top {
	float: left;
	height: 40px;
	margin-left: 1px;
	padding: 0px;
	color: #797979;
	background: none;
}
#nav li.level-top.first {
	margin-left: 3px;
}
#nav li.level-top.active a.level-top {
	font-family: 'Neographik MT Std', Arial, sans-serif;
	color: #231f20;
}
#nav a.level-top {
	float: left;
	padding: 0px 9px;
	text-decoration: none !important;
	line-height: 39px;
	color: #797979;
	background: transparent url('../img/divider-menu-light.gif') no-repeat 100% 54%;
}
#nav li.over a.level-top {
	color: #231f20;
	font-weight: normal;
	background-color: #ebebeb !important;
	position: relative;
	margin-left: -3px;
	margin-right: -1px;
	padding: 0 10px 0 12px;
}
#nav a.level-top span {
	float: left;
	white-space: nowrap;
}
#nav li.last a.level-top {
	background: none;
}
#nav > li > ul > li > a {
	font-family: 'Neographik MT Std', Arial, sans-serif;
}
#nav > li > ul > li > ul {
	padding: 0;
	margin-top: 10px;
}
#nav li ul li ul li {
	padding: 0;
	margin: 4px 0;
}
#nav > li > ul > li > ul > li > a:hover {
	color: #231f20;
}
#nav li.over a.level-top, 
#nav li.active a.level-top {}
#nav li.over a.level-top {
	position: relative;
	z-index: 2;
}
#nav li.over a.level-top span, 
#nav li.active a.level-top span {}
#nav li.level-top.search-icon {
	width: 50px;
	background: url("../img/divider-menu-light.gif") no-repeat scroll 0 54% transparent;
	display: none;
}
#nav li.level-top.search-icon span {
	margin-left: 10px;
	margin-top: 14px;
}
.sticky #nav li.level-top.search-icon {
	display: block;
}
.sticky #nav li.level-top.search-icon span {
	display: block;
	background: url("../img/icon_search.gif") no-repeat scroll 0 0 transparent;
	width: 11px;
	height: 11px;
}
#nav li.level-top.search-icon.hover {
	display: none;
}
/* 2nd Level */
#nav ul.level0 {
	width: 895px;
	padding: 19px 38px 14px 29px;
	position: absolute;
	top: 39px;
	left: -10000px;
	z-index: 1;
	background-color: #ebebeb;
	font-size: 0.92em;
}
#nav ul.level0 li.level1 {
	float: left;
	width: 150px;
	min-height: 170px;
	padding: 0px 14px 0px 17px;
	margin: 0px;
	border-right: 1px #cccccc solid;
}
#nav ul.level0 li.level1.first {
	padding-left: 0px;
	margin: 0px;
}
#nav ul.level0 li.level1.last {
	border: none;
}
#nav ul.level0 li.level1 .parent {}
/*#nav ul*/
#nav ul.level0 li.level1 a {
	line-height: 1.2;
	color: #898989;
}
#nav ul.level0 li.level1 .last > a {
	padding-bottom: 0;
}
#nav ul.level0 li.level1 a:hover {}
#nav ul.level0 li.level1 a span {}
#nav ul.level0 li.level1 .over a.over {
	color: #231f20;
}
#nav ul.level0 li.level1 .active > a {
	color: #fff;
}
#nav ul dl {
	float: left;
	padding: 0px;
}
#nav ul dl dt {
	padding: 0px 0px 16px 0px;
	font-size: 1em;
	color: #898989;
}
#nav ul dl dd {
	padding: 0px;
	font-size: 1em;
	color: #898989;
	line-height: 2em;
}
/* Error / Success messages */
.customer-account-login ul.messages li.error-msg span {
	color: #ed1c24;
	font-size: 1.2em;
}
ul.messages li.error-msg span {
	color: #ed1c24;
}
.customer-account-login ul.messages li.error-msg span {
	margin: 0;
	color: #ed1c24;
	font-family: 'Neographik MT Std', Arial, sans-serif;
	font-size: .9em;
	text-transform: uppercase;
}
.checkout-cart-index .messages {
	display: none;
}
.checkout-cart-index .checkout-messages .messages {
	display: block;
}
.checkout-cart-index .checkout-messages .messages span {
	float: right;
	margin-right: 30px;
}
.checkout-cart-index .checkout-messages .messages a {
	color: #ed1c24 !important;
	text-decoration: underline;
}
.customer-account-login ul.messages, .customer-account-login li.error-msg, .customer-account-login ul.messages ul, .customer-account-login ul.messages ul li {
	padding: 0;
}
.customer-account-login .messages {
	display: none;
}
.customer-account-login #login-form .messages {
	margin-top: 5px;
	display: block;
	text-align: left;
}
.customer-account-login ul.messages ul li {
	margin-bottom: 5px;
}
.customer-account-login ul.messages span {
	font-size: 1.5em;
	font-weight: bold;
	margin-left: 8px;
}
/* Show Menu */
#nav li .shown-sub {
	left: 12px;
	z-index: 991;
}
#nav li .shown-sub .shown-sub {
	left: 100px;
}
/* Page Footer */
.footer {
	min-height: 420px;
	width: 960px;
	margin: 0 auto;
	font-family: 'Arimo', Arial, sans-serif;
	color: #fff;
	font-weight: normal;
	font-size: 12px;
}
.footer ul.links, .footer ul.links li, .footer ul.payment, .footer ul.payment li {
	display: block;
}
.footer ul.links li, .footer ul.payment li {
	padding: 0;
	margin: 0;
}
.footer ul.links, .footer ul.payment {
	padding: 30px 0 0;
	width: 160px;
}
.footer ul.links {
	float: left;
}
.footer ul.links li:first-child {
	font-weight: bold;
	color: #fff;
}
.footer ul.links li a {
	color: #ccc;
	text-decoration: none;
}
.footer ul.links li a:hover {
	color: #fff;
	text-decoration: underline;
}
.footer ul.payment {
	float: right;
	width: auto;
}
.footer ul.payment li {
	display: inline;
	padding: 0;
}
.footer ul.social li {
	padding: 0px 5px;
	line-height: 32px;
}
.footer ul.payment, .footer ul.social, 
.footer .like, .footer .follow {
	float: right;
}
.footer .follow {
	margin-right: 20px;
}
.footer.shown ul.payment li, .footer.shown ul.social li, .footer.shown .like, .footer.shown .follow {
	visibility: visible;
}
/* Newsletter popup */
.newsletter {
	float: left;
	width: 251px;
}
.footer-container .newsletter {
	display: none;
}
.form-subscribe {
	float: left;
	width: 221px;
	height: auto;
	padding: 5px 13px;
}
.form-subscribe H1 {
	font-weight: normal;
}
.form-subscribe label {
	float: left;
	width: 221px;
	margin: 6px 0;
}
.form-subscribe .v-fix {
}
.form-subscribe a {
	color: #777;
}
.form-subscribe .required {
	float: left;
	width: auto;
	padding: 15px 0px 0px 0px;
}
.form-subscribe .required span {
	padding-right: 3px;
	color: #031E5A;
}
.form-subscribe input.input-text {
	width: 219px;
	height: 20px;
	display: block;
}
.form-subscribe button.button {
	margin: 15px 0;
	float: right;
}
.form-subscribe .validation-advice {
	width: 180px;
}
.form-subscribe .divider {
	float: left;
	width: 221px;
	height: 20px;
	padding-bottom: 1px;
	margin: 10px 0px 0px 0px;
}
/* Breadcrumbs */
.breadcrumbs {
	float: left;
	padding: 15px 0px;
	padding: 0;
	position: relative;
	max-width: 450px;
	overflow: hidden;
	margin: 0 0 10px 0;
}
.breadcrumbs .accessible {
	display: none;
}
.breadcrumbs ul {
	padding: 0 0 0 0;
	list-style: none;
	font-family: 'Arimo', Arial, sans-serif;
}
.breadcrumbs ul li {
	float: left;
	padding: 0 16px 0px 9px;
	background: transparent url('../img/breadcrumb-arrow.png') no-repeat scroll 100% 3px;
	font-size: 14px;
	color: #fff;
}
.breadcrumbs ul li.last {
	background: none;
}
.breadcrumbs ul li a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
.breadcrumbs ul li a:hover {
	color: #231f20;
}
.breadcrumbs ul li span {
	text-transform: capitalize;
	font-size: 14px;
}
.breadcrumbs ul li .current {
	color: #fff;
	text-transform: capitalize;
	font-size: 1em;
	font-family: 'Arimo', Arial, sans-serif;
	line-height: 18px;
	padding: 0;
}
.breadcrumbs .left-line {
	width: 1954px;
	height: 1px;
	left: -993px;
	bottom: -1px;
	background: #DCDCDC;
	position: absolute;
	bottom: -1px;
}
/* Left sidebar */
.col-left h1 {
	font-size: 1.9em;
}
.side-links {
	float: left;
	width: 192px;
}
.side-links ul {
	float: left;
	width: 172px;
	padding: 0px 0px 0px 20px;
	font-size: 1.5em;
}
.side-links ul li {
	float: left;
	width: 172px;
	padding-left: 0px;
	color: #6f82b6;
	background: none;
}
.side-links ul li a {
	color: #6f82b6;
	text-decoration: none;
}
.browse-tabs {
	float: left;
	width: 182px;
	padding: 10px 0px 10px 10px;
	font-size: 1.3em;
}
.browse-tabs li {
	float: left;
	padding: 8px 15px;
	background-color: #ebf0f9;
	border-left: 1px #FFF solid;
}
.browse-tabs li a {
	color: #6f82b6;
	text-decoration: none;
}
.browse-tabs li.active {
	background-color: #425c97;
	border-bottom: 1px #425C97 solid;
}
.browse-tabs li.active a {
	color: #FFF;
}
.sidebar .sub-nav .shop-by {
	margin-left: 10px;
}
.sidebar .sub-nav a {
	color: #231f20;
	text-decoration: none;
}
.sidebar .sub-nav a:hover {
	text-decoration: underline;
}
.sidebar .sub-nav li {
	width: 170px;
	padding: 5px 10px;
}
.sidebar .sub-nav li.current {
	background: #3c3c3c;
	background: rgba(0,0,0,0.7);
}
.sidebar .sub-nav li.current a {
	color: #231f20;
}
.sidebar .sub-nav .m-filter-item-list a {
}
.sidebar .sub-nav li.haschild {
	padding-bottom: 0;
}
.sidebar .sub-nav li.level0 {
	padding: 0;
}
.sidebar .sub-nav li.level0 a.level-top {
	display: block;
	padding: 0 10px;
	background: #ed1c24 url('../img/category_header.jpg');
}
.sidebar .sub-nav li.level0 a.level-top span {
	font-size: 18px;
	font-family: 'Neographik MT Std', Arial, sans-serif;
	color: #fff;
	line-height: 28px;
}
.sidebar .sub-nav li.level1 {
	padding-left: 10px;
}
.sidebar .sub-nav li.level1 li {
}
.sidebar .block-content {
	margin-bottom: 10px;
}
.sidebar .sub-nav #narrow-by-list .liblock div {}
.sidebar .sub-nav #narrow-by-list .chilexpcolaplse {
	color: #231f20;
}
.liblock .expcolaplse-cat a, .liblock .expcolaplse a {
	float: right;
	font-size: 10px;
	color: #fff;
}
/* Content */
.std dt {
	font-weight: normal;
	text-transform: uppercase;
}
.backtotop {
	padding: 0px 0px 0px 10px;
}
.backtotop a {
	text-decoration: none;
	color: #425c97;
}
.std img#article-search {
	display: none;
}
.std p, 
.std ul, 
.std ol {}
.std li li {
	font-size: 1em;
}
.std a {
	color: #ed1c24;
	text-decoration: none;
}
.std a:hover {
	color: #231f20;
}
.std a.button {
	display: block;
	padding: 6px 16px;
	margin-top: 10px;
	text-transform: uppercase;
	width: 360px;
	color: #FFF;
	background-color: #231f20;
	font-size: 1.1em;
	font-family: 'Neographik MT Std', Arial, sans-serif;
}
.std a.button:hover {
	text-decoration: none;
}
.std dl {
	padding: 0px;
}
.std dt {
	padding: 2px;
	color: #231f20;
}
.std dd {
	padding: 0 0 0 15px;
	margin-bottom: 10px;
	color: #808285;
}
.std h1, 
.std h2, 
.std h3, 
.std h4, 
.std h5, 
.std h6 {
	padding-top: 1em;
	text-transform: uppercase;
}
.std h1 strong, 
.std h2 strong, 
.std h3 strong, 
.std h4 strong, 
.std h5 strong, 
.std h6 strong {
	font-weight: normal;
}
.std > h2 {
	clear: both;
}
.catalog-catagory-view .sidebar .page-title, 
.catalog-product-view .sidebar .page-title {
	border: none;
}
.page-title .link-rss {
	float: right;
	margin-top: 8px;
}
.col1-layout .col-main .page-title {
	margin-left: 0px;
	background: #fff;
}
.col1-layout .col-main .page-title.order-confirmation-signup {
	padding: 0;
}
.customer-account-login .col1-layout .col-main .page-title {
}
.std .page-title h1 {
	padding: 10px;
}
.std .image-with-caption {
	display: table;
	background-color: #231f20;
	float: left;
	margin-bottom: 15px 0;
}
.std .image-with-caption.first {
	margin-right: 12px;
}
.std .image-with-caption h2 {
	color: #FFF;
	font-size: 1.4em;
	padding-bottom: 0px;
	padding-left: 8px;
	padding-top: 3px;
	font-weight: normal;
}
.std .image-with-caption P {
	font-size: 1.3em;
	padding-left: 8px;
	padding-top: 0px;
}
.std li {
	padding: 0px;
	font-family: 'Arimo', Arial, sans-serif;
	line-height: 1.5;
}
.black-button {
	width: 223px;
	font-size: 1.1em;
	font-weight: normal;
	padding: 5px 0;
	background-color: #231f20;
	color: #FFF;
	border: none;
	cursor: pointer;
	text-transform: uppercase;
}
.black-button:hover, 
.black-button.black-button-hover {
	background-color: #959595;
}
.grey-button {
	float: left;
	width: 223px;
	height: 30px;
	padding: 5px 0;
	background-color: #e2e2e2;
	color: #231f20;
	border: none;
	cursor: pointer;
	ont-family: 'Arimo', Arial, sans-serif;
	text-transform: uppercase;
}
.grey-button:hover, .grey-button.grey-button-hover {
	background-color: #959595;
	color: #FFF;
}
/***** Category page *****/
.category-view {
	width: 720px;
}
.category-banner {
	margin-bottom: 50px;
}
.category-title {
}
.category-view .note-msg, .category-description {
	padding: 0;
	background: #fff;
}
.m-block {
	clear: both;
}
/****** SEARCH STUFF AND THINGS OF THAT NATURE ******/
.results-view .recommendations {
	padding: 20px 20px 0;
	display: none;
}
.catalogsearch-result-index .page > .page-title {
	display: none;
}
.catalogsearch-result-index .col2-left-layout .col-main .page-title {
	background: #fff;
	padding: 10px;
}
.catalogsearch-result-index .col2-left-layout .col-main .page-title h2 {
	text-transform: uppercase;
	font-weight: normal;
	color: #666;
	font-size: 12px;
	font-family: 'Neographik MT Std', Arial, sans-serif;
}
.catalogsearch-result-index .col2-left-layout .col-main .page-title h2 span {
	color: #ed1c24;
}
.catalogsearch-result-index .note-msg {
	margin: 20px 0 0;
	padding-bottom: 0;
	font-size: 1.6em;
	color: #808285;
	font-weight: normal;
	text-transform: uppercase;
}
.catalogsearch-result-index .toolbar {
	display: none;
}
/* Narrow by filter/category */
.catalogsearch-result-index .sidebar .block-title strong {
	text-transform: uppercase;
	font-weight: normal;
	font-family: 'Neographik MT Std', Arial, sans-serif;
	font-size: 1.5em;
}
.catalogsearch-result-index .sidebar .block-title {
	padding-bottom: 8px;
}
.sidebar .category-title {
	margin: 0;
}
.sidebar .category-title h2, 
.expcolaplse-cat, 
.expcolaplse {
	font-size: 18px;
	line-height: 28px;
	padding: 8px 0px 4px 8px;
	background-color: #ed1c24;
	color: #fff;
	font-family: 'Neographik MT Std', Arial, sans-serif;
}
.category-image {
	text-align: center;
	margin: 0 0 1px;
}
.category-image img {
	display: block;
	margin: 0 auto;
}
.category-products {
	width: 720px;
	
	background: #fff;
}
.category-products .price-box {
}
/* Category page infinite scroll loader bar */
.category-products .if-scroll-loader {
	padding: 30px;
}
/* View Type: Grid */
.products-grid {
	width: 720px;
	padding: 0px;
}
ul.last {
	border-bottom: none;
}
.products-grid li.item {
	float: left;
	width: 33.1%;
	padding: 0;
	min-height: 375px;
	overflow: hidden;
	position: relative;
}
.products-grid li.first {
	border-left: none;
}
.products-grid li.last {
}
.products-grid li span.cover {
	float: left;
	width: 232px;
	height: 364px;
	border: 3px solid #e8e8e8;
	display: none;
	position: absolute;
	left: 0;
	top: 0;
}
.products-grid li.last span.cover {
	width: 232px;
}
.products-grid li:hover span.cover {
	display: block;
}
.products-grid li a.overlay-new span.new {
	float: left;
	width: 85px;
	height: 55px;
	display: block;
	position: absolute;
	left: 0px;
	bottom: 150px;
	background: transparent url('../img/ribbon_new.png') no-repeat scroll left top;
}
.products-grid li a.overlay-onsale span.onsale {
	float: left;
	width: 92px;
	height: 55px;
	display: block;
	position: absolute;
	left: 0px;
	bottom: 150px;
	background: transparent url('../img/ribbon_onsale.png') no-repeat scroll left top;
}
.products-grid li a.overlay-specialoffer-exclusive span.specialoffer-exclusive {
	float: left;
	width: 150px;
	height: 55px;
	display: block;
	position: absolute;
	left: 0px;
	bottom: 150px;
	background: transparent url('../img/ribbon_specialoffer.png') no-repeat scroll left top;

	/* temporarily being used to show 'As worn on House Rules' promo */
	background: transparent url('../img/houserules_logoB.png') top left no-repeat;
	left: 10px;
	bottom: 120px;
}
.products-grid li a.overlay-specialoffer-peach span.specialoffer-peach {
	float: left;
	width: 144px;
	height: 43px;
	display: block;
	position: absolute;
	left: 0px;
	bottom: 150px;
	background: transparent url('../img/ribbon_specialoffer.png') no-repeat scroll 0 0;
}
.products-grid li a.overlay-specialoffer-yellow span.specialoffer-yellow {
	float: left;
	width: 76px;
	height: 38px;
	display: block;
	position: absolute;
	left: 0px;
	bottom: 150px;
	background: transparent url('../img/ribbon_specialoffer.png') no-repeat scroll 0 0;
}
.catalogsearch-result-index .products-grid li span.cover {
	height: 382px;
}
.products-grid .actions {
	float: left;
	width: 216px;
}
.products-grid .product-image {
	float: left;
	width: 237px;
	height: 307px;
	text-decoration: none !important;
}
.products-grid .product-image img {
	max-width: 237px;
	max-height: 307px;
}
.products-grid .info {
	float: left;
	width: 200px;
	padding: 10px 20px;
	min-height: 75px;
}
.products-grid .info .ratings {
	display: none;
}
.products-grid .product-name {
	float: left;
	padding: 0px;
	width: 100%;
	color: #231f20;
	font-family: 'Arimo', Arial, sans-serif;
	text-transform: uppercase;
}
.products-grid .product-name a {
	color: #231f20;
	text-decoration: none;
}
.products-grid .product-name a:hover {
	text-decoration: underline;
}
.products-grid .price-box {
	float: left;
	padding: 0px;
}
.products-grid p.minimal-price {
	float: left;
	padding: 0;
	line-height: inherit;
}
.price-box p.special-price {
	margin: 0;
	padding: 0;
	display: inline-block;
	white-space: nowrap !important;
	line-height: inherit
}
.price-box p.old-price {
	margin: 0;
	padding: 0;
	display: inline-block;
	line-height: inherit;
	white-space: nowrap !important;
}
.top-cart .special-price, 
.top-cart .minimal-price, 
.top-cart .regular-price {
	font-size: 0.9em;
}
.products-grid .price-box .minimal-price, 
.products-grid .price-box .special-price, 
.products-grid .price-box .regular-price .price {
	font-size: 1em;
}
.products-grid .price-box .old-price .price {
	font-size: 100%;
}
/* View Type: List */
.products-list {
	float: left;
	padding: 0px;
	width: 737px;
}
.products-list li {
	float: left;
	padding: 10px 0px 10px 0px;
	width: 737px;
	list-style: none;
}
.products-list li .wrap {
	float: left;
}
.products-list li .product-image {
	float: left;
	width: 236px;
	height: 129px;
	margin-right: 20px;
	text-decoration: none;
	position: relative;
}
.products-list li .product-image img {
	width: 236px;
	height: 129px;
}
.products-list li .product-image span {
	width: 216px;
	height: 109px;
	position: absolute;
	top: 0px;
	left: 0px;
	border: 10px #ebf0f9 solid;
}
.products-list li .desc p {
	font-size: 1.0em;
}
.products-list li .desc .view-detail {
	padding-left: 10px;
	color: #425c97;
	text-decoration: none;
	background: transparent url('../img/arrow-right-small.png') no-repeat scroll 0px 7px;
}
.products-list li .desc .view-detail:hover {
	text-decoration: underline;
}
.products-list li .wrap-over {
	background-color: #ebf0f9;
}
/* Recently viewed */
.box-recently-viewed .products-grid {
	border-top: 1px solid #E7E7E7;
	border-left: 1px solid #E7E7E7;
	width: 956px;
}
/***** Product Price *****/
/* Regular price */
.regular-price {
	font-size: 1.2em;
}
.minimal-price .price {
	color: #231f20;
}
.regular-price .price {
	color: #231f20;
	font-family: 'Arimo', Arial, sans-serif;
	font-size: 14px;
}
.special-price .price {}
#shopping-cart-table td, 
#shopping-cart-table th {
	border: 2px solid #ececec;
}
#shopping-cart-table td.first, 
#shopping-cart-table th.first {
	border-left: none;
}
#shopping-cart-table td.last, 
#shopping-cart-table th.last {
	border-right: none;
}
#shopping-cart-table th {
	font-size: 12px;
	font-family: 'Arimo', Arial, sans-serif;
	color: #3c3c3c;
}
#shopping-cart-table .item-options .price {
	display: none;
}
.product-view p.minimal-price {
	padding: 0;
}
.product-view .product-shop .price-box.total .minimal-price .price {
	font-size: 100%;
}
.product-view .product-shop .price-box.total .regular-price .price {
	font-size: 100%;
}
.category-view .minimal-price .price, .category-view .regular-price .price {
	font-weight: normal;
	font-family: 'Arimo', Arial, sans-serif;
}
/* Head offer */
.category-view div.offer {
	float: left;
	width: 697px;
	padding: 20px;
	background-color: #bbd187;
}
.category-view div.offer p {
	float: left;
	padding: 0px;
	font-size: 2.2em;
	color: #FFF;
	font-weight: bold;
}
.category-view div.offer p.more {
	float: right;
	padding: 7px 0px 0px 10px;
	font-size: 1.5em;
	color: #FFF;
	font-weight: normal;
	background: transparent url('../img/arrow-right-offer.gif') no-repeat scroll 0px 15px;
}
.category-view div.offer p.more a {
	color: #FFF;
	text-decoration: none;
}
span.seperator {
	float: left;
	width: 737px;
	height: 1px;
	margin: 10px 0px;
}
/* Toolbar */
.toolbar {
	width: 700px;
	height: 20px;
	padding: 10px;
	background: #fff;
}
.toolbar .pager {
	margin-left: 15px;
}
.toolbar-bottom {
	display: none;
}
.toolbar .total {
	float: right;
	font-family: 'Arimo', Arial, sans-serif;
	font-size: 12px;
	color: #808285;
	line-height: 20px;
}
.toolbar .total span {
	color: #666;
}
/* Filter By */
.filter-by {
	float: left;
	width: 350px;
	font-family: 'Arimo', Arial, sans-serif;
}
.filter-by p {
	float: left;
	padding: 0px;
	font-size: 12px;
	font-family: 'Arimo', Arial, sans-serif;
	line-height: 20px;
}
.filter-by ul {
	padding: 0px;
	font-size: 12px;
}
.filter-by ul li {
	float: left;
	padding: 0px 12px 0px 12px;
	background: transparent url("../img/divider-menu.gif") no-repeat scroll 100% 50%;
	line-height: 20px;
}
.filter-by ul li.current, 
.filter-by ul li.current a {
	color: #ed1c24;
}
.filter-by ul li a {
	color: #666;
	text-decoration: none;
}
.filter-by ul li a:hover {
	text-decoration: underline;
}
.filter-by ul li.last {
	background: none;
}
/* Sorter */
.sorter {
	float: right;
}
.sorter p {
	margin: 0;
}
.sorter select {
	float: left;
	width: 120px;
	height: 20px;
}
.sorter .view-mode {
	float: right;
	padding: 0px;
	white-space: nowrap;
}
.sorter .view-mode label {
	float: left;
	font-size: 1em;
}
.sorter .view-mode a, 
.sorter .view-mode strong {
	background: url("../img/icons.png") no-repeat scroll 0 0 transparent;
	float: left;
	height: 18px;
	margin-left: 5px;
	width: 18px;
}
.sorter .view-mode a.grid, 
.sorter .view-mode strong.grid {
	background-position: 0 -740px;
}
.sorter .view-mode a.list, 
.sorter .view-mode strong.list {
	background-position: 0 -700px;
}
.sorter .sort-by {
	float: right;
}
.sorter .sort-by label {
	display: none;
}
.sorter .sort-by a {
	float: right;
	padding: 5px 5px 0px 5px;
}
/* Pager */
.pager {
    float: right;
    margin-right: 15px;
    margin-left: 10px;
}
.pager p {
	padding: 0px;
}
.pager select {
}
.pager .amount {
	float: left;
	font-family: 'Arimo', Arial, sans-serif;
	font-size: 12px;
	line-height: 1.5;
	text-transform: uppercase;
}
.pager .amount span {
	color: #231f20;
	font-size: 12px;
}
.pager .amount strong {
	font-weight: normal;
	font-size: 12px;
}
.pager .limiter {
	display: none;
}
.pager .pages {
	float: right;
	margin-left: 30px;
	text-align: center;
	color: #333;
	text-transform: uppercase;
}
.pager .pages a {
	color: #8c8c8c;
	text-decoration: none;
}
.pager .pages a:hover {
	color: #8c8c8c;
	text-decoration: underline;
}
.pager .pages ol, .pager .pages li {
	display: inline-block;
	padding: 0 2px;
}
.pager .pages li {
	float: left;
	margin-left: 2px;
	margin-right: 2px;
}
.pager .pages .current {
	font-weight: bold;
	color: #231f20;
	text-decoration: underline;
}
.pager .pages .i-previous, .pager .pages .i-next {
	text-decoration: none !important;
	vertical-align: top;
}
.pager .pages strong {
	font-weight: normal;
	display: none;
}
.pager-only, .onestepcheckout-column-right .clear {
	clear: both;
}
.pager-only .pages {
	margin: 0;
}
/***** Account Login/Create Pages *****/
.my-account {
	background: #fff;
	clear: both;
}
.my-account .page-title {
	padding: 15px;
	
}
.my-account .title-buttons h1 {
	float: left;
}
.my-account .title-buttons button {
	float: right;
}
.my-account .welcome-msg .sub-title {
	text-transform: none;
}
.my-account .dashboard-wrapper {
	padding: 15px;
}
.account-login, 
.account-create {
	width: 960px;
}
.account-login .page-title h1, 
.account-create .page-title h1, 
.forgot-psw .page-title h1 {
	padding: 15px 20px;
}
.forgot-psw .page-title h1 {
	
}
.forgot-psw ul {
	padding: 0;
}
.forgot-psw .form-buttons {
	width: 590px;
	padding: 10px 0 0 0;
}
.form-buttons p.back-link {
	padding: 0;
}
.forgot-psw p.required {
	width: 590px;
}
.box-account .col2-set {
	margin-left: -15px
}
.box-account .info-box-account, .box-account .info-box-address {
	padding: 10px;
	margin: 0;
	margin-left: 15px;
	width: 315px;
}
.box-account .info-box-account h3.box-title, .box-account .info-box-address h3.box-title {
	margin: 0;
}
.box-account .info-box-account .box-content, 
.box-account .info-box-address .box-content {
	padding: 5px 10px;
	padding: 5px 0;
	font-family: 'Arimo', Arial, sans-serif;
	font-size: 12px;
	line-height: 1.5;
	color: #6a6a6a;
}
.box-account .info-box-newsletters b {
    color:black;
}
.box-account .sub-title {
	margin-left: 15px;
	font-size: 16px;
	line-height: 1;
	padding: 5px 0;
}
.box-account .sub-title .separator {
	font-size: 16px;
	line-height: 1;
}
.box-account .sub-title a {
	font-size: 16px;
	line-height: 1;
	text-transform: uppercase;
}
#gca_balance_button {
	padding: 5px 10px;
	float: left;
}
.account-login form {
	float: left;
}
.account-login form fieldset {
	float: left;
}
.account-login .col2-set, .account-create .col2-set {
	width: 960px;
	
	min-height: 370px;
}
.login-only {
	background: none;
}
.login-only .registered-users {
	float: none;
	margin: 0 auto;
}
.account-login .registered-users, .account-create .col-1 {
	width: 630px;
	float: left;
}
.account-login .registered-users .title, .account-create .title {
	padding: 10px 20px;
	
	margin-bottom: 20px;
}
.account-login .registered-users .title h2, .account-create .title h2 {
	float: left;
}
.account-login .registered-users .title p.required, .account-create .title p.required {
	font-size: 1em;
	margin: 0;
	padding: 0;
}
.account-login .new-users {
	width: 300px;
	min-height: 350px;
	padding: 30px 14px;
	background-color: #f8f8f8;
	border-left: 2px solid #ececec;
}
.account-login .fieldset h2 {
	margin-bottom: 0px;
}
.account-login .new-users h2 {
	margin-bottom: 5px;
}
.account-login .new-users h2 span {
	color: #999;
}
.account-login .new-users p {
	color: #231f20;
	padding: 0;
	margin: 0 0 12px;
}
.account-login .new-users .buttons-set {
	margin: 0 0 10px;
}
.account-login .spacer {
	position: absolute;
	top: 100%;
	left: 447px;
	margin-top: -1px;
	width: 16px;
	height: 3px;
	font-size: 0;
	line-height: 0;
	background: #fff;
	overflow: hidden;
}
.account-login .fieldset {
	margin: 0;
}
.account-login .form-list label, 
.account-login .form-list span.label {
	width: 115px;
	color: #231f20;
}
.account-login .btn-only {
	padding: 20px;
	width: 590px;
	text-align: right;
}
.account-login .btn-only a {
	float: left;
	padding: 10px 0 0;
	padding: 0;
	white-space: nowrap;
	font-size: 1.2em;
	font-size: 1em;
	color: #231f20;
	color: #ed1c24;
	text-decoration: underline;
	text-decoration: none;
	font-family: Arial;
}
.account-login .form-list input.input-text, 
.account-create .form-list input.input-text {
	width: 468px;
	width: 578px;
	height: 18px;
	padding: 5px;
	background-color: #fff;
	border: 1px solid #ccc;
	color: #666;
}
.account-login .form-list p {
	padding: 0 0 0 110px;
}
.account-login .messages {
	float: left;
	padding: 10px 0px;
	width: 100%;
	font-family: Arial;
}
.account-login .messages li {
	float: left;
	padding: 0px;
	width: 100%;
}
.account-login .messages ul {
	float: left;
	padding: 0px;
	width: 100%;
}
.account-login .buttons-set button.button {
	margin: 0;
}
.account-create .form-buttons {
	float: right;
	width: auto;
	margin-right: 75px;
	margin-right: 20px;
}
.account-create .form-list label {
	padding: 0;
	width: 125px;
	color: #231f20;
	text-align: left;
	margin-top: 6px;
}
.account-create .col-2 {
	width: 300px;
	min-height: 400px;
	padding: 30px 14px;
	background-color: #f8f8f8;
	border-left: 2px solid #ececec;
}
.account-create .col-2 p, .account-create .col-2 ul li {
	color: #231f20;
}
.account-create .col-2 a {
	color: #231f20;
	text-decoration: underline;
}
.account-create .form-list li.control {
}
.account-create .form-list li.control .input-box {
	float: left;
	width: auto;
}
.account-create .form-list li.control label {
	float: left;
	width: 350px;
	padding: 0;
	margin: 0px;
	color: #808285;
	font-size: 0.9em;
	font-weight: normal;
	text-align: left;
}
.account-create .form-list li.control label a {
	color: #231f20;
}
.account-create .col2-set .col-2 h3 {
	padding-bottom: 20px;
	font-weight: normal;
	font-family: 'Arimo', Arial, sans-serif;
}
.account-create .col2-set .col-2 ul {
	font-family: Arial;
}
.account-create .col2-set .col-2 ul li {
	background: transparent url("../img/icon-dot.gif") no-repeat scroll left 8px;
}
.account-create .fieldset {
	margin: 0;
}
.account-create .fieldset .title h2.legend {
	margin-bottom: 0px;
}
.account-create .buttons-set button.button {
	float: none;
	margin: 0;
}
.account-create .subscribe {
	margin: 0 0 20px 0;
}
.account-create .subscribe label {
	width: 460px !important;
}
.account-create .subscribe label a {
	color: black;
	text-decoration: none;
}
.forgot-psw h1 {
	text-transform: uppercase;
}
.forgot-psw form {
	padding: 20px;
	background: #FFF;
}
.forgot-psw form label {
	color: #231f20;
}
.forgot-psw .form-buttons .back-link {
	text-align: left;
}
.giftcardaccount ul.messages {
	padding: 15px;
	text-align: left;
}
.giftcardaccount ul.messages li {
	padding: 0;
	padding-left: 0;
}
.giftcardaccount ul.messages ul {
	padding: 0;
}
.sales-order-history .my-account p {
	padding: 15px;
}
.sales-order-history #my-orders-table {
	clear: both;
	margin-left: 15px;
	width: 690px;
}
.sales-order-history .my-account .buttons-set {
	padding: 0;
}
/***** Product View *****/
.col2-left-layout .product-view {
	float: left;
	width: 720px;
	margin-top: 38px;
	border: 1px solid #e7e7e7;
}
.product-view form {
	float: left;
	width: 960px;
}
.product-view .product-essential {
	float: left;
	width: 720px;
	width: 960px;
	position: relative;
	z-index: 1;
	padding: 0 0 20px;
	margin-bottom: 20px;
	background: #fff;

	box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, 0.3);
}
.product-view .box-collateral.box-up-sell {
	background: #fff;
	box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, 0.3);
}
.product-view .box-collateral.box-up-sell .products-grid {
	width: 960px;
}
.product-view .box-collateral.box-up-sell .products-grid li.item a.product-image {
	text-align: center;
	width: 100%;
}
.product-view .box-collateral.box-up-sell .products-grid li.item a.product-image img {
	display: inline;
}
.product-view .box-collateral.box-up-sell .products-grid .info {
	width: auto;
}
/* Gift Voucher Product View */
.product-gift-voucher .product-view .product-essential {
	width: 959px;
	border: 1px solid #e7e7e7;
	background-color: #f8f8f8;
}
/* Product Images */
.product-view .product-img-box {
	float: left;
	width: 423px;
	padding: 1px;
	position: relative;
	z-index: 0;
}
/* Temporarily Hide */
.product-view .product-img-box p.notice {
	display: none;
}
.product-view .product-img-box p.notice {
	text-align: right;
	background: url('../images/check-out.png') no-repeat;
	float: right;
	margin: 10px 3px 10px 0;
	font-size: 1.1em;
	line-height: 1.4em;
	padding: 0 25px 0 27px;
}
.image-label {
	display: block;
	float: left;
	width: 200px;
	height: 15px;
	margin: 15px 0 15px 7px;
	padding: 0;
	font-family: 'Arimo', Arial, sans-serif;
	font-weight: bold;
	color: #231f20;
	text-transform: uppercase;
	clear: both;
}
.product-view .product-img-box .product-image {
	position: relative;
	width: 370px;
	height: 370px;
	overflow: hidden;
	z-index: 3;
}
.product-view .product-img-box .product-image-zoom {
	position: relative;
	width: 370px;
	height: 370px;
	overflow: hidden;
	z-index: 3;
}
.product-view .product-img-box .product-image-zoom img {
	position: absolute;
	left: 0;
	top: 0;
	cursor: move;
}
.product-view .product-img-box .zoom-notice {
	text-align: center;
}
.product-view .product-img-box .zoom {
	position: relative;
	z-index: 9;
	height: 18px;
	margin: 0 auto 13px;
	padding: 0 28px;
	background: url('../images/slider_bg.gif') 50% 50% no-repeat;
	cursor: pointer;
}
.product-view .product-img-box .zoom #track {
	position: relative;
	height: 18px;
}
.product-view .product-img-box .zoom #handle {
	position: absolute;
	left: 0;
	top: -1px;
	width: 9px;
	height: 22px;
	background: url('../images/magnifier_handle.gif') 0 0 no-repeat;
}
.product-view .product-img-box .zoom .btn-zoom-out {
	position: absolute;
	left: 2px;
	top: 0;
}
.product-view .product-img-box .zoom .btn-zoom-in {
	position: absolute;
	right: 2px;
	top: 0;
}
.product-view .product-img-box .more-views {
	padding: 0;
}
.product-view .product-img-box .more-views h2 {
	display: none;
}
.product-view .product-img-box .more-views ul {
	padding: 0px;
}
.product-view .product-img-box .more-views li {
	float: left;
	width: 70px;
	height: auto;
	padding: 0px;
	background: none;
	margin: 5px 0 5px 12px;
}
.product-view .product-img-box .more-views li a {
	display: block;
	width: 72px;
	height: auto;
	overflow: hidden;
}
.product-view .product-img-box .more-views li img {
	margin: 1px 0 0 1px;
}
.active-image {
	border: 1px solid #b2b2b2;
	margin: -1px;
}
.product-view .product-img-box .more-views #mycarousel {
	clear: both;
}
.product-view .product-img-box .more-views li.vthumbnail {
	background: url('../images/video-thumbnail.jpg') no-repeat;
}
.product-view .product-img-box span#product-colour-sold-out {
	width: 180px;
	height: 135px;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 2;
	background: url('../img/ribbon_coloursoldout.png') no-repeat;
}
/* Gift Voucher Product Image */
.product-gift-voucher .product-view .product-img-box {
	padding: 0;
	width: 478px;
}
.product-image-popup {
	margin: 0 auto;
}
.product-image-popup .buttons-set {
	clear: none;
	line-height: 28px;
	margin: 0 0 10px;
	float: right;
	width: 150px;
	text-align: right;
}
.product-image-popup .buttons-set .button {
	vertical-align: middle;
	float: none;
}
.product-image-popup .image {
	display: block;
	clear: both;
	margin: 15px auto 15px;
}
.product-image-popup .image-label {
	font-size: 14px;
	text-align: left;
	clear: both;
	font-weight: normal;
	color: #231f20;
	line-height: 19px;
	margin: 0 0 10px;
}
.product-image-popup .nav {
	text-align: center;
	margin: 0 auto;
	width: 120px;
}
.product-image-popup .nav .prev, 
.product-image-popup .nav .next {
	margin: 0 15px;
	display: inline;
	background: url('../images/bkg_slide-button.gif') no-repeat 0 0;
	text-indent: -999em;
	cursor: pointer;
	width: 28px;
	height: 28px;
	z-index: 2;
	overflow: hidden;
	float: left;
}
.product-image-popup .nav .prev {
	left: -19px;
	float: left;
}
.product-image-popup .nav .next {
	right: -19px;
	float: right;
	background-position: 0 -40px;
}
/* Product Shop */
.product-view .product-shop {
	float: right;
	width: 280px;
	width: 380px;
	padding: 20px 10px 0 0;
}
.product-view .product-shop .product-main-info {
}
.product-view .product-shop .ratings p {
	margin: 0;
}
.product-view .product-shop .product-ids {
	padding: 0px;
	color: #808285;
	margin-bottom: 10px;
	font-size: 11px;
	font-family: 'Arimo', Arial, sans-serif;
}
.product-view .product-shop .availability {
	display: none;
}
.product-view .product-shop .price-box {
	margin-bottom: 5px;
}
.product-view .product-shop .price-box .price-label {
	font-size: 11px;
}
.product-view .product-shop .price-box .price-as-configured .price-label {
	font-size: 12px;
}
.product-view .product-shop .price-box .price-as-configured .price {
	color: #e55100;
	font-size: 14px;
}
.product-view .product-shop .price-box .price-including-tax .price, 
.product-view .product-shop .price-box .minimal-price .price {
	font-size: 2.2em;
	font-family: 'Arimo', Arial, sans-serif;
	font-weight: normal;
}
.product-view .product-shop .price-box .regular-price .price {
	font-size: 18px;
	font-family: 'Arimo', Arial, sans-serif;
}
.product-view .product-shop .price-box .old-price .price, 
.product-view .product-shop .price-box .old-price .price {
	font-size: 1.7em;
	line-height: 1.8em;
	padding-right: 0.4em;
	font-family: 'Arimo', Arial, sans-serif;
	font-weight: normal;
}
.product-view .product-shop .price-box .special-price .price-label, 
.product-view .product-shop .price-box .special-price .price {
	font-size: 2.2em;
	font-family: 'Arimo', Arial, sans-serif;
	font-weight: normal;
	color: #8b0304;
}
.product-view .product-shop .price-box .price-as-configured .price-including-tax .price {
	color: #e55100;
}
.product-view .product-shop .price-box .price-as-configured .price-excluding-tax .price {
	color: #222;
	font-size: 11px;
}
.product-view .product-shop .price-box p {
	margin: 0;
	line-height: normal;
}
.product-view .product-shop .add-to-links {
	float: left;
	padding: 0px;
}
.product-view .product-shop .special-offer {
	clear: both;
	padding: 5px 0 5px;
}
.product-view .product-shop .price-box .old-price, .product-view .product-shop .price-box .special-price {
	float: left;
	white-space: nowrap !important;
}
.tip {
	font-size: 1em;
	clear: both;
	padding: 0 0 5px;
}
.tip strong {
	font-weight: bold;
}
/* Gift Voucher Product Shop */
.product-gift-voucher .product-view .product-shop {
	border-left: 1px solid #e7e7e7;
	padding: 15px 0 25px 32px;
	width: 448px;
	background-color: #ffffff;
}

.product-view p {
	font-family: 'Arimo', Arial, sans-serif;
}

.product-view .product-name {
	margin-bottom: 10px;
}
.product-view .product-name h1 {
	padding: 0px;
	text-transform: uppercase;
	font-family: 'Arimo', Arial, sans-serif;
	font-weight: 900;
}
.product-view .short-description {
	padding: 10px 0;
	clear: both;
	font-size: 12px;
	display: none;
}
.product-view .short-description h2 {
	margin: 0 0 5px;
	font-size: 13px;
}
.product-view .product-shop .add-to-cart {
	float: left;
	padding: 2px 15px 10px 0;
}
/* Options after product info column */
.options-container-big {
	float: left;
	width: 282px;
	width: 370px;
}
/* Gift Voucher options */
.product-gift-voucher .options-container-big {
	width: auto;
}
.product-gift-voucher .options-container-big .price-box {
	display: none;
}
/* Product Options */
.product-options {
	margin-top: 15px;
}
.product-options ul {
	width: 100%;
	padding: 0;
	overflow: hidden;
}
.product-options ul li {
	float: left;
	height: auto;
	padding: 0px;
	background: none;
}
.product-options ul li label {
	display: none;
}
.product-options .pricebox2 {
	display: none;
}
#bundleProduct #options-container {
	width: 423px;
	float: left;
}
#bundleProduct #options-container fieldset {
	width: auto;
	padding-top: 0;
}
#bundleProduct #options-container .product-ids {
	float: left;
	clear: left;
	font-size: inherit;
	margin-left: 20px;
	margin-top: -10px;
}
#bundleProduct #options-container h1 {
	margin-top: 17px;
	margin-left: 20px;
	margin-bottom: 0px;
}
#bundleProduct .required em {
	margin-left: 0;
	display: none;
}
#bundleProduct .product-options {
	float: none;
	border: 0;
}
#bundleProduct .product-options ul {
	border: 0;
	padding: 0;
}
#bundleProduct .product-options ul li {
	float: none;
}
#bundleProduct .product-options ul li label {
	display: block;
	text-transform: uppercase;
	color: inherit;
	font-family: 'Arimo', Arial, sans-serif;
	padding-bottom: 7px;
}
#bundleProduct .product-options ul li .bconf-cont {
	width: auto;
}
#bundleProduct .product-options ul li .bconf-cont label i {
	display: none;
}
#bundleProduct .product-options ul li .bconf-cont label {
	float: left;
	font-size: inherit;
}
#bundleProduct .product-options dl dt.title {
	margin-top: 2.4em;
	display: block;
}
#bundleProduct .product-options dl dt {
	width: 100%;
	display: none;
}
#bundleProduct .product-options dl dd {
	width: 100%;
}
#bundleProduct .product-options dt label {
	width: auto;
	bottom: 5px;
	font-size: inherit;
	color: #444;
	text-transform: uppercase;
}
#bundleProduct .product-options dt .qty-holder {
	float: none;
}
#bundleProduct .product-options dd .qty-holder-disabled {
	display: none;
}
#bundleProduct .product-options .clearer {
	clear: both;
}
#bundleProduct .product-options .product-image {
	float: left;
}
#bundleProduct .product-options .option-detail {
	margin-left: 100px;
	margin-top: 17px;
}
#bundleProduct .product-options .options-list input.radio {
	display: none;
}
#bundleProduct .product-options .options-list input[type="radio"]+span.label {
	color: #CCC;
}
#bundleProduct .product-options .options-list input[type="radio"]:checked+span.label {
	color: #231f20;
}
#bundleProduct .page-title {
	width: auto;
}
#bundleProduct .product-options dd {
	margin: 0;
}
#bundleProduct .product-options .options-list .label {
	margin-left: 15px;
}
#bundleProduct .product-options dl+dt {
	border: 0;
}
#bundleProduct .add-to-cart {
	border-top: 1px solid #DCDCDC;
}
.product-options ul li .input-box {
	float: left;
}
.product-options ul li .input-box .tip {
	float: left;
	width: 15px;
	height: 15px;
	margin: 3px 8px 0 -3px;
	cursor: pointer;
}
.product-options .tip-box-over {
	left: -368px;
	top: -5px;
}
.product-options ul li select {
	float: left;
	height: 22px;
	width: 120px;
}
option.disabled {
	background: #DCDCDC;
}
.product-options ul li#option80 select {
	display: none;
}
.product-options ul li a.help {
	float: left;
	width: 15px;
	height: 15px;
	margin: 3px 8px 0px -3px;
}
.product-options dl {
	padding: 0;
}
.product-options dl dt {
	float: left;
	position: relative;
}
.product-options dl dd {
	float: left;
	width: 140px;
}
.product-options dt label {
	bottom: -48px;
	position: absolute;
	width: 140px;
}
.product-options dt .qty-holder {
	float: right;
}
.product-options dt .qty-holder label {
	vertical-align: middle;
}
.product-options dt .qty-disabled {
	background: none;
	border: 0;
	padding: 3px;
	color: #231f20;
}
.product-options dd {
	margin: 5px 0 15px;
	padding: 0 0 12px;
}
.product-options dd .input-box {
	display: block;
}
.product-options dd input.input-text {
	width: 98%;
}
.product-options dd input.datetime-picker {
	width: 150px;
}
.product-options dd .time-picker {
	display: -moz-inline-box;
	display: inline-block;
	padding: 2px 0;
	vertical-align: middle;
}
.product-options dd .time-picker select {
	vertical-align: middle;
}
.product-options dd textarea {
	width: 90%;
	height: 8em;
}
.product-options dd select {
	width: 90%;
	border: 1px solid #e8e8e8;
	font-size: 1em;
}
.product-options .options-list li {
	vertical-align: middle;
	margin: 0;
	padding: 2px 0;
	line-height: 1.315;
}
.product-options .options-list input.radio {
	float: left;
	margin: 2px -18px 0 0;
}
.product-options .options-list input.checkbox {
	float: left;
	margin: 2px -20px 0 0;
}
.product-options .options-list .label {
	display: block;
	margin-left: 20px;
}
.product-options .validation-error .options-list, 
.product-options ul.validation-failed {
	padding: 2px 1px !important;
	position: relative;
	z-index: 2;
	top: -3px;
	left: -2px;
	margin-right: -2px;
}
.options-container-small .product-options .validation-error .options-list, 
.options-container-small .product-options ul.validation-failed {
	padding: 0 1px !important;
	position: relative;
	z-index: 2;
	top: -1px;
	left: -2px;
	margin-right: -2px;
}
.product-options li {
	margin: 0 15px 0 0;
}
.product-options .validation-advice {
	width: 140px;
	color: #ed1c24 !important;
	font-family: 'Arimo', Arial, sans-serif;
	font-size: 1.3em;
	text-transform: uppercase;
}
.product-options .total.price-box {
	float: left;
	margin-left: 6.8em;
}
.product-options .total-price-label {
	font-size: 1.4em;
	font-family: 'Arimo', Arial, sans-serif;
	margin-right: 7px;
}
.product-options .total.price-box .regular-price {
	font-size: 1.5em;
	font-family: 'Arimo', Arial, sans-serif;
}
#option80 div.input-box {
	position: relative;
}
#advice-required-entry-attribute80 {
	position: absolute;
	top: -35px;
	right: 0;
	margin: 0;
}
/* Giftcard product options */
.product-gift-voucher .product-options {
	display: none;
}
#giftcard_message_note {
	padding: 3px 0 !important;
}
a.inline-size, a.inline-size:hover {
	background: url('../images/icon-size-chart.gif') no-repeat 0 3px;
	margin: 10px 0;
	padding-left: 15px;
	display: block;
	clear: both;
	float: left;
	font-size: 12px;
	color: #808285;
	font-family: 'Arimo', Arial, sans-serif;
}

.product-view .product-options-bottom {
	float: left;
	width: 282px;
}
.product-view .product-options-bottom .product-pricing {
	clear: both;
}
.product-view .product-options-bottom .price-box {
	margin: 0 !important;
	float: right;
}
.product-view .product-options-bottom p.required {
	padding: 5px 0 0;
	clear: both;
	text-align: right;
	width: auto;
}
#messages_product_view,
#pre_messages_product_view {
	position: absolute;
	top: 55px;
	top: 38px;
	left: 355px;
	left: 498px;
	z-index: 21;
	width: 263px;
	padding-bottom: 9px;
	background: url('../images/messages-arrow.png') no-repeat center bottom;
	display: none;
}
#messages_product_view .messages, 
#pre_messages_product_view .messages {
	margin: 0 0 1px;
	padding: 20px;
	width: 223px;
	background: #ed1c24;
}
#messages_product_view .messages li, 
#pre_messages_product_view .messages li {
	margin: 0;
	position: relative;
	z-index: 1;
	color: #fff;
	padding-left: 0;
}
#messages_product_view .messages li ul, 
#pre_messages_product_view .messages li ul {
	padding: 0;
}
#messages_product_view .close, 
#pre_messages_product_view .close {
	display: none;
	width: 17px;
	height: 17px;
	position: absolute;
	top: 5px;
	right: 6px;
	background: url('../images/close.png') no-repeat;
	cursor: pointer;
}
#messages_product_view .messages > li ul, 
#messages_product_view .messages > li li {
	padding: 0;
}
#messages_product_view span span, 
#pre_messages_product_view span span {
	font-family: 'Arimo', Arial, sans-serif;
	font-size: 1.8em;
	text-transform: uppercase;
	color: #fff;
}
#messages_product_view span span.msg-note, 
#pre_messages_product_view span span.msg-note {
	display: block;
	margin: 20px 0 25px;
	font-family: 'Arimo', Arial, sans-serif;
	font-size: 1.1em;
	color: #a7a9ac;
	text-transform: none;
}
#messages_product_view span span.msg-note A, 
#pre_messages_product_view span span.msg-note {
	color: #FFFFFF;
}
.messages .success-msg span {
	font-size: 1.2em;
	color: #231f20;
}
#messages_product_view .messages .success-msg span, 
#pre_messages_product_view .messages .success-msg span {
	font-size: 1.2em;
	color: #fff;
}
#messages_product_view .messages .notice-msg span, 
#pre_messages_product_view .messages .notice-msg span {
	font-size: 1.5em;
	color: #fff;
	font-family: 'Arimo', Arial, sans-serif;
}
/* Colour Swatches */
.colorswatches {
	clear: both;
	zoom: 1;
}
.colorswatches.multi-packs {
	display: none;
}
.product-options ul.multi-packs {
	border: none;
}
.colorswatches h4 {
	font-size: 12px;
	font-family: 'Arimo', Arial, sans-serif;
	text-transform: uppercase;
	float: left;
	line-height: 17px;
}
.colorswatches-items span {
	cursor: pointer;
}
.colorswatches-items span span {
	display: none;
}
.colorswatches p.swatch-label {
	float: left;
	margin-left: 10px;
	color: #808285;
	font-family: 'Arimo', Arial, sans-serif;
	padding: 0;
}
.colorswatches-items div.flyout p {
	width: 75px;
	color: #ed1c24;
	font-weight: bold;
	position: absolute;
	left: -3px;
	top: -22px;
}
.colorswatches .colorswatches-items {
	clear: both;
}
.colorswatches-items > div > span {
	display: block;
	float: left;
	border: 1px solid #BEBEBE;
	margin-right: 5px;
}
.colorswatches-items > div > span img.swatch-img {
	border: 0;
	height: 100%;
	width: 100%;
}
.colorswatches-items > div > span.current {
	border: 1px solid #231f20;
}
.colorswatches-items > div > span.current img.swatch-img {
	border: 1px solid #fff;
	height: 100%;
	width: 100%;
	border: 0;
}
.colorswatches .flyout {
	display: none;
	position: relative;
	top: -76px;
	left: -15px;
	z-index: 2;
	border: 1px solid #bebebe;
	width: 50px;
	height: 50px;
}
.colorswatches .flyout img {
	width: 50px;
	height: 50px;
}
.colorSwatch-sprite {
	margin: 0;
}
.colorSwatch-sprite:hover .flyout {
	display: block;
}
/* Product Add To Cart */
.product-view .product-shop .options-container-big .add-to-cart {
	width: 100%;
	padding: 14px 0;
}
.options-container-big .add-to-cart button.button {
	background: #ed1c24;
	font-size: 12px;
	font-family: 'Arimo', Arial, sans-serif;
}
.options-container-big .add-to-cart button.button:hover {
	background: #231f20;
}
.options-container-big .add-to-cart button.nostock {
	background: #231f20;
}
.options-container-big .add-to-cart button.pressedbutton {
	background: #231f20;
}
/* Giftcard Add To Cart */
.product-gift-voucher .product-view .product-shop .options-container-big .add-to-cart {
	width: 410px;
}
.product-gift-voucher .add-to-cart button.button {
	float: right;
}
.add-to-cart label, .add-to-cart #qty {
	display: none;
}
/* .product-technology-popup */
.ui-tooltip-hardyakka {
	background-color: #ed1c24;
	border-color: #ed1c24;
	color: #fff;
	font-family: 'Arimo', Arial, sans-serif;
	font-size: 12px;
}

.product-technology-popup > ul {
	width: 97%;
}
.product-technology-popup, .product-technology-popup-b,
.warranty-popup {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 25px 30px;
	margin: 15px;
	width: 660px;
	width: 930px;
	min-height: 600px;
	background-color: #ed1c24;
	z-index: 10;
	-webkit-overflow-scrolling: touch; /* lets it scroll lazy */
}
.product-technology-popup h3, .product-technology-popup-b h3,
.warranty-popup h3 {
	padding: 20px 20px 10px;
	font-size: 40px;
	font-family: 'Arimo', Arial, sans-serif;
	text-align: center;
	background: #ed1c24;
	color: white;
}
.product-technology-popup a.close, .product-technology-popup-b a.close,
.warranty-popup a.close {
	position: absolute;
	top: 0px;
	right: 0px;
	margin: 10px;
	height: 30px;
	width: 30px;
	overflow: hidden;
	text-indent: -100px;
	background: url('../img/close-window.png') no-repeat;
}
.product-technology-popup p, .product-technology-popup-b p {
	padding: 0;
}
.product-technology-popup ul, .product-technology-popup-b ul {
	list-style: none;
	padding: 20px;
	padding: 15px 0 15px 30px;
	border-top: 2px solid #a4a4a4;
	position: relative;
	zoom: 1;
	display: inline-block;
}
.product-technology-popup li, .product-technology-popup-b li {
	float: left;
	position: relative;
	zoom: 1;
	width: 133px;
	min-height: 170px;
	padding: 0;
	margin-right: 15px;
	color: #393C3F;
}
.product-technology-popup li img, .product-technology-popup-b li img {
	display: block;
	margin-bottom: 15px;
	height: 50px;
}
.product-technology-popup li strong, .product-technology-popup-b li strong,
.warranty-popup strong {
	font-family: 'Arimo', Arial, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
}
.product-technology-popup li p, .product-technology-popup-b li p {
	color: #393C3F;
	font-size: 10px;
	line-height: 1.2em;
}
.warranty-popup .warranty-popup-content {
	padding: 20px;
}
img.technology-icon,
img.warranty-icon, img.technology-icon-b {
	cursor: pointer;
	height: 50px;
	margin: 5px;
	border: solid 1px #231f20;
}
.product-collateral {
	float: left;
	min-height: 340px;
}
.product-collateral .emailto-link {
	font-size: 11px;
	margin: 0;
	background: url('../images/bkg_arrow-bullet.gif') no-repeat 0 4px;
	padding-left: 12px;
}
.product-collateral-always {
	min-height: 0 !important;
}
.box-collateral {
	float: left;
}
.box-collateral .box-title h2 {
	font-size: 2.2em;
	color: #031e5a;
}
.tab-list {
	position: relative;
}
.tab-list .tab {
	float: left;
	cursor: pointer;
}
.tab-list .active {
	cursor: default
}
.tab-list .tab-container {
	position: absolute;
	left: 0;
	width: 100%;
}
.collateral-tabs {
	padding: 0px;
}
.collateral-tabs .tab {
	float: left;
	width: 262px;
	width: 360px;
	background: url("../images/plus.png") no-repeat 257px 9px;
	background: url("../images/plus.png") no-repeat 355px 9px;
	padding: 5px;
	font-family: 'Arimo', Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	
	cursor: pointer;
}
.collateral-tabs .tab span {
	float: left;
	text-transform: uppercase;
}
.collateral-tabs .tab.active {
	background: #fff;
	color: #231f20;
}
.collateral-tabs dt.tab > a {
	float: right;
	width: 15px;
	height: 15px;
	background: transparent url('../img/icon-plus.gif') no-repeat -212px -2px;
}
.collateral-tabs .active .action {
	background-image: none;
}
.collateral-tabs .tab-container {
	float: left;
}
.collateral-tabs .tab-content {
	height: auto;
	overflow: hidden;
	font-family: 'Arimo', Arial, sans-serif;
	font-size: 1em;
	color: #7f7f7f;
	line-height: 1.4em;
}
.product-collateral .collateral-tabs .tab-container {
	width: 282px;
	width: 380px;
	padding: 0;
}
.product-collateral .collateral-tabs .tab-container .tab-content {
	width: 262px;
	width: 360px;
	padding: 5px 5px 20px 5px;
	height: auto;
	overflow: hidden;
}
.product-collateral .collateral-tabs .tab-container .tab-content ul {
	list-style: square inside;
}
.product-collateral .collateral-tabs .tab-container .tab-content ul li {
	padding: 0;
}
.collateral-tabs .tab-content .text {
	z-index: 1;
	height: auto;
	overflow: hidden
}
.care-instruction .collateral-tabs .tab-content {
	height: 291px;
}
.collateral-tabs .tab-content p {
	padding: 0px;
	margin: 0px;
}
.collateral-tabs .tab-content object, .collateral-tabs .tab-content embed {
	width: 100% !important;
	height: auto !important;
}
.collateral-tabs .tab-content img {
	float: left;
	margin-right: 10px;
}
.collateral-tabs .tab-content .jspTrack {
	background: transparent url('../img/bg-scrollbar.gif') repeat-y scroll 0px 0px;
}
.collateral-tabs .tab-content .jspDrag {
	background-color: #d9deea;
}
.collateral-tabs .tab-content .jspArrowUp {
	background: transparent url('../img/scroll-bar-arrow-up.gif') no-repeat scroll 0px 0px;
}
.collateral-tabs .tab-content .jspArrowDown {
	background: transparent url('../img/scroll-bar-arrow-down.gif') no-repeat scroll 0px 0px;
}
/***** Products related *****/
.product-view .product-related {
	float: left;
	width: 940px;
}
.product-view .product-related h2 {
	float: left;
	width: 940px;
	padding: 10px 0;
	color: #031E5A;
	font-size: 2.2em;
}
.product-related .row {
	float: left;
	width: 940px;
	padding: 0 0 10px;
}
.product-related .row .item {
	float: left;
	width: 450px;
	padding: 10px 10px 10px 5px;
	background-color: #EBF0F9;
}
.product-related .row .col-right {
	float: right;
}
.product-related .row .item .img {
	float: left;
	width: 103px;
	height: 64px;
	padding: 0 10px 0 0;
}
.product-related .row .item .img a {
	float: left;
	width: 103px;
	height: 64px;
	overflow: hidden;
	position: relative;
}
.product-related .row .item .img a span {
	float: left;
	width: 95px;
	height: 56px;
	border: 4px solid #fff;
	position: absolute;
	left: 0;
	top: 0;
}
.product-related .row .item .img a:hover span {
	display: none;
}
.product-related .row .item .img img {
	float: left;
}
.product-related .row .item ul {
	float: left;
	width: 337px;
	clear: both;
	padding: 0;
}
.product-related .row .item ul li {
	float: left;
	background: transparent none no-repeat scroll left top;
	padding: 0 10px 0 0;
}
.product-related .row .item ul li label {
	float: left;
	display: none;
}
.product-related .row .item ul li .input-box {
	float: left;
}
.product-related .row .item ul li .input-box select {
	float: left;
}
.product-related .row .item select {
	border: 1px solid #D9DBDD;
	color: #6F82B6;
	text-transform: lowercase;
}
.product-related .row .item ul li select {
	font-size: 1em;
}
.product-related .row .item .text {
	float: left;
	width: 337px;
}
.product-related .row .item .text h3 {
	padding: 0;
	font-size: 1.6em;
}
.product-related .row .item .text div {
	float: left;
	width: auto;
}
.product-related .row .item .text div.add-to-cart {
	float: right;
	width: 100px;
}
.product-related .row .item .text div.add-to-cart .btn-cart {
	background-color: #031E5A;
	padding: 2px 5px;
}
.product-related .row .item .text div p {
	padding: 0;
	font-size: 1.6em;
	line-height: 1.2em;
	font-weight: normal;
	color: #031E5A;
}
.product-related .product-options {
	margin: 0;
}
.product-related .special-price .price {
	color: #031E5A;
	font-weight: normal;
}
.product-related .row .item .text div .special-price {
	float: left;
	padding: 0 5px 0 0;
}
.product-related .row .item .text div .old-price {
	float: left;
	font-size: 0.9em;
	padding: 8px 0 0;
	color: #6F82B6;
}
.product-related .row .item .text .row {
	width: 100%;
	clear: both;
	padding: 0 0 5px;
}
.related-total-price {
	width: 100% !important;
	clear: both;
	padding: 0 0 5px;
	font-size: 2em;
	color: #031E5A;
}
/***** product info footer *****/
.product-info-footer {
	float: left;
	width: 176px;
	height: 35px;
	padding: 20px 0px 0 10px;
}
.product-info-footer .product-total-price {
	float: left;
	width: 156px;
	height: 35px;
	padding: 0px 10px;
	background-color: #031e5a;
}
.product-info-footer .product-total-price P {
	float: left;
	padding: 0px;
	font-size: 1.6em;
	color: #FFF;
	line-height: 35px;
}
.product-info-footer .product-total-price .price-box {
	float: right;
}
.product-info-footer .product-total-price .price-box .price {
	font-size: 2.2em;
	color: #FFF;
	line-height: 35px;
}
.add-set-to-cart {
	float: right;
	margin: 10px 0 0 0;
	width: 176px;
}
.add-set-to-cart input {
	padding: 0 5px 0 25px;
	height: 28px;
	background: #031E5A;
	border: 0 none;
	color: #fff;
	float: right;
}
.product-info-footer .add-to-links {
	float: right;
	padding-right: 10px;
	margin-bottom: 10px;
	clear: right;
}
.product-info-footer .add-to-links li {
	float: left;
}
.product-detail-conditions {
	float: left;
	margin: -30px 0 0 5px;
}
.follow, .like {
	width: 135px;
	float: left;
	margin-top: 12px;
	overflow: hidden;
}
.like {
	width: 98px;
	margin-top: 12px;
}
.like .ffb-link {
	float: left;
	margin-bottom: 2px;
	color: #77BAEE
}
.like .ffb-link:hover {
	text-decoration: underline;
}
.like #ffb-root > div {
	overflow: hidden;
}
.like #fb-root > div {
	overflow: hidden;
}
.ffb-like-container {
	float: right;
}
/***** Some sample data cms styles *****/
.page-head-alt {
}
.page-head, .page-head-alt {
}
.col-main .page-head, .col-main .page-head-alt {
	padding-left: 10px;
}
.page-head-alt .link-rss {
	float: right;
	margin-top: 8px;
}
.page-head h2, .page-head h3, .page-head-alt h3, .page-head-alt h2 {
}
/***** 404 Error Page *****/
.errorpage {
	float: left;
	width: 958px;
	border: 1px solid #EEE;
}
.errorpage img {
	float: right;
	margin-right: 45px;
}
.errorpage .text {
	float: left;
	width: 373px;
	padding: 40px 10px 10px 30px;
}
.errorpage .text h2 {
	padding: 0px;
	font-size: 3em;
	letter-spacing: -2px;
}
.errorpage .text h3 {
	padding: 0px;
	font-size: 2.4em;
	line-height: 0.9;
	font-family: 'Arimo', Arial, sans-serif;
}
.errorpage .text p {
	padding-top: 1.5em;
	font-size: 1.2em;
}
.errorpage .text a {
	color: #231f20;
	text-decoration: underline;
	font-weight: bold;
}
/* Block: Account */
.sidebar .block-account {
	font-weight: normal;
	text-transform: uppercase;
}
.sidebar .block-account .block-title {
	font-family: 'Arimo', Arial, sans-serif;
	padding: 0 10px;
	background: #ed1c24 url('../img/category_header.jpg');
	color: #fff;
}
.sidebar .block-account .block-title span {
	font-size: 18px;
	line-height: 28px;
	font-weight: normal;
}
.sidebar .block-account .block-content {
	padding: 0;
	margin: 1px 0;
}
.sidebar .block-account .block-content ul {
	padding: 0;
}
.sidebar .block-account .block-content ul li {
	padding: 5px 10px;
}
.sidebar .block-account li, 
.sidebar .block-account li a {
	color: #231f20;
	text-decoration: none;
	font-family: 'Arimo', Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
}
.sidebar .block-account li a:hover {
	color: #231f20;
	text-decoration: underline;
}
.sidebar .block-account li.current {
	font-weight: normal;
	background: #3c3c3c;
	background: rgba(0, 0, 0, 0.7);
	color: #fff;
	width: 170px;
}
.sidebar .block-account li strong {
	font-weight: normal;
}
.sidebar .block-account li.last {
	border-bottom: 0;
}
/* Account Edit */
.customer-account-edit h1.title {
	float: left;
}
.customer-account-edit h1.member-number {
	float: right;
}
.customer-account-edit h1.member-number span.red {
	color: #ed1c24;
	font-size: 18px;
}
.my-account a {
	font-weight: normal;
	text-decoration: none;
	color: #ed1c24;
}
.my-account a:hover {
	color: #231f20;
	text-decoration: underline;
}
.my-account .form-list .control .input-box {
	float: left;
}
.my-account .form-list .control label {
	width: 140px;
	font-size: 1.1em;
	width: auto;
	padding: 0;
	margin-right: 5px;
	float: left;
}
.my-account input.input-text, 
.my-account .form-list textarea {
	border: 1px solid #D9D9D9;
	padding: 6px 8px;
	padding: 6px 2%;
	width: 270px;
	width: 96%;
}
.my-account .form-list select {
	border: 1px solid #D9D9D9;
	padding: 6px 8px;
	width: 100%;
}
.my-account .form-list label {
	width: 144px;
	padding: 2px 8px 0 0;
}
.my-account form {
	/*width: 446px;*/
	padding: 15px;
}
.my-account .form-buttons {
	width: auto;
}
.my-account span.required {
	float: right;
	color: #808285;
	font-size: 1.1em;
}
.my-account h2.legend {
	margin: 10px 0;
}
.my-account .form-list {
	display: block;
	clear: both;
	padding: 0;
}
.form-list .customer-dob .dob-day, 
.form-list .customer-dob .dob-month, 
.form-list .customer-dob .dob-year {
	width: 110px;
}
/* Contact Form */
#contactForm {
	float: left;
	background-color: #f8f8f8;
	border: 1px solid #e6e6e6;
}
#contactForm > .fieldset {
	float: left;
	background-color: #ffffff;
	margin: 0;
	padding-left: 18px;
	padding-top: 15px;
	border-right: 1px solid #D9D9D9;
	width: 642px;
}
#contactForm .fieldset span.required {
	margin-right: 25px;
}
#contactForm .form-list .control label {
	width: 140px;
}
#contactForm .input-box input, 
#contactform .form-list textarea {
	background-color: #E8E8E8;
	border: 1px solid #D9D9D9;
	padding: 6px 8px;
	width: 269px;
}
#contactForm .input-box input {
	margin-right: 24px;
	width: 163px;
}
#contactForm .input-box #recaptcha_response_field {
	width: 284px;
}
#contactForm .form-list textarea {
	width: 484px;
	height: 110px;
}
#contactForm .form-list select {
	background-color: #E8E8E8;
	border: 1px solid #D9D9D9;
	padding: 6px 8px;
	width: 181px;
}
#contactForm .form-list label {
	width: 101px;
	color: #231f20;
}
#contactForm form {
	width: 446px;
}
#contactForm .form-buttons {
	width: auto;
}
#contactForm span.required {
	float: right;
	margin-top: 15px;
	color: #999999;
	font-size: 1.1em;
	color: #b1b1b1;
}
#contactForm .form-list span.required {
	font-size: 0.8em;
	margin: 0;
	float: none;
}
#contactForm .form-list .captcha-label {
	clear: both;
	width: 100%;
	display: block;
}
#contactForm h2.legend {
	float: left;
	margin-top: 10px;
}
#contactForm .form-list {
	display: block;
	clear: both;
}
#contactForm .contact-us-info {
	float: left;
	padding: 25px 20px;
	width: 257px;
}
#contactForm .contact-us-info, 
#contactForm .contact-us-info p, 
#contactForm .contact-us-info strong {
	color: #231f20;
}
#contactForm .buttons-set p {
	font-size: 0.8em;
}
#contactForm .buttons-set {
	margin-right: 25px;
	margin-bottom: 10px;
	padding-top: 20px;
	border-top: 1px solid #D9D9D9;
}
/* Size Chart */
#sizechart-popup {
	padding: 20px;
	width: 920px;
}
#sizechart-popup table {
	width: 100%;
}
.sitemap {
	text-transform: uppercase;
}
.sitemap li {
	font-size: 1.03em;
}
.sitemap .links > ul > li {
	border: 1px solid #e7e7e7;
	margin-bottom: 9px;
	padding: 0;
}
.sitemap .title {
	padding-left: 9px;
}
.sitemap ul li > a {
	display: block;
	background: #f6f6f6;
	color: #7d7d7d;
	font-size: 1.05em;
	padding: 8px 10px;
	border-bottom: 1px solid #e7e7e7;
	font-family: 'Arimo', Arial, sans-serif;
}
.sitemap ul li.level0.nav-3 > a {
	border: none;
}
.sitemap ul li ul {
	overflow: auto;
	display: inline-block;
	margin: 15px 0 20px;
	padding-bottom: 1px;
	background: url('../img/faux-column-sitemap.png') repeat-y;
	padding: 0;
}
.sitemap ul li li {
	width: 139px;
	float: left;
	padding: 8px 0 0 17px;
}
.sitemap ul li li > a {
	font-weight: bold;
}
.sitemap ul li li a {
	display: inline;
	font-family: 'Arimo', Arial, sans-serif;
	background: none;
	border: none;
	padding: 0;
}
.sitemap ul li li a span {
	background: none;
	padding: 0;
	border-bottom: none;
	font-weight: normal;
}
/* 3rd level */
.sitemap ul li li ul {
	display: block;
	margin: 5px 0 0;
	background: none;
}
.sitemap ul li li li {
	margin: 6px 0;
	padding: 0;
	float: none;
	width: auto;
	border: none;
}
.sitemap ul li li li a {
	font-weight: normal;
	font-family: 'Arimo', Arial, sans-serif;
	color: #909090;
}
/* Stockists */
.stockist-search {
	width: 378px;
	height: 26px;
	font-size: 26px;
	color: #bababa;
	padding: 10px;
	background: #e8e8e8;
}
/* Product Page Column Fix */
.catalog-product-view .col2-left-layout .col-main, 
.catalog-product-view .col2-left-layout .product-view {
	margin-top: 0;
	border: none;
	padding-top: 20px;
}
.col2-left-layout #bundle-product-wrapper, 
.col2-right-layout #bundle-product-wrapper {
	width: 717px;
	border: 1px solid #DCDCDC;
	border-top: none;
}
#bundle-product-wrapper {
	margin: 0;
	overflow: visible;
}
.col2-left-layout #bundleProduct, 
.col2-right-layout #bundleProduct {
	width: 717px;
}
.col2-left-layout #options-container, 
.col2-right-layout #options-container {
	width: 718px;
}
/* Catalog Page Column */
.catalog-category-view .col2-left-layout .col-main {
	margin-top: 0;
	border-top: none;
}
/* Reviews */ 
#customer-reviews {
	width: 717px;
	position: relative;
	background: #fff;
	margin-top: 20px;
}
#customer-reviews .no-review {
	float: left;
	width: 693px;
	padding: 11px 12px 9px;
	font-size: 1.3em;
	font-family: 'Arimo', Arial, sans-serif;
	text-transform: uppercase;
}
#customer-reviews .pager {
	position: absolute;
	top: 13px;
	right: 5px;
	margin: 0;
}
#customer-reviews .pager .pages {
	margin: 0 20px;
}
#customer-reviews > .box-title {
	
}
#product-reviews-list h2, 
#customer-reviews > .box-title h2 {
	color: #808285;
	font-size: 16px;
	line-height: 1em;
	padding: 15px;
	font-family: 'Arimo', Arial, sans-serif;
}
#product-reviews-list {
	padding: 0 5px 0 10px;
}
#customer-reviews dl {
}
#customer-reviews dt {
	width: 200px;
	height: 64px;
	float: left;
	clear: left;
	padding: 16px 20px 5px 20px;
	font-family: Arial, Sans-Serif;
	font-weight: normal;
	color: #797979;
	font-style: italic;
	border-bottom: 2px solid #e8e8e8;
}
#customer-reviews dt span {
	color: #231f20;
	font-family: 'Arimo', Arial, sans-serif;
	font-style: normal;
	font-size: 1.2em;
	text-transform: uppercase;
}
#customer-reviews p.date {
	font-size: .9em !important;
	padding: 0.2em 0;
}
#customer-reviews dd {
	width: 430px;
	height: 55px;
	float: left;
	margin-left: 17px;
	padding: 13px 15px 18px;
	border-bottom: 1px solid #e8e8e8;
}
#customer-reviews dd p {
	padding: 0;
	font-size: 1.1em !important;
	line-height: 1.5em;
}
#customer-reviews dd p.date {
	font-style: normal;
}
#customer-reviews dd.last, #customer-reviews dt.last {
	border: none;
	padding-bottom: 1px;
}
#customer-reviews table {
	border: 0;
	margin: 0;
	padding: 0;
	width: 100%;
}
#customer-reviews table tr {
	border-bottom: 1px solid #e8e8e8;
}
#customer-reviews table tr td {
	border: none;
}
#customer-reviews .commentator {
	width: 200px;
	float: left;
	clear: left;
	padding: 15px;
	font-family: Arial, Sans-Serif;
	font-weight: normal;
	color: #797979;
	font-style: italic;
}
#customer-reviews .commentator span {
	color: #231f20;
	font-family: 'Arimo', Arial, sans-serif;
	font-style: normal;
	font-size: 14px;
	text-transform: uppercase;
}
#customer-reviews .comment {
	width: 430px;
	float: left;
	margin-left: 17px;
	padding: 13px 15px 18px;
}
#customer-reviews .comment p {
	padding: 0;
	font-size: 12px;
	line-height: 1.5em;
}
#customer-reviews .comment p.date {
	font-style: normal;
}
#customer-reviews table tr.last {
	border: none;
	padding-bottom: 1px;
}
ul.messages {
	background: #fff;
	margin-bottom: 15px;
}
ul.messages ul > li {
	padding-left: 0;
}
li.success-msg {
	padding: 0;
}
.add-review {
	background: #f8f8f8;
	height: auto;
	overflow: hidden;
	padding: 15px 25px;
}
.add-review .headings {
	width: 200px;
	float: left;
	padding-bottom: 10px;
}
#customer-reviews .add-review .box-title h2, 
.add-review h3 {
	float: left;
	clear: left;
	font-size: 1.8em;
}
.add-review .box-title h2 {
	color: #231f20;
}
.add-review .box-title h3 {
	color: #797979;
	width: 200px;
}
.add-review .form-list li {
	margin-bottom: 5px;
}
.add-review #review-form {
	width: 422px;
	float: right;
}
.add-review #review-form .box-content {
	float: left;
	width: 422px;
}
.add-review #review-form .form-list {
	float: left;
	width: 422px;
}
.add-review #review-form .form-list li {
	float: left;
	width: 422px;
}
.add-review #review-form .form-list label {
	width: 407px;
	font-size: 1.2em;
	font-weight: normal;
	padding: 0 15px 0 0;
	margin: 7px 0 6px;
}
.add-review #review-form .form-list input.input-text, 
.add-review #review-form .form-list textarea {
	width: 406px;
	color: #797979;
	border: 1px solid #d6d6d6;
	padding: 6px 7px;
}
.add-review #review-form .form-list textarea {
	height: 87px;
}
.add-review #review-form div.form-buttons {
	float: left;
	width: 422px;
}
.add-review #review-form button.button {
	margin-top: 15px;
	padding: 7px 33px;
}
/*Facebook */
.ffb_edge_widget_with_comment {
	float: left;
}
/* Recommended */
.box-collateral .box-up-sell {
	width: 100%;
}
p.recommended {
	font-family: 'Arimo', Arial, sans-serif;
	padding: 13px 12px;
	font-size: 1.3em;
	line-height: 1.1em;
	text-transform: uppercase;
}
.box-up-sell .box-title {
	
}
/* Search results */
.catalogsearch-result-index .results-view .products-grid .actions {
	display: none;
}
.catalogsearch-result-index .results-view .products-grid .product-name, 
.catalogsearch-result-index .results-view .products-grid .price-box {
	margin-left: 10px;
	margin-right: 10px;
}
.catalogsearch-result-index .results-view .products-grid .product-name {
	margin-top: 10px;
	font-family: 'Arimo', Arial, sans-serif;
	font-size: 1.2em;
}
.catalogsearch-result-index .results-view .products-grid .price-box {
	margin-bottom: 10px;
}
.catalogsearch-result-index .results-view .products-grid .price-box .price {
	font-weight: normal;
	font-family: 'Arimo', Arial, sans-serif;
}
.m-block.mb-search-result {
	box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, 0.3);
}
fieldset.group-select {
	float: left;
	width: 960px;
}
div.checkoutcontainer {
	
}
div.onestepcheckout-column-left {
	float: left;
}
div.onestepcheckout-column-middle {
	float: left;
	min-height: 600px;
	border-left: 2px solid #ececec;
	border-right: 2px solid #ececec;
}
div.onestepcheckout-column-right {
	float: left;
}
.stepped {
	width: 320px;
	height: 100%;
	background: #fff;
	opacity: .75;
	background: rgba(255, 255, 255, 0.75);
	position: absolute;
	top: 0;
	right: 0;
}
div.onestepcheckout-column-middle .stepped {
	width: 316px;
	left: 0px;
}
div.checkoutcontainer h3 {
	padding: 7px 15px;
	font-size: 1.3em;
	font-family: 'Arimo', Arial, sans-serif;
	line-height: 1.2em;
	color: #797979;
	background-color: #F6F6F6;
}
div.onestepcheckout-column-left label {
	margin-left: 10px;
	font-family: 'Arimo', Arial, sans-serif;
}
#onestepcheckout-form {
	float: left;
}
dl.shipment-methods{
	padding: 0;
}
div.checkoutcontainer p.onestepcheckout-numbers {
	padding: 17px 0 0;
	color: #231f20;
	font-family: 'Arimo', Arial, sans-serif;
	text-transform: uppercase;
}
div.checkoutcontainer div.onestepcheckout-gift-voucher {
	padding: 17px 0 55px 12px;
	background: #f6f6f6;
	border-bottom: 1px solid #E4E3E4;
}
div.checkoutcontainer.logged-in div.onestepcheckout-gift-voucher {
	padding: 17px 0 90px 12px;
}
div.checkoutcontainer.logged-in div.customerbalance {
	margin: -70px 0 34px;
	padding: 0 0 0 16px;
}
div.checkoutcontainer div.onestepcheckout-gift-voucher label {
	font-family: 'Arimo', Arial, sans-serif;
	text-transform: uppercase;
	font-size: 16px;
	color: #231f20;

	font-size: 12px;
	padding-top: 0;
	line-height: 16px;
}
div.checkoutcontainer div.onestepcheckout-gift-voucher #discount-coupon-div label {
	font-family: 'Arimo', Arial, sans-serif;
	text-transform: none;
}
div.checkoutcontainer p.informational {
	padding: 0px;
	font-size: 0.9em;
}
div.checkoutcontainer #billing_address {
	float: left;
}
div.checkoutcontainer #billing_address ul, 
div.checkoutcontainer #billing_address ul {
	float: left;
	padding: 0px 10px 0px 17px;
}
div.checkoutcontainer #billing_address ul li {
	float: left;
	width: 100%;
}
div.checkoutcontainer #billing_address #billing_address_list, 
div.checkoutcontainer #shipping_address #shipping_address_list ul {
	float: left;
	padding: 0px;
}
div.checkoutcontainer #billing_address #billing_address_list li.country {
	display: none;
}
div.checkoutcontainer #billing_address_list label {
	font-size: 1.1em;
	color: #231f20;
}
div.checkoutcontainer #billing_address_list .control input {
	float: left;
	margin-top: 4px
}
div.checkoutcontainer select {
	width: 100%;
	background: #e8e8e8;
	color: #555555;
	padding: 5px;
	border: 1px solid #d6d6d6;
}
#shipping-address-select {
	margin-left: 2px;
}
#customer-address-book table td {
	border: 0;
	padding: 0;
	font-family: 'Arimo', Arial, sans-serif;
}
#customer-address-book input[type="text"] {
	font-size: 1em;
}
#customer-address-book .autocomplete {
	z-index: 5000;
	border-bottom: solid 1px #aaaaaa;
	border-left: solid 1px #aaaaaa;
	border-right: solid 1px #aaaaaa;
	background-color: #fafafa;
	width: 100%;
}
#customer-address-book .autocomplete a {
	text-decoration: none;
	color: #231f20;000
}
#customer-address-book .autocomplete .item {
	padding: 5px;
	border-bottom: solid 1px #aaaaaa;
	background-color: #fafafa
}
#customer-address-book .autocomplete .itemhover {
	padding: 5px;
	border-bottom: solid 1px #aaaaaa;
	background-color: #f0f0f0
}
#customer-address-book .autocomplete .itemlast {
	border-top: solid 1px #aaaaaa;
	background-color: #ffffff
}
div.checkoutcontainer #billing_address .autocomplete {
	z-index: 5000;
	border-bottom: solid 1px #aaaaaa;
	border-left: solid 1px #aaaaaa;
	border-right: solid 1px #aaaaaa;
	background-color: #fafafa;
	width: 100%;
	margin-top: -10px;
}
div.checkoutcontainer #billing_address .autocomplete A {
	text-decoration: none;
	color: #231f20;000
}
div.checkoutcontainer #billing_address .autocomplete .item {
	padding: 5px;
	border-bottom: solid 1px #aaaaaa;
	background-color: #fafafa
}
div.checkoutcontainer #billing_address .autocomplete .itemhover {
	padding: 5px;
	border-bottom: solid 1px #aaaaaa;
	background-color: #f0f0f0
}
div.checkoutcontainer #billing_address .autocomplete .itemlast {
	border-top: solid 1px #aaaaaa;
	background-color: #ffffff
}
div.checkoutcontainer #shipping_address .autocomplete {
	z-index: 5000;
	border-bottom: solid 1px #aaaaaa;
	border-left: solid 1px #aaaaaa;
	border-right: solid 1px #aaaaaa;
	background-color: #fafafa;
	width: 100%;
	margin-top: -10px;
}
div.checkoutcontainer #shipping_address .autocomplete a {
	text-decoration: none;
	color: #231f20;000
}
div.checkoutcontainer #shipping_address .autocomplete .item {
	padding: 5px;
	border-bottom: solid 1px #aaaaaa;
	background-color: #fafafa
}
div.checkoutcontainer #shipping_address .autocomplete .itemhover {
	padding: 5px;
	border-bottom: solid 1px #aaaaaa;
	background-color: #f0f0f0
}
div.checkoutcontainer #shipping_address .autocomplete .itemlast {
	border-top: solid 1px #aaaaaa;
	background-color: #ffffff
}
div.checkoutcontainer #billing_address table {
	width: 100%;
	font-family: 'Arimo', Arial, sans-serif;
}
div.checkoutcontainer #billing_address table td {
	border: 0;
	padding: 0
}
div.checkoutcontainer #shipping_address table {
	width: 100%;
	font-family: Arial, sans-serif
}
div.checkoutcontainer #shipping_address table td {
	border: 0;
	padding: 0
}
div.checkoutcontainer div.input-postcode .input-text {
	width: 6em !important;
}
div.checkoutcontainer div.input-postcode {
	width: 40% !important;
}
.onestepcheckout-addressline input[type="text"] {
	font-size: 1em;
}
div.ajax-loading {
	background-image: url("../images/ajax-loader.gif");
	background-position: center center;
	background-repeat: no-repeat;
	height: 50px;
	text-align: center;
}
#customer_address_error {
	background-color: #FAEBE7;
	color: #DF280A;
	border: 1px solid #DF280A;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: left;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 25px;
	background-image: url('images/onestepcheckout-error.jpg');
	background-repeat: no-repeat;
	background-position: 5px 5px;
}
/* What is this CCV/ CVV */
#what-is-this {
	width: 230px;
	padding: 30px;
	padding-bottom: 10px;
}
#what-is-this img {
	float: left;
	margin-right: 13px;
}
#what-is-this h2 {
	font-size: 2em;
	margin-bottom: 30px;
}
#what-is-this h3 {
	padding: 0;
}
#what-is-this p {
	width: 172px;
	margin-left: 59px;
	padding: 0;
	margin-bottom: 20px;
}
p.login-name {
	font-family: 'Neographik MT Std', Arial, sans-serif;
	font-size: 1.4em;
	text-transform: capitalize;
}
p.login-name, p.incorrect-login {
	margin: 10px 0 0 34px;
}
p.incorrect-login {
	margin-top: 0;
}
p.incorrect-login a {
	text-decoration: underline;
	color: #808285;
}
p.incorrect-login a:hover {
	color: #231f20;
}
#discount-coupon-div {
	margin-top: 18px;
}
#checkout-payment-method-load dt {
	display: none;
}
#onestepcheckout-coupon-add {
	background: #e2e2e2;
	border: none;
	padding: 7px;
	font-family: 'Neographik MT Std', Arial, sans-serif;
	cursor: pointer;
}
div.checkoutcontainer ul.payment-methods, div.checkoutcontainer ul.disabled-payment-methods { margin-top: -36px; padding:0 15px; height:30px; }
ul.payment-methods li, ul.disabled-payment-methods li { width:77px; float:left; background:#fff; padding:10px 5px 10px; cursor:pointer; border:solid 1px #fff; border-bottom:0; }
ul.payment-methods li:hover, ul.disabled-payment-methods li:hover { border:solid 1px #e8e8e8; border-bottom:0;}
#onestepcheckout-form ul.payment-methods li label, #onestepcheckout-form ul.disabled-payment-methods li label { width:100%; cursor:pointer; font-weight:bold !important; display:block; color:#231f20; line-height:1.2em; text-align: center; text-transform:uppercase; font-size:10px; }
ul.payment-methods li.currentTab { border:1px solid #e4e3e4; border-bottom:none; margin:-1px 0 0 0px; padding-bottom:9px; height:17px; }
ul.payment-methods li#pm_paypal_standard, ul.disabled-payment-methods li#pm_paypal_standard { margin-left:2px; }
.vme-button-mask {bottom: 88px !important; right: 34px !important;}
.paypal-payment { background: url("../images/paypal-payment.png") no-repeat center bottom; text-indent:-9999px; }
.vme-checkout-label {background: url("../images/vme-checkout-label.png") no-repeat scroll center 0; text-indent: -9999px;}
ul.payment-methods li#pm_vme, ul.disabled-payment-methods li#pm_vme {margin-left: 2px;}
.vme-terms-label, .onestepcheckout-enable-terms label, .onestepcheckout-enable-terms span {font-size: 1em !important; font-family: helvetica,san serif;}
.onestepcheckout-enable-terms a { color:#231f20;}
.onestepcheckout-enable-terms #onestepcheckout-form label, ul.payment_form_paypal_express li {font-size: 1.1em; font-family: helvetica,san serif;}
.onestepcheckout-enable-terms label {font-size: 1em !important; font-family: helvetica,san serif;}
.payment-methods ul.form-list li { font-family: helvetica,san serif; color:#231f20;}
.checkout-payment-method-load div.checkoutcontainer .payment-methods .form-list label { font-size:1em !important}

.onestepcheckout-total-amount {
	width: auto;
	height: 20px;
	background: #f6f6f6;
	margin: 18px 15px;
	padding: 5px 12px;
	clear: both;
	border: 1px solid #dadada;
	border-left: none;
	border-right: none;
	font-family: 'Arimo', Arial, sans-serif;
	overflow: hidden;
}
.onestepcheckout-total-amount > span, 
.onestepcheckout-total-amount div {
	float: left;
	display: block;
}
.onestepcheckout-total-amount > span {
	font-size: 1.1em;
	line-height: 1.8em;
}
.onestepcheckout-total-amount span.price, 
.onestepcheckout-total-amount div {
	margin-left: 30px;
	font-size: 18px;
	font-weight: normal;
	padding: 0;
	font-family: 'Arimo', Arial, sans-serif;
}
.paypal-payment {
	background: url('../images/paypal-payment.png') no-repeat;
	text-indent: -9999px;
}
.cart-confirm {
	background: #fff;
}
.cart-confirm .page-title {
	padding: 15px 20px;
	
}
.cart-confirm .info-detail {
	padding: 10px 20px 20px;
}
.cart-confirm .heading {
	padding: 10px 20px;
	margin: 0px;
}
.cart-confirm .info-detail .content .sub-title {
	font-size: 22px;
}
.cart-confirm .info-detail .content p {
	padding: 0px;
	margin: 0px;
}
.cart-confirm .info-detail .content p .orderdate {
	padding-right: 30px;
}
.cart-confirm .info-detail .content p .ordernumber {
	padding-right: 10px;
}
.cart-confirm .info-detail .buttons-set {
	margin: 0px;
}
.cart-confirm .info-detail .buttons-set .button {
	float: left;
	height: 30px;
	margin-left: 0px; display:none;
	margin-right: 7px;
	padding: 4px 0 6px;
}
.cart-confirm .info-detail .buttons-set .print {
	float: left;
	height: 30px;
	padding: 0px 15px;
	margin: 0px;
	background-color: #231f20;
	color: #fff;
	font-family: 'Neographik MT Std', Arial, sans-serif;
	font-size: 1.3em;
	line-height: 32px;
}
.cart-confirm .info-detail .buttons-set .print:hover {
	background: #959595;
}
.cart-confirm .info-detail .buttons-set .print a {
	float: left;
	margin-top: -1px;
	color: #FFF;
	text-decoration: none;
}
.cart-confirm .info-detail .buttons-set .print a:hover {
	text-decoration: none;
}
.cart-confirm .info-detail .ffb-discount {
	float: left;
	width: 450px;
	margin: 20px 0px;
	font-size: 1.4em;
	line-height: 1.1em;
	font-family: 'Neographik MT Std', Arial, sans-serif;
}
.cart-confirm .info-detail .ffb-discount a {
	float: left;
	height: 29px;
	padding: 0px 0px 0px 182px;
	color: #3B589A;
	background: url('../images/FB-tell.gif') no-repeat;
}
/* Store credit */
.storecredit {
	padding: 15px;
}
.storecredit .account-balance {
	margin: 0 0 20px;
	padding: 0 0 10px;
}
.storecredit .account-balance .price {
	font-weight: bold;
}
.giftcard-redeem {
	padding-bottom: 20px;
}
.giftcard-redeem .input-box {
	margin-right: 5px;
}
.like .fb_edge_widget_with_comment span.fb_edge_comment_widget iframe.fb_ltr {
	display: none !important;
}
#gift_card_area_lightbox {
	float: left;
}
.tax-invoice {
	margin-bottom: 10px;
}
.tax-invoice .heading {
	font-size: 22px;
	color: #231f20;
	border: none;
	background: none;
	margin-top: 15px;
	padding: 0;
}
.tax-invoice .order-info .row {
	margin-left: -10px;
}
.tax-invoice .order-info .info-box {
	float: left;
	width: 220px;
	padding: 0;
	margin-left: 10px;
	min-height: 180px;
	border: 1px solid #dfdfdf;
	background: none;
}
.tax-invoice .order-info .last-info {
	margin-top: 0px;
	margin-right: 0px;
}
.tax-invoice .order-info .info-box .box-title {
	margin: 0px;
	padding: 10px;
	font-size: 12px;
	font-weight: normal;
	border-bottom: 1px solid #dfdfdf;
	background-color: #F8F8F8;
	font-family: 'Neographik MT Std', Arial, sans-serif;
}
.tax-invoice .order-info .info-box .box-content {
	padding: 10px;
	font-style: normal;
	font-family: 'Arimo', Arial, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
}
.tax-invoice .order-info .info-box .box-content P {
	color: #231f20;
}
.tax-invoice .order-info .info-box .payment-method-table th {
	font-weight: normal;
	border: none;
	color: #231f20;
	padding: 0px;
}
.tax-invoice .order-info .info-box .payment-method-table td {
	border: none;
	color: #231f20;
	padding: 0px 0px 0px 10px;
}
.cart-confirm .order-items {
	font-family: 'Arimo', Arial, sans-serif;
}
.cart-confirm .order-items table {
	width: 100%;
}
.cart-confirm .order-items table th {
	color: #231f20;
	background-color: #f8f8f8;
	border-left: none;
	border-right: none;
	border-bottom: none;
}
.cart-confirm .order-items table th.first {
	padding-left: 10px;
	border-left: 1px solid #dfdfdf;
}
.cart-confirm .order-items table th.last {
	padding-right: 10px;
	border-right: 1px solid #dfdfdf;
}
.cart-confirm .order-items table td {
	border-right: none;
	border-left: none;
	vertical-align: top;
	padding-top: 10px;
}
.cart-confirm .order-items table td.last {
	padding-right: 10px;
	border-right: 1px solid #dfdfdf;
}
.cart-confirm .order-items table .col-thumb {
	padding-left: 10px;
	border-left: 1px solid #dfdfdf;
	text-align: left;
}
.cart-confirm .order-items table .col-product {
	width: 40%;
	border-left: none;
}
.cart-confirm .order-items table .col-product h3 {
	font-size: 12px;
	font-family: 'Arimo', Arial, sans-serif;
	text-transform: uppercase;
	color: #231f20;
}
.cart-confirm .order-items table .col-product ul {
	padding: 0px;
	font-size: 1em;
}
.cart-confirm .order-items table .col-product ul li {
	padding: 5px 0px 0px;
}
.cart-confirm .order-items table .col-qty {
	width: 15%;
	text-align: center;
}
.cart-confirm .order-items table .col-total {
	text-align: right;
	border-right: 1px solid #dfdfdf;
}
.cart-confirm .order-items table tfoot td {
	background-color: #f8f8f8;
	border: none;
	color: #808285;
	padding-top: 0.3em;
	text-align: right;
}
.cart-confirm .order-items table tfoot tr.first td {
	padding-top: 10px;
}
.cart-confirm .order-items table tfoot .grand_total td {
	padding-top: 10px;
	padding-left: 0px;
	padding-right: 0px;
	color: #231f20;
	font-size: 1.6em;
	border-bottom: 1px solid #dfdfdf;
}
.cart-confirm .order-items table tfoot .grand_total td.last {
	padding-right: 10px;
}
.cart-confirm .order-items table tfoot .summary-collapse {
	text-align: right;
}
.cart-confirm .order-items table tfoot .grand_total td strong {
	padding-top: 5px;
	padding-left: 40px;
	border-top: 1px solid #dfdfdf;
}
.cart-confirm .order-items table tfoot td.first {
	border-left: 1px solid #dfdfdf;
}
.cart-confirm .order-items table tfoot .grand_total td.first strong {
	padding-left: 100px;
}
.cart-confirm #my-orders-table tfoot td.first, .cart-confirm #my-orders-table tfoot td:first-child {
	font-family: 'Neographik MT Std', Arial, sans-serif;
	font-size: 12px;
	color: black;
	text-transform: uppercase;
}
.cart-confirm .item-options strong {
	font-family: 'Neographik MT Std', Arial, sans-serif;
	text-transform: uppercase;
	font-weight: normal;
	padding-right: 10px;
	color: black;
}
.cart-confirm .col-sku {
	color: #808285;
}
.cart-confirm .col-qty strong {
	font-family: 'Neographik MT Std', Arial, sans-serif;
	font-weight: normal;
}
.checkout-onepage-success .cart .button.btn-continue {
	padding: 15px;
	display: none;
}
.checkout-onepage-success .col1-layout {
	box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, 0.3);
}
.sidebar .block.block-reorder {
	display: none;
}
/* Recent orders stuff */
.dashboard #my-orders-table {
	margin: 0;
	width: 100%;
}
.dashboard h2.table-caption {
	padding: 5px 0;
}
#my-orders-table {
	/*width: 690px;
	margin: 15px;*/
}
#my-orders-table thead tr th {
	color: #231f20;
	font-family: 'Neographik MT Std', Arial, sans-serif;
	font-weight: normal;
	font-size: 12px;
	padding: 10px;
	border: none;
	text-transform: uppercase;
}
#my-orders-table tbody tr td {
	border: none;
	padding: 0.8em;
	font-size: 100%;
}
#my-orders-table thead {
	background-color: #e9e9e9;
	border: 1px solid #cccccc;
}
#my-orders-table tbody {
	border: 1px solid #cccccc;
}
.my-account .buttons-set {
	padding: 20px;
	padding: 20px 0;
	margin: 0;
}
.dashboard .recent-orders .table-caption a {
	/*color: #aaaaaa;*/
}
.order-items.order-details .table-caption {
	padding: 0 15px;
}
.addresses-list {
	padding: 15px;
}
.addresses-list .box-content {
	padding: 10px 0 0;
}
.addresses-list ol {
	padding: 0 15px 0 0;
	padding: 0;
	list-style-type: none;
}
.addresses-list ol li {
	margin: 5px 7px 5px 0;
	float: right;
	min-height: 125px;
}
.addresses-additional {
	clear: both;
	margin: 10px 0 0 0;
}
.addresses-additional ol li {
	border: 1px solid #cfcfcf;
	padding: 10px;
	background: #f5f5f5 url(../images/bkg_block.gif) repeat-x 0 0;
	position: relative;
	z-index: 1;
	width: 316px;
	width: 334px;
	margin: 5px 7px 5px 0;
	float: right;
	min-height: 125px;
}
.addresses-list .col-2 li address {
	font-size: 12px;
}
.addresses-list .col-2 li .actions {
	float: none;
	padding: 0 10px;
	border: 0;
}
.my-account .buttons-set p.back-link {
	padding-left: 15px;
}
.my-account .buttons-set p.back-link a,
.awrma-account .buttons-set p.back-link a {
	color: #ed1c24;
}
/* AT: Out of Stock text over */
.flyout .flyout-stock-box {
	position: absolute;
	width: 64px;
	height: 16px;
	background: white;
	opacity: 0.6;
	filter: alpha(opacity=60);
}
.flyout .flyout-stock-text {
	position: absolute;
	width: 64px;
	text-align: center;
	font-size: 11px;
	color: red;
	margin-top: 1px;
	margin-left: 1px;
}
#fblike {
	padding: 0 0 11px;
	clear: both;
}
.hide_fb_element {
	padding: 0 0 11px;
	clear: both;
	position: relative;
	z-index: -1;
}
#fblike iframe {
	width: 250px !important;
}
#fblike .fb_edge_comment_widget iframe {
	width: 400px !important;
}
#fblike span {
	font-family: 'Arimo', Arial, sans-serif;
	font-size: 1em;
	padding: 0.5em 0px;
	color: #808285;
	line-height: 1.5em;
	vertical-align: middle;
}
div.customerbalance label strong {
	font-family: 'Neographik MT Std', Arial, sans-serif;
	text-transform: uppercase;
	font-size: 16px;
	font-size: 12px;
	line-height: 16px;
	color: black;
	font-weight: normal;
}
.onestepcheckout-coupons {
	height: 135px;
}
.checkout-onepage-payment-additional-customerbalance {
	float: left;
	clear: left;
}
.onestepcheckout-enable-terms label {
	margin-right: 105px !important;
}
.onestepcheckout-place-order {
	text-align: left !important;
	margin: 0 15px;
}
.onestepcheckout-button:active {
	top: 0 !important;
}
.onestepcheckout-button, 
.onestepcheckout-button:visited, 
.medium.onestepcheckout-button, 
.medium.onestepcheckout-button:visited {
	text-shadow: none !important;
}
.onestepcheckout-index-index .onestepcheckout-coupons .button {
	padding: 8px 6px;
}
#discount-coupon-div a {
	display: block;
}
.onestepcheckout-index-index button.button.check-gc-status {
	float: none !important;
	clear: both;
	margin: 10px 0;
}
/* AT: GeoLocation */
.glPopup {
	padding: 8px 8px 10px 8px;
}
.glPopup .glStatic {
	min-height: 300px;
	min-width: 400px;
	padding: 10px;
	border: 1px solid #E7E7E7;
	margin-bottom: 15px;
	overflow-y: auto;
	max-height: 350px;
}
.glPopup label {
	display: block;
	float: left;
	width: 175px;
	margin-left: 50px;
	font-size: 1.4em;
}
.glPopup select {
	min-width: 200px;
	font-size: 1.2em;
	margin-bottom: 5px;
}
.glPopup .glButtons button {
	margin-top: 5px;
	margin-left: 195px;
	width: 150px;
	font-size: 1.2em;
}
.header .geolocation-shippingto {
	vertical-align: middle;
	padding-bottom: 5px;
	margin: 5px 0 5px 15px;
	text-transform: uppercase;
	text-align: right;
	clear: both;
}
/* SC: static block popup */
.blockPopup {
	min-height: 300px;
	min-width: 500px;
	padding: 10px;
	border: 1px solid #E7E7E7;
	margin: 15px;
	overflow-y: auto;
	max-width: 920px;
	max-height: 420px;
}
/** ZOOM **/
.product-essential .product-img-box {
	width: 423px;
	width: 648px;
	width: 548px;
	margin-right: 20px;
	float: left;
}
.product-img-box #main-image {
	width: 548px;
	height: 822px;
}
/* iPad Smooth Zoom */
#image-cover {
	position: absolute;
	z-index: 200;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#tap-to-zoom {
	width: 33%;
	margin: auto;
	position: relative;
	display: none;
	top: 33%;
	background: #3c3c3c;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 1em;
	padding: 1.5em;
	font-size: 1.5em;
	color: #fff;
}
#zoom-out {
	width: 2em;
	height: 2em;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 201;
 	color: #fff;
 	text-align: center;
	font-size: 2em;
	line-height: 2em;
	background: #3c3c3c;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 0.5em;
	display: none;
}
/** Stockist Store Locater CSS **/
#stockistContent {
	padding: 0px;
	box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, 0.3);
}
#stockistContent img {
	margin: 0 0 9px 0;
}
#stockistContent img.left {
	float: left;
	margin-right: 9px;
}
#stockistContent img.right {
	float: right;
}
/* Bread Crumbs */
#stockistContent ul.breadcrumbs {
	display: block;
	float: left;
	margin: 0 0 14px 0;
	width: 100%;
}
#stockistContent ul.breadcrumbs li {
	background: url('../../images/css/bg_breadcrumbNav.png') no-repeat right 5px;
	float: left;
	font-family: 'Arimo', serif;
	font-size: 13px;
	list-style: none;
	margin: 0 5px 0 0;
	padding: 0 10px 0 0;
	position: relative;
}
#stockistContent ul.breadcrumbs li.last, 
#stockistContent ul.breadcrumbs li.last:hover, 
#stockistContent ul.breadcrumbs li.last:hover a {
	background: none;
}
#stockistContent ul.breadcrumbs li a {
	background: url('../../images/css/bg_breadcrumbLink.png') no-repeat right 7px;
	color: #fff;
	display: block;
	font-family: 'Arimo', serif;
	font-size: 13px;
	padding: 0 15px 0 10px;
	font-size: 13px;
	margin-right: 5px;
	text-decoration: none;
}
#stockistContent ul.breadcrumbs li a.noChild {
	background: none;
	padding: 0 5px 0 0;
}
/************** Stockists **************/
div.stockists div.mapHead {
	position: relative;
	
	
}
div.stockists h1 {
	padding: 15px;
	float: left;
}
div.stockists div.search {
	padding: 0px;
	float: left;
	border-right: 2px solid #ececec;
}
div.stockists div.search, 
div.stockists div.ranges {
	width: 480px;
}
div.stockists div.ranges {
	border-right: none;
	margin-left: -2px;
}
div.stockists div.search h2, 
div.stockists div.ranges h2 {
	padding: 10px 15px;
	font-family: 'Arimo', Arial, sans-serif;
	font-size: 14px;
	color: #808285;
}
div.stockists div.search form, div.stockists div.ranges fieldset {
	height: 100%;
}
div.stockists div.search form {
	padding: 30px 15px;
}
div.stockists div.ranges fieldset {
	padding: 15px;
}
div.stockists div.search input#searchStockist {
	float: left;
	font-family: 'Arimo', Arial, sans-serif;
	color: #BABABA !important;
	font-size: 18px;
	font-weight: bold;
	line-height: 22px;
	height: 24px;
	margin: 0;
	padding: 0 0 0 7px;
	padding: 7px 10px;
	width: 350px;
	background: #fff;
	color: #666;
	border: 1px solid #ccc;
}
div.stockists div.search input#searchStockist input.text {
	background: none repeat scroll 0 0 #E8E8E8;
	border: 0 none;
	color: #231f20;
	float: left;
	font-size: 24px;
	font-weight: bold;
	height: 27px;
	padding: 10px;
	width: 288px;
}
div.stockists div.search div.btn {
	float: left;
	margin: -4px 0 0 0;
}
#mask {
	display: none;
}
div.stockists div.search input#searchBtn {
	background: transparent url('../img/search-button.jpg') no-repeat;
	border: none;
	height: 40px;
	width: 40px;
	margin-top: 4px;
}
div.stockists div#s-map {
	float: left;
	height: 586px;
	margin: 15px 0 15px 15px;
}
div.stockistsPage noscript {
	display: block;
	width: 940px;
	margin: 0 auto;
}
div.stockists div#s-map div.noscript {
	width: 520px;
	margin: 200px auto 0 auto;
	padding: 25px 40px;
	background: #eaf1f5;
}
div.stockists div#s-map div.noscript h3 {
	font-size: 30px;
	padding: 0 0 15px;
}
div.stockists div#s-map div.noscript p {
	font-family: 'Arimo', sans-serif;
	font-size: 16px;
}
div.stockists div#s-map div.noscript span.highlight {
	font-family: 'Arimo', sans-serif;
}
div.stockists div.sidebar {
	float: left;
	height: 586px;
	width: 260px;
	background: #333;
	margin: 15px 0;
}
div.stockists div.sidebar h3, 
div.stockists div.sidebar h3 a, 
div.stockists div.sidebar h3 a:visited {
	color: white;
	text-decoration: none;
}
div.stockists div.sidebar h3 {
	font-size: 13px;
	font-family: 'Arimo', Arial, sans-serif;
	margin: 0;
	text-transform: uppercase;
	color: white;
}
div.stockists a, div.stockists a:active, div.stockists a:visited {
	color: #fff;
}
div.stockists a.back-to-home {
	margin: 15px;
	float: right;
	position: relative;
	font-family: 'Arimo', Arial, sans-serif;
	font-size: 12px;
	line-height: 23px;
	color: #ed1c24;
	text-decoration: none;
	text-transform: uppercase;
}
div.stockists a.back-to-home:hover {
	color: #231f20;
}
div.stockists a.back-to-home:before {
	content: "";
	display: block;
	width: 15px;
	height: 15px;
	background: url('../img/back-arrow-red.png') no-repeat;
	position: absolute;
	left: -15px;
	top: 3px;
}
div.stockists div.sidebar h3 a:active, 
div.stockists div.sidebar h3 a:hover {
	color: #ed1c24;
}
div.stockists div.sidebar h3.title {
	color: white;
	background-color: #231f20;
	border-left: 2px solid #231f20;
	border-right: 2px solid #231f20;
	margin: 0;
	padding: 15px;
}
.stockists .ranges {
	width: 440px;
	float: right;
}
.stockists .ranges ul {
	padding: 0;
	list-style: none;
	margin-left: -10px;
}
.stockists .ranges li {
	padding: 0;
	width: 140px;
	margin-left: 10px;
	float: left;
}
.stockists .results {
	height: 540px;
	overflow: auto;
	overflow-x: hidden;
	padding: 0;
	/*border-bottom: 2px solid #231f20;
	border-left: 2px solid #231f20;
	border-right: 2px solid #231f20;*/
	position: relative;
	zoom: 1;
}
div.stockists div.results input.filter {
	margin: 12px 0 0 12px;
	width: 265px;
	padding: 5px;
}
div.stockists div.stockist {
	padding: 15px;
	border-bottom: 1px solid #231f20;
	font-size: 0.8125em;
	position: relative;
	zoom: 1;
}
div.stockists div.not-displayed {
	color: #ccc;
	background: #fff !important;
}
div.stockists div.not-displayed span.distance {
	display: none;
}
div.stockists div.selected {
	background: #111;
}
div.stockists div.hover {
	background: #231f20;
}
div.stockists div.stockist span.marker {
	background: url('../../images/stockists/map-marker-icon.png') no-repeat;
	width: 26px;
	height: 24px;
	display: none;
	text-indent: -9999em;
	float: left;
}
div.stockists div.stockist h3 {
	float: left;
	margin: 0 0 0 10px;
	margin: 0;
	width: 220px;
	padding-top: 5px;
}
div.stockists div.stockist span.distance {
	background: #e9e9e9;
	float: right;
	font-weight: bold;
	margin: 0 0 10px 0;
	padding: 5px;
	text-transform: uppercase;
}
div.stockists div.stockist ul {
	float: left;
	list-style: none;
	padding: 5px 0 0 0;
	margin-left: 0;
}
.ie7 div.stockists div.stockist ul {
	padding-left: 0;
}
div.stockists div.stockist li {
	margin-bottom: 2px;
	color: #F7F7F7;
	font-size: 1.2em;
	padding-left: 0;
}
div.stockists div.stockist div.colours {
	width: 62px;
	position: absolute;
	bottom: 15px;
	right: 15px;
	display: none;
}
div.stockists div.stockist div.colours div.swatches {
	float: right;
}
div.stockists div.stockist div.colours a.colourchart {
	display: block;
	width: 100%;
}
div.stockists div.stockist div.colours img {
	padding-right: 1px;
	margin: 0 !important;
}
/* Autocomplete results */
ul.ui-autocomplete {
	background: #f7f7f7;
	border: 1px solid #E2E3E8;
	width: 385px;
	text-align: left;
	padding: 0px;
}
ul.ui-autocomplete li {
	list-style: none;
	background: #f7f7f7;
	text-align: left;
	padding: 0px;
}
ul.ui-autocomplete li a {
	cursor: pointer;
	display: block;
	font-size: 15px;
	padding: 0px !important;
	text-align: left !important;
}
ul.ui-autocomplete li:hover {
	background: #231f20;
	text-align: left;
	padding: 0px;
}
ul.ui-autocomplete li a.ui-state-hover {
	background: #231f20;
	color: white;
	text-align: left;
}
/* Google Maps POPUP */

#s-map #infowindow h4 {
	border-bottom: 1px solid #313131;
	font-family: 'Arimo', Arial, sans-serif;
	font-size: 14px;
}
#s-map #infowindow ul {
	margin: 8px 0 0 0;
}
#s-map #infowindow ul li {
	list-style: none;
	padding: 0;
}
#s-map #infowindow ul li.phone {
	background: url('../../default/images/stockists/bg_maps-phone.png') no-repeat 0 3px;
	padding: 0 0 0 15px;
}
#s-map #infowindow ul li.fax {
	background: url('../../default/images/stockists/bg_maps-fax.png') no-repeat 0 3px;
	padding: 0 0 0 15px;
}
.products-grid #product-colour-sold-out {
	background: url("../img/ribbon_coloursoldout.png") no-repeat scroll 0 0 transparent;
	height: 55px;
	left: 0;
	position: absolute;
	bottom: 150px;
	width: 175px;
	z-index: 2;
}
.calendar {
	z-index: 9999;
}
.sizechart {
	margin-bottom: 30px;
	clear: both;
}
.sizechart h3, #sizechart h3 {
	border-top: 2px solid #ECECEC;
	border-bottom: 2px solid #ECECEC;
	padding: 10px 0px;
}
.sizechart h4, #sizechart h4 {
	padding-top: 1em;
	font-family: 'Arimo', Arial, sans-serif;
	font-size: 12px;
	color: #808285;
	text-transform: uppercase;
}
.sizechart table tr td, 
#sizechart table tr td {
	padding: 3px 4px;
	font-size: 12px;
	border: none;
	color: #808285;
	text-align: center;
}
.sizechart table tr td:first-child, #sizechart table tr td:first-child {
	width: 250px;
	font-family: 'Arimo', Arial, sans-serif;
	font-size: 11px;
	color: #231f20;
	text-align: left;
	text-transform: uppercase;
}
.cms-upf-ratings .std table td {
	color: #808285;
}
.cms-upf-ratings .std table thead, .cms-upf-ratings .std table thead th {
	background: none;
}
.cms-upf-ratings .std table thead {
	
	
}
.cms-upf-ratings .std table thead th {
	padding: 10px;
	font-weight: normal;
	font-family: 'Arimo', Arial, sans-serif;
	color: #808285;
}
.cms-icons-guide .std table td {
	padding: 10px;
}
.cms-icons-guide .std table tr {
	
}
.cms-icons-guide .std table tr:first-child {
	border-top: none;
}
.std div#logos {
	float: left;
}
.std div#logos img {
	float: left;
	clear: left;
	margin-bottom: 20px;
}
.std div#content {
	margin-left: 220px;
}
.std div#content h3:first-child {
	padding-top: 0;
}
.rangedescription {
	margin-bottom: 20px;
	background: white;
}
.rangedescription h2 {
	font-size: 18px;
	padding: 15px;
	border-bottom: 2px solid #ECECEC;
	font-family: 'Arimo', Arial, sans-serif;
}
.rangedescription img {
	margin: 10px;
	float: left;
}
.rangedescription p {
	padding: 10px;
}
.rangedescription button.button {
	padding: 5px 10px;
}
.cms-no-route h2 {
	padding: 20px 20px 0;
}
.cms-no-route .std p {
	padding: 0px;
}
.cms-no-route .std img {
	padding: 20px;
}
.cms-no-route .std button {
	padding: 5px 20px;
	float: right;
}
#customerbalance-history {
	width: 100%;
}
#customerbalance-history thead {
	
	
}
#customerbalance-history th, 
#customerbalance-history td {
	border: none;
}
#customerbalance-history th {
	font-size: 12px;
	font-family: 'Arimo', Arial, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	padding: 10px 0;
	color: black;
}
#customerbalance-history td {
	font-size: 12px;
	font-family: 'Arimo', Arial, sans-serif;
	font-weight: normal;
	color: #808285;
	padding: 5px;
}
#zoomFrame {
	display: block;
	position: absolute;
	width: 290px;
	height: 310px;
	top: 10px;
	left: 425px;
	z-index: 200;
}
.static-block-grid .col a {
	color: #ed1c24;
	font-family: 'Neographik MT Std', Arial, sans-serif;
	font-size: 14px;
	line-height: 30px;
	display: block;
	width: 100%;
	float: left;
	clear: both;
	text-decoration: none;
	text-transform: uppercase;
}
.static-block-grid .col a:hover {
	color: black;
	text-decoration: underline;
}
/* Some grid stuff for the home page */
.static-block-grid {
	padding: 10px;
	margin: 0 auto;
	clear: both;
}
.static-block-grid .row {
	height: auto;
	width: auto !important;
	margin-top: 10px;
	margin-left: -10px;
	clear: both;
}
.static-block-grid .row.half-height {
	height: 155px !important;
}
.col2-left-layout .static-block-grid .row {
	height: 325px;
}
.col1-layout .static-block-grid {
	width: 940px;
}
.col2-left-layout .static-block-grid {
	width: 700px;
}
.static-block-grid .row .col {
	float: left;
	display: block;
	margin: 0 0 0 10px !important;
	height: 100%;
}
.static-block-grid .row .col.full-width {
	width: 100%;
}
.static-block-grid .row .col .half-height {
	float: left;
	clear: left;
	height: 50%;
	margin-left: -10px;
	margin-top: 10px;
}
.static-block-grid .row:first-child, .static-block-grid .row .col .half-height:first-child, .static-block-grid .row .col .half-height .col:first-child {
	margin-top: 0;
}
.col1-layout .static-block-grid .row.three-cols .col {
	width: 306.666px;
}
.col1-layout .static-block-grid .row.three-cols .col.span-two {
	width: 623.33px;
}
.col2-left-layout .static-block-grid .row.three-cols .col {
	width: 226.666px;
}
.col2-left-layout .static-block-grid .row.three-cols .col.span-two {
	width: 463.33px;
}
.static-block-grid .row.four-cols {
}
.col1-layout .static-block-grid .row.four-cols .col {
	width: 227.5px;
}
.col1-layout .static-block-grid .row.four-cols .col.span-two {
	width: 465px;
}
.col1-layout .static-block-grid .row.four-cols .col.span-three {
	width: 702.5px;
}
.col2-left-layout .static-block-grid .row.four-cols .col {
	width: 167.5px;
}
.col2-left-layout .static-block-grid .row.four-cols .col.span-two {
	width: 345px;
}
.col2-left-layout .static-block-grid .row.four-cols .col.span-three {
	width: 522.5px;
}
.banner-container {
	height: 325px;
	position: relative;
}
.banner-container .controls {
	position: absolute;
	z-index: 5;
	bottom: 0;
	text-align: center;
	width: 100%;
	margin: 0;
	padding: 0;
}
.banner-container .controls ul {
	list-style: none;
	text-align: center;
	margin: 10px auto;
	padding: 0;
	display: inline-block;
}
.banner-container .controls ul li {
	float: left;
	display: block;
	margin: 0 2px;
}
.banner-container .controls ul li a {
	display: inline-block;
	text-indent: -999em;
	text-align: left;
	width: 10px;
	height: 10px;
	background-color: #FFF;
	border: 1px solid #949494;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	zoom: 1;
}
.banner-container .controls ul li.current a {
	border-color: #231f20;
	background-color: #231f20;
}
#BVReviewsContainer {
	width: 100%;
	background-color: #FFF;
	margin-top: 20px;
	float: left;
	box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, 0.3);
}
.bv-cleanslate .bv-core-container-46 .bv-text-link, 
.bv-cleanslate .bv-core-container-46 .bv-text-link:visited {
	color: #797979 !important;
	font-weight: bold !important;
}
.bv-cleanslate .bv-core-container-46 .bv-text-link:hover {
	color: #ed1c24 !important;
}
/* 	============================================================================
	HARD YAKKA DESIGN UPDATES
	============================================================================ */
	.clearfix {
		clear: both;
	}
	/* BODY */
	body {
		background: #231f20;
	}
	body > .wrapper {
		background-colour: #231f20;
	}
	/* HEADER */
	.header-container {
		height: 172px;
		padding-bottom: 0;
		margin-bottom: 10px;
		text-align: left;
		background: none;
	}
	.header-wrap {
		background: #3C3C3C;
	}
	/* User Panel */
	.header-wrap .header .user-panel {
		float: left;
		clear: none;
		font-size: 11px;
		padding: 8px 0;
	}
	.header-wrap .header .user-panel p.welcome-msg {
		padding: 0 10px 0 0;
		font-size: 11px;
		line-height: 1.5em;
	}
	.header-wrap .header .user-panel .links {
		padding: 0 6px 0 0;
		font-size: 11px;
		line-height: 1.5em;
	}
	.header-wrap .header .user-panel .links li {
		line-height: inherit;
		font-size: inherit;
	}
	.header-wrap .header .user-panel p.welcome-msg,
	.header-wrap .header .user-panel .links li a,
	.header-wrap .header .user-panel .links li:before {
		color: #FFF;
	}
	.header .user-panel .newsletter-header a:hover,
	.header-wrap .header .user-panel .links li a:hover {
		text-decoration: none;
		color: #ed1c24;
	}
	.header-wrap .header .user-panel .geolocation-shippingto.geolocation-display-popup {
		display: none;
	}
	/* Quick Access */
	.header-wrap .header .quick-access {
		width: 382px;
		height: 21px;
		padding: 6px 0;
	}
	.header-wrap .header .quick-access #ajax-cart .top-cart .block-title {
		background: #636363;
		margin: 0 1px;
		width: 186px;
	}
	.header-wrap .header .quick-access #ajax-cart .top-cart .block-content {
		position: absolute;
		left: -105px;
		top: 22px;
		width: 382px;
		background: #636363;
		z-index: 2000;
	}
	.header-wrap .header .quick-access #ajax-cart .top-cart .cart-empty {
		width: 337px;
		padding: 10px;
		margin: 10px;
		font-family: 'Arimo', Arial, sans-serif;
		font-size: 13px;
		color: #231f20;
	}
	.header-wrap .header .quick-access .about-us ul {
		padding: 0;
	}
	.header-wrap .header .quick-access .about-us ul li a {
		border-top: none;
	}
	.header-wrap .header .quick-access .about-us ul li a:hover {
		text-decoration: none;
	}
	/* HEADER WRAP 2 */
	.header-wrap-2 .header {
		width: 960px;
		margin: 0 auto;
	}
	/* Search */
	.header-wrap-2 .tool-container {
		float: right;
		display: block;
		width: 352px;
		height: 63px;
		margin: 0 0 17px 0;
		padding: 16px 15px 0 15px;
	}
		.header-wrap-2 .searchbar {
		padding: 0;
		position: relative;
		z-index: 1500;
	}
	.header-wrap-2 .searchbar form {
		float: right;
	}
	.header-wrap-2 .form-search {
		float: left;
		position: relative;
		height: 34px;
	}
	.header-wrap-2 .form-search label {
		display: none;
	}
	.header-wrap-2 .form-search input.input-text {
		float: left;
		width: 241px;
		height: 18px;
		padding: 8px;
		border: 0px;
		font-size: 14px;
		color: #808285;
		font-family: 'Arimo', Arial, sans-serif;
		background: #fff;
	}
	.header-wrap-2 .form-search .button {
		float: left;
		width: 46px;
		height: 100%;
		text-indent: -999em;
		background: none;
		border: none;
		cursor: pointer;
		background: transparent url('../img/search_button.png') no-repeat 0px 0px;
	}
	.header-wrap-2 .form-search .button:hover {
		background-image: url('../img/search_button_hover.png');
	}
	.header-wrap-2 .form-search .button span {
		float: left;
		width: 46px;
	}
	.header-wrap-2 .form-search .search-autocomplete {
		position: absolute !important;
		top: 34px !important;
		left: 0 !important;
		height: 0 !important;
		overflow: visible !important;
		z-index: 1500;
	}
	.header-wrap-2 .form-search .search-autocomplete ul {
		padding: 0;
		width: 303px;
		background-color: #3c3c3c;
		text-transform: uppercase;
	}
	.header-wrap-2 .form-search .search-autocomplete li {
		padding-left: 0;
		padding: 0;
	}
	.header-wrap-2 .form-search .search-autocomplete li .amount {
		float: right;
		font-weight: bold;
		display: none;
	}
	.header-wrap-2 .form-search .search-autocomplete li.last {
		border-bottom: 0;
	}
	.header-wrap-2 .form-search .view {
		float: left;
		width: 46px;
		height: 46px;
		background: transparent url('../img/arrow-search.gif') no-repeat 0px 0px;
	}
	.header-wrap-2 .form-search .filter {
		float: left;
		height: 46px;
		padding: 0px;
		font-size: 1.7em;
		color: #231f20;
	}
	.header-wrap-2 .form-search .filter li {
		float: left;
		padding: 0px 24px;
		line-height: 45px;
		background-color: #dfdfdf;
	}
	.header-wrap-2 .form-search .filter li span {
		float: left;
	}
	.header-wrap-2 .form-search .filter li .remove {
		float: left;
		width: 17px;
		height: 17px;
		margin: 15px 0px 0px 15px;
		background: transparent url('../img/icon-close.gif') no-repeat 0px 0px;
	}
	/* Search Category Dropdown */
	.header-wrap-2 .form-search .category-drop {
		float: left;
		height: 100%;
	}
	.header-wrap-2 .form-search a.category-link {
		display: block;
		height: 100%;
		width: 46px;
		padding: 0;
		background: #ccc url('../img/search_category_arrow.png') 11px 10px no-repeat;
		text-indent: -9999px;
	}
	.header-wrap-2 .form-search a.category-link:hover,  .header-wrap-2 .form-search a.category-link.category-drop-active {
		background-color: #3c3c3c;
		background-image: url('../img/search_category_arrow_hover.png');
	}
	#search_categoryautocomplete {
		display: none;
	}
	#search_categoryautocomplete a.search-cat-link {
		display: block;
		font-weight: normal;
		font-family: 'Arimo', Arial, sans-serif;
		color: #fff;
		text-decoration: none;
		padding: 6px;
	}
	#search_categoryautocomplete a.search-cat-link:hover {
		background: #636363;
		text-decoration: none;
	}
	#search_categoryautocomplete .search-cat-link span {
		font-weight: bold;
	}
	#search_autocomplete {
		width: 308px;
	}
	.header-wrap-2 .form-search #search_autocomplete.search-autocomplete ul {
		width: 100%;
		background-color: #f7f7f7;
		color: #aeaeae;
	}
	#search_autocomplete ul li {
		border-bottom: 1px solid #e8e8e8;
		padding: 5px 10px;
	}
	#search_autocomplete ul li .term {
		font-weight: bold;
		color: #231f20; !important;
	}
	#search_autocomplete ul .last {
		font-size: 0.8em;
		background-color: #FFFFFF;
	}
	#search:focus {
		outline: none;
	}
	.header-wrap-2 .form-search .category-name-box {
		float: left;
		background: #e0e0e0;
		border-left: 1px solid #cecece;
		height: 100%;
		padding: 0 10px;
		display: none;
		max-width: 130px;
		position: absolute;
		zoom: 1;
		right: 46px;
	}
	.header-wrap-2 .form-search .category-name-box #category-name-text {
		font-size: 14px;
		font-family: 'Neographik MT Std', Arial, sans-serif;
		text-transform: uppercase;
	}
	.header-wrap-2 .form-search .category-name-box a#category-name-remove {
		display: inline-block;
		background: url('../img/btn-remove.png') center no-repeat;
		height: 17px;
		width: 17px;
		margin: 9px 0 0 10px;
		text-indent: -9999px;
	}
	.header-wrap-2 .form-search .category-name-box a#category-name-remove:hover {
		background-image: url('../img/icon-close.gif');
		text-decoration: none;
	}
	/* Tool Container - Promos */
	.header-wrap-2 .tool-container .promos {
		clear: both;
		padding: 10px 0 0 0;
		margin: 0;
	}
	.header-wrap-2 .tool-container .promos a#free-shipping {
		display: block;
		float: left;
		margin: 0 4px 0 0;
	}
	.header-wrap-2 .tool-container .promos a#twenty-percent {
		display: block;
		float: left;
	}
	/* Navigation */
	.header-wrap-2 .header .nav-container {
		clear: both;
	}
	.header-wrap-2 .header .nav-container ul#pronav li a span {
		text-transform: uppercase;
		font-size: 17.5px;
		letter-spacing: 1px;
	}
	.header-wrap-2 .header .nav-container ul#pronav li a:hover,  .header-wrap-2 .header .nav-container ul#pronav li:hover a {
		color: #231f20;
		font-weight: inherit;
		background: #EBEBEB;
	}
	.header-wrap-2 .header .nav-container ul#pronav li.pronav-selected a {
		color: #231f20;
		background: #EBEBEB;
	}
	.header-wrap-2 .header .nav-container ul#pronav li {
		margin-left: 0;
	}
	.header-wrap-2 .header .nav-container ul#pronav li .sub {
		position: absolute;
		top: 42px;
		left: 0px;
		z-index: 999999;
		background: #ececec;
		float: left;
		display: none;
		padding-top: 0;
		box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
		-moz-box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
		-webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
	}
	.header-wrap-2 .header .nav-container ul#pronav li .sub ul li a:hover {
		background: #636363;
		color: #FFF;
	}
	/* FOOTER */
	.footer-container {
		padding-top: 0;
		margin: 12px 0 0 0;
		margin: 0;
		background: #3C3C3C;
		clear: both;
	}
	.footer-container .footer-wrap {
		background: #3C3C3C;
	}
	.footer-container .footer-wrap .footer {
		width: 920px;
		padding: 0 20px;
	}
	.footer ul.links li:first-child,  .footer ul.links li.first {
		color: #FFF;
		text-transform: uppercase;
	}
	.footer ul.links li a {
		color: #FFF;
	}
	.footer ul.links li a:hover {
		text-decoration: none;
		color: #ed1c24;
	}
	/* MAIN BODY */
	.col1-layout .col-main {
		background: transparent;
	}
	/* HOME PAGE */
	/* Banner */
	.banner-container {
		width: 960px;
		height: 325px;
	}
	.cms-home .footer-container {
		margin-top: 0;
	}
	/* Banner - Two Thirds */
	.banner-container.two-thirds {
		width: 640px;
		height: 325px;
		float: left;
	}
	.banner-static {
		width: 320px;
		height: 325px;
		float: left;
	}
	/* Three Columns - Promotions - Home002 */
	.promotions {
		width: 960px;
		padding: 10px 0 0;
		margin: 10px auto 0;
	}
	.row {
		width: 938px;
		margin: 0 auto;
	}
	.row.three-cols .col {
		width: 306px;
		float: left;
		padding: 0;
		margin: 0 10px 0 0;
		overflow: hidden;
	}
	.row.two-cols .col {
		width: 464px;
		float: left;
		padding: 0;
		margin: 0 10px 0 0;
	}
	.row.one-col .col {
		width: 940px;
		padding: 0;
		margin: 0;
	}
	.row .col a img {
		border: 0 none;
		box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
		-moz-box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
		-webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
	}
	/* Featured products */
	.featured {
		/*background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…IgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
		background: -moz-linear-gradient(top, rgba(102,102,102,0.6) 0%, rgba(102,102,102,0.01) 60%, rgba(102,102,102,0.01) 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(102,102,102,0.6)), color-stop(60%,rgba(102,102,102,0.01)), color-stop(100%,rgba(102,102,102,0.01)));
		background: -webkit-linear-gradient(top, rgba(102,102,102,0.6) 0%,rgba(102,102,102,0.01) 60%,rgba(102,102,102,0.01) 100%);
		background: -o-linear-gradient(top, rgba(102,102,102,0.6) 0%,rgba(102,102,102,0.01) 60%,rgba(102,102,102,0.01) 100%);
		background: -ms-linear-gradient(top, rgba(102,102,102,0.6) 0%,rgba(102,102,102,0.01) 60%,rgba(102,102,102,0.01) 100%);
		background: linear-gradient(to bottom, rgba(102,102,102,0.6) 0%,rgba(102,102,102,0.01) 60%,rgba(102,102,102,0.01) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99666666', endColorstr='#03666666',GradientType=0 );

		padding-top: 10px;*/
	}
	.featured h2 {
		display: block;
		width: 918px;
		margin: 0 auto;
		color: #FFF;
		padding: 10px;
		font-family: 'Neographik' Arial, sans-serif;
	}
	.featured .category-products {
		width: 938px;
		margin: 0 auto 20px;
	}
	.featured .category-products .products-grid {
		margin: 0;
		border: 0;
		padding-top: 0;
		padding-bottom: 0;
		list-style-type: none;
		width: 100%;
		padding-left: 0;

		/*display: none;*/
	}
	.featured .category-products .products-grid.first {
		/*display: block;*/
	}
	.featured .category-products .products-grid li.item {
		width: 24.8%;
	}
	/* CONDITIONS RIBBON */
	.conditions {
		width: 920px;
		margin: 5px auto 5px;
	}
	.conditions p {
		color: #3C3C3C;
		text-shadow: 3px 0 3px #999;
		padding: 0;
		font-size: 11px;
		font-family: 'Arimo', Arial, sans-serif;
	}
	/* NEWS RIBBON */
	.news-container {
		width: 100%;
		
		/* IE9 SVG, needs conditional override of 'filter' to 'none' */
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjUiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjUiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
		background: -moz-linear-gradient(top,  rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.5) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.5)), color-stop(100%,rgba(0,0,0,0.5))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.5) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.5) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.5) 100%); /* IE10+ */
		background: linear-gradient(to bottom,  rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.5) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#80000000',GradientType=0 ); /* IE6-8 */

		margin: 0;
		box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
		-moz-box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
		-webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
	}
	.news-container .news {
		width: 920px;
		margin: 0 auto;
		padding: 15px 20px;
	}
	/* Facebook */
	.news-container .news .fb {
		float: left;
		width: 275px;
		margin: 0 10px 0 0;
	}
	.news-container .news .fb #fb {
		display: block;
		float: left;
		text-indent: -9999px;
		background: url('../img/join-the-conversation.png') top left no-repeat;
		width: 169px;
		height: 25px;
		margin: 0 10px 0 0;
	}
	.news-container .news .fb #like {
		display: block;
		float: left;
		text-indent: -9999px;
		background: url('../img/like.png') top left no-repeat;
		width: 91px;
		height: 24px;
	}
	.news-container .news.fb-like {
		padding-top: 0;
	}
	.news-container .news .fb .fb-like {
		float: left;
		width: 100px;
		margin-top: 6px;
	}
	/* Newsletter */
	.news-container .news .newsletter {
		float: right;
		width: 550px;
		margin: 0;
	}
	.news-container .news .newsletter #sign-up {
		display: block;
		float: left;
		text-indent: -9999px;
		background: url('../img/sign-up.png') top left no-repeat;
		width: 225px;
		height: 25px;
		margin: 0 10px 0 0;
	}
	.news-container .news .newsletter fieldset input[type="email"], .news-container .news .newsletter fieldset #email {
		float: left;
		width: 280px;
		padding: 0px 5px;
		margin: 0;
		border: 0 none;
		font-size: 14px;
		line-height: 27px;
		height: 27px;
		color: #808285;
		font-family: 'Arimo', Arial, sans-serif;
	}
	.news-container .news .newsletter fieldset input[type="submit"] {
		float: left;
		border: 0 none;
		display: block;
		text-indent: -9999px;
		background: url('../img/email-submit.jpg') top left no-repeat;
		width: 22px;
		height: 27px;
	}
	.news-container .news .newsletter fieldset input[type="submit"]:hover {
		cursor: pointer;
	}
	.newsletter-manage-index .subscribe {
		width: 400px;
		float: left;
		padding: 15px 0;
	}
	.newsletter-manage-index .subscribe form {
		width: 370px;
	}
	.newsletter-manage-index .subscribe .control label {
		float: left;
		width: 335px;
		margin-right: 0;
	}
	.newsletter-manage-index .subscribe .control label a {
		color: black;
		text-decoration: none;
	}
	.newsletter-manage-index .subscribe .input-box {
		width: 20px;
		float: left;
		padding: 0 10px 0 0;
	}
	.newsletter-manage-index .benefits {
		width: 300px;
		float: left;
		padding: 15px 20px 20px 0;
	}
	.newsletter-manage-index .form-buttons p.back-link {
		text-align: left;
	}
	.newsletter-manage-index .my-account .buttons-set {
		padding: 0;
	}
	.newsletter-manage-index .form-buttons .button {
		float: right;
	}
	/* WHITE SPACE */
	.white-space-container {
		background: #FFF;
		width: 100%;
	}
	.white-space {
		width: 940px;
		margin: 0 auto;
	}

/* 	============================================================================
	MEDIA QUERIES
	============================================================================ */
	/* Background Images for different screen sizes */
	@media all and (max-width: 1959px) {
		/* Level 1 Background */
		/*.wrapper {
			background: url('../img/bg02.jpg') 50% -11px no-repeat;
		}*/
		/* Level 2 Backgrounds */
		/*.category-men .wrapper {
			background: url('../img/bg03.jpg') 50% -1px no-repeat !important;
		}
		.category-women .wrapper {
			background: url('../img/bg04.jpg') 50% -1px no-repeat !important;
		}
		.category-kids .wrapper {
			background: url('../img/bg05.jpg') 50% -1px no-repeat !important;
		}
		.category-footwear .wrapper {
			background: url('../img/bg07.jpg') 50% -1px no-repeat !important;
		}
		.category-accessories .wrapper {
			background: url('../img/bg08.jpg') 50% -1px no-repeat !important;
		}
		.categorypath-sale-html .wrapper {
			background: url('../img/bg10.jpg') 50% -1px no-repeat !important;
		}*/
		/* Level 3 Backgrounds */
		/*.cms-page-view .wrapper, 
		body[class*='customer-'] .wrapper, 
		.stockists-index-index .wrapper, 
		.sales-order-history .wrapper, 
		.enterprise-customerbalance-info-index .wrapper, 
		.category-ranges .wrapper, 
		.category-trades .wrapper {
			background: url('../img/bg-form.png') 50% -1px no-repeat !important;
		}
		body[class*='categorypath-men'] .wrapper {
			background: url('../img/bg03-lvl3.jpg') 50% top no-repeat;
		}
		body[class*="categorypath-women"] .wrapper {
			background: url('../img/bg04-lvl3.jpg') 50% top no-repeat;
		}
		body[class*="categorypath-kids"] .wrapper {
			background: url('../img/bg05-lvl3.jpg') 50% top no-repeat;
		}
		body[class*="categorypath-ranges"] .wrapper {
			background: url('../img/bg06-lvl3.jpg') 50% top no-repeat;
		}
		body[class*="categorypath-footwear"] .wrapper {
			background: url('../img/bg07-lvl3.jpg') 50% top no-repeat;
		}
		body[class*="categorypath-accessories"] .wrapper {
			background: url('../img/bg08-lvl3.jpg') 50% top no-repeat;
		}*/
		/* Level 4 Backgrounds */
		/*.catalog-product-view .wrapper {
			background: url('../img/bg-product-view.png') -1px left no-repeat;
		}*/
	}
	@media all and (max-width: 2500px) and (min-width: 1960px) {
		/* Level 1 Background */
		/*.wrapper {
			background: url('../img/bg02-LGE2500.jpg') 50% -11px no-repeat;
		}*/
		/* Level 2 Backgrounds */
		/*.category-men .wrapper {
			background: url('../img/bg03-LGE2500.jpg') 50% -1px no-repeat !important;
		}
		.category-women .wrapper {
			background: url('../img/bg04-LGE2500.jpg') 50% -1px no-repeat !important;
		}
		.category-kids .wrapper {
			background: url('../img/bg05-LGE2500.jpg') 50% -1px no-repeat !important;
		}
		.category-footwear .wrapper {
			background: url('../img/bg07-LGE2500.jpg') 50% -1px no-repeat !important;
		}
		.category-accessories .wrapper {
			background: url('../img/bg08-LGE2500.jpg') 50% -1px no-repeat !important;
		}
		.categorypath-sale-html .wrapper {
			background: url('../img/bg10-LGE2500.jpg') 50% -1px no-repeat !important;
		}*/
		/* Level 3 Backgrounds */
		/*.cms-page-view .wrapper, 
		body[class*='customer-'] .wrapper, 
		.stockists-index-index .wrapper,
		.sales-order-history .wrapper, 
		.enterprise-customerbalance-info-index .wrapper, 
		.category-ranges .wrapper, 
		.category-trades .wrapper {
			background: url('../img/bg-form-LGE2500.png') 50% -1px no-repeat !important;
		}
		body[class*='categorypath-men'] .wrapper {
			background: url('../img/bg03-lvl3-LGE2500.jpg') 50% top no-repeat;
		}
		body[class*="categorypath-women"] .wrapper {
			background: url('../img/bg04-lvl3-LGE2500.jpg') 50% top no-repeat;
		}
		body[class*="categorypath-kids"] .wrapper {
			background: url('../img/bg05-lvl3-LGE2500.jpg') 50% top no-repeat;
		}
		body[class*="categorypath-ranges"] .wrapper {
			background: url('../img/bg06-lvl3-LGE2500.jpg') 50% top no-repeat;
		}
		body[class*="categorypath-footwear"] .wrapper {
			background: url('../img/bg07-lvl3-LGE2500.jpg') 50% top no-repeat;
		}
		body[class*="categorypath-accessories"] .wrapper {
			background: url('../img/bg08-lvl3-LGE2500.jpg') 50% top no-repeat;
		}*/
		/* Level 4 Backgrounds */
		/*.catalog-product-view .wrapper {
			background: url('../img/bg-product-view-LGE2500.png') 50% -1px no-repeat;
		}*/
	}
	@media all and (max-width: 3000px) and (min-width: 2501px) {
		/* Level 1 Background */
		/*.wrapper {
			background: url('../img/bg02-LGE3000.jpg') 50% -11px no-repeat;
		}*/
		/* Level 2 Backgrounds */
		/*.category-men .wrapper {
			background: url('../img/bg03-LGE3000.jpg') 50% -1px no-repeat !important;
		}
		.category-women .wrapper {
			background: url('../img/bg04-LGE3000.jpg') 50% -1px no-repeat !important;
		}
		.category-kids .wrapper {
			background: url('../img/bg05-LGE3000.jpg') 50% -1px no-repeat !important;
		}
		.category-footwear .wrapper {
			background: url('../img/bg07-LGE3000.jpg') 50% -1px no-repeat !important;
		}
		.category-accessories .wrapper {
			background: url('../img/bg08-LGE3000.jpg') 50% -1px no-repeat !important;
		}
		.categorypath-sale-html .wrapper {
			background: url('../img/bg10-LGE3000.jpg') 50% -1px no-repeat !important;
		}*/
		/* Level 3 Backgrounds */
		/*.cms-page-view .wrapper, 
		body[class*='customer-'] .wrapper, 
		.stockists-index-index .wrapper, 
		.sales-order-history .wrapper, 
		.enterprise-customerbalance-info-index .wrapper, 
		.category-ranges .wrapper, 
		.category-trades .wrapper {
			background: url('../img/bg-form-LGE3000.png') 50% top no-repeat !important;
		}
		body[class*='categorypath-men'] .wrapper {
			background: url('../img/bg03-lvl3-LGE3000.jpg') 50% top no-repeat;
		}
		body[class*="categorypath-women"] .wrapper {
			background: url('../img/bg04-lvl3-LGE3000.jpg') 50% top no-repeat;
		}
		body[class*="categorypath-kids"] .wrapper {
			background: url('../img/bg05-lvl3-LGE3000.jpg') 50% top no-repeat;
		}
		body[class*="categorypath-ranges"] .wrapper {
			background: url('../img/bg06-lvl3-LGE3000.jpg') 50% top no-repeat;
		}
		body[class*="categorypath-footwear"] .wrapper {
			background: url('../img/bg07-lvl3-LGE3000.jpg') 50% top no-repeat;
		}
		body[class*="categorypath-accessories"] .wrapper {
			background: url('../img/bg08-lvl3-LGE3000.jpg') 50% top no-repeat;
		}*/
		/* Level 4 Backgrounds */
		/*.catalog-product-view .wrapper {
			background: url('../img/bg-product-view-LGE3000.png') 50% -1px no-repeat;
		}*/
	}
	@media all and (min-width: 3001px) {
		/*.wrapper, .category-men .wrapper {
			background: transparent;
		}*/
	}
/* 	=====================================================
   	Category Landing Page - Subnav (Left side bar)
   	=====================================================  */
	.sidebar .sub-nav {
		font-family: 'Arimo', Arial, sans-serif;
		text-transform: uppercase;
	}
	.sidebar .sub-nav ul {
		width: 220px;
	}
	.sidebar .sub-nav ul, .sidebar .sub-nav ol {
		padding: 0;
		list-style: none;
		margin: 0;
	}
	.sidebar .sub-nav ul li {
		padding: 0;
		width: auto;
	}
	.sidebar .sub-nav .about-us ul {
		padding: 15px 0;
		background: #f7f7f7;
		border: 1px solid #ccc;
		border-top: none;
		border-bottom: none;
		width: auto;
	}
	.sidebar .sub-nav .about-us ul li {
		line-height: 26px;
		padding: 3px 7px
	}
	.sidebar .sub-nav ul li.liblock {
		background-color: #f7f7f7;
		margin-bottom: 10px;
	}
	.sidebar .sub-nav ul li.liblock .expcolaplsenext {
		display: none;
	}
	.sidebar .sub-nav ul li.liblock .chilexpcolaplse a {
		line-height: 26px;
	}
	.sidebar .sub-nav ul li.liblock .chilexpcolaplse .m-more-less {
		padding: 0 7px;
	}
	.sidebar .sub-nav ul li.liblock .m-filter-item-list {
		padding: 15px 7px;
	}
	.sidebar .sub-nav ul li.liblock .m-filter-item-list,  .sidebar .sub-nav ul li.liblock #m-more-less-category {
		border: 1px solid #ccc;
		border-top: none;
		border-bottom: none;
	}
	.sidebar #narrow-by-list2 {
		border: 1px solid #ccc;
		border-top: none;
		border-bottom: none;
		width: auto;
		color: #231f20;
	}
	.sidebar #narrow-by-list2 li {
		line-height: 26px;
		padding: 1px 7px;
	    width: auto;
	}
	.sidebar #narrow-by-list2 li.current {
		padding: 1px 7px;
        background-color: #eee;
	    color: #231f20;
	}
	.sidebar #narrow-by-list2 li.current ul { 
	    margin-top:2px;
	    width:211px;
	}
	.sidebar #narrow-by-list2 li.current li a {
	    color: #231f20;
	}
	.sidebar #narrow-by-list2 li.current li.active {
	    padding: 0 7px;
	}
	.sidebar #narrow-by-list2 li.current li.active a {
	    color: #231f20;
	}
	.sidebar .sub-nav ul li.liblock .m-filter-css-checkboxes {
		background: #f7f7f7;
		border: 1px solid #ccc;
		padding: 0 10px;
		margin-bottom: 0;
	}
	.sidebar .sub-nav ul li.liblock .m-filter-slider {
	    margin:15px 10px 0;
	}
	.sidebar .sub-nav ul li.liblock .m-slider-values {
	    margin:0 10px;
	    padding:5px 0 10px 0;
	}
	.category-product-list {
		-webkit-box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, 0.3);
		box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, 0.3);
	}
/* 	==============================================
   	General style update - non page specific
   	==============================================	*/
	.static-block-grid, .col2-left-layout .product-view .product-essential, 
	.col2-left-layout .product-view .box-collateral, .rangedescription, 
	.cms-page-view .col2-left-layout .col-main, .col2-left-layout .my-account {
		-webkit-box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, 0.3);
		box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, 0.3);
	}
	.footer-container {
		margin-top: 40px;
	}
	.footer-container .footer-backdrop {
		background: #515151;
		height: 255px;
		margin-top: -255px;
		display: none;
	}
/* 	================================================
	Hide the footer in some places
	================================================  */
	.cms-home .footer-backdrop {
		display: none !important;
	}
	.stockists-index-index .footer-backdrop {
		display: none !important;
	}
	.customer-account-create .footer-backdrop,  .customer-account-login .footer-backdrop {
		display: none !important;
	}
/*	================================================
	Column 1 Layout
	================================================  */
	.cms-page-view .col1-layout {
		background: #fff;
	}
	.customer-account-create .col1-layout,
	.customer-account-login .col1-layout,
	.stockists-index-index .col1-layout {
		background-color: #fff;
	}
/*	=================================================
	Hide back to top button
	=================================================  */
	#isToTop {
		display: none;
		z-index: 9999;
		margin-left: -120px;
		bottom: 0;
	}
	.backtotop {
		text-transform: uppercase;
		background-color: #ed1c24;
		font-weight: bold;
		padding: 6px 12px;
		display: block;
		color: #fff;
		text-decoration: none;
	}
	.backtotop:hover {
		text-decoration: none;
	}
	#BVCustomerRatings {
		position: relative;
		z-index: -1;
	}
	.sidebar .block-account .block-title {
		font-size: 18px;
		line-height: 28px;
		padding: 0 8px;
		color: #fff;
	}
	.sidebar .block-account .block-content {
		margin: 0;
	}
	.sidebar .block-account .block-content ul {
		padding: 7px 0;
		background: #f7f7f7;
		border: 1px solid #ccc;
		border-top: none;
		border-bottom: none;
		width: auto;
	}
	.sidebar .block-account .block-content ul li a {
		display: block;
		line-height: 26px;
		padding: 3px 7px;
		width: auto;
	}
	.sidebar .block-account .block-content ul li.current,
	.sidebar .block-account .block-content ul li a:hover {
		color: #fff;
		text-decoration: none;
	}
	.sidebar .block-account .block-content ul li.current {
		margin: 0 0 0 10px;
		padding-right: 18px;
	}

/*	=================================================
	Customer Popup - Legends Club
	=================================================  */
	#customer-popup-guest { display: none; }
	#customer-popup-member { display: none; }
	.customer-popup { height: 450px; width: 600px; color:black; padding:20px; }
	.customer-popup .popup-header { height:140px; }
	.customer-popup .popup-header h1 { font-family:'Arimo',Arial,sans-serif; font-size:24px; letter-spacing:-1px; margin-bottom:5px;}  
	.customer-popup .popup-header img { float:left; display:block; margin:0px 20px 20px 0px; }
	.customer-popup .popup-header p { padding:5px 20px; color:black; font-size:14px; }
	.customer-popup .popup-icons { height: 150px; text-align:center; }
	.customer-popup .popup-icons p { text-align:center; }
	.customer-popup .popup-icons img { margin:0 5px; }
	.customer-popup .popup-actions { height:100px; text-align:right; width:140px; float:right; padding: 20px 20px 0px; }
	.customer-popup .popup-actions .primary-button { display:block; width:100%; text-align:center; padding:5px 0; background:red; color:white; text-transform:uppercase; font-size:16px; }
	.customer-popup .popup-actions span { font-size:12px; line-height:12px; color: #ccc; display:block; padding: 4px 0 0; width:100%; text-align:center; }
	.customer-popup .popup-actions .secondary-button { color:black; text-transform:uppercase; font-family: 'Neographik MT Std',Arial,sans-serif; font-size:10px; }
	.customer-popup .popup-terms { height:20px; clear:both; }
	.customer-popup .popup-terms  p { font-size:8px; color:black; font-weight:bold; }
	.customer-popup .popup-footer { height:15px; clear:both; border-top:1px solid #ddd; color: #999; padding:5px 0; }

	/* Fixed Promo */
	.fixed-promo {
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		background: url('../img/vb_banner02_BG.png') bottom left repeat-x;
		z-index: 10;
		padding: 0;
		margin: 0;

		/*display: none;*/
	}
	.fixed-promo img {
		max-width: 100%;
		height: auto;
		margin: 0 auto;
		display: block;
	}
	.fixed-promo a#close {
		display: block;
		position: absolute;
		right: 20px;
		bottom: 26px;
		color: #FFF;
		font-size: 25px;
	}
	.fixed-promo a#close:hover {
		cursor: pointer;
	}
	@media all and (max-width: 1270px) {
		.fixed-promo {
			background: transparent;
		}
	}

	/* MY RETURNS */
	.awrma-customer-returns-list .col-main,
	.awrma-customer-returns-new .col-main {
		box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, 0.3);
		-webkit-box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, 0.3);
		-moz-box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, 0.3);
		background: #FFF;

		width: 690px;
		padding: 15px;
	}
	.awrma-customer-returns-new .col-main {
		width: 930px;
	}
	.col-main .awrma-account {
		border: 0;
		margin-top: 0;
		padding-bottom: 0;
		padding-left: 0;
		min-height: 0;
	}
	.col-main .awrma-account .page-title {
		width: auto;
		padding: 0;
	}
	a.link-awrma-new-return {
		border: 0;
		padding: 5px;
		margin: 10px 10px 10px 0;
		background: #ed1c24 none no-repeat scroll 0 0;
		overflow: visible;
		cursor: pointer;
		vertical-align: middle;
		color: #fff;
		font-family: 'Neographik MT Std', Arial, sans-serif;
		text-transform: uppercase;
		text-decoration: none;
		line-height: 24px;
		position: relative;
		top: 5px;
	}
	a.link-awrma-new-return:hover {
		background: #231f20;
	}
	.awrma-account .customer-new {
		width: 100%;
	}
	.awrma-account .page-title {
		padding: 0 15px 15px 15px;
		
		margin-left: -15px !important;
		margin-right: -15px !important;
	}
	.awrma-customer-returns-new .awrma-account .page-title {
		padding: 0 0 10px 0;
		margin-left: 0 !important;
	}
	.awrma-account ul.form-list {
		padding: 0;
	}
	.awrma-account select,
	.awrma-account option,
	#awrma-items-ordered-table .option-value,
	.awrma-ee-label {
		color: #231f20;
	}
	.awrma-account #awrma-items-ordered-table {
		background: #FFF;
		margin: 0;
	}
	.awrma-account #awrma-items-ordered-table th,
	.awrma-account #awrma-items-ordered-table td {
		padding: 10px;
		color: #231f20;
	}
	.awrma-account #awrma-items-ordered-table th {
		font-size: 1em;
		text-transform: uppercase;
	}
	.awrma-account #awrma-items-ordered-table #awrma-items td a {
		text-decoration: none;
	}
	.awrma-account #awrma-items-ordered-table #awrma-items td a img {
		float: left;
		margin-right: 5px;
	}
	.awrma-account #awrma-items-ordered-table #awrma-items td a h6 {
		text-transform: none;
	}
	.awrma-account #awrma-items-ordered-table .item-options {
		float: left;
	}
	.awrma-account #awrma-items-ordered-table .item-options dt {
		border-top: 0;
		border-bottom: 0;
		color: #231f20;
		font-size: inherit;
		font-weight: inherit;
		padding-bottom: 0;
		padding-top: 0;
	}
	.awrma-account #awrma-items-ordered-table tr.border {
		border-top: 0;
	}
	.awrma-account .form-buttons {
		width: 100%;
	}
	.awrma-account .fieldset h2.legend {
		margin: 0;
		padding: 10px 0;
	}
	#awrma-items-error td {
		text-align: left;
	}
	.awrma-account .form-list textarea {
		height: 80px;
		resize: none;
	}
	#awrma-new-form label {
		color: #231f20;
	}
	#awrma-new-form .fieldset {
		padding: 0;
	}
	/* View Return */
	#messages {
		margin-bottom: 0 !important;
	}
	.awrma-account .page-title {
		padding: 15px;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	.awrma-account .fieldset {
		padding: 15px;
	}
	a.link-awrma-printlabel {
		padding: 15px;
		font-size: 13px;
		line-height: 18px;
		color: #231f20;
	}
	p.back-link {
		padding: 15px;
	}
	#awrma-requested-items th {
		text-transform: uppercase;
	}
	#awrma-requested-items th,
	#awrma-requested-items td {
		padding: 10px;
		vertical-align: top;
		font-size: 13px;
		line-height: 18px;
		color: #231f20;
	}
	#awrma-requested-items td a {
		color: #231f20;
	}
	.col-main .page-title.rma-page-title {
		width: auto;
		padding: 15px;
		padding-left: 15px;
		
	}
	.awrma-customer-returns-view .col-main .awrma-account .page-title {
		padding: 15px;
	}
	form#awrma-printlabel-form .fieldset {
		padding: 15px;
	}
	form#awrma-printlabel-form .fieldset h2.legend {
		margin: 0;
	}
	form#awrma-printlabel-form .fieldset ul.form-list {
		padding: 0;
	}
	.form-buttons.buttons-set {
		width: auto;
		padding: 15px;
	}
	label.empty {
		display: none;
	}
	form#awrma-printlabel-form p.required {
		padding: 0 15px 15px;
	}
	#awrma-additional-info, 
	#awrma-reason-details {
		width: 676px !important;
		max-width: 100% !important;
		height: 100px;
	}
	.form-list .input-box.awrma-ee-field a,
	.awrma-ee-field {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		line-height: 150%;
	}
	.returns-info {
		padding: 10px 0;
	}

	/* GUEST RETURNS */
	.awrma-guest-returns-index .col-main,
	.awrma-guest-returns-new .col-main ,
	.awrma-guest-returns-view .awrma-account,
	.awrma-guest-returns-printlabel .col-main {
		background: #FFF;
		padding: 15px;
		width: 930px;
	}
	.awrma-guest-returns-view .col-main {
		background: #FFF;
		padding: 0 0 15px 0;
	}
	.awrma-guest-returns-index .col-main .page-title,
	.awrma-guest-returns-new .col-main .page-title,
	.awrma-guest-returns-printlabel .col-main .page-title {
		margin: 0 0 15px 0;
	}
	.awrma-guest-returns-printlabel .col-main .page-title {
		padding: 0;
	}
	.awrma-guest-returns-view .awrma-account .fieldset,
	.awrma-guest-returns-printlabel .col-main form#awrma-printlabel-form  .fieldset {
		padding: 0;
	}
	.awrma-guest-returns-index .col-main .fieldset h2.legend,
	.awrma-guest-returns-new .col-main .fieldset h2.legend,
	.awrma-guest-returns-printlabel .col-main form#awrma-printlabel-form .fieldset h2.legend {
		margin: 0 0 15px 0;
	}
	.awrma-guest-returns-index .col-main ul.form-list,
	.awrma-guest-returns-new .col-main ul.form-list {
		padding: 0;
	}

	/* You are now logged out */
	.customer-account-logoutsuccess .main {
		background: #FFF;
		padding: 15px;
	}

	/* GUEST RETURNS */
	.awrma-guest-returns-index .col-main,
	.awrma-guest-returns-new .col-main ,
	.awrma-guest-returns-view .awrma-account,
	.awrma-guest-returns-printlabel .col-main {
		background: #FFF;
		padding: 15px;
		width: 930px;
	}
	.awrma-guest-returns-view .col-main {
		background: #FFF;
		padding: 0 0 15px 0;
	}
	.awrma-guest-returns-index .col-main .page-title,
	.awrma-guest-returns-new .col-main .page-title,
	.awrma-guest-returns-printlabel .col-main .page-title {
		margin: 0 0 15px 0;
	}
	.awrma-guest-returns-printlabel .col-main .page-title {
		padding: 0;
	}
	.awrma-guest-returns-view .awrma-account .fieldset,
	.awrma-guest-returns-printlabel .col-main form#awrma-printlabel-form  .fieldset {
		padding: 0;
	}
	.awrma-guest-returns-index .col-main .fieldset h2.legend,
	.awrma-guest-returns-new .col-main .fieldset h2.legend,
	.awrma-guest-returns-printlabel .col-main form#awrma-printlabel-form .fieldset h2.legend {
		margin: 0 0 15px 0;
	}
	.awrma-guest-returns-index .col-main ul.form-list,
	.awrma-guest-returns-new .col-main ul.form-list {
		padding: 0;
	}

/*  ================================================
    Trade Partners
    ================================================  */

    .tradepartner-login-index .col1-layout,
    .tradepartner-register-index .col1-layout {
        background-color: #fff;
    }
    .tradepartner-register-index .page-title {
        display: none;
    }
    .tradepartner-register-index .partner-register-details {
        margin:15px 15px;
    }
    .tradepartner-register-index .partner-register-details p {
      margin-bottom:0;
    }
    .tradepartner-register-index .partner-register-details img {
        margin-right: 20px;
    }



/*	============================================================================
	CLICK FRENZY
	============================================================================  */
	.category-click-frenzy .col1-layout .static-block-grid {
		width: auto;
	}
	/* You are now logged out */
	.customer-account-logoutsuccess .main {
		background: #FFF;
		padding: 15px;
	}
	


/*	============================================================================
	PROTECT CMS 
	============================================================================  */
	

.cms-content-protect h2, .cms-content-protect h1, .cms-content-protect h3, .cms-content-protect h4, .cms-content-protect li, .cms-content-protect a, .cms-content-protect p {font-family: 'Arimo', Arial, sans-serif;}

.one-half-first {
    float: left;
    max-width: 49%;
}

.one-half-last {
    float: right;
    max-width: 49%;
}



ul.protect-menu {
    border: 1px solid #eee;
    list-style: outside none none;
    margin-top: 10px;
}


.cms-header-protect {margin-bottom: 10px;}

.cms-content-protect p.quote-protect, div.std p.quote-protect {
  color: #ed1c24;
  font-size: 16px;
  text-transform: uppercase;
  font-family: 'Neographik MT Std', Arial, sans-serif;
  float: right;
  width: 380px;
  font-weight: 900;
  line-height: 1em;
  padding: 20px 0px 20px 0px;
  margin-left: 20px;
  border-bottom: 2px solid #ed1c24;
  border-top: 2px solid #ed1c24;
  font-weight: 900;
}


p.quote-protect-nofloat {
    border-bottom: 2px solid #ed1c24;
    border-top: 2px solid #ed1c24;
    color: #ed1c24;
    font-family: 'Neographik MT Std', Arial, sans-serif;
    font-size: 16px;
    font-weight: 900;
    line-height: 1em;
    margin: 0 0 10px;
    padding: 27px 0;
    text-transform: uppercase;
    margin-top: 40px;
}


div.std p.quote-protect {margin-top: 10px; font-family: 'Neographik MT Std', Arial, sans-serif;}


.cms-content-protect p.quote-protect.bulwark {color: #f2b300!important; border-bottom: 2px solid #f2b300;
  border-top: 2px solid #f2b300; font-family: 'Neographik MT Std', Arial, sans-serif;}

h2.subhead {
  font-size: 32px;
  color: #ed1c24;
  font-family: 'Neographik MT Std', Arial, sans-serif;
  font-weight: 900;
  padding-top: 20px;
}

h2.subhead-bulwark {
	font-size: 32px;
	color:  #f2b300;
	font-family: 'Neographik MT Std', Arial, sans-serif;
	font-weight: 900;
	padding-top: 20px;
}

h3.protect em {color: #ed1c24;}

h4.bulwark {
    color: #f2b300!important;
    font-size: 15px;
    font-weight: 900;
    font-family: 'Neographik MT Std', Arial, sans-serif;
}

h4.protect {
    color: #ed1c24;
    font-size: 15px;
    font-weight: 900;
    font-family: 'Neographik MT Std', Arial, sans-serif;
}

h4.arc {font-size: 15px; font-weight: 900; color: #ed1c24;  font-family: 'Neographik MT Std', Arial, sans-serif;}

h3.bulwark {color: #231f20; font-size: 15px; color: #f2b300; font-family: 'Neographik MT Std', Arial, sans-serif; font-weight: 900; border-top: 1px solid #f2b300; border-bottom: 1px solid #f2b300; padding:10px 0px; line-height: 1em; margin: 12px; vertical-align: top; float: left; min-width: 90%; }

h3.bulwark span {color: #231f20; font-size: 15px;}

h2.subhead-bulwark.tecasafe, h4.bulwark.tecasafe, h2.subhead-bulwark.tecasafe, .cms-content-protect p.tecasafe, h3.bulwark.tecasafe {color: #755B44!important;} 
h2.subhead-bulwark.tecgen, h4.bulwark.tecgen, h2.subhead-bulwark.tecgen, .cms-content-protect p.tecgen, h3.bulwark.tecgen {color: #727375!important;}

h2.subhead-bulwark.tecasafe.medium {font-size: 25px;}

div.one-half-last img {padding-right: 30px;}

.cms-content-protect p.tecasafe, h3.bulwark.tecasafe {
	border-top: 1px solid #755B44!important; 
	border-bottom: 1px solid #755B44!important;
	font-size: 15px;
}

.cms-content-protect p.tecgen, h3.bulwark.tecgen {
	border-top: 1px solid #727375!important; 
	border-bottom: 1px solid #727375!important;
	font-size: 15px;
	
}

div.one-third {
    float: left;
    margin-left: 5px;
    max-width: 300px;
}

div.one-third.home {
    margin-left: 10px; 
}

div.one-third.first {margin-left: 0;}

div.one-third.first home p {  
	background-color: #231f20;
    color: #fff;
    height: 350px;
    padding: 10px;
}

div.one-third.home p {
    background-color: #eee;
    color: #231f20;
    font-size: 15px;
    margin-bottom: 10px;
    min-height: 160px;
    padding: 10px;
}


div.one-third.home img {margin-bottom: 5px;}

div.one-third.icons {
	background-color: #231f20;
}

div.one-third.icons p {
    background-color: #231f20;
    color: #fff;
    height: auto;
    padding: 0px;
}

div.one-third.icons {
    border: 2px solid #ed1c24;
    float: left;
    margin-left: 5px;
    margin-top: 10px;
    max-width: 256px;
    min-height: 170px;
    padding: 20px;
}

div.one-third.icons h4 {color: #ed1c24; font-family: 'Neographik MT Std', Arial, sans-serif;}

div.one-third.icons img {
    border: 2px solid #fff;
    margin: 5px 10px 30px 0px;
    padding: 0;
    float: left;
}

.protectmenu {
    float: right;
}

.protectmenu p {
	text-align: center;
}

.protectmenu  #relatedContent {
  max-width: 400px;
  margin: 200px auto;
}

.protectmenu #relatedContent .item {
  max-width: 22%;
  padding: 2%;
  float: left;
  text-align: center;
}

.protectmenu  #relatedContent .item a img {
  max-width: 100%;
}	

.protectmenu nav { 
	margin: 0px;
	background-color: #ed1c24;
}

.protectmenu nav ul {
	padding:0;
	margin:0;
	list-style: none;
	position: relative;
	float: left;
	}
	
.protectmenu nav ul li {
	display:inline-block;
	background-color: #ed1c24;
	}

.protectmenu nav a {
	display:block;
	padding:5px 20px;	
	color:#FFF;
	font-size:14px;
	line-height: 20px;
	text-decoration:none;
}




/* Hide Dropdowns by Default */
.protectmenu nav ul ul {
	display: none;
	position: absolute; 
	top: 30px;
}
	
/* Display Dropdowns on Hover */
.protectmenu nav ul li:hover > ul {
	display:inherit;
}
	
/* Fisrt Tier Dropdown */
.protectmenu nav ul ul li {
	width:165px;
	float:none;
	display:list-item;
	position: relative;
	padding: 8px 0;
}


/* Second, Third and more Tiers	*/
.protectmenu nav ul ul ul li {
	position: relative;
	top:-20px; 
	left:80px;
}

	
/* Change this in order to change the Dropdown symbol */
.protectmenu li > a:after { content:  ' +'; }
.protectmenu li > a:only-child:after { content: ''; }


div.protectmenu nav ul li ul li.bulwark {background-color:#f2b300; }
div.protectmenu nav ul li ul li.tecgen {background-color:#727375; }
div.protectmenu nav ul li ul li.tecasafe {background-color:#755B44;}  

.protectmenu nav ul ul li:hover, .protectmenu nav ul li:hover, div.protectmenu nav ul li ul li:hover {background-color: #afafaf;}

/*Button - View Range--*/
a.view-range-btn {
    background-color: #ed1c24;
    color: #fff;
    cursor: pointer;
    float: left;
    font-size: 20px;
    height: 25px;
    padding: 10px 0;
    text-align: center;
    width: 300px;
}


a.view-range-btn:hover {background-color: #231f20; color: #fff;}

div.one-third img {
    padding-bottom: 5px;
}

.cms-page-view.cms-protect-range-facts-on-burns li strong, .cms-page-view.cms-protect-range-facts-on-burns p strong {font-size: 15px; color: #231f20;}

.cms-page-view p {font-family: 'Arimo', Arial, sans-serif;}


div.cms-content-protect ol, div.cms-content-protect ul, div.cms-content-protect li, div.std li{
	font-size: 15px;					
	color: #231f20;
	font-weight: 100;
	font-family: 'Arimo', Arial, sans-serif;
	line-height: 1.2em;
	margin: 0;
}
.cms-content-protect p  {
  color: #231f20;
  font-family: 'Arimo', Arial, sans-serif;
  font-size: 15px;
  font-weight: 100;
}

.cms-content-protect h4 {color: #ed1c24; font-family: 'Neographik MT Std', Arial, sans-serif;}

ul.bulwark li {
    color: #231f20;
    font-family: 'Arimo', Arial, sans-serif;
    font-weight: 100;
    line-height: 1.2em;
    margin-bottom: 0.8em;
}

.aside_caption {
    background-color: #eee;
    border: 1px solid #aaa;
    float: right;
    margin: 0 10px 10px;
    max-width: 34%;
    min-height: 212px;
    padding: 5px 25px 2px 32px;
}

.aside_caption h4.bulwark  {margin-bottom: 10px; font-family: 'Neographik MT Std', Arial, sans-serif;}


aside_caption img {
    float: left;
    padding: 10px 15px 10px 0;
}


.aside_caption p {
    float: right;
    font-size: 15px;
    line-height: 1em;
    width: 175px;
    padding-top: 0;
    margin-bottom: 10px;
}



div.aside_caption span {
	margin-bottom: 10px;
	float: left;
	
}

.cms-content-protect p:last-of-type {
	margin-bottom: 20px;
}


div.std p sup {
  vertical-align: 0.2em;
}

div.cms-content-protect p a {text-decoration: none;}    

.clearfix:after {
   content: " "; /* Older browser do not support empty content */
   visibility: hidden;
   display: block;
   height: 10px;
   clear: both;
}

a.one-third {
  margin-left: 6px;
}

a.one-third.first {
  margin-left: 0px;
}


/*BULWARK SWATCH*/
a.bulwark-swatch {
  color: #f2b300;
  font-weight: 900;
  cursor: pointer;
}

td.tg-031e.light-yellow {
  background-color: rgba(242, 179, 0, 0.3);
  font-size: 18px;
}
/*TECGEN SWATCH*/
a.tecgen-swatch {
  color: #727375;
  font-weight: 900;
  cursor: pointer;
}

td.tg-031e.light-grey {
  background-color: rgba(128, 128, 128, 0.3);
  font-size: 18px;
}

a.tecasafe-swatch {
  color: #755B44;
  font-weight: 900;
  cursor: pointer;
}

td.tg-031e.light-brown {
  background-color: rgba(137, 108, 69, 0.3);
  font-size: 18px;
}

.cms-content-protect {
  margin-bottom: 20px;
  margin-top: 20px;
  font-family: 'Arimo', Arial, sans-serif;
}

.cms-content-protect h3 {
  font-weight: 900;
  font-family: 'Arimo', Arial, sans-serif;
}

th.tg-031e.light-brown {
  background-color: #896c45;
  color: #fff;
}

th.tg-031e.light-yellow {
  background-color: #f2b300;
  color: #fff;
}

th.tg-031e.light-grey {
  background-color: #808080;
  color: #fff;
}

table.tg td, table.tg th {
  vertical-align: middle;
  border: 2px solid #fff;
  color: #191919;
  line-height: 1em;
  font-size: 12px;
  font-family: 'Arimo', Arial, sans-serif;
  padding: 7px 5px;
  max-width: 100px;
}

.tg {
  border-collapse: collapse;
  border-spacing: 0;
  text-align: center;
  vertical-align: middle;
}

.tg td {
  font-family: 'Arimo', Arial, sans-serif;
  font-size: 12px;
  border-style: solid;
  border-width: 1px;
  overflow: hidden;
  word-break: normal;
  text-align: center;
  vertical-align: middle;
}

.tg th {
  font-family: 'Arimo', Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  border-style: solid;
  border-width: 1px;
  overflow: hidden;
  word-break: normal;
  text-align: center;
  vertical-align: middle;
}

.tg .tg-zhtp {
  font-size: 12px;
  text-align: center;
}


td.regular {
  font-size: 12px!important;
}

img.left-banner {
  float: left;
  margin-right: 10px;
  margin-top: 8px;
}

/* google invisible reCaptcha*/
.grecaptcha-badge {
    visibility: hidden;
}











