/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

/* Reset ================================================================================= */
* { margin:0; padding:0; }

body          { background:#231f20; font:12px/1.55 'cantarellregular', Helvetica, sans-serif; color:#2f2f2f; text-align:center; }

img           { border:0; vertical-align:top; }

body.cms-home {background: url("https://gdi5lk-xkojzr9x6fgl.cloudmaestro.com/mX_SkS_yQ/skin/frontend/default/classichome/images/layout/xbg_home.png.pagespeed.ic.4Ji9TVvuqi.png") repeat scroll;}


a             { color:#1e7ec8; text-decoration:underline; }
a:hover       { text-decoration:none; }
:focus        { outline:0; }

/* Headings */
h1,h2,h3,
h4,h5,h6      { margin:0 0 5px; line-height:1.35; color:#0a263c; }
h1            { font-size:20px; font-weight:normal; }
h2            { font-size:18px; font-weight:normal; }
h3            { font-size:16px; font-weight:bold; }
h4            { font-size:14px; font-weight:bold; }
h5            { font-size:12px; font-weight:bold; }
h6            { font-size:11px; font-weight:bold; }

/* Forms */
form          { display:inline; }
fieldset      { border:0; }
legend        { display:none; }

/* Table */
table         { border:0; /*border-collapse:collapse;*/ border-spacing:0; empty-cells:show; font-size:100%; }
caption,th,td { vertical-align:top; text-align:left; font-weight:normal; }

/* Content */
p             { margin:0 0 10px; }
strong        { font-weight:bold; }
address       { font-style:normal; line-height:1.35; }
cite          { font-style:normal; }
q,
blockquote    { quotes:none; }
q:before,
q:after       { content:''; }
small,big     { font-size:1em; }
/*sup           { font-size:1em; vertical-align:top; }*/

/* Lists */
ul,ol         { list-style:none; }

/* Tools */
.hidden       { display:block !important; border:0 !important; margin:0 !important; padding:0 !important; font-size:0 !important; line-height:0 !important; width:0 !important; height:0 !important; overflow:hidden !important; }
.nobr         { white-space:nowrap !important; }
.wrap         { white-space:normal !important; }
.a-left       { text-align:left !important; }
.a-center     { text-align:center !important; }
.a-right      { text-align:right !important; }
.v-top        { vertical-align:top; }
.v-middle     { vertical-align:middle; }
.f-left,
.left         { float:left !important; }
.f-right,
.right        { float:right !important; }
.f-none       { float:none !important; }
.f-fix        { float:left; width:100%; }
.no-display   { display:none; }
.no-margin    { margin:0 !important; }
.no-padding   { padding:0 !important; }
.no-bg        { background:none !important; }
/* ======================================================================================= */


/* Layout ================================================================================ */
.wrapper { min-width:54px; }
.page {padding-top: 106px;}
.page-print { background:#fff; padding:25px 30px; text-align:left; }
.page-empty { background:#fff; padding:20px; text-align:left; }
.page-popup { background:#fff; padding:25px 30px; text-align:left; }
.main-container { background:#fff; }
.main { float: left; width:940px; margin:0 0 0 240px; border-left:1px solid #C7C8CA; min-height:400px; padding:19px 0px 25px 10px; text-align:left; }

/* Base Columns */
.col-left { float:left; width:240px; padding:0 0 1px; }
.col-main { float:left; width:944px; padding:0 0 0px; }
.col-right { float:right; width:195px; padding:0 0 1px; }

/* 1 Column Layout */
.col1-layout .col-main { float:none; width:auto; }

/* 2 Columns Layout */
.col2-left-layout .col-main { float:right; min-height: 523px; border-left: 1px solid #cfd0d1;}
.col2-right-layout .col-main {}

/* 3 Columns Layout */
.col3-layout .col-main { width:475px; margin-left:17px; }
.col3-layout .col-wrapper { float:left; width:687px; }
.col3-layout .col-wrapper .col-main { float:right; }

/* Content Columns */
.col2-set .col-1 { float:left; width:48.5%; }
.col2-set .col-2 { float:right; width:48.5%; }
.col2-set .col-narrow { width:32%; }
.col2-set .col-wide { width:65%; }

.col3-set .col-1 { float:left; width:32%; }
.col3-set .col-2 { float:left; width:32%; margin-left:2%; }
.col3-set .col-3 { float:right; width:32%; }

.col4-set .col-1 { float:left; width:23.5%; }
.col4-set .col-2 { float:left; width:23.5%; margin:0 2%; }
.col4-set .col-3 { float:left; width:23.5%; }
.col4-set .col-4 { float:right; width:23.5%; }

.home .page {padding:0;}
.header-container {border-bottom: 1px solid #C7C8CA;}
.home .header-container {border-bottom: none;}

/* ======================================================================================= */


/* Global Styles ========================================================================= */
/* Form Elements */
input,select,textarea,button { font:12px/15px "cantarellregular", Helvetica, sans-serif; vertical-align:middle; color:#2f2f2f; }
input.input-text,select,textarea { background:#fff; border:1px solid #115a6f; }
input.input-text,textarea { padding:2px; }
select { padding:1px; }
select option { padding-right:10px; }
select.multiselect option { border-bottom:1px solid #b6b6b6; padding:2px 5px; }
select.multiselect option:last-child { border-bottom:0; }
textarea { overflow:auto; }
input.radio { margin-right:3px; }
input.checkbox { margin-right:3px; }

input.input-text::-moz-placeholder { color: #939598; font-style: italic; opacity: 1; }
input.input-text:-moz-placeholder { color: #939598; font-style: italic; opacity: 1; }
input.input-text::-webkit-input-placeholder { color: #939598; font-style: italic; opacity: 1; }
input.input-text:-ms-input-placeholder { color: #939598; font-style: italic; opacity: 1; }
.placeholder { color: #939598; font-style: italic; opacity: 1; }

/* Commented on 2015-04-25
input.qty { width:2.5em !important; }
*/
button.button::-moz-focus-inner { padding:0; border:0; } /* FF Fix */
button.button { -webkit-border-fit:lines; } /* <- Safari & Google Chrome Fix */
button.button { overflow:visible; width:auto; border:0; padding:0; margin:0; background:transparent; cursor:pointer; }
button.button span { display:block; height:19px; border:1px solid #de5400; background:#f18200; padding:0 8px; font:bold 12px/19px 'cantarellregular', Helvetica, sans-serif; text-align:center; white-space:nowrap; color:#fff; }
button.button span span { border:0; padding:0; }
button.disabled span { border-color:#bbb !important; background:#bbb !important; }

button.btn-checkout span { height:26px; border:0; background: #115a6f; padding:0 55px 0px; font:normal 12px/28px 'cantarellregular', Helvetica, sans-serif; color:#fff; text-transform: uppercase;}
button.btn-checkout span span {background: none; border: none; padding: 0;}
button.btn-checkout.no-checkout span { background-position:0 100%; color:#b8baba; }
button.btn-checkout.no-checkout span span { background-position:100% 100%; }

p.control input.checkbox,
p.control input.radio { margin-right:6px; }
/* Form Highlight */
input.input-text:focus,select:focus,textarea:focus {}
/*.highlight { background:#efefef; }*/

/* Form lists */
/* Grouped fields */
/*.form-list { width:535px; margin:0 auto; overflow:hidden; }*/
.form-list li { margin:0 0 8px; }
.form-list label { float:left; color:#115a6f; font-family: 'cantarellbold', sans-serif; position:relative; z-index:0; }
.wishlist-index-share .form-list label { float:none; }
.form-list label.required {}
.form-list label.required em { float:right; font-style:normal; color:#eb340a; position:absolute; top:0; right:-8px; }
.form-list li.control label { float:none; }
.form-list li.control input.radio,
.form-list li.control input.checkbox { margin-right:6px; }
.form-list li.control .input-box { clear:none; display:inline; width:auto; }
/*.form-list li.fields { margin-right:-15px; }*/
.form-list .input-box { display:block; clear:both; width:260px; }
.form-list .field { float:left; width:275px; }
.form-list input.input-text { width:254px; }
.form-list textarea { width:254px; height:10em; }
.form-list select { width:260px; }
.form-list li.wide .input-box { width:535px; }
.form-list li.wide input.input-text { width:529px; }
.form-list li.wide textarea { width:529px; }
.form-list li.wide select { width:535px; }
.form-list li.additional-row { border-top:1px solid #ccc; margin-top:10px; padding-top:7px; }
.form-list li.additional-row .btn-remove { float:right; margin:5px 0 0; }
.form-list .input-range input.input-text { width:74px; }

.form-list-narrow li  { margin-bottom:0; }
.form-list-narrow li .input-box { margin-bottom:6px; }
.form-list-narrow li.wide .input-box { width:260px; }
.form-list-narrow li.wide input.input-text,
.form-list-narrow li.wide textarea { width:254px }
.form-list-narrow li.wide select { width:260px; }

/* Customer */
.form-list .customer-name-prefix .input-box,
.form-list .customer-name-suffix .input-box,
.form-list .customer-name-prefix-suffix .input-box,
.form-list .customer-name-prefix-middlename .input-box,
.form-list .customer-name-middlename-suffix .input-box,
.form-list .customer-name-prefix-middlename-suffix .input-box { width:auto; }

.form-list .name-prefix { width:65px; }
.form-list .name-prefix select { width:55px; }
.form-list .name-prefix input.input-text { width:49px; }

.form-list .name-suffix { width:65px; }
.form-list .name-suffix select { width:55px; }
.form-list .name-suffix input.input-text { width:49px; }

.form-list .customer-name-prefix-middlename-suffix .name-firstname,
.form-list .customer-name-prefix-middlename .name-firstname { width:140px; }
.form-list .customer-name-prefix-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-middlename .name-firstname input.input-text { width:124px; }
.form-list .customer-name-prefix-middlename-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix-middlename-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-name-prefix-suffix .name-firstname { width:210px; }
.form-list .customer-name-prefix-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-name-prefix-suffix .name-firstname { width:210px; }
.form-list .customer-name-prefix-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-name-prefix .name-firstname,
.form-list .customer-name-middlename .name-firstname,
.form-list .customer-name-middlename .name-middlename { width:210px; }

.form-list .customer-name-suffix .name-lastname,
.form-list .customer-name-middlename .name-firstname,
.form-list .customer-name-middlename .name-middlename,
.form-list .customer-name-middlename-suffix .name-firstname,
.form-list .customer-name-middlename-suffix .name-lastname { width:205px; }

.form-list .customer-name-prefix .name-firstname input.input-text,
.form-list .customer-name-suffix .name-lastname input.input-text,
.form-list .customer-name-middlename .name-firstname input.input-text,
.form-list .customer-name-middlename .name-middlename input.input-text,
.form-list .customer-name-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-year { float:left; width:85px; }
.form-list .customer-dob input.input-text { display:block; width:74px; }
.form-list .customer-dob label { font-size:10px; font-weight:normal; color:#888; }
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-month { width:60px; }
.form-list .customer-dob .dob-day input.input-text,
.form-list .customer-dob .dob-month input.input-text { width:46px; }
.form-list .customer-dob .dob-year { width:140px; }
.form-list .customer-dob .dob-year input.input-text { width:134px; }

/* Independent fields */
/*.form-list li { margin:0 0 8px; }
.form-list li.fields { margin:0; }
.form-list .field { display:block; margin:0 0 8px; }
.form-list li.control {}
.form-list label { float:left; width:150px; padding:2px 10px 0 0; text-align:right; }
.form-list label.required { font-weight:bold; }
.form-list label.required em { font-variant:normal; color:#eb340a; margin-right:3px; }
.form-list .input-box { float:left; width:260px; }
.form-list input.input-text,
.form-list textarea { width:254px; }
.form-list select { width:260px; }
.form-list li.additional-row { border-top:1px solid #ddd; margin-top:10px; }
.form-list li.additional-row .btn-remove { float:right; margin:5px 5px 0 0; }
.form-list .input-range input.input-text { width:96px; }*/
/* Customer */
/*.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-year { float:left; width:85px; }
.form-list .customer-dob input.input-text { display:block; width:74px; }
.form-list .customer-dob label { font-size:11px; font-weight:normal; color:#777; text-align:left; }
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-month { width:60px; }
.form-list .customer-dob .dob-day input.input-text,
.form-list .customer-dob .dob-month input.input-text { width:46px; }
.form-list .customer-dob .dob-year { width:140px; }
.form-list .customer-dob .dob-year input.input-text { width:134px; }*/

.buttons-set { clear:both; margin:4em 0 0; padding:8px 0 0; border-top:1px solid #e4e4e4; text-align:right; }
.buttons-set p.required { margin:0 0 10px; }
.buttons-set .back-link { float:left; margin:0; }
.buttons-set button.button { float:right; margin-left:5px; }
.buttons-set.buttons-set2 button.button { float:left; margin-left:5px; }
.buttons-set-order { margin:10px 0 0; }
.buttons-set-order .please-wait { padding:12px 7px 0 0; }

.fieldset {margin:28px 0; }
.fieldset .legend {font-weight:bold; font-size:13px; color:#e76200; padding:0 0px; position:relative; }
.account-login .col2-set { background: #ffffff; }

/* Form Validation */
.breaking .validation-advice { width: 200px; }
.validation-advice { clear:both; min-height:13px; margin:3px 0 0; padding-left:17px; font-size:11px; font-weight:bold; line-height:13px; background:url(https://gdi5lk-xkojzr9x6fgl.cloudmaestro.com/mX_SkS_yQ/skin/frontend/default/classichome/images/validation_advice_bg.gif.pagespeed.ce.uFQykG3omF.gif) 2px 0 no-repeat; color:#eb340a; }
.agree .validation-advice {
	 margin: 0 16px 0 0;
	 display:inline-block;
}
.validation-failed { border:1px dashed #eb340a !important; background:#faebe7 !important; }
.validation-passed {}
p.required { font-size:11px; text-align:right; color:#EB340A; }
/* Expiration date and CVV number validation fix */
.v-fix { float:left; }
.v-fix .validation-advice { display:block; width:12em; margin-right:-12em; position:relative; }

#zip-code-search .validation-advice {
	background: url("https://gdi5lk-xkojzr9x6fgl.cloudmaestro.com/mX_SkS_yQ/skin/frontend/default/classichome/images/validation_advice_bg-r.gif.pagespeed.ce.cEX8wAcX9n.gif") no-repeat scroll 2px 1px rgba(0, 0, 0, 0);
    font-size: 10px;
    font-weight: normal;
    left: 100%;
    line-height: 10px;
    padding: 0 0 0 18px;
    position: absolute;
    text-align: left;
    width: 120%;
}
#header-retailer #zip-code-search .validation-advice {
	top: 0;
	margin-top: 5px;
}
/* Global Messages  */
.success { color:#3d6611; font-weight:bold; }
.error { color:#df280a; font-weight:bold; }
.notice { color:#e26703; }

.messages,
.messages ul { list-style:none !important; margin:0 !important; padding:0 !important; }
.messages { width:100%; overflow:hidden; }
.messages li { margin:0 0 10px !important; }
.messages li li { margin:0 0 3px !important; }
.error-msg,
.success-msg,
.note-msg,
.notice-msg { border-style:solid !important; border-width:1px !important; background-position:10px 9px !important; background-repeat:no-repeat !important; min-height:18px !important; padding:8px 8px 8px 32px !important; font-size:11px !important; font-weight:bold !important; }
.error-msg { border-color:#f16048; background-color:#faebe7; background-image:url(https://gdi5lk-xkojzr9x6fgl.cloudmaestro.com/mX_SkS_yQ/skin/frontend/default/classichome/images/xi_msg-error.gif.pagespeed.ic.jlmHIhSHo-.png); color:#df280a; }
.success-msg { border-color:#446423; background-color:#eff5ea; background-image:url(https://bnap3b-xkojzr9x6fgl.cloudmaestro.com/mX_SkS_yQ/skin/frontend/default/classichome/images/xi_msg-success.gif.pagespeed.ic.YQakc55w1v.png); color:#3d6611; }
.note-msg,
.notice-msg { border-color:#fcd344; background-color:#fafaec; background-image:url(https://gdi5lk-xkojzr9x6fgl.cloudmaestro.com/mX_SkS_yQ/skin/frontend/default/classichome/images/xi_msg-note.gif.pagespeed.ic.eX9o-TQQMs.png); color:#3d6611; }

/* BreadCrumbs */
.breadcrumbs { font-size:12px; line-height:1.25; color: #000; padding:10px 0 17px 18px; margin:0 0 13px; border-bottom: 1px solid #C7C8CA; font-family: Arial, sans-serif; font-size: 9px;box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}
.breadcrumbs li { display:inline; }
.breadcrumbs li a {color: #000; text-decoration: none;}
.breadcrumbs li strong { font-weight:bold; }

/* Page Heading */
.page-title { width:100%; overflow:hidden; border-bottom:1px solid #ccc; margin:0 0 25px; }
.page-title h1,
.page-title h2 { margin:0; font-size:20px; color:#0a263c; }
.page-title .separator { margin:0 3px; }
.page-title .link-rss { float:right; margin:7px 0 0; }
.title-buttons { text-align:right; }
.title-buttons h1,
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 { float:left; }

.subtitle,
.sub-title { clear:both; padding:15px 0 0; font-size:15px; font-weight:bold; margin:0 0 6px; color:#e25203; }

/* Pager */
.pager { font-size:11px; background:#fff; padding:0px 0px; text-align:center; }
.pager .amount { float:left; margin:0; }
.pager .limiter { float:right; }
.pager .limiter label { vertical-align:middle; }
.pager .limiter select { padding:0; margin:0 0 1px; vertical-align:middle; }
.pager .pages { margin:0 0px; line-height: 20px; float: left;}
.pager .pages ol { display:inline-block; line-height: 20px; }
.pager .pages li { display:inline-block; margin:0 4px; }
.pager .pages li a {color: #000; line-height: 20px; display: block;}
.pager .pages li a.next, .pager .pages li a.previous {text-decoration: none;}
.pager .pages .current {color:#929497;}

/* Sorter */
.sorter { font-size:11px;}
.sorter .view-mode { float:left; margin:0 36px 0 0; }
.sorter .sort-by { float:right; padding-right:36px; }
.sorter .sort-by label { vertical-align:middle; }
.sorter .sort-by select { padding:0; margin:0 0 1px; vertical-align:middle; }
.sorter .link-feed {}

/* Toolbar */
.toolbar {border-bottom: 1px solid #C7C8CA; margin-bottom: 10px;}
.toolbar-bottom { padding-top:20px;}

/* Data Table */
.data-table { width:100%; border:1px solid #bebcb7; }
.data-table .odd  { background:#f8f7f5 }
.data-table .even { background:#eeeded; }
/*.data-table tr.odd:hover,
.data-table tr.even:hover { background:#ebf1f6; }*/
.data-table td.last,
.data-table th.last { border-right:0; }
.data-table tr.last th,
.data-table tr.last td { border-bottom:0 !important; }
.data-table th { padding:3px 8px; font-weight:bold; }
.data-table td { padding:3px 8px; }

.data-table thead th { font-family: 'cantarellbold', sans-serif; font-weight: normal; border-right:1px solid #c2d3e0; padding:2px 8px; color:#0a263c; white-space:nowrap; vertical-align:middle; }
.data-table thead th.wrap { white-space:normal; }
.data-table thead th a,
.data-table thead th a:hover { color:#fff; }
.data-table thead th { background:url(https://gdi5lk-xkojzr9x6fgl.cloudmaestro.com/mX_SkS_yQ/skin/frontend/default/classichome/images/bkg_th.gif.pagespeed.ce.8kmRGwjygi.gif) repeat-x 0 100% #d9e5ee; }
.data-table thead th .tax-flag { font-size:11px; white-space:nowrap; }

.data-table tfoot { border-bottom:1px solid #d9dde3; }
.data-table tfoot tr.first td { background:none; }
/*.data-table tfoot tr { background-color:#dee5e8 !important; }*/
.data-table tfoot td { padding-top:1px; padding-bottom:1px; border-bottom:0; border-right:1px solid #d9dde3; }
.data-table tfoot strong { font-size:16px; }

.data-table tbody th,
.data-table tbody td { border-bottom:1px solid #C7C8CA;border-left: 0;border-right: 0;background: transparent; }
.data-table tbody th { border-top:1px solid #C7C8CA; }
/* Bundle products tables */
.data-table tbody.odd tr { background:#f8f7f5 !important; }
.data-table tbody.even tr { background:#f6f6f6 !important; }
.data-table tbody.odd tr td,
.data-table tbody.even tr td { border-bottom:0; }
.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td { border-bottom:1px solid #d9dde3; }

.data-table tbody td .option-label { font-weight:bold; font-style:italic; }
.data-table tbody td .option-value { padding-left:10px; }

/* Generic Info Box */
.info-box { background:#fff url(https://gdi5lk-xkojzr9x6fgl.cloudmaestro.com/mX_SkS_yQ/skin/frontend/default/classichome/images/bkg_block-title.gif.pagespeed.ce.-MHxMK1pRk.gif) 0 0 repeat-x; border:1px solid #d0cbc1; padding:12px 15px; margin:0 0 15px; }
.info-box h2 { font-weight:bold; font-size:13px; }

.info-table th { font-weight:bold; padding:2px 15px 2px 0; }
.info-table td { padding:2px 0; }

/* Shopping cart total summary row expandable to details */
tr.summary-total { cursor:pointer; }
tr.summary-total td {}
tr.summary-total .summary-collapse { float:right; text-align:right; padding-left:20px; background:url(https://bnap3b-xkojzr9x6fgl.cloudmaestro.com/mX_SkS_yQ/skin/frontend/default/classichome/images/bkg_collapse.gif.pagespeed.ce.IzPGjjgWPt.gif) 0 5px no-repeat; cursor:pointer; }
tr.show-details .summary-collapse { background-position:0 -52px; }
tr.show-details td {}
tr.summary-details td { font-size:11px; background-color:#dae1e4; color:#626465; }
tr.summary-details-first td { border-top:1px solid #d2d8db; }
tr.summary-details-excluded { font-style:italic; }

/* Shopping cart tax info */
.cart-tax-info { display:block; }
.cart-tax-info,
.cart-tax-info .cart-price { padding-right:20px; }
.cart-tax-total { display:block; padding-right:20px; background:url(https://bnap3b-xkojzr9x6fgl.cloudmaestro.com/mX_SkS_yQ/skin/frontend/default/classichome/images/bkg_collapse.gif.pagespeed.ce.IzPGjjgWPt.gif) 100% 5px no-repeat; cursor:pointer; }
.cart-tax-info .price,
.cart-tax-total .price { display:inline !important; font-weight:normal !important; }
.cart-tax-total-expanded { background-position:100% -52px; }

/* Class: std - styles for admin-controlled content */
.std .subtitle { padding:0; }
.std ol.ol { list-style:decimal outside; padding-left:1.5em; }
.std ul.disc { list-style:disc outside; padding-left:18px; margin:0 0 10px; }
.std dl dt { font-weight:bold; }
.std dl dd { margin:0 0 10px; }
.std ul,
.std ol,
.std dl,
.std p,
.std address,
.std blockquote { margin:0 0 1em; padding:0; }
.std ul { list-style:disc outside; padding-left:1.5em; }
.std ol { list-style:decimal outside; padding-left:1.5em; }
.std ul ul { list-style-type:circle; }
.std ul ul,
.std ol ol,
.std ul ol,
.std ol ul { margin:.5em 0; }
.std dt { font-weight:bold; }
.std dd { padding:0 0 0 1.5em; }
.std blockquote { font-style:italic; padding:0 0 0 1.5em; }
.std address { font-style:normal; }
.std b,
.std strong { font-weight:bold; }
.std i,
.std em { font-style:italic; }

/* Misc */
.links li { display:inline; }
.links li.first { padding-left:0 !important; }
.links li.last { background:none !important; padding-right:0 !important; }

.link-cart { color:#dc6809 !important; font-weight:bold; }
.link-wishlist { color:#dc6809 !important; font-weight:bold; }
.link-reorder { font-weight:bold; color:#dc6809 !important; }
.link-compare { font-weight:bold; }
.link-print { /*background:url(https://gdi5lk-xkojzr9x6fgl.cloudmaestro.com/mX_SkS_yQ/skin/frontend/default/classichome/images/xi_print.gif.pagespeed.ic.t0pE4jr4dC.png) 0 2px no-repeat; padding:2px 0 2px 25px;*/ font-weight:bold; color:#dc6809; }
.link-rss { background:url(https://sh7ppr-xkojzr9x6fgl.cloudmaestro.com/mX_SkS_yQ/skin/frontend/default/classichome/images/i_rss.gif.pagespeed.ce.5bvDiNgYwU.gif) 0 2px no-repeat; padding-left:18px; line-height:14px; white-space:nowrap; }
.btn-remove  { display:block; width:11px; height:11px; font-size:0; line-height:0; background:url(https://sh7ppr-xkojzr9x6fgl.cloudmaestro.com/mX_SkS_yQ/skin/frontend/default/classichome/images/layout/xerase.png.pagespeed.ic.1cwwb-JrmP.png) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
.btn-previous  { display:block; width:11px; height:11px; font-size:0; line-height:0; background:url(https://sh7ppr-xkojzr9x6fgl.cloudmaestro.com/mX_SkS_yQ/skin/frontend/default/classichome/images/xbtn_previous.gif.pagespeed.ic.kFw-Pl_8Ev.png) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
.btn-remove2 { display:block; width:16px; height:16px; font-size:0; line-height:0; background:url(https://sh7ppr-xkojzr9x6fgl.cloudmaestro.com/mX_SkS_yQ/skin/frontend/default/classichome/images/xbtn_trash.gif.pagespeed.ic.uKBIN82635.png) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
.btn-edit    { display:block; width:11px; height:11px; font-size:0; line-height:0; background:url(https://gdi5lk-xkojzr9x6fgl.cloudmaestro.com/mX_SkS_yQ/skin/frontend/default/classichome/images/btn_edit.gif.pagespeed.ce.3zVl605NDc.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }

.cards-list dt { margin:5px 0 0; }
.cards-list .offset { padding:2px 0 2px 20px; }

.separator { margin:0 3px; }

.divider { clear:both; display:block; font-size:0; line-height:0; height:1px; margin:10px 0; background:url(https://sh7ppr-xkojzr9x6fgl.cloudmaestro.com/mX_SkS_yQ/skin/frontend/default/classichome/images/bkg_divider1.gif.pagespeed.ce.Jg666R_7G3.gif) 0 50% repeat-x; text-indent:-999em; overflow:hidden; }

/* Global site notices */
.global-site-notice { border:1px solid #cfcfcf; border-width:0 0 1px; background:#ffff90; font-size:12px; line-height:1.25; text-align:center; color:#2f2f2f; }
.global-site-notice .notice-inner { width:860px; margin:0 auto; padding:12px 0 12px 80px; background:url(https://bnap3b-xkojzr9x6fgl.cloudmaestro.com/mX_SkS_yQ/skin/frontend/default/classichome/images/xi_notice.gif.pagespeed.ic.7Nk4OknYMi.png) 20px 25px no-repeat; text-align:left; }
.global-site-notice .notice-inner p { margin:0; border:1px dotted #cccc73; padding:10px; }
.global-site-notice .notice-inner .actions { padding-top:10px; }

/* Cookie Notice */
.notice-cookie { position:fixed; z-index:9999; width:100%; bottom:0; left:0; margin:0 !important; opacity:0.95; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=95)"; /* IE8 */ }

/* Noscript Notice */
.noscript {}

/* Demo Notice */
.demo-notice { margin:0; padding:6px 10px; background:#d75f07; font-size:12px; line-height:1.15; border:0; text-align:center; color:#fff; }
.demo-notice .notice-inner { width:auto; padding:0; background:none; text-align:center; }
.demo-notice .notice-inner p { padding:0; border:0; }

/* ======================================================================================= */


/* Header ================================================================================ */
.logo { float:left; }
.header-container {z-index: 6;background:rgba(255,255,255,0.7); position: fixed; top:0; left:0; display: block; width: 100%;}
.header-container:hover, ul.onepage-pagination:hover {opacity: 1!important; transition:opacity 0.5s linear;}
.header { width:1200px; float: left; padding:0; text-align:right; position:relative; z-index:10; }
.header-left {float: left; width: 240px; min-height: 106px; border-right: 2px solid #fff; text-align: center; background: #110e10;}
.top-register {display: block; margin-top: 12px; position: relative;}
.top-register ul {height: 16px; font-size: 12px; display: inline-block; background: url('https://bnap3b-xkojzr9x6fgl.cloudmaestro.com/mX_SkS_yQ/skin/frontend/default/classichome/images/layout/arrow_login.png.pagespeed.ce.PfPLxLNzin.png') no-repeat center right; padding-right: 15px;}
.top-register ul li {display: inline-block; line-height: 13px; color: #fff; vertical-align: top;}
.top-register ul li a {color: #fff; font-family: 'cantarellbold', sans-serif; font-size: 14px;}

.header .top-register p.welcome-msg {color: #fff; font-size: 12px; font-family: 'cantarellbold', sans-serif; text-align: center; margin:0 24px 0 12px; line-height:20px;}

.top-register .block.block-login {position: absolute; display: none; top:32px; left:0; border:none; margin:0; width: 100%;}
.top-register .block.block-login .block-content {background: #110E10; text-align: center; position: relative;}
.top-register .block.block-login .block-content .close {position: absolute; top:2px; right: 2px; cursor: pointer; background: url('https://bnap3b-xkojzr9x6fgl.cloudmaestro.com/mX_SkS_yQ/skin/frontend/default/classichome/images/layout/xclose_top.png.pagespeed.ic.YeM-L8fAxi.png') no-repeat top left; width: 5px; height: 5px;}
.top-register .block.block-login .block-content input {display: inline-block; text-align: center; margin:3px; width: 95px; border:1px solid #939598; font-size: 12px; height: 13px;}
.top-register .block.block-login .block-content a {font-size: 13px; line-height: 12px; color:#fff; text-decoration: underline; /*margin-left:14px;*/  font-style: italic;}
.top-register .block-login .actions button.button {margin-right: 38px; line-height: 12px;}
.top-register .block-login .actions button.button span {background: none; height: 12px; font-weight: normal; border:none; text-transform: uppercase; font-size: 10px; text-decoration: underline; line-height: 12px; padding:0; color: #FFFFFF;}

.top-register .block.block-logedin {position: absolute; top:32px; left:0; border:none; margin:0; width: 100%;}
.top-register .block.block-logedin .block-content {background: #110E10; padding:8px 0 4px; text-align: center; position: relative;}
.top-register .block.block-logedin ul {display: block; background: none; padding:0;}
.top-register .block.block-logedin ul li {display: inline-block; margin:0 12px;}
.top-register .block.block-logedin ul li a {display: block; width: 15px; height: 17px; font-size: 12px; line-height: 17px; text-decoration: none;}
.top-register .block.block-logedin ul li a.account {/* background: url('https://sh7ppr-xkojzr9x6fgl.cloudmaestro.com/mX_SkS_yQ/skin/frontend/default/classichome/images/layout/xico_account.png.pagespeed.ic.siVxwaIlDO.png') no-repeat center; */ }
.top-register .block.block-logedin ul li a.cart {width: auto; padding-left: 17px; /* background: url('https://bnap3b-xkojzr9x6fgl.cloudmaestro.com/mX_SkS_yQ/skin/frontend/default/classichome/images/layout/ico_cart.png.pagespeed.ce.o-QvsCzs1O.png') no-repeat center left; */ }
.top-register .block.block-logedin ul li a.wishlist {width: auto; padding-left: 14px; /* background: url('https://gdi5lk-xkojzr9x6fgl.cloudmaestro.com/mX_SkS_yQ/skin/frontend/default/classichome/images/layout/xico_wishlist.png.pagespeed.ic.zegU2eATFu.png') no-repeat center left; */ }
.top-register .block.block-logedin ul li.logout a {font-size: 11px;text-decoration: underline; text-transform: capitalize; width: auto;line-height:19px;}

.top-register .block.block-logedin p.logout {text-align: center; margin-bottom: 0;}
.top-register .block.block-logedin p.logout a {display: inline-block; background: none; height: 12px; font-weight: normal; border:none; text-transform: none; font-size: 8px; text-decoration: underline; line-height: 12px; padding:0; color: #115a6f;}

div.container-options {border-top:1px solid #58585B; margin:7px 12px 3px; padding-top: 1px;}
.container-options p {display: inline-block; font-family: 'cantarellbold', sans-serif; font-size: 8px; margin:0; color: #fff; padding-left:26px; background: url('https://gdi5lk-xkojzr9x6fgl.cloudmaestro.com/mX_SkS_yQ/skin/frontend/default/classichome/images/layout/ico_container.png.pagespeed.ce.80cntaj2W-.png') no-repeat center left;}
div.container-options a {color:#fff; text-decoration: underline;}


.slider {display: block; overflow: hidden; min-width: 100%; position: relative; width: 100%;}
.slide-show {position: relative;}
.slide-show #bx-pager {position: absolute; z-index: 99999; bottom: 6%; display: block; width: 100%; left: 0; text-align: center;}
.slide-show #bx-pager a {display: inline-block; margin:0 7px 0 11px; width: 14px; height: 14px; color: #110E10; text-decoration: none; font-size: 8px; line-height: 14px; background: #fff; text-align: center; border-radius: 7px;}
.slide-show #bx-pager a.active {background: #110E10; color: #fff;}

.content-slider-bx {position: absolute; z-index: 2; height: 100%; min-height: 100%; top: 0; left: 0; width: 242px; background: url('https://bnap3b-xkojzr9x6fgl.cloudmaestro.com/mX_SkS_yQ/skin/frontend/default/classichome/images/layout/xleft_arrow.png.pagespeed.ic.EGkgf5Fvgt.png') no-repeat right 106px;}
.content-slider-bx-content {text-align: left; color: #fff; font-size: 12px; line-height: 18px; display: none; font-family: 'Questrial', sans-serif; padding: 160px 50px 0;}
.content-slider-bx-content.content-slider-bx-content-loged {/* padding-top: 212px; */}
.content-slider-bx-content p {margin-bottom: 17px;}
.slider-title {font-size: 14px; line-height: 18px; font-weight: bold; display: block; margin-bottom: 19px;}

.header-bottom {float: left; display: block; width: 100%; margin-top: 42px;}
.header-bottom .nav-container {margin-left: 0px;}

.phone-email {float: right; margin-top: 11px;}
.phone-email ul {display: block; line-height: 12px; height: 12px;}
.phone-email ul li {display: inline-block; width: 13px; height: 13px; margin-left:12px;}
.phone-email ul li a {width: 13px; height: 13px; display: block;}
.phone-email ul li a.phone {background: url('https://sh7ppr-xkojzr9x6fgl.cloudmaestro.com/mX_SkS_yQ/skin/frontend/default/classichome/images/layout/xico_phone.png.pagespeed.ic.5zG-Y_oimU.png') no-repeat;}
.phone-email ul li a.email {background: url('https://gdi5lk-xkojzr9x6fgl.cloudmaestro.com/mX_SkS_yQ/skin/frontend/default/classichome/images/layout/xico_email.png.pagespeed.ic.17a9URJgix.png') no-repeat;}

.socials {float: right; margin-left:4px; margin-top: 15px;}
.socials ul {display: block; height: auto; line-height: 13px; height: 13px;}
.socials ul li {display: inline-block; margin-left:12px; width:13px; height: 13px;}
.socials ul li a {display: block; width:13px; height: 13px;}
/* .socials ul li a.facebook {background: url('https://bnap3b-xkojzr9x6fgl.cloudmaestro.com/mX_SkS_yQ/skin/frontend/default/classichome/images/layout/xico_facebook.png.pagespeed.ic.2f0lFXnuqK.png') no-repeat top left;}
.socials ul li a.pinterest {background: url('https://gdi5lk-xkojzr9x6fgl.cloudmaestro.com/mX_SkS_yQ/skin/frontend/default/classichome/images/layout/xico_pinterest.png.pagespeed.ic.hf8LFCU7B4.png') no-repeat top left;}
.socials ul li a.twitter {background: url('https://sh7ppr-xkojzr9x6fgl.cloudmaestro.com/mX_SkS_yQ/skin/frontend/default/classichome/images/layout/xico_twitter.png.pagespeed.ic.sSySzl-BOR.png') no-repeat top left;} */
.header-top .socials ul li a.facebook {
    background: url("https://gdi5lk-xkojzr9x6fgl.cloudmaestro.com/mX_SkS_yQ/skin/frontend/default/classichome/images/xicon-header-fb.png.pagespeed.ic.8ATjyeE0tM.png") no-repeat scroll center center rgba(0, 0, 0, 0);
}
.header-top .socials ul li a.pinterest {
    background: url("https://bnap3b-xkojzr9x6fgl.cloudmaestro.com/mX_SkS_yQ/skin/frontend/default/classichome/images/xicon-header-p.png.pagespeed.ic.lYrEGA_1u_.png") no-repeat scroll center center rgba(0, 0, 0, 0);
}
.header-top .socials ul li a.twitter {
    background: url("https://bnap3b-xkojzr9x6fgl.cloudmaestro.com/mX_SkS_yQ/skin/frontend/default/classichome/images/xicon-header-tw.png.pagespeed.ic.oH-npF3Box.png") no-repeat scroll center center rgba(0, 0, 0, 0);
}
.header-top .socials ul li a.phone {
    background: url("https://gdi5lk-xkojzr9x6fgl.cloudmaestro.com/mX_SkS_yQ/skin/frontend/default/classichome/images/xicon-header-phone.png.pagespeed.ic.dsyjd_ChhB.png") no-repeat scroll center center rgba(0, 0, 0, 0);
}
.header-top .socials ul li a.email {
    background: url("https://sh7ppr-xkojzr9x6fgl.cloudmaestro.com/mX_SkS_yQ/skin/frontend/default/classichome/images/xicon-header-mail.png.pagespeed.ic.6tONmqSQgJ.png") no-repeat scroll center center rgba(0, 0, 0, 0);
}
.header-right {float: left; width: 958px;}
.header .logo { float: none; display: inline-block; margin:2px 0 0; text-decoration:none !important; }
.header .logo strong { position:absolute; top:-999em; left:-999em; width:0; height:0; font-size:0; line-height:0; text-indent:-999em; overflow:hidden; }
.header h1.logo { margin:0; }
.header .quick-access { float:right; width:600px; padding:28px 10px 0 0; }
.header .welcome-msg { margin:0; color:#fff; text-align:right; }
.header .welcome-msg a { color:#ebbc58; }
.header .form-search { float: right; height:18px; padding:0px; margin:13px 0 0; position: relative;}
.header .form-search label { float:left; margin-right: 14px; overflow:hidden; line-height: 25px; font-size: 10px;}

/* Commented on 2015-04-25
.header .form-search input.input-text,
.header .form-search-r input.input-text { float:left; width:205px; border: none; height: 12px; color: #C6C8CA; font-size: 8px; font-style: italic; margin-right:0px; background: url('https://sh7ppr-xkojzr9x6fgl.cloudmaestro.com/mX_SkS_yQ/skin/frontend/default/classichome/images/layout/xbg_search.png.pagespeed.ic.UnTx11kdWu.png') no-repeat top left;}
*/

.retailer {float: right; margin-right: 60px;}
.header .retailer .form-search input.input-text,
.header .form-search input.input-text, .header .form-search-r input.input-text {
	background-color: #ffffff;
	font-size: 11px;
	font-style: italic;
	color: #909090;
	width: 123px;
	height: 22px;
	line-height: 22px;
	vertical-align: middle;
	border: 1px solid #c7c8ca;
	box-sizing: content-box;
	padding: 0 19px 0 6px;
}
.header .form-search-r #submit-form-search-r {
	background-image: url('https://sh7ppr-xkojzr9x6fgl.cloudmaestro.com/mX_SkS_yQ/skin/frontend/default/classichome/images/layout/xico-storelocator-right-arrow.png.pagespeed.ic.GpUzHw2NlG.png');
	background-repeat: no-repeat;
	background-position: center center;
}
.header .form-search input.input-text::-webkit-input-placeholder { font-size: 11px; font-style: italic; color: #909090; }
.header .form-search input.input-text::-moz-placeholder { font-size: 11px; font-style: italic; color: #909090; }
.header .form-search input.input-text:-ms-input-placeholder { font-size: 11px; font-style: italic; color: #909090; }
.header .form-search input.input-text:-moz-placeholder { font-size: 11px; font-style: italic; color: #909090; }

.header .form-search button.button,
.header .form-search-r button.button {
	float:left;
	width: 16px;
	height: 24px;
	position: absolute;
	top:0;
	right: 0;
}
.header .form-search button.button {
	background-image: url('https://gdi5lk-xkojzr9x6fgl.cloudmaestro.com/mX_SkS_yQ/skin/frontend/default/classichome/images/layout/xico-search-right-arrow.png.pagespeed.ic.U85bppSXd7.png');
	background-repeat: no-repeat;
	background-position: center center;
}
.header .form-search button.button span { border:0; height:21px; background:url(https://gdi5lk-xkojzr9x6fgl.cloudmaestro.com/mX_SkS_yQ/skin/frontend/default/classichome/images/xbtn_search.gif.pagespeed.ic.VmxpBv8BqI.png) 0 0 no-repeat; padding:0 0 0 3px; font:bold 11px/21px Tahoma, Verdana, "cantarellregular", sans-serif; }
.header .form-search button.button span span { background-position:100% 0; padding:0 6px 0 3px; }
.header .form-search .search-autocomplete { z-index:999; left:40px !important; top:22px !important; }
.header .form-search .search-autocomplete ul { border:1px solid #5c7989; background-color:#f9f5f0; }
.header .form-search .search-autocomplete li { text-align:left; border-bottom:1px solid #f4eee7; padding:2px 8px 1px 8px; cursor:pointer; }
.header .form-search .search-autocomplete li .amount { float:right; font-weight:bold; }
.header .form-search .search-autocomplete li.odd { background-color:#fffefb; }
.header .form-search .search-autocomplete li.selected { background-color:#f7e8dd; }
.header .form-language { clear:both; padding:5px 0 0; text-align:right; }
.header .form-language label { font-weight:bold; padding-right:5px; color:#a7c6dd; vertical-align:middle; }
.header .form-language select { padding:0; }
.header .form-language select.flags option { background-position:4px 50%; background-repeat:no-repeat; padding-left:25px; }
.header .links { float:right; margin:0 0 6px; }
.header .links li { float:left; font-size:11px; background:url(https://bnap3b-xkojzr9x6fgl.cloudmaestro.com/mX_SkS_yQ/skin/frontend/default/classichome/images/bkg_pipe1.gif.pagespeed.ce.eFIpD2pEMA.gif) 100% 60% no-repeat; padding:0 8px 0 7px; }
.header .links a { color:#ebbc58; }
.header-container .top-container { clear:both; padding:5px 10px 0 12px; text-align:right; }
.header-container .top-container a { font-size:11px; color:#ebbc58; }

/********** < Navigation */
.nav-container {float: left;}
#nav {padding:0 0px; font-size:12px; }

#nav.notloged li {/* margin-right:116px; */}
#nav.notloged li li {margin-right: 0;}
#nav.notloged li.last {margin-right: 0;}

/* All Levels */ /* Style consistent throughout all nav levels */
#nav li { position:relative; text-align:left; margin: 0 0px 0 0;}
#nav li.last {margin-right: 0;}
#nav li.over { z-index:998; }
#nav a,
#nav a:hover { display:block; line-height:34px; text-decoration:none; }
#nav span { display:block; cursor:pointer; white-space:nowrap; }
#nav li ul span {white-space:normal; }
#nav ul li.parent a { background:url(https://sh7ppr-xkojzr9x6fgl.cloudmaestro.com/mX_SkS_yQ/skin/frontend/default/classichome/images/bkg_nav2.gif.pagespeed.ce.pkyPUWWyOe.gif) 100% 100% no-repeat; }
#nav ul li.parent li a { background-image:none; }

/* 0 Level */
#nav li { float:left; }
#nav li.active a { color:#115a6f; }
#nav a { float:left; padding:1px 12px 0; line-height: 34px; height: 34px; color:#231F20; font-family: 'cantarellbold', sans-serif; text-transform: uppercase; }
#nav a span {line-height: 33px; margin: 0 0px;}
#nav li.last a {
	padding-right: 0;
}
#nav li.last a span {margin: 0 0 0 12px; }
#nav li.over a,
#nav a:hover { color:#fff; background: #115a6f;}
#nav li.over a span {border-bottom: 1px solid #fff; line-height: 33px;}

#nav li ul.subli li {float: left;}
#nav li ul.subli li .link-holder ul li{float: none;}

/* 1st Level */
#nav ul li,
#nav ul li.active { float:none; margin:0;background:none; }
#nav ul li.last { background:none; padding-bottom:0; }

#nav ul a,
#nav ul a:hover { float:none; padding:0; background:none; }
#nav ul li a { font-family: 'cantarellregular', sans-serif!important; }

/* 2nd Level */
#nav div.sublevel { position:absolute; width:954px; top:35px; max-height: 436px; max-height:inherit; left:-10000px; border:none; background: #115a6f; }
#nav div.sublevel.sublevel-small {width: 200px;}
#nav div.sublevel li a {color: #fff;}
#nav div ul { position:static; width:auto; border:none; }

/* 3rd+ Level */
#nav ul ul,
#nav ul div { top:5px; }

#nav ul.subli {float: left; width: 640px; margin:20px 0; background: url('https://bnap3b-xkojzr9x6fgl.cloudmaestro.com/mX_SkS_yQ/skin/frontend/default/classichome/images/layout/xbg_submenu.png.pagespeed.ic.uPKLZTQykI.png') repeat-y top left;}
#nav div.sublevel.sublevel-small ul.subli {width: 100%; margin: 0; background: none;}
#nav div.sublevel.sublevel-small ul.subli li.subli-li {padding:0 12px; margin:0; border-right: none; width: 88%;}
#nav ul li.subli-li {padding:0 12px; margin:0; border-right: none; width: 136px;}

#nav ul li {margin-bottom: 3px; height: auto;}
#nav ul li a { background:none; height: auto;}
#nav ul li a:hover { background:none; }
#nav ul li a {color:#fff !important; font-size: 11px; line-height: 17px; }
#nav ul li a:hover { color:#2f2f2f !important; line-height: 17px;}
#nav ul span,
#nav ul li.last li span { padding:3px 15px 4px 15px; }

/* Show menu */
#nav li ul.shown-sub,
#nav li div.shown-sub { left:0; z-index:999; }
#nav li .shown-sub ul.shown-sub,
#nav li .shown-sub li div.shown-sub { left:100px; }
#nav li.last div.shown-sub {left:auto; right:0;}
#nav li.sub4 div.shown-sub { left:inherit; width: auto; right: 0;}
#nav li.sub5 div.shown-sub { left:inherit; width: auto; right: 0;}

#nav div.sublevel li .sub-name {display: block; margin-bottom: 4px; padding:0 12px;}
#nav div.sublevel li .sub-name#direct-containers {
	border-top: 1px solid #fff;
    margin-bottom: 0;
    margin-top: 9px;
    padding-top: 8px;	
}
#nav div.sublevel li .sub-name a { font-size: 12px; line-height: 11px; margin: 0 0 8px; font-family: 'cantarellbold', sans-serif!important; }

#nav div.link-holder ul { margin-bottom: 16px; padding:0 12px 6px;}
#nav div.link-holder.lh-1 ul {
	border-bottom: 1px solid #fff;	
}
#nav div.link-holder.lh-2 ul {
	margin: 0;
    padding: 0;
}
#nav .subli-li-1 div.link-holder.lh-1 ul,
#nav .subli-li-2 div.link-holder.lh-1 ul{
	border-bottom: 0px solid #fff;	
}
/*#nav div div#sale {border-bottom: 1px solid #fff; margin-bottom: 16px; padding-bottom: 6px;}
#nav div.link-holder ul#furniture {border: none; margin: 0; padding:0 12px;}
#nav div.link-holder ul#textiles {border: none; margin: 0; padding:0 12px;}
#nav div.link-holder ul#quick-ship {border: none; margin: 0; padding:0 12px;}
#nav div.link-holder ul#new-arrivals {border: none; margin: 0; padding:0 12px;}
#nav div.link-holder div#new-arrivals {border-top: 1px solid #fff; margin-top: 6px; padding-top: 16px;}*/

/********** Navigation > */
/* ======================================================================================= */


/* Sidebar =============================================================================== */
.block { border:1px solid #c4c1bc; margin:0 0 15px; }
.block .block-title {  border-bottom:1px solid #ddd; padding:2px 9px; }
.block .block-title strong { display:block; font:bold 12px/16px 'cantarellbold', Helvetica, sans-serif; min-height:16px; padding:1px 0 1px; text-transform:uppercase; color:#e26703; }
.block .block-title strong span {}
.block .block-title a { text-decoration:none !important; }
.block .block-subtitle { margin:0; padding:5px 9px; font-size:1em; font-family: 'cantarellbold', sans-serif; color:#0a263c; }
.block .block-content { background:#f8f7f5; }
.block .block-content li.item { padding:7px 9px; }
.block .block-content .product-name { color:#1e7ec8; }
.block .btn-remove,
.block .btn-edit { float:right; margin:1px 0 2px 5px; }
.block .actions { background:#dee5e8 url(https://sh7ppr-xkojzr9x6fgl.cloudmaestro.com/mX_SkS_yQ/skin/frontend/default/classichome/images/bkg_block-actions.gif.pagespeed.ce.2ilw6sCiLI.gif) 0 0 repeat-x; padding:6px 9px; text-align:right; }
.block .actions a { float:left; }
.block .actions button.button { float:right; }
.block .empty { margin:0; padding:5px 9px; }

.block li.odd { background-color:#f4f3f3; }
.block li.even { background-color:#fafafa; }

/* Mini Blocks */
.block-cart,
.block-wishlist,
.block-subscribe,
.block-compare,
.block-reorder,
.block-poll,
.block-gr-search,
.block-viewed,
.block-compared,
.block-related,
.block-tags,
.block-login { font-size:11px; line-height:1.25; }
.block-cart .block-title strong,
.block-wishlist .block-title strong,
.block-subscribe .block-title strong,
.block-compare .block-title strong,
.block-reorder .block-title strong,
.block-poll .block-title strong,
.block-viewed .block-title strong,
.block-compared .block-title strong,
.block-related .block-title strong,
.block-tags .block-title strong,
.block-login .block-title strong {  background-position:0 0; background-repeat:no-repeat; padding-left:21px; }

/* Mini Products List */
.mini-products-list .product-image { float:left; width:50px; border:1px solid #a9a9a9; }
.mini-products-list .product-details { margin-left:60px; }
.block-cart .mini-products-list .product-details .product-name,
.block-cart .mini-products-list .product-details .nobr small { word-wrap:break-word; }
.block-cart .mini-products-list .product-details .nobr { white-space:normal !important; }

/* Block: Account */
.block-account { border-color:#bbb; }
.block-account .block-title { border:0; padding:3px 10px; }
.block-account .block-title strong { font-size:13px; color:#fff; }
.block-account .block-content { background:#fbfaf6; padding:7px 10px 7px; }
.block-account .block-content li a { display:block; border-bottom:1px solid #ddd; padding:3px 0; color:#5f5d5c; text-decoration:none !important; }
.block-account .block-content li a:hover { color:#115a6f; }
.block-account .block-content li.last a { border-bottom:0; }
.block-account .block-content li.current { border-bottom:1px solid #ddd; padding:3px 0; color:#ea7900; }
.block-account .block-content li.current.last { border-bottom:0; }

/* Block: Currency Switcher */
.block-currency { border:0; background:url(https://bnap3b-xkojzr9x6fgl.cloudmaestro.com/mX_SkS_yQ/skin/frontend/default/classichome/images/xbkg_block-currency.gif.pagespeed.ic.WjeoqPaHZ3.png) 0 0 no-repeat; padding:7px 12px 10px; height:51px; }
.block-currency .block-title { background:none; border:0; padding:0; margin:0 0 5px; }
.block-currency .block-title strong { font:bold 13px/21px "cantarellregular", Helvetica, sans-serif; background:url(https://gdi5lk-xkojzr9x6fgl.cloudmaestro.com/mX_SkS_yQ/skin/frontend/default/classichome/images/i_block-currency.gif.pagespeed.ce.ZDAkvK5ezl.gif) 0 50% no-repeat; padding:0 0 0 21px; text-transform:none; color:#fff; }
.block-currency .block-content { background:none; padding:0; }
.block-currency .block-content select { width:100%; padding:0; }

/* Block: Layered Navigation */
.block-layered-nav { border:0; }
.block-layered-nav .block-title { border:0; padding:0; height:24px; background:url(https://bnap3b-xkojzr9x6fgl.cloudmaestro.com/mX_SkS_yQ/skin/frontend/default/classichome/images/xbkg_block-layered-title.gif.pagespeed.ic.-Qb1EHrs9U.png) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
.block-layered-nav .block-subtitle { line-height:1.35; padding:20px 0px 14px; margin:0px 32px 50px; border-bottom: 1px solid #C7C8CA; color: #115a6f; text-transform:uppercase; text-align: center; font-size: 18px; }
.block-layered-nav .block-content { border-right:1px solid #C7C8CA; background: #fff;}
.block-layered-nav dt {padding-left:18px; cursor: pointer; color: #58585B; font-size: 11px; text-transform: uppercase; margin: 0 6px 24px; text-decoration: none; line-height: 14px; background: url('https://bnap3b-xkojzr9x6fgl.cloudmaestro.com/mX_SkS_yQ/skin/frontend/default/classichome/images/layout/xlayer_arrow.png.pagespeed.ic.woRgdmNQRG.png') no-repeat 5px center;}
.block-layered-nav dt.active {background: url('https://gdi5lk-xkojzr9x6fgl.cloudmaestro.com/mX_SkS_yQ/skin/frontend/default/classichome/images/layout/xlayer_arrow_open.png.pagespeed.ic.nTpNLhfz6D.png') no-repeat left center;}
.block-layered-nav dd:not(.catFilterDD) { padding:0 0px; margin: 0 0px 0 70px; margin: 0 0px 0 20%; display: none;}
.block-layered-nav dd.last { background:none; }
.block-layered-nav .currently li { background:#fff; text-transform: uppercase; padding:0px 0px 0px 0px; margin: 0 32px 0 54px;  margin: 0 0 0 20%; position:relative; z-index:1; line-height:1.5; white-space:normal;line-height:1;}
.block-layered-nav .currently .label { font-weight:bold; padding-left:15px; background:url(https://bnap3b-xkojzr9x6fgl.cloudmaestro.com/mX_SkS_yQ/skin/frontend/default/classichome/images/bkg_block-layered-label.gif.pagespeed.ce.FGh9-jkhz9.gif) 0 4px no-repeat; text-transform:uppercase; display:inline-block; vertical-align:top; }
.block-layered-nav .currently .value { display:inline-block; vertical-align:top; }
.block-layered-nav .currently .btn-previous,
.block-layered-nav .currently .btn-remove { position:absolute; right:4px; top:9px; margin:0; }
.block-layered-nav .currently .btn-previous { right:17px; }
.block-layered-nav .actions { font-size:11px; padding:4px 5px 4px 9px; background:#cad6e4; border:1px solid #dee5e8; border-width:1px 0; text-align:right; }
.block-layered-nav .actions a { float:none; }

.block-layered-nav.logedlayer {margin-top: 30px;}
.block-layered-nav.logedlayer .block-subtitle {padding-top: 12px;}

/* Block: Cart */
.block-cart .block-title { /*border-bottom:0;*/ }
.block-cart .block-title strong { background-image:url(https://sh7ppr-xkojzr9x6fgl.cloudmaestro.com/mX_SkS_yQ/skin/frontend/default/classichome/images/i_block-cart.gif.pagespeed.ce.zBniH5yJtw.gif); }
.block-cart .summary { background:#fff; padding:2px 8px 8px; margin:-1px 0 0; position:relative; z-index:1; }
.block-cart .amount { margin:0; }
.block-cart .amount a { font-weight:bold; }
.block-cart .subtotal { margin:5px 0 0; padding:2px 0; background:#fbebd9; text-align:center; }
.block-cart .subtotal .price { font-weight:bold; }
.block-cart .actions { border-bottom:1px solid #c2c2c2; }
.block-cart .actions .paypal-logo { float:left; width:100%; margin:3px 0 0; text-align:right; }
.block-cart .actions .paypal-logo .paypal-or { clear:both; display:block; padding:0 55px 8px 0; }

/* Block: Wishlist */
.block-wishlist .block-title strong { background-image:url(https://gdi5lk-xkojzr9x6fgl.cloudmaestro.com/mX_SkS_yQ/skin/frontend/default/classichome/images/xi_block-wishlist.gif.pagespeed.ic.nvM5bfjNJ5.png); }
.block-wishlist .actions { text-align:right; }
.block-wishlist .actions a { float:none; }

/* Block: Related */
.block-related .block-title strong { background-image:url(https://gdi5lk-xkojzr9x6fgl.cloudmaestro.com/mX_SkS_yQ/skin/frontend/default/classichome/images/xi_block-related.gif.pagespeed.ic.DYKk6eCWw5.png); background-position:0 1px; }
.block-related input.checkbox { float:left; }
.block-related .product { margin-left:20px; }

/* Block: Compare Products */
.block-compare .block-title strong { background-image:url(https://bnap3b-xkojzr9x6fgl.cloudmaestro.com/mX_SkS_yQ/skin/frontend/default/classichome/images/i_block-list.gif.pagespeed.ce._oQkEn7L5L.gif); background-position:0 1px; }
.block-compare button.button span { border-color:#406a83; background:#618499; }
.page-popup .link-print { background:url(https://gdi5lk-xkojzr9x6fgl.cloudmaestro.com/mX_SkS_yQ/skin/frontend/default/classichome/images/xi_print.gif.pagespeed.ic.t0pE4jr4dC.png) 0 2px no-repeat; padding:2px 0 2px 25px; font-weight:bold; color:#1e7ec8; }
.compare-table { border:0; }
.compare-table thead tr.first th,
.compare-table thead tr.first td { border:0; background:none; padding:0; font-size:0; line-height:0; }
.compare-table .btn-remove { float:right; background-image:url(https://bnap3b-xkojzr9x6fgl.cloudmaestro.com/mX_SkS_yQ/skin/frontend/default/classichome/images/btn_remove2.gif.pagespeed.ce.I0vdxMWHjF.gif); width:72px; height:15px; }
.compare-table tbody th { background:#d9e5ee url(https://sh7ppr-xkojzr9x6fgl.cloudmaestro.com/mX_SkS_yQ/skin/frontend/default/classichome/images/bkg_th-v.gif.pagespeed.ce.sNF1Vd_GBg.gif) 100% 0 repeat-y; }
.compare-table tbody th,
.compare-table tbody td { padding:10px; border:0; border-top:1px solid #ccc; border-left:1px solid #ccc; }
.compare-table tbody td.last { border-right:1px solid #ccc; }
.compare-table tbody tr.last th,
.compare-table tbody tr.last td { border-bottom:1px solid #ccc !important; }
.compare-table tr.add-to-row td { background:#fffada; text-align:center; }
.compare-table tr.first td { text-align:center; }
.compare-table tr.first td .product-name { font-size:13px; font-weight:bold; margin:0 0 5px; color:#203548; }
.compare-table tr.first td .product-name a { color:#203548; }
.compare-table tr.first td .ratings { width:69px; margin:0 auto; }
.compare-table tr.first td p,
.compare-table tr.add-to-row td p { margin:0; }

/* Block: Recently Viewed */
.block-viewed .block-title strong { background-image:url(https://gdi5lk-xkojzr9x6fgl.cloudmaestro.com/mX_SkS_yQ/skin/frontend/default/classichome/images/i_block-viewed.gif.pagespeed.ce.Z9ElXCw-nt.gif); }

/* Block: Recently Compared */
.block-compared .block-title strong { background-image:url(https://bnap3b-xkojzr9x6fgl.cloudmaestro.com/mX_SkS_yQ/skin/frontend/default/classichome/images/i_block-list.gif.pagespeed.ce._oQkEn7L5L.gif); background-position:0 1px; }

/* Block: Poll */
.block-poll .block-title strong { background-image:url(https://bnap3b-xkojzr9x6fgl.cloudmaestro.com/mX_SkS_yQ/skin/frontend/default/classichome/images/xi_block-poll.gif.pagespeed.ic.R0BZUGkHsQ.png); }
.block-poll .block-subtitle { font-size:12px; }
.block-poll label { color:#777; font-weight:bold; }
.block-poll input.radio { float:left; margin:1px -18px 0 0; }
.block-poll .label { display:block; margin-left:18px; }
.block-poll li { padding:3px 9px; }
.block-poll .actions { margin:5px 0 0; }
.block-poll button.button span { border-color:#406a83; background:#618499; }
.block-poll .answer { font-weight:bold; }
.block-poll .votes { float:right; margin-left:10px; }

/* Block: Orders and Returns */
.block-gr-search li { padding:3px 9px; }
.block-gr-search button.button span { border-color:#406a83; background:#618499; }

/* Block: Tags */
.block-tags .block-title strong { background-image:url(https://gdi5lk-xkojzr9x6fgl.cloudmaestro.com/mX_SkS_yQ/skin/frontend/default/classichome/images/i_block-tags.gif.pagespeed.ce.Z9ElXCw-nt.gif); }
.block-tags .block-content .tags-list { background:none; border:0; font-size:12px; }
.block-tags .block-content a { color:#1b2d3b; }
.block-tags .actions { text-align:right; }
.block-tags .actions a { float:none; }

/* Block: Subscribe */
.block-subscribe .block-content { padding:5px 10px; }
.block-subscribe .block-title strong { background-image:url(https://bnap3b-xkojzr9x6fgl.cloudmaestro.com/mX_SkS_yQ/skin/frontend/default/classichome/images/i_block-subscribe.gif.pagespeed.ce.nl_uBqVDdC.gif); }
.block-subscribe label { font-family: 'cantarellbold', sans-serif; color:#666; }
.block-subscribe input.input-text { display:block; width:167px; margin:3px 0; }
.block-subscribe .actions { background:none; padding:0; margin:3px 0 0; text-align:left; }
.block-subscribe .actions button.button { float:none; }
.block-subscribe .actions button.button span { border-color:#406a83; background:#618499; }

/* Block: Reorder */
.block-reorder .block-title strong { background-image:url(https://bnap3b-xkojzr9x6fgl.cloudmaestro.com/mX_SkS_yQ/skin/frontend/default/classichome/images/i_block-list.gif.pagespeed.ce._oQkEn7L5L.gif); }
.block-reorder input.checkbox { float:left; margin:2px -20px 0 0; }
.block-reorder .product-name { margin-left:20px; }
.block-reorder .validation-advice { margin:3px 9px 7px; }

/* Block: Banner */
.block-banner { border:0; }
.block-banner .block-content { padding:0; text-align:center; }

/* Block: Login */
.block-login .block-title strong { background-image:url(https://bnap3b-xkojzr9x6fgl.cloudmaestro.com/mX_SkS_yQ/skin/frontend/default/classichome/images/i_ma-info.gif.pagespeed.ce.kSWVV0R-6A.gif); }
.block-login .block-content { padding:15px 10px; }
.block-login label { font-weight:bold; color:#666; }
.block-login input.input-text { display:block; width:167px; margin:3px 0; }
.block-login .actions { background:none; padding:0; margin:3px 0 0; }
.block-login .actions button.button span { border-color:#406a83; background:#618499; }

/* Paypal */
.sidebar .paypal-logo { display:block; margin:10px 0; text-align:center; }
.sidebar .paypal-logo a { float:none; }
/* ======================================================================================= */


/* Category Page ========================================================================= */
.category-title { border:0; margin:0 0 7px; }
.category-image { width:100%; overflow:hidden; margin:0 0 10px; text-align:center; }
.category-image img {}
.category-description { margin:0 0 10px; }
.category-products {}

/* View Type: Grid */
.products-grid {position:relative; padding-left: 20px;}
.products-grid.last { border-bottom:0; }
.products-grid li.item { float:left; position: relative; width:202px; padding:0; margin-right: 145px;}
.products-grid li.item.last {margin: 0;}
.products-grid .product-image { display:block; width:202px; height:202px; line-height: 202px; vertical-align: bottom; text-align: center; margin:0 0 0px; }
.products-grid .product-image img.list-image { max-width: 202px; max-height: 202px; width: auto; height: auto; vertical-align: bottom; }
.products-grid .product-image img.quickview-image { width: auto; height: auto; }
.products-grid .product-name { /*min-height:2.7em;*/ margin:0 0 5px; font-weight:bold; font-size:13px; color:#203548; }
.products-grid .product-name a { color:#203548; }
.products-grid .price-box { margin:5px 0; }
.products-grid .availability { line-height:21px; }
.products-grid .actions { position:absolute; bottom:12px; }
#download-products .products-grid .product-name { font-size: 14px; }
.col2-left-layout .products-grid,
.col2-right-layout .products-grid {margin:0 auto 44px; }
.col1-layout .products-grid { width:790px; margin:0 auto; }

/* View Type: List */
.products-list li.item { border-bottom:1px solid #d9ddd3; padding:12px 10px; }
.products-list li.item.last { border-bottom:0; }
.products-list .product-image { float:left; width:135px; height:135px; margin:0 0 10px; }
.products-list .product-shop { margin-left:150px; }
.products-list .product-name { margin:0 0 5px; font-weight:bold; font-size:13px; color:#203548; }
.products-list .product-name a { color:#203548; }
.products-list .price-box { float:left; margin:3px 13px 5px 0; }
.products-list .availability { float:left; margin:3px 0 0; }
.products-list .desc { clear:both; padding:6px 0 0; margin:0 0 15px; line-height:1.35; }
.products-list .desc .link-learn { font-size:11px; }
.products-list .add-to-links { clear:both; }
.products-list .add-to-links li { display:inline; }
.products-list .add-to-links .separator { display:inline; margin:0 2px; }
/* ======================================================================================= */


/* Product View ========================================================================== */
/* Rating */
.no-rating { margin:0; }

.ratings { font-size:11px; line-height:1.25; margin:7px 0; }
.ratings strong { float:left; margin:1px 3px 0 0; }
.ratings .rating-links { margin:0; }
.ratings .rating-links .separator { margin:0 2px; }
.ratings dt {}
.ratings dd {}
.rating-box { width:69px; height:13px; font-size:0; line-height:0; background:url(https://sh7ppr-xkojzr9x6fgl.cloudmaestro.com/mX_SkS_yQ/skin/frontend/default/classichome/images/xbkg_rating.gif.pagespeed.ic.N2aPtC4SKW.png) 0 0 repeat-x; text-indent:-999em; overflow:hidden; }
.rating-box .rating { float:left; height:13px; background:url(https://sh7ppr-xkojzr9x6fgl.cloudmaestro.com/mX_SkS_yQ/skin/frontend/default/classichome/images/xbkg_rating.gif.pagespeed.ic.N2aPtC4SKW.png) 0 100% repeat-x; }
.ratings .rating-box { float:left; margin-right:3px; }
.ratings .amount {}

.ratings-table th,
.ratings-table td { font-size:11px; line-height:1.15; padding:3px 0; }
.ratings-table th { font-weight:bold; padding-right:8px; }

/* Availability */
.availability { margin:0; }
.availability span { font-weight:bold; }
.availability.in-stock span {}
.availability.out-of-stock span { color:#d83820; }

.availability-only { margin:10px 0 7px; line-height:16px; background:url(https://sh7ppr-xkojzr9x6fgl.cloudmaestro.com/mX_SkS_yQ/skin/frontend/default/classichome/images/xi_availability_only.gif.pagespeed.ic.jQ295dG16z.png) 0 50% no-repeat; padding-left:15px; }
.availability-only span,
.availability-only a { border-bottom:1px dashed #751d02; color:#000; }
.availability-only a { background:url(https://bnap3b-xkojzr9x6fgl.cloudmaestro.com/mX_SkS_yQ/skin/frontend/default/classichome/images/i_availability_only_arrow.gif.pagespeed.ce.DPMrcv78lL.gif) 100% 0 no-repeat; cursor:pointer; padding-right:15px; text-decoration:none; }
.availability-only .expanded { background-position:100% -15px; }
.availability-only strong { color:#be2c00; }

.availability-only-details { margin:0 0 7px; }
.availability-only-details th { background:#d2d6d9; font-size:10px; padding:0 8px; }
.availability-only-details td { background:#ebf0f3; border-bottom:1px solid #fff; font-size:11px; padding:2px 8px 1px; }
.availability-only-details tr.odd td.last { color:#d95e00; font-weight:bold; }

.product-view .product-shop .availability { font-size:11px; }
.product-view .product-shop .availability span { font-weight:normal; }

/* Email to a Friend */
.email-friend { margin:0; }

/* Alerts */
.alert-price { margin:0; font-size:11px; }
.alert-stock { margin:0; font-size:11px; }

/********** < Product Prices */
.price { white-space:nowrap !important; }

.price-box { margin:5px 0; }
.price-box .price { font-weight:bold; color:#c76200; display:inline-block; }

/* Regular price */
.regular-price { /* color:#c76200; */}
.products-grid .regular-price { margin:0; }
.regular-price .price { font-weight:bold; font-size:13px; color:#c76200; }
.block .regular-price,
.block .regular-price .price { color:#2f2f2f; }

/* Old price */
.old-price { margin:0; }
.old-price .price-label { white-space:nowrap; color:#231f20;}
.old-price .price { font-weight:bold; color:#231f20; text-decoration:line-through; }

/* Special price */
.special-price { margin:0; padding:3px 0; }
.special-price .price-label { font-size:13px; font-weight:bold; white-space:nowrap; color:#231f20; }
.special-price .price { font-size:13px; font-weight:bold; color:#115A6F; }
#wishlist-table .special-price,
#amlist-table .special-price{
    margin: 0;
    padding: 0;
}
#wishlist-table .special-price .price,
#amlist-table .special-price .price{
	font-size:12px; 
	font-weight:normal;
}
#wishlist-table .old-price .price,
#amlist-table .old-price .price{
    font-weight:normal;
    font-weight:normal
}
/* Minimal price (as low as) */
.minimal-price { margin:0; }
.minimal-price .price-label { font-weight:bold; white-space:nowrap; }

.minimal-price-link { display:block; }
.minimal-price-link .label {color:#1e7ec8;}
.minimal-price-link .price { font-weight:normal; color:#1e7ec8; }

/* Excluding tax */
.price-excluding-tax { display:block; color:#999; }
.price-excluding-tax .label { white-space:nowrap; color:#999; }
.price-excluding-tax .price { font-size:13px; font-weight:normal; color:#c76200; }

/* Including tax */
.price-including-tax { display:block; color:#999; }
.price-including-tax .label { white-space:nowrap; color:#999; }
.price-including-tax .price { font-size:13px; font-weight:bold; color:#c76200; }

/* Configured price */
.configured-price { margin:0; }
.configured-price .price-label { font-weight:bold; white-space:nowrap; }
.configured-price .price { font-weight:bold; }

/* FPT */
.weee { display:block; font-size:11px; color:#444; }
.weee .price { font-size:11px; font-weight:normal; }

/* Excl tax (for order tables) */
.price-excl-tax  { display:block; }
.price-excl-tax .label { display:block; white-space:nowrap; }
.price-excl-tax .price { display:block; }

/* Incl tax (for order tables) */
.price-incl-tax { display:block; }
.price-incl-tax .label { display:block; white-space:nowrap; }
.price-incl-tax .price { display:block; font-weight:bold; }

/* Price range */
.price-from { margin:0; }
.price-from .price-label { font-weight:bold; white-space:nowrap; }

.price-to { margin:0; }
.price-to .price-label { font-weight:bold; white-space:nowrap; }

/* Price notice next to the options */
.price-notice { padding-left:10px; color:#999; }
.price-notice .price { font-weight:bold; color:#2f2f2f; }

/* Price as configured */
.price-as-configured { margin:0; }
.price-as-configured .price-label { font-weight:bold; white-space:nowrap; }

.price-box-bundle { padding:0 0 10px 0; }
.price-box-bundle .price-box { margin:0 !important; padding:0 !important; }
.price-box-bundle .price { color:#555; }
/********** Product Prices > */

/* Tier Prices */
.product-pricing,
.tier-prices { margin:10px 0; padding:10px; background-color:#f4f7f7; border:1px solid #dadddd; color:#424242; }
.tier-prices li { line-height:1.4; background:url(https://bnap3b-xkojzr9x6fgl.cloudmaestro.com/mX_SkS_yQ/skin/frontend/default/classichome/images/i_tier.gif.pagespeed.ce.xRieJa_rfB.gif) no-repeat 0 3px; padding:2px 0 2px 10px; }
.tier-prices .benefit { font-style:italic; font-weight:bold; color:#2f2f2f; }
.tier-prices .price { font-weight:bold; color:#2f2f2f; }

.tier-prices-grouped li { padding:2px 0; color:#e26703; }
.tier-prices-grouped li .price { font-weight:bold; }

/* Add to Links */
.add-to-links { font-size:11px; margin:5px 0 0; }
.add-to-links .separator { display:none; }

/* Add to Cart */
.add-to-cart label { float:left; margin-right:10px; font-size: 12px; line-height: 25px; color:#58595B; text-transform: uppercase;}

/* Commented on 2015-04-25
.add-to-cart .qty { float:left; margin-right:10px; width: 19px!important; height: 19px; font-size: 12px; text-align: center;}
*/

.add-to-cart button.button { float:left; }
.add-to-cart .paypal-logo { clear:left; margin:0; text-align:right; }
.add-to-cart .paypal-logo .paypal-or { clear:both; display:block; margin:5px 60px 5px 0; }
.product-view .add-to-cart .paypal-logo { margin:0; }

/* Add to Links + Add to Cart */
.add-to-box { margin:9px 0 0; position: relative; z-index: 2; float: right;}
.product-shop .add-to-box { margin-bottom:18px; }
.add-to-box .add-to-cart { float:right; }
.add-to-box .quick-ship-wrapper { float:left; }
.add-to-box .quick-ship-wrapper p { margin: 0; }
.product-view.simple .product-shop .add-to-box { display: block; width: 100%; }
.product-view.simple .product-shop .price-box { margin-bottom: -55px; }
.product-view.simple .add-to-box .quick-ship-wrapper { position: absolute; bottom: 0; left: 0; }
.add-to-box .or { float:left; font-weight:bold; margin:0 7px; color:#666; }
.add-to-box .add-to-links { float:right; clear: both; margin:0; font-size:12px !important; line-height:1.25 !important; text-align:left !important; }
.add-to-box .add-to-links li { display:block !important; }
.add-to-box .add-to-links li .separator { display:none !important; }

.add-to-box button.button.btn-cart {max-width: 164px;}
.add-to-box button.button.btn-cart span {height: 25px; padding:0 44px 0 11px; line-height: 25px; font-size: 12px; font-weight: normal; background: #115a6f url('https://bnap3b-xkojzr9x6fgl.cloudmaestro.com/mX_SkS_yQ/skin/frontend/default/classichome/images/layout/icon_cart.png.pagespeed.ce.GL_lHkdlGW.png') no-repeat center right; border: none;}
.add-to-box button.button.btn-cart span span {background: none; padding: 0;}

.link-wishlist {height: 25px; float: right; min-width: 109px; text-align: center; max-width: 109px; margin-top: 18px; color: #fff!important; text-decoration: none; padding:0 44px 0 11px; line-height: 25px; font-size: 12px; font-weight: normal; background: #115a6f url('https://bnap3b-xkojzr9x6fgl.cloudmaestro.com/mX_SkS_yQ/skin/frontend/default/classichome/images/layout/icon_wishlist.png.pagespeed.ce.gL6VDBzbTO.png') no-repeat center right; border: none;}

.addtoproject, .conf-option-select {float: right; clear: both; margin: 18px 0 0; background: url('https://sh7ppr-xkojzr9x6fgl.cloudmaestro.com/mX_SkS_yQ/skin/frontend/default/classichome/images/layout/xselect_detail.png.pagespeed.ic.ZlVS8J5JDY.png') no-repeat top left; width: 164px; position: relative; height: 23px;}
.addtoproject select, .conf-option-select select {width: 164px;}
.addtoproject span.select, .conf-option-select span.select {position: absolute; top:0; left:0; font-size: 12px; text-align: center; width: 138px; height: 23px; line-height: 23px;}
.conf-option-select {float: left;}
.product-view.configurable .product-options{padding-bottom: 0px; padding-left: 0px;}
.product-view.configurable .product-options dd{padding-top: 0px; padding-left: 0px;}
.product-view.configurable .product-options-bottom{padding-left: 0px; padding-right: 0px;}

.product-view { border: none; }

.product-essential { padding:0px; background:#fff;; }
.product-essential h2 { font:bold 13px/1.35 "cantarellregular", Helvetica, sans-serif; }

.product-collateral { background:#ffffff;}
.product-collateral h2 { font-weight:bold; font-size:15px; color:#e26703; border-bottom:1px solid #e5dcc3; padding:0 0 1px; margin:0 0 15px; }
.product-collateral .box-collateral { margin:0 0 25px; }

/* Product Images */
.product-view .product-img-box { float:left; width:550px; position: relative; vertical-align:top; }
.col3-layout .product-view .product-img-box { float:none; margin:0 auto; }
.product-view .product-img-box .product-image { margin:0 0 13px; }
.product-view .product-img-box .product-image-zoom { position:relative; width:265px; height:265px; overflow:hidden; z-index:9; }
.product-view .product-img-box .product-image-zoom img { position:absolute; left:0; top:0; cursor:move; }
.product-view .product-img-box .zoom-notice { font-size:11px; margin:0 0 5px; 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(https://gdi5lk-xkojzr9x6fgl.cloudmaestro.com/mX_SkS_yQ/skin/frontend/default/classichome/images/slider_bg.gif.pagespeed.ce.h7wbRth95P.gif) 50% 50% no-repeat; cursor:pointer; }
.product-view .product-img-box .zoom.disabled { -moz-opacity:.3; -webkit-opacity:.3; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";/*IE8*/ opacity:.3; }
.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(https://sh7ppr-xkojzr9x6fgl.cloudmaestro.com/mX_SkS_yQ/skin/frontend/default/classichome/images/magnifier_handle.gif.pagespeed.ce.I4-915WfUX.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 h2 { font-size:11px; border-bottom:1px solid #ccc; margin:0 0 8px; text-transform:uppercase; }
.product-view .product-img-box .more-views ul { margin-left:-9px }
.product-view .product-img-box .more-views li { float:left; margin:0 0 8px 9px; }
.product-view .product-img-box .more-views li a { float:left; width:56px; height:56px; border:2px solid #ddd; overflow:hidden; }

.socials-product {position: absolute; right: 35px; top:559px; z-index: 3;}
.socials-product .stButton {margin-right:0px!important; width:23px!important;}
.stButton .facebook {background: url('https://sh7ppr-xkojzr9x6fgl.cloudmaestro.com/mX_SkS_yQ/skin/frontend/default/classichome/images/layout/xbg_ico_facebook.png.pagespeed.ic.sraBSro3U6.png') no-repeat top left!important; width:10px!important; height:18px!important; padding:0!important;}
.stButton .pinterest {background: url('https://bnap3b-xkojzr9x6fgl.cloudmaestro.com/mX_SkS_yQ/skin/frontend/default/classichome/images/layout/xbg_ico_pinterest.png.pagespeed.ic.fYEyzHPVyU.png') no-repeat top left!important; width:16px!important; height:18px!important; padding:0!important;}
.stButton .twitter {background: url('https://bnap3b-xkojzr9x6fgl.cloudmaestro.com/mX_SkS_yQ/skin/frontend/default/classichome/images/layout/xbg_ico_twitter.png.pagespeed.ic.rSvVA2cSxb.png') no-repeat top left!important; width:23px!important; height:18px!important; padding:0!important;}


.product-image-popup { margin:0 auto; }
.product-image-popup .buttons-set { float:right; clear:none; border:0; margin:0; padding:0; }
.product-image-popup .nav { font-weight:bold; margin:0 100px; text-align:center; }
.product-image-popup .image { display:block; margin:10px 0;  }
.product-image-popup .image-label { font-size:13px; font-weight:bold; margin:0 0 10px; color:#2f2f2f; }

/* Product Shop */
.product-view .product-shop { float:right; width:330px; white-space:normal; }
.col1-layout .product-view .product-shop { float:right; width:385px; }
.col3-layout .product-view .product-shop { float:none; width:auto; }
.product-view .product-shop .product-name { margin: 0; float:left; width:100%; clear:both; }
.product-view .product-shop .product-name h1 { margin:0 0 5px; color: #115a6f; font:normal 18px/1.2 'cantarellregular', Helvetica, sans-serif; }
.product-view .product-shop .product-name .sku { font-size: 14px; margin-bottom: 0; }
.product-view .product-shop .product-name .syspro-status-new { margin-bottom: 0; }
.product-view .product-shop .availability { margin:10px 0; }
.product-view .product-shop .short-description { margin:10px 0; background:url(https://sh7ppr-xkojzr9x6fgl.cloudmaestro.com/mX_SkS_yQ/skin/frontend/default/classichome/images/bkg_divider1.gif.pagespeed.ce.Jg666R_7G3.gif) 0 0 repeat-x; padding:10px 0 0; }
.product-view .product-shop .price-box { margin:10px 0 0; float: left;}
.product-view .product-shop .add-to-links { margin:0; }
.product-view .product-shop .add-to-links { font-size:12px; text-align:right; }
.product-view .product-shop .add-to-links li,
.product-view .product-shop .add-to-links li .separator { display:inline; }

/* Product Options */
.product-options { margin:20px 0 0; padding:10px 15px 20px; position:relative; background-color:#f6f6f6; border:1px solid #e4e4e4; }
.product-options dt { padding:10px 0 0; font-weight:normal; }
.product-options dt label { font-weight:bold; color:#2f2f2f; }
.product-options dt label.required em { color:#eb340a; margin-left:5px; }
.product-options dd .qty-holder { display:block; padding:10px 0 0; }
.product-options dd .qty-holder label { vertical-align:middle; }
.product-options dt .qty-disabled { background:none; border:0; padding:3px; color:#2f2f2f; }
.product-options dd { padding:5px 10px 15px; margin:0 0 5px; border-bottom:1px solid #e4e4e4; }
.product-options dl.last dd.last { border-bottom:0; padding-bottom:5px; margin-bottom:0; }
.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 textarea { width:98%; height:8em; }
.product-options dd select { width:99%; }
.product-options dd .multiselect option { border-bottom:1px dotted #d9e5ee; padding:2px 4px; }
.product-options ul.options-list { margin-right:5px; }
.product-options ul.options-list li { line-height:1.5; padding:2px 0; }
.product-options ul.options-list input.radio { float:left; margin-top:3px; }
.product-options ul.options-list input.checkbox { float:left; margin-top:3px; }
.product-options ul.options-list .label { display:block; margin-left:18px; }
.product-options ul.options-list label { font-weight:normal; }
.product-options ul.validation-failed { padding:0 7px; }
.product-options p.note { margin:0; font-size:11px; }
.product-options p.required { position:absolute; right:20px; top:20px; }

.product-options-bottom { background-color:#fffada; padding: 20px; border:1px solid #e4e4e4; border-top:0; }
.product-options-bottom .product-pricing,
.product-options-bottom .tier-prices { margin:0; padding:0 0 10px; border:0; background:0; color:#e26703; }
.product-options-bottom .tier-prices li { background:0; padding:2px 0; }
.product-options-bottom .tier-prices .price,
.product-options-bottom .tier-prices .benefit { color:#e26703; }
.product-options-bottom .price-box { float:left; margin:0; padding:0; }
.product-options-bottom .add-to-links { clear:both; padding:5px 0 0; text-align:right; }
.col3-layout .product-options-bottom .price-box { float:none; padding:0 0 5px; }
.product-options-bottom .price-label { float:left; padding-right:5px; }
.product-options-bottom .price-tax { float:left; }
.product-options-bottom .add-to-cart { float:right; }
.product-shop .product-options-bottom { margin:0 0 10px; }
.product-shop .product-options-bottom .price-box { float:none; margin:0 0 5px; }
.product-shop .product-options-bottom .price-label { float:none; padding-right:0; }
.product-shop .product-options-bottom .price-tax { float:none; }
.product-shop .product-options-bottom .add-to-cart-box { clear:both; float:left; padding-top:12px; }
.product-shop .product-options-bottom .add-to-links { clear:both; padding:5px 0 0; text-align:right; }

/* Grouped Product */
.product-view .grouped-items-table .price-box { margin:0; padding:0; }

/* Block: Description */
.product-view .box-description {}

/* Block: Additional */
.product-view .box-additional .data-table th,
.product-view .box-additional .data-table td { line-height:1.25; }

/* Block: Upsell */
.product-view .box-up-sell h2 { border-bottom:0; padding:0; margin:0 0 8px; }
.product-view .box-up-sell .products-grid { width:100%; border:1px solid #e5dcc3; }
.product-view .box-up-sell .products-grid td { width:25%; background:#f6f2e7; border-right:1px solid #e5dcc3; border-bottom:1px solid #e5dcc3; padding:15px 10px 12px; line-height:1.6em; }
.product-view .box-up-sell .products-grid tr.last td { border-bottom:0; }
.product-view .box-up-sell .products-grid td.last { border-right:0; }
.product-view .box-up-sell .products-grid td img { border:1px solid #e5dcc3; }
.product-view .box-up-sell .products-grid .product-image { text-align:center; }
.product-view .box-up-sell .products-grid td.empty { border-right:0; background:#f1ecdb; }
.product-view .box-up-sell .products-grid .ratings .rating-box { float:none; display:block; margin:0 0 3px; }

/* Block: Tags */
.product-view .box-tags { margin:0; }
.product-view .box-tags h3 { font-size:13px; }
.product-view .box-tags .product-tags { display:block; margin:0 0 15px; }
.product-view .box-tags .product-tags li { display:inline; background:url(https://gdi5lk-xkojzr9x6fgl.cloudmaestro.com/mX_SkS_yQ/skin/frontend/default/classichome/images/bkg_pipe3.gif.pagespeed.ce.Eb-sHlkPDH.gif) 100% 4px no-repeat; padding:0 7px 0 4px; }
.product-view .box-tags .product-tags li.first { padding-left:0; }
.product-view .box-tags .product-tags li.last { background:none; padding-right:0; }
.product-view .box-tags .form-add label { display:block; font-size:13px; font-weight:bold; margin:0 0 5px; color:#0a263c;}
.product-view .box-tags .form-add .input-box { float:left; width:305px; margin:0 5px 0 0; background:url(https://gdi5lk-xkojzr9x6fgl.cloudmaestro.com/mX_SkS_yQ/skin/frontend/default/classichome/images/i_tag_add.gif.pagespeed.ce.pza6qZKqVb.gif) 0 2px no-repeat; padding:0 0 0 23px; }
.product-view .box-tags .form-add input.input-text { width:299px; }
.product-view .box-tags .form-add button.button span { border-color:#406a83; background:#618499; }
.product-view .box-tags .note { margin:3px 0 0; padding:0 0 0 23px; font-size:11px; }

/* Block: Reviews */
.product-view .box-reviews dl { margin:15px 0; }
.product-view .box-reviews dt a,
.product-view .box-reviews dt span { font-weight:bold; }
.product-view .box-reviews dd { margin:0 0 15px; }
.product-view .box-reviews dd small { font-style:italic; }
.product-view .box-reviews .form-add { margin:15px 0 0; }
.product-view .box-reviews .form-add h3 { font-size:13px; font-weight:normal; }
.product-view .box-reviews .form-add h3 span { font-weight:bold; }
.product-view .box-reviews .form-add h4 { font-size:12px; }
.product-view .box-reviews .form-add .data-table td { text-align:center; }
.product-view .box-reviews .form-add .form-list { margin:15px 0 0; }
.product-view .box-reviews .form-add .form-list .input-box { width:360px; }
.product-view .box-reviews .form-add .form-list input.input-text,
.product-view .box-reviews .form-add .form-list textarea { width:354px; }

/* Send a Friend */
.send-friend .form-list { width:615px; overflow:hidden; max-width:100%;}
.send-friend .form-list li { margin-right:-15px; }
.send-friend .form-list li p { margin:0 15px 0 0; }
.send-friend .form-list .field { width:315px; }
.send-friend .form-list .input-box { width:300px; }
.send-friend .form-list input.input-text,
.send-friend .form-list textarea { width:290px; }
.send-friend .form-list li.wide .input-box { width:612px; max-width:100%; }
.send-friend .form-list li.wide textarea { width:609px; max-width:94%;}
.send-friend .buttons-set .limit { float:right; margin:0 7px 0 0; font-size:11px; line-height:21px; }
/* ======================================================================================= */


/* Content Styles ================================================================= */
.product-name { margin:0; font-size:1em; font-weight:normal; }
.product-name a { color:#1e7ec8; }

/* Product Tags */
.tags-list { display:block; font-size:13px; border:1px solid #c1c4bc; background:#f8f7f5; padding:10px; }
.tags-list li { display:inline !important; margin:0 4px 0 0; }
.tags-list li a { color:#1b2d3b; }

/* Advanced Search */
.advanced-search .form-list label { width:160px; padding-right:10px; }
.advanced-search .form-list .input-box,
.advanced-search .form-list .input-range { float:left; clear:none; }
.advanced-search-amount { margin:0 0 10px; }
.advanced-search-summary { margin:10px 0; border:1px solid #e9d7c9; background:#fff6f1; padding:10px; }
.advanced-search-summary ul { float:left; width:49%; }
.advanced-search-summary strong { color:#E17C24; padding-left:15px; background:url(https://gdi5lk-xkojzr9x6fgl.cloudmaestro.com/mX_SkS_yQ/skin/frontend/default/classichome/images/i_search_criteria.gif.pagespeed.ce.z2e5zFwxGu.gif) 0 3px no-repeat; }
.advanced-search-summary p { clear:both; font-weight:bold; margin:0; }

/* CMS Home Page */
.cms-home .subtitle {}
.cms-index-index .subtitle {}

/* Sitemap */
.page-sitemap .links { text-align:right; margin:0 8px -22px 0; }
.page-sitemap .links a { text-decoration:none; position:relative; }
.page-sitemap .links a:hover { text-decoration:underline; }
.page-sitemap .sitemap { margin:12px; }
.page-sitemap .sitemap a { color:#1b2d3b; }
>
                    <label for="fax-1"><?php echo $this->__('Fax') ?></label>
                    <div class="clearer"></div>
                    <div class="fax-part-div">
                        <input type="text" id="fax-1" name="fax_part_one" value="<?php echo $this->escapeHtml($this->getFormData()->getFaxPartOne()) ?>" class="fax-part input-text validate-number validate-digits validate-length minimum-length-3 maximum-length-3" maxlength="3" />
                    </div>
                    <div class="sep left">&nbsp;</div>
                    <div class="fax-part-div">
                        <input type="text" id="fax-2" name="fax_part_two" value="<?php echo $this->escapeHtml($this->getFormData()->getFaxPartTwo()) ?>" class="fax-part input-text validate-number validate-digits validate-length minimum-length-3 maximum-length-3" maxlength="3" />
                    </div>
                    <div class="sep left">&nbsp;</div>
                    <div class="fax-part-div">
                       <input type="text" id="fax-3" name="fax_part_three" value="<?php echo $this->escapeHtml($this->getFormData()->getFaxPartThree()) ?>" class="fax-part input-text validate-number validate-digits validate-length minimum-length-4 maximum-length-4" maxlength="4" />
                    </div>
                    <input type="hidden" name="fax" id="fax" value="" class="" />
                </li>.page-sitemap .sitemap li { margin:3px 0; }
.page-sitemap .sitemap li.level-0 { margin:10px 0 0; font-weight:bold; }
.page-sitemap .sitemap li.level-0 a { color:#1e7ec8; }

/* RSS */
.rss-title h1 { background:url(https://gdi5lk-xkojzr9x6fgl.cloudmaestro.com/mX_SkS_yQ/skin/frontend/default/classichome/images/xi_rss-big.png.pagespeed.ic.Ku0WGCTw6w.png) 0 4px no-repeat; padding-left:27px; }
.rss-table .link-rss { display:block; line-height:1.55; background-position:0 4px; }
/* ======================================================================================= */


/* Shopping Cart ========================================================================= */
.cart .page-title { border-bottom:0; margin:0 0 12px; }
.cart .page-title h1 { margin:10px 0 0; }

/* Checkout Types */
.cart .page-title .checkout-types li { margin:0 0 5px; }
.cart .title-buttons .checkout-types { float:right; }
.cart .title-buttons .checkout-types li { float:left; margin:0 0 5px 5px; }
.cart .checkout-types .paypal-or { margin:0 8px; line-height:2.3; }
.cart .totals .checkout-types .paypal-or { clear:both; display:block; padding:8px 55px 0 0; line-height:1.0; font-size:11px; }

/* Shopping Cart Table */
.cart-table th { padding:2px 10px; }
.cart-table td { padding:10px; vertical-align: middle;}
.cart-table .product-name { font-weight:bold; margin:0 0 5px; color:#2f2f2f; }
.cart-table .item-msg { margin:5px 0; font-size:11px; font-weight:bold; color:#df280a; }
.cart-table tfoot td { padding:5px 10px; }
.cart-table .btn-continue { float:left; }
.cart-table .btn-empty span,
.cart-table .btn-continue span,
.cart-table .btn-update span { border-color:#406a83; background:#618499; }
.cart-table .btn-update,
.cart-table .btn-empty { float:right; }
.cart-table .btn-update { margin-left:10px; }
                <li>
                    <label for="fax-1"><?php echo $this->__('Fax') ?></label>
                    <div class="clearer"></div>
                    <div class="fax-part-div">
                        <input type="text" id="fax-1" name="fax_part_one" value="<?php echo $this->escapeHtml($this->getFormData()->getFaxPartOne()) ?>" class="fax-part input-text validate-number validate-digits validate-length minimum-length-3 maximum-length-3" maxlength="3" />
                    </div>
                    <div class="sep left">&nbsp;</div>
                    <div class="fax-part-div">
                        <input type="text" id="fax-2" name="fax_part_two" value="<?php echo $this->escapeHtml($this->getFormData()->getFaxPartTwo()) ?>" class="fax-part input-text validate-number validate-digits validate-length minimum-length-3 maximum-length-3" maxlength="3" />
                    </div>
                    <div class="sep left">&nbsp;</div>
                    <div class="fax-part-div">
                       <input type="text" id="fax-3" name="fax_part_three" value="<?php echo $this->escapeHtml($this->getFormData()->getFaxPartThree()) ?>" class="fax-part input-text validate-number validate-digits validate-length minimum-length-4 maximum-length-4" maxlength="4" />
                    </div>
                    <input type="hidden" name="fax" id="fax" value="" class="" />
                </li>
/* Shopping Cart Collateral boxes */
.cart .cart-collaterals { padding:4px 0 0; }
.cart .cart-collaterals .col2-set { float:left; width:526px; }
.cart .cart-collaterals .col2-set .col-2 { width:294px; }

.cart .crosssell { border:1px solid #cec3b6; background:#fafaec; padding:12px 15px; }
.cart .crosssell h2 { font-size:13px; font-weight:bold; }
.cart .crosssell .product-image { float:left; width:75px; height:75px; border:1px solid #d0cdc9; }
.cart .crosssell .product-details { margin-left:90px; }
.cart .crosssell .product-name { font-weight:bold; }
.cart .crosssell li.item { margin:12px 0; }
.cart .crosssell .link-compare { font-weight:normal; }

/* Discount Codes & Estimate Shipping and Tax Boxes */
.cart .discount,
.cart .shipping { border:1px solid #d0cbc1; background:#fff url(https://gdi5lk-xkojzr9x6fgl.cloudmaestro.com/mX_SkS_yQ/skin/frontend/default/classichome/images/bkg_block-title.gif.pagespeed.ce.-MHxMK1pRk.gif) 0 0 repeat-x; padding:12px 15px; margin:0 0 18px; }
.cart .discount h2,
.cart .shipping h2 { background-position:0 0; background-repeat:no-repeat; font:bold 13px/16px "cantarellregular", Helvetica, sans-serif; padding:0 0 0 21px; color:#e26703; text-transform:uppercase; }
.cart .discount button span,
.cart .shipping button span { border-color:#406a83; background:#618499; }
.cart .discount .buttons-set,
.cart .shipping .buttons-set { margin:10px 0 0; border:0; padding:0; text-align:left; }
.cart .discount .buttons-set button.button,
.cart .shipping .buttons-set button.button { float:none; margin-left:0; }

.cart .discount h2 { background-image:url(https://gdi5lk-xkojzr9x6fgl.cloudmaestro.com/mX_SkS_yQ/skin/frontend/default/classichome/images/xi_discount.gif.pagespeed.ic.kn0i0_ieYf.png); }
.cart .discount .input-box { margin:8px 0 0; width:260px; }
.cart .discount input.input-text { width:254px; }

.cart .shipping h2 { background-image:url(https://gdi5lk-xkojzr9x6fgl.cloudmaestro.com/mX_SkS_yQ/skin/frontend/default/classichome/images/i_shipping.gif.pagespeed.ce.kaDSzC6yOR.gif); }
.cart .shipping .sp-methods { margin:10px 0 0; padding:5px 0 0; background:url(https://sh7ppr-xkojzr9x6fgl.cloudmaestro.com/mX_SkS_yQ/skin/frontend/default/classichome/images/bkg_divider1.gif.pagespeed.ce.Jg666R_7G3.gif) 0 0 repeat-x; }

/* Shopping Cart Totals */
.cart .totals { float:right; width: 410px;}
.cart .totals .totals-holder {background: #B1B3B6; color: #fff; padding: 11.5px; min-height: 149px;}
    .cart .totals .totals-holder .discount {background: none; padding: 0; border: none;}
    .cart .totals .totals-holder .cupon-totals {float: left; width: 46%; border-right: 1px solid #fff; padding-right: 3%;}
      .cart .totals .totals-holder .discount h2 {background: none; color: #fff; padding:0 0 7px; font-weight: normal; font-family: 'cantarellregular', sans-serif; font-size: 18px; line-height: 20px; border-bottom: 1px solid #fff; margin-bottom: 9px;}
	  
      .cart .discount .input-box {width: 100%; box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box; text-transform: uppercase; font-size: 10px;line-height:15px;}
	  
	  .cart .totals .totals-holder .discount input {width: 100%; box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box; text-transform: uppercase; font-size: 10px;line-height:28px; height:28px;}
	  
      .cart .totals .totals-holder .discount .input-box {margin-top: 2px;}
	                  <li>
                    <label for="fax-1"><?php echo $this->__('Fax') ?></label>
                    <div class="clearer"></div>
                    <div class="fax-part-div">
                        <input type="text" id="fax-1" name="fax_part_one" value="<?php echo $this->escapeHtml($this->getFormData()->getFaxPartOne()) ?>" class="fax-part input-text validate-number validate-digits validate-length minimum-length-3 maximum-length-3" maxlength="3" />
                    </div>
                    <div class="sep left">&nbsp;</div>
                    <div class="fax-part-div">
                        <input type="text" id="fax-2" name="fax_part_two" value="<?php echo $this->escapeHtml($this->getFormData()->getFaxPartTwo()) ?>" class="fax-part input-text validate-number validate-digits validate-length minimum-length-3 maximum-length-3" maxlength="3" />
                    </div>
                    <div class="sep left">&nbsp;</div>
                    <div class="fax-part-div">
                       <input type="text" id="fax-3" name="fax_part_three" value="<?php echo $this->escapeHtml($this->getFormData()->getFaxPartThree()) ?>" class="fax-part input-text validate-number validate-digits validate-length minimum-length-4 maximum-length-4" maxlength="4" />
                    </div>
                    <input type="hidden" name="fax" id="fax" value="" class="" />
                </li>
      .discount-form label {text-transform: uppercase; font-size: 10px;}
      
.cart .totals table { width:100%; margin:7px 0; }
    .cart .totals td { padding:1px 15px 1px 7px; }
.cart .totals tfoot th { padding:5px 15px 5px 7px; }
.cart .totals tfoot td { padding-top:5px; padding-bottom:5px; }
.cart .totals tfoot th strong,
.cart .totals tfoot td strong { font-size:15px; }
.cart .totals .checko                <li>
                    <label for="fax-1"><?php echo $this->__('Fax') ?></label>
                    <div class="clearer"></div>
                    <div class="fax-part-div">
                        <input type="text" id="fax-1" name="fax_part_one" value="<?php echo $this->escapeHtml($this->getFormData()->getFaxPartOne()) ?>" class="fax-part input-text validate-number validate-digits validate-length minimum-length-3 maximum-length-3" maxlength="3" />
                    </div>
                    <div class="sep left">&nbsp;</div>
                    <div class="fax-part-div">
                        <input type="text" id="fax-2" name="fax_part_two" value="<?php echo $this->escapeHtml($this->getFormData()->getFaxPartTwo()) ?>" class="fax-part input-text validate-number validate-digits validate-length minimum-length-3 maximum-length-3" maxlength="3" />
                    </div>
                    <div class="sep left">&nbsp;</div>
                    <div class="fax-part-div">
                       <input type="text" id="fax-3" name="fax_part_three" value="<?php echo $this->escapeHtml($this->getFormData()->getFaxPartThree()) ?>" class="fax-part input-text validate-number validate-digits validate-length minimum-length-4 maximum-length-4" maxlength="4" />
                    </div>
                    <input type="hidden" name="fax" id="fax" value="" class="" />
                </li>                <li>
                    <label for="fax-1"><?php echo $this->__('Fax') ?></label>
                    <div class="clearer"></div>
                    <div class="fax-part-div">
                        <input type="text" id="fax-1" name="fax_part_one" value="<?php echo $this->escapeHtml($this->getFormData()->getFaxPartOne()) ?>" class="fax-part input-text validate-number validate-digits validate-length minimum-length-3 maximum-length-3" maxlength="3" />
                    </div>
                    <div class="sep left">&nbsp;</div>
                    <div class="fax-part-div">
                        <input type="text" id="fax-2" name="fax_part_two" value="<?php echo $this->escapeHtml($this->getFormData()->getFaxPartTwo()) ?>" class="fax-part input-text validate-number validate-digits validate-length minimum-length-3 maximum-length-3" maxlength="3" />
                    </div>
                    <div class="sep left">&nbsp;</div>
                    <div class="fax-part-div">
                       <input type="text" id="fax-3" name="fax_part_three" value="<?php echo $this->escapeHtml($this->getFormData()->getFaxPartThree()) ?>" class="fax-part input-text validate-number validate-digits validate-length minimum-length-4 maximum-length-4" maxlength="4" />
                    </div>
                    <input type="hidden" name="fax" id="fax" value="" class="" />
                </li>                <li>
                    <label for="fax-1"><?php echo $this->__('Fax') ?></label>
                    <div class="clearer"></div>
                    <div class="fax-part-div">
                        <input type="text" id="fax-1" name="fax_part_one" value="<?php echo $this->escapeHtml($this->getFormData()->getFaxPartOne()) ?>" class="fax-part input-text validate-number validate-digits validate-length minimum-length-3 maximum-length-3" maxlength="3" />
                    </div>
                    <div class="sep left">&nbsp;</div>
                    <div class="fax-part-div">
                        <input type="text" id="fax-2" name="fax_part_two" value="<?php echo $this->escapeHtml($this->getFormData()->getFaxPartTwo()) ?>" class="fax-part input-text validate-number validate-digits validate-length minimum-length-3 maximum-length-3" maxlength="3" />
                    </div>
                    <div class="sep left">&nbsp;</div>
                    <div class="fax-part-div">
                       <input type="text" id="fax-3" name="fax_part_three" value="<?php echo $this->escapeHtml($this->getFormData()->getFaxPartThree()) ?>" class="fax-part input-text validate-number validate-digits validate-length minimum-length-4 maximum-length-4" maxlength="4" />
                    </div>
                    <input type="hidden" name="fax" id="fax" value="" class="" />
                </li>ut-types { font-size:13px; padding: 5px 0px 15px; text-align:right; }
.cart .totals .checkout-types li { clear:both; margin:5px 0; }

.cart .totals .table-totals {width: 48%; float: right;}
.cart .totals td {padding: 1px 10px 11px 0px;}
.cart .discount button span, .cart .shipping button span {background: #115a6f; border: 1px solid #fff; font-weight: normal; font-family: 'Arimo', sans-serif; text-transform: uppercase; font-size: 9px;}
.cart .discount button span span, .cart .shipping button span span {border: none;}
.cart .discount button span { height: 25px; line-height: 26px; }

#shopping-cart-totals-table td {text-align: left!important;}
#shopping-cart-totals-table {margin: 0;}
#shopping-cart-totals-table tbody tr:first-child td {border-bottom: 1px solid #fff; font-size: 14px; text-transform: uppercase; padding-bottom: 5px;}

#shopping-cart-totals-table tfoot tr:first-child td {border-top: 1px solid #fff; text-align: left; font-size: 14px; text-transform: uppercase; font-weight: normal;}
#shopping-cart-totals-table tfoot tr:first-child td strong {font-weight: normal;}

/* Options Tool Tip */
.item-options dt { font-weight:bold; font-style:italic; }
.item-options dd { padding-left:10px; margin:0 0 6px; }
.truncated { cursor:help; }
.truncated a.dots { cursor:help; }
.truncated a.details { cursor:help; }
.truncated .truncated_full_value { position:relative; z-index:999; }
.truncated .truncated_full_value .item-options { position:absolute; top:-99999em; left:-99999em; z-index:999; width:250px; padding:8px; border:1px solid #ddd; background-color:#f6f6f6; }
.truncated .truncated_full_value .item-options > p { font-weight:bold; text-transform:uppercase; }
.truncated .show .item-options { top:-20px; left:50%; }
.col-left .truncated .show .item-options { left:15px; top:7px; }
.col-right .truncated .show .item-options { left:-240px; top:7px; }
/* ======================================================================================= */


/* Checkout ============================================================================== */
/********** < Common Checkout Styles */
/* Shipping and Payment methods */
.sp-methods { margin:0 0 8px; }
.sp-methods dt { margin:13px 0 5px; font-weight:bold; }
.sp-methods dd {}
.sp-methods dd li { margin:5px 0; }
.sp-methods label { font-weight:bold; color:#666; }
.sp-methods .price { font-weight:bold; }
.sp-methods .form-list { padding-left:20px; }
.sp-methods #payment_form_term.form-list { padding-left:0px; }
.sp-methods .form-list li { margin:0 0 8px; }
.sp-methods select.mo                <li>
                    <label for="fax-1"><?php echo $this->__('Fax') ?></label>
                    <div class="clearer"></div>
                    <div class="fax-part-div">
                        <input type="text" id="fax-1" name="fax_part_one" value="<?php echo $this->escapeHtml($this->getFormData()->getFaxPartOne()) ?>" class="fax-part input-text validate-number validate-digits validate-length minimum-length-3 maximum-length-3" maxlength="3" />
                    </div>
                    <div class="sep left">&nbsp;</div>
                    <div class="fax-part-div">
                        <input type="text" id="fax-2" name="fax_part_two" value="<?php echo $this->escapeHtml($this->getFormData()->getFaxPartTwo()) ?>" class="fax-part input-text validate-number validate-digits validate-length minimum-length-3 maximum-length-3" maxlength="3" />
                    </div>
                    <div class="sep left">&nbsp;</div>
                    <div class="fax-part-div">
                       <input type="text" id="fax-3" name="fax_part_three" value="<?php echo $this->escapeHtml($this->getFormData()->getFaxPartThree()) ?>" class="fax-part input-text validate-number validate-digits validate-length minimum-length-4 maximum-length-4" maxlength="4" />
                    </div>
                    <input type="hidden" name="fax" id="fax" value="" class="" />
                </li>nth { width:154px; margin-right:10px; }
.sp-methods select.year { width:96px; }
.sp-methods input.cvv { width:3em !important; }

.sp-methods .checkmo-list li { margin:0 0 5px; }
.sp-methods .checkmo-list label { width:135px; padding-right:10px; text-align:right; }
.sp-methods .checkmo-list address { float:left; }

.sp-methods .centinel-logos a { margin-right:3px; }
.sp-methods .centinel-logos img { vertical-align:middle; }

.sp-methods .release-amounts { margin:0.5em 0; }
.sp-methods .release-amounts button { float:left; margin:5px 10px 0 0; }

.please-wait { float:right; }
.please-wait img { vertical-align:middle; }
.cvv-what-is-this { font-size:11px; cursor:help; margin-left:10px; }
                <li>
                    <label for="fax-1"><?php echo $this->__('Fax') ?></label>
                    <div class="clearer"></div>
                    <div class="fax-part-div">
                        <input type="text" id="fax-1" name="fax_part_one" value="<?php echo $this->escapeHtml($this->getFormData()->getFaxPartOne()) ?>" class="fax-part input-text validate-number validate-digits validate-length minimum-length-3 maximum-length-3" maxlength="3" />
                    </div>
                    <div class="sep left">&nbsp;</div>
                    <div class="fax-part-div">
                        <input type="text" id="fax-2" name="fax_part_two" value="<?php echo $this->escapeHtml($this->getFormData()->getFaxPartTwo()) ?>" class="fax-part input-text validate-number validate-digits validate-length minimum-length-3 maximum-length-3" maxlength="3" />
                    </div>
                    <div class="sep left">&nbsp;</div>
                    <div class="fax-part-div">
                       <input type="text" id="fax-3" name="fax_part_three" value="<?php echo $this->escapeHtml($this->getFormData()->getFaxPartThree()) ?>" class="fax-part input-text validate-number validate-digits validate-length minimum-length-4 maximum-length-4" maxlength="4" />
                    </div>
                    <input type="hidden" name="fax" id="fax" value="" class="" />
                </li>
/* Tooltip */
.tool-tip { border:1px solid #7BA7C9; background:#EAF6FF; padding:15px 20px; position:absolute; z-index:9999; }
.tool-tip .btn-close { margin:-9px -14px 0; text-align:right; }
.tool-tip .btn-close a { display:block; margin:0 0 0 auto; width:15px; height:15px; background:url(https://bnap3b-xkojzr9x6fgl.cloudmaestro.com/mX_SkS_yQ/skin/frontend/default/classichome/images/xbtn_window_close.gif.pagespeed.ic.mbfS0nBPrW.png) 100% 0 no-repeat; text-align:left; text-indent:-999em; overflow:hidden; }
.tool-tip .tool-tip-content { padding:5px; }

/* Gift Messages */
.gift-messages h3 { font-size:12px; font-weight:bold; color:#e87403; }
.gift-messages p.control { color:#8e8d8b; }
.gift-messages-form { position:relative; }
.gift-messages-form label { float:none !important; position:static !important; }
.gift-messages-form h4 { font-size:12px; font-weight:bold; color:#e87403; }
.gift-messages-form .whole-order { margin:0 0 25px; }
.gift-messages-form .item { margin:0 0 10px; }
.gift-messages-form .item .product-img-box { float:left; width:75px; }
.gift-messages-form .item .product-image { margin:0 0 7px; }
.gift-messages-form .item .number { margin:0; font-weight:bold; text-align:center; color:#8a8987; }
.gift-messages-form .item .details { margin-left:90px; }
.gift-messages-form .item .details .product-name { font-size:13px; font-weight:bold; margin:0 0 10px; }
.gift-messages-form .item .details .form-list .field { width:255px; }
.gift-messages-form .item .details .form-list .input-box { width:240px; }
.gift-messages-form .item .details .form-list input.input-text { width:234px; }
.gift-messages-form .item .details .form-list li.wide .input-box { width:500px; }
.gift-messages-form .item .details .form-list li.wide textarea { width:494px; }

.gift-message-link { font-size:11px; background:url(https://gdi5lk-xkojzr9x6fgl.cloudmaestro.com/mX_SkS_yQ/skin/frontend/default/classichome/images/bkg_collapse-gm.gif.pagespeed.ce.N0GPI-ZQBt.gif) 100% 6px no-repeat; padding-right:7px; }
.gift-message-link.expanded { background-position:100% -40px; }
.gift-message-row { background:#f2efe9; }
.gift-message-row .btn-close { float:right; width:16px; height:16px; background:url(https://gdi5lk-xkojzr9x6fgl.cloudmaestro.com/mX_SkS_yQ/skin/frontend/default/classichome/images/btn_gm-close.gif.pagespeed.ce.NG4m7s4nRJ.gif) 0 0 no-repeat; font-size:0; line-height:0; text-indent:-999em; overflow:hidden; }

/* Checkout Agreements */
.checkout-agreements li { margin:30px 0; }
.checkout-agreements .agreement-content { overflow:auto; height:12em; padding:10px; background-color:#fbfaf6; border:1px solid #bbb6a5; }
.checkout-agreements .agree { margin:0; padding:10px 0 10px 11px; }
.checkout-agreements .agree input.checkbox { margin-right:6px; }
.checkout-agreements .agree label { font-weight:bold; color:#666; }

.opc .checkout-agreements { border:1px solid #d9dde3; border-width:0 1px; padding:5px 30px; }
.opc .checkout-agreements li { margin:20px 0 0; }
.opc .checkout-agreements .agreement-content { background-color:#fff; border-color:#e4e4e4; padding:5px; }
.opc .checkout-agreements .agree { padding-left:6px; }

/* Centinel */
.centinel {}
.centinel .authentication { border:1px solid #ddd; background:#fff; }
.centinel .authentication iframe { width:99%; height:400px; background:transparent !important; margin:0 !important; padding:0 !important; border:0 !important; }

.opc .centinel { border:1px solid #bbb6a5; border-width:0 1px 1px; padding:10px 30px; }

/* Generic Info Set */
.info-set { background:#fbfaf6 url(https://bnap3b-xkojzr9x6fgl.cloudmaestro.com/mX_SkS_yQ/skin/frontend/default/classichome/images/bkg_checkout.gif.pagespeed.ce.ESWP5J_v9V.gif) 0 0 repeat-x; border:1px solid #bbb6a5; margin:0 0 25px; padding:20px; }
.info-set h2 { font-size:13px; font-weight:bold; margin:0 0 10px; }
.info-set h3,
.info-set h4 { font-size:13px; font-weight:bold; color:#E26703; }
.info-set h2 a,
.info-set h3 a,
.info-set h4 a { font-weight:normal; }
.info-set h2.legend { margin:-20px -20px 15px; padding:5px 10px; background:#f9f3e3; border-bottom:1px solid #bbafa0; position:relative; }
.info-set h3.legend { margin:0 0 10px; color:#0a263c; }
.info-set .divider { margin:0 -20px; padding:25px 0; position:relative; }
.info-set .box { margin:0 0 15px; }
.info-set .box h2 { color:#e26703; }
.info-set .data-table .product-name { font-size:1em !important; font-weight:bold !important; color:#1e7ec8 !important; }
.info-set .data-table .product-name a { font-weight:bold !important; }
.info-set .data-table .item-options { margin:5px 0 0; }
/********** Common Checkout Styles > */

/* One Page Checkout */
.block-progress { border:0; margin:0; }
.block-progress .block-title { background:none; border:0; padding:0; margin:0 0 5px; }
.block-progress .block-title strong { font-size:13px; color:#0a263c; }
.block-progress .block-content { background:none; }
.block-progress dt { font-size:13px; font-weight:bold; line-height:1.35; background:#eee; border:1px solid #a3aeb3; margin:0 0 6px; padding:2px 8px; color:#999; }
.block-progress dd { background:#eee; border:1px solid #a3aeb3; border-top:0; padding:8px 13px; margin:0 0 6px; }
.block-progress dt.complete { margin:0; background:#d0dce1; color:#5e8ab4; }
.block-progress dd.complete {}
.block-progress p { margin:0; }
.block-progress .cards-list dt { background:none; border:0 none; color:inherit; font-size:12px; margin:5px 0; padding:0; }
.block-progress .cards-list dd { border:0 none; margin:0; padding:0; }
.block-progress .cards-list .info-table th { font-weight:normal; }

/* show/hide "change" link for progress step depend on complete status
 * should be placed in .css file */
.opc-block-progress dt.complete a,
.opc-block-progress dt.complete .separator { display: inline; }
.opc-block-progress dt a,
.opc-block-progress dt .separator { display: none; }

.opc .buttons-set { margin-top:0; padding-top:2em; }
.opc .buttons-set p.required { margin:0; padding:0 0 10px; }
.opc .buttons-set .back-link small { display:none; }
.opc .buttons-set .back-link a { background:url(https://bnap3b-xkojzr9x6fgl.cloudmaestro.com/mX_SkS_yQ/skin/frontend/default/classichome/images/i_arrow-top.gif.pagespeed.ce.PbsFhOjrHZ.gif) 0 50% no-repeat; padding-left:16px; }
.opc .buttons-set.disabled button.button { display:none; }
.opc .buttons-set .please-wait { height:21px; line-height:21px; }
.opc .ul { list-style:disc outside; padding-left:18px; }

.opc { position:relative; }
.opc li.section {}

.opc .step-title { border-width:0 1px; border-style:solid; border-color:#fff #d9dde3 #d9dde3; background:#eee url(https://sh7ppr-xkojzr9x6fgl.cloudmaestro.com/mX_SkS_yQ/skin/frontend/default/classichome/images/bkg_opc-title-off.gif.pagespeed.ce.9ptAtTMas3.gif) 0 100% repeat-x; padding:4px 8px 6px; text-align:right; }
.opc .step-title .number { float:left; background:#fff; border:1px solid #fff; padding:0 4px; margin:0 5px 0 0; font:bold 11px/14px arial, helvetica, sans-serif; color:#999; }
.opc .step-title h2 { float:left; margin:0; font:bold 13px/16px "cantarellregular", Helvetica, sans-serif; color:#999; }
.opc .step-title a { display:none; float:right; font-size:11px; line-height:16px; }

.opc .allow .step-title { margin-left:16px; background:#d0dce1; border:1px solid #a3aeb3; border-bottom:0; color:#a4b3b9; cursor:pointer; }
.opc .allow .step-title .number { background:#dbe6eb; border-color:#dbe6eb; color:#a4b3b9; }
.opc .allow .step-title h2 { color:#a4b3b9; }
/*.opc .allow .step-title a { display:block; }*/

.opc .active .step-title { background:#f9f3e3; border:1px solid #bbafa0; padding-bottom:5px; color:#f18200; cursor:default; }
.opc .active .step-title .number { background:#f18200; border-color:#f19900; color:#fff; }
.opc .active .step-title h2 { color:#f18200; }
/*.opc .active .step-title a { display:none; }*/

.opc .step { border:1px solid #bbafa0; border-top:0; background:#fbfaf6 url(https://bnap3b-xkojzr9x6fgl.cloudmaestro.com/mX_SkS_yQ/skin/frontend/default/classichome/images/bkg_checkout.gif.pagespeed.ce.ESWP5J_v9V.gif) 0 0 repeat-x; padding:15px 30px; position:relative; }
.opc .step .tool-tip { right:30px; }

#opc-login .buttons-set { border-top:0; }
#opc-login h3 { font-size:13px; border-bottom:1px solid #e4e4e4; padding-bottom:2px; text-transform:uppercase; }
#opc-login h4 { font-size:1em; font-weight:bold; margin:0; color:#2f2f2f; }

#opc-shipping_method .buttons-set { border-top:0; }
.opc .gift-messages-form { margin:0 -30px; background:#f6f1eb; border:1px solid #e9e4de; border-width:1px 0; padding:22px 24px 22px 30px; }
.opc .gift-messages-form .inner-box { padding:5px; height:260px; overflow:auto; }

#opc-review .step { border:0; padding:0; }
#opc-review .product-name { font-weight:bold; color:#0a263c; }
#opc-review .item-options { margin:5px 0 0; }
#opc-review .buttons-set { padding:20px 30px; border:1px solid #d9dde3; border-width:0 1px 1px; }
#opc-review .buttons-set p { margin:0; line-height:40px; }
#opc-review .buttons-set .please-wait { height:40px; line-height:40px; }
#opc-review .authentication { margin:0 auto; width:570px; }
#opc-review .warning-message { color:#222; font-weight:bold; text-align:center; padding:10px 10px 0; }

/* Multiple Addresses Checkout */
.checkout-progress { padding:0 90px; margin:0 0 20px; }
.checkout-progress li { float:left; width:19%; margin:0 3px 0 0; border-top:10px solid #999; padding:2px 0 0; font-weight:bold; text-align:center; color:#abb5ba; }
.checkout-progress li.active { border-top-color:#e96200; color:#e96200; }

.multiple-checkout h2 { font-size:13px; font-weight:bold; margin:0 0 10px; }
.multiple-checkout h3,
.multiple-checkout h4 { font-size:13px; font-weight:bold; color:#E26703; }
.multiple-checkout h2 a,
.multiple-checkout h3 a,
.multiple-checkout h4 a { font-weight:normal; }
.multiple-checkout .data-table .product-name { font-size:1em !important; font-weight:bold !important; color:#1e7ec8 !important; }
.multiple-checkout .data-table .product-name a { font-weight:bold !important; }
.multiple-checkout .data-table .item-options { margin:5px 0 0; }

.multiple-checkout .gift-messages { margin:15px 0 0; }

.multiple-checkout .tool-tip { top:50%; margin-top:-120px; right:20px; }

.multiple-checkout .col2-set,
.multiple-checkout .col3-set { background:#fbfaf6 url(https://bnap3b-xkojzr9x6fgl.cloudmaestro.com/mX_SkS_yQ/skin/frontend/default/classichome/images/bkg_checkout.gif.pagespeed.ce.ESWP5J_v9V.gif) 0 0 repeat-x; border:1px solid #bbb6a5; margin:0 0 25px; padding:20px; }
.multiple-checkout .col2-set h2.legend { margin:-20px -20px 15px; padding:5px 10px; background:#f9f3e3; border-bottom:1px solid #bbafa0; position:relative; }
.multiple-checkout .col2-set h3.legend { margin:0 0 10px; color:#0a263c; }
.multiple-checkout .col2-set .divider { margin:0 -20px; padding:25px 0; position:relative; }
.multiple-checkout .box { margin:0 0 15px; }
.multiple-checkout .box h2 { color:#e26703; }

.multiple-checkout .place-order .please-wait { float:right; padding:27px 7px 0 0; }
.multiple-checkout .place-order .grand-total { float:right; height:71px; font-size:1.5em; padding:0 0 0 21px; background:url(https://bnap3b-xkojzr9x6fgl.cloudmaestro.com/mX_SkS_yQ/skin/frontend/default/classichome/images/xbkg_grand-total.gif.pagespeed.ic.sgdVzyuRD8.png) 0 0 no-repeat; overflow:hidden; }
.multiple-checkout .place-order .grand-total .inner { float:left; height:57px; padding:14px 21px 0 0; background:url(https://bnap3b-xkojzr9x6fgl.cloudmaestro.com/mX_SkS_yQ/skin/frontend/default/classichome/images/xbkg_grand-total.gif.pagespeed.ic.sgdVzyuRD8.png) 100% 0 no-repeat; }
.multiple-checkout .place-order .grand-total .inner div { display:inline; }
.multiple-checkout .place-order .grand-total big { display:inline; margin-right:12px; }
.multiple-checkout .place-order .grand-total .price { color:#E26703; }
.multiple-checkout .place-order .grand-total button.button span { font-size:16px; }
.multiple-checkout .place-order .grand-total button.button span span { padding:0 45px 0 36px; }

/* Step 1 */
.multiple-checkout .title-buttons button.button span { border-color:#406a83; background:#618499; }
#multiship-addresses-table td { padding:10px; }
#multiship-addresses-table tfoot td { padding:5px 10px; }
#multiship-addresses-table tfoot button.button span { border-color:#406a83; background:#618499; }

/* Step 2 */
.multiple-checkout .gift-messages-form .item .details .form-list { width:100%; overflow:hidden; }
.multiple-checkout .gift-messages-form .item .details .form-list li { margin-right:-15px; }
.multiple-checkout .gift-messages-form .item .details .form-list .field { width:230px; }
.multiple-checkout .gift-messages-form .item .details .form-list .input-box { width:215px; }
.multiple-checkout .gift-messages-form .item .details .form-list input.input-text { width:209px; }
.multiple-checkout .gift-messages-form .item .details .form-list li.wide .input-box { width:445px; }
.multiple-checkout .gift-messages-form .item .details .form-list li.wide textarea { width:439px; }
.checkout-multishipping-shipping .box-sp-methods { border:1px solid #d9d2be; background:#f9f3e3; padding:13px; position:relative; }
.checkout-multishipping-shipping .box-sp-methods .pointer { position:absolute; top:-20px; right:-40px; width:178px; height:41px; background:url(https://sh7ppr-xkojzr9x6fgl.cloudmaestro.com/mX_SkS_yQ/skin/frontend/default/classichome/images/xbkg_sp-methods.gif.pagespeed.ic.trC0h1nWL8.png) 0 0 no-repeat; overflow:hidden; }

/* Step 3 */
.checkout-multishipping-billing .multiple-checkout { position:relative; }
/* ======================================================================================= */


/* Account Login/Create Pages ============================================================ */

.account-login .content { min-height: 30px; padding:25px 15px; background:#ffffff;}
.account-login .content h2 { font-weight:bold; font-size:13px; margin:0 0 14px; padding:0 0 5px 23px; border-bottom:1px solid #ddd; background-position:0 1px; background-repeat:no-repeat; text-transform:uppercase; }
.account-login .new-users h2 { background-image:url(https://sh7ppr-xkojzr9x6fgl.cloudmaestro.com/mX_SkS_yQ/skin/frontend/default/classichome/images/i_page1.gif.pagespeed.ce.cE99Tsy9-c.gif)}
.account-login .registered-users h2 { background-image:url(https://gdi5lk-xkojzr9x6fgl.cloudmaestro.com/mX_SkS_yQ/skin/frontend/default/classichome/images/i_page2.gif.pagespeed.ce.V6BMpYTgXi.gif); }
.account-login .buttons-set { border:1px solid #bbb6a5; border-top:0; margin:0; padding:8px 13px; background:#dee5e8 url(https://bnap3b-xkojzr9x6fgl.cloudmaestro.com/mX_SkS_yQ/skin/frontend/default/classichome/images/bkg_buttons-set1.gif.pagespeed.ce.LGQeknvIMV.gif) 0 0 repeat-x; }

.account-login .content h3 {display: inline-block;text-transform: uppercase;color:#115a6f;font-size: 18px;font-weight: normal;font-family: 'cantarellregular';float: left;margin: 0 30px 0 0;}
.account-login .content .form-list {display: inline-block;}
.account-login .content .form-list h3 { margin: 0; }
.account-login .content .form-list li {float: left;display: inline-block;margin: 0 20px 0 0;}
.account-login .content .form-list li.last {margin: 0;}
.account-login .content .buttons-set {display: inline-block;float: right;clear: none;border: 0;background: transparent;padding: 0;}
.account-login .content .buttons-set .button {float:left;}
.account-login .content .buttons-set .button span {border: #58595B;background: #58595B;text-transform: uppercase;font-weight: normal;width: 110px;height: 24px;line-height: 2;}
.account-login .content .buttons-set a.f-left {/*color: #FFFFFF;*/font-style: oblique; font-size: 12px;margin-left: 20px;}
body.customer-account-create { background: #FFFFFF; }
.account-create {}
.account-create .page-title {border-bottom: 1px solid #C7C8CA;margin: 0 0px 15px;padding: 15px 8px; }
.account-create .fieldset {border: 0;padding: 0;margin: 0 0 0 80px;background: transparent; display: inline-block;float: left;width: 290px;}
.account-create .field.name-lastname {clear: both;}
.account-create .form-list li {
	display:block;
	float:left;
	width:100%;
}
.account-create .form-list .input-box {width: 290px;}
.account-create .form-list input.input-text {
	width: 284px;
	height: 18px;
	padding: 0 2px 2px 7px;
	border: 1px solid #939598;
	font-style: oblique;
	font-size: 11px;
	color: #A7A9AC;
	line-height:20px;
}
.account-create .form-list ::-webkit-input-placeholder {font-style: oblique;font-size: 11px;line-height:21px;}
.account-create .form-list :-moz-placeholder {font-style: oblique;font-size: 11px;line-height:21px;}
.account-create .form-list ::-moz-placeholder {font-style: oblique;font-size: 11px;line-height:21px;}
.account-create .form-list :-ms-input-placeholder {font-style: oblique;font-size: 11px;line-height:21px;}

.account-create .telephone-part-div,
.account-create .telephone-part-div input.input-text,
.account-create .fax-part-div,
.account-create .fax-part-div input.input-text {width: 63px;display: inline-block; float: left;}
.account-create .sep {width: 20px;display: inline-block;}
.account-create .str_adr label {float:none;clear: both;display: inline-block;}
.account-create .form-list label.required em {position: relative;right: 0;color: #58595B;font-size: 10px;font-family: Helvetica, sans-serif;margin: 0 0 0 5px;}
.account-create .form-list {font-family: Helvetica, sans-serif;font-size: 11px;font-weight: normal;}
.account-create .form-list label {padding: 0 0 0 5px;}

.account-create .left-box {float: left;width: 143px;}
.account-create .right-box {float: left;width: 143px;}

.account-create .form-list div.reg_select {
	position: relative;
	width: 133px;
}
.account-create .form-list .wrap-state input.input-text {
    position: relative;
    width: 127px;
}
.account-create .form-list select {
    position: relative;
    width: 133px;
}

.account-create .form-list span.select {
	color: #231F20;
    cursor: default;
    display: inline-block;
    font-weight: normal;
    height: 16px;
    overflow: hidden;
    padding: 2px 2px 2px 8px;
    position: absolute;
    left: 0;
    text-align: left;
    width: 126px;
    z-index: 1;
	font-style: oblique;
	font-size: 11px;
	color: #A7A9AC;
    background: url("https://bnap3b-xkojzr9x6fgl.cloudmaestro.com/mX_SkS_yQ/skin/frontend/default/classichome/images/layout/xicon_data_table_arrow_select.png.pagespeed.ic.ix_U_u7qtR.png") no-repeat scroll right center transparent;
    border: 1px solid #939598;
    height: 16px;
    top: 18px;
}

.account-create .form-list span.select span {
	width: 100px;
	display: inline-block;
	position: absolute;
	padding: 2px 2px 2px 8px;
	overflow: hidden;
	top: 0;
	left: 0;
}


.account-create .wrap-city,
.account-create .wrap-zip {width: 143px;display: inline-block;}
.account-create .wrap-city input.input-text,
.account-create .wrap-zip input.input-text {width: 127px;display: inline-block;}

.account-create .one-line .input-box {display: inline-block;width: auto;}
.account-create .one-line .input-box > label {float: left;padding: 0 3px;margin: 0 3px 0 0;}
.account-create .one-line .input-box > input {float: left;padding: 0;margin: 0 0 0 5px;}
.account-create .one-line span.required {color: #58595B;font-size: 10px;font-family: Helvetica, sans-serif;float: right;}
.account-create .retailer-fields,
.account-create .designer-fields {border: 1px solid #939598;padding:10px 10px 0;margin: 0 0 16px 0;}
.account-create .counter-holder {
	background: url('https://bnap3b-xkojzr9x6fgl.cloudmaestro.com/mX_SkS_yQ/skin/frontend/default/classichome/images/layout/xbg_counter.jpg.pagespeed.ic.SptN16zLNu.jpg') no-repeat 0 0 transparent;
	width: 64px;
	height: 16px;
	float: left;
	position: relative;
}
.account-create .counter-holder input {
	border: 0;
	width:37px;
	margin: 0;
	float: left;
	background: transparent;
	padding: 0 5px;
	text-align: center;
	font-size: 10px;
	line-height:16px;
}
.account-create .counter-holder .plus, 
.account-create .counter-holder .minus {
    float: left;
    height: 8px;
    text-indent: -10000px;
    width: 16px;
}
.account-create .input-box.selling > label {font-size: 10px;margin:0 0 0 2px;padding:0;}
.account-create .one-line {margin: 0 0 17px 0;position: relative;}
.account-create .form-list .one-line > label {padding: 0;}
.account-create .one-line > label {margin: 0 5px 5px 0;}
.account-create .separator-text-area {margin: 0 0 15px;}
.account-create .separator-text-area textarea {width: 100%;border: 1px solid #939598;resize: none;height:90px;box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;margin:0 0 10px;}
.account-create .control .boxes label {font-size: 10px;padding: 0;}
.account-create .one-line label { line-height: 100%; }
.account-create .current-customer-radio { margin-bottom: 20px !important; }
.account-create .current-customer-radio .sysproid-wrapper { margin-top: 5px; }
.form-list li.control .input-box.is-newsletter label {padding:0 5px 0 0;}
.account-create .control.last .boxes {text-align: right;}
.account-create .control.last .boxes .input-box.agree {
	display: block;
    float: left;
    padding-top: 4px;
    width: 100%;
}
.account-create .control.last .boxes .input-box.agree a {color:#115a6f;}

.account-create .buttons-set {margin:0;border: 0;background:none;}

.account-create .buttons-set .button span {
    background: none repeat scroll 0 0 #115a6f;
    border: medium none #115a6f;
    font-weight: normal;
    height: 24px;
    line-height: 2;
    text-transform: uppercase;
    width: 110px;
}


/* Welcome message - first page load ================================================================================ */
.firstpageload-popup-holder {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100000;
	width: 100%;
	height: 100%;
}
.firstpageload-popup-holder a {
	color: #40B5A6;
	text-decoration: underline;
}
.firstpageload-popup-holder a:hover {
	text-decoration: none;
}
.firstpageload-popup-holder span.close {
	background: url('https://gdi5lk-xkojzr9x6fgl.cloudmaestro.com/mX_SkS_yQ/skin/frontend/default/classichome/images/layout/xclose_popup.png.pagespeed.ic.-uCalzJIu4.png') no-repeat center center;
	cursor: pointer;
	position: absolute;
	top: -15px;
	right: -15px;
	width: 15px;
	height: 15px;
	display: block;
}
.firstpageload-popup-background {
	background: rgba(255,255,255,0.8);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 9999px;
}
.firstpageload-popup-holder-box {
	z-index: 2;
	position: absolute;
	top: 50%;
	background: #fff;
	width: 600px;
	left: 50%;
	box-shadow: 0 0 5px 5px #ccc;
	-moz-box-shadow: 0 0 5px 5px #ccc;
	-webkit-box-shadow: 0 0 5px 5px #ccc;
}
.firstpageload-popup-holder-box-content {
	position: relative;
	font-size: 12px;
	border: 1px solid #c8c9cb;
	text-align: center;
	color: #818284;
	margin: 14px;
	padding: 20px 20px 15px 20px;
}
.firstpageload-popup-holder-box-content p { margin-bottom: 12px; }

/* Captcha ================================================================================ */
.captcha-note      { clear:left; padding-top:5px; }
.captcha-image     { float:left; display:inline;  margin:0; position:relative; width:258px; }
.captcha-image .captcha-img { border:1px solid #b6b6b6; vertical-align:bottom; width:100%; }
.registered-users .captcha-image { margin:0;}
.captcha-reload { cursor:pointer; position:absolute; top:2px; right:2px;}
.captcha-reload.refreshing  { animation:rotate 1.5s infinite linear; -webkit-animation:rotate 1.5s infinite linear; -moz-animation:rotate 1.5s infinite linear; }

@-webkit-keyframes rotate {
    0% { -webkit-transform:rotate(0); }
    0% { -webkit-transform:rotate(-360deg); }
}
@-moz-keyframes rotate {
    0% { -moz-transform:rotate(0); }
    0% { -moz-transform:rotate(-360deg); }
}
@keyframes rotate {
    0% { transform:rotate(0); }
    0% { transform:rotate(-360deg); }
}

/* Remember Me Popup ===================================================================== */
.window-overlay { background:url(/mX_SkS_yQ/skin/frontend/default/classichome/images/window_overlay.png) repeat; background:rgba(0, 0, 0, 0.35); position:absolute; top:0; left:0; height:100%; width:100%; z-index:990; }

.remember-me label { float:none; margin:0 6px; }
.remember-me-popup { background:#fff; border:1px solid #ccc; left:50%; top:50%; position:absolute; margin:-85px 0 0 -200px; width:400px; text-align:left; -moz-box-shadow:0 0 6px #ccc; -webkit-box-shadow:0 0 6px #ccc; -box-shadow:0 0 6px #ccc; z-index:1000; }
.remember-me-popup h3 { background:#d9e5ee; border-bottom:1px solid #ccc; font-size:14px; padding:5px 10px; }
.remember-me-popup .remember-me-popup-head { position:relative; }
.remember-me-popup .remember-me-popup-head .remember-me-popup-close { background:url(https://bnap3b-xkojzr9x6fgl.cloudmaestro.com/mX_SkS_yQ/skin/frontend/default/classichome/images/xbtn_window_close.gif.pagespeed.ic.mbfS0nBPrW.png) no-repeat; display:block; position:absolute; top:7px; right:7px; height:15px; width:15px; text-indent:-9999em; }
.remember-me-popup .remember-me-popup-body { padding:10px; }
.remember-me-popup .remember-me-popup-body a { display:inline-block; height:19px; border:1px solid #de5400; background:#f18200; padding:0 8px; font:bold 12px/19px "cantarellregular", Helvetica, sans-serif; text-align:center; text-decoration:none; white-space:nowrap; color:#fff; }
/* Remember Me Popup ===================================================================== */


/* My Account ============================================================================= */
.my-account .title-buttons .link-rss { float:none; margin:0; }

/********** < Dashboard */
.dashboard .welcome-msg { margin:0 8em 1.5em 0; }
.dashboard .welcome-msg p { margin:0; }
.dashboard .col2-set { margin:0 0 15px; }

/* General Box */
.box-account { border:1px solid #ccc; border-color:#ccc #999 #999 #ccc; padding:15px; margin: 0 0 20px; }
.box-account .box-head { border-bottom:1px solid #d9dde3; margin:0 0 10px; text-align:right; }
.box-account .box-head h2 { float:left; margin:0; font-size:13px; font-weight:bold; text-transform:uppercase; background-position:0 0; background-repeat:no-repeat; padding-left:21px; color:#e65505; }

.dashboard .box .box-title { padding:0 0 2px; margin:0 0 8px; text-align:right; }
.dashboard .box .box-title h3,
.dashboard .box .box-title h4 { float:left; font-size:13px; font-weight:bold; margin:0; }

/* Block: Recent Orders */
.dashboard .box-recent .box-head h2 { background-image:url(https://sh7ppr-xkojzr9x6fgl.cloudmaestro.com/mX_SkS_yQ/skin/frontend/default/classichome/images/xi_folder-table.gif.pagespeed.ic.XyXCRoSB5X.png); }

/* Block: Account Information */
.dashboard .box-info .box-head h2 {}
.dashboard .box-info h4 { font-size:11px; font-weight:bold; text-transform:uppercase; }

/* Block: Reviews */
.dashboard .box-reviews .box-head h2 { background-image:url(https://gdi5lk-xkojzr9x6fgl.cloudmaestro.com/mX_SkS_yQ/skin/frontend/default/classichome/images/i_ma-reviews.gif.pagespeed.ce.hZyXaV7Dls.gif); }
.dashboard .box-reviews .number { float:left; font-size:10px; font-weight:bold; line-height:1; color:#fff; margin:3px -20px 0 0; padding:2px 3px; background:#0a263c; }
.dashboard .box-reviews .details { margin-left:20px; }
.dashboard .box-reviews li.item { margin:0 0 7px; }
.dashboard .box-reviews li.item.last { margin:0; }
.dashboard .box-reviews .ratings { margin:7px 0 0; }

/* Block: Tags */
.dashboard .box-tags .box-head h2 { background-image:url(https://bnap3b-xkojzr9x6fgl.cloudmaestro.com/mX_SkS_yQ/skin/frontend/default/classichome/images/i_ma-tags.gif.pagespeed.ce.HoPjsLZ3yS.gif); }
.dashboard .box-tags .number { float:left; font-size:10px; font-weight:bold; line-height:1; color:#fff; margin:3px -20px 0 0; padding:2px 3px; background:#0a263c; }
.dashboard .box-tags .details { margin-left:20px; }
.dashboard .box-tags li.item { margin:0 0 7px; }
.dashboard .box-tags li.item.last { margin:0; }
.dashboard .box-tags .tags strong,
.dashboard .box-tags .tags ul,
.dashboard .box-tags .tags ul li { display:inline; }
/********** Dashboard > */

/* Address Book */
.addresses-list h2 { font-weight:bold; font-size:13px; color:#e26703; text-transform:uppercase; }
.addresses-list h3 { font-weight:bold; font-size:13px; }
.addresses-list address { margin:0 0 3px; }
.addresses-list p { margin:0; }
.addresses-list a { font-weight:bold; }
.addresses-list .link-remove { color:#646464; }
.addresses-list .separator { margin:0 3px; }
.addresses-list li.item { background:#fff url(https://sh7ppr-xkojzr9x6fgl.cloudmaestro.com/mX_SkS_yQ/skin/frontend/default/classichome/images/bkg_account_box.gif.pagespeed.ce.3ZgXS24-Vg.gif) 0 0 repeat-x; border:1px solid #ccc; padding:10px 13px; margin:0 0 10px; }
.addresses-list li.empty { background:none; border:0; padding:0; }
.addresses-list li.empty p { font-weight:bold; }
.addresses-list .addresses-additional li.item { background:none; border:0; padding:0; }

/* Order View */
.order-info { background:#dee5e8; border:1px solid #d0cbc1; padding:4px 8px; margin:0 0 8px; }
.order-info dt,
.order-info dd,
.order-info ul,
.order-info li { display:inline; }
.order-info .current { font-weight:bold; }
.order-info li { margin:0 3px; }

.order-date { margin:10px 0; }

.order-info-box { background:#fff url(https://gdi5lk-xkojzr9x6fgl.cloudmaestro.com/mX_SkS_yQ/skin/frontend/default/classichome/images/bkg_block-title.gif.pagespeed.ce.-MHxMK1pRk.gif) 0 0 repeat-x; border:1px solid #d0cbc1; padding:12px 15px; margin:0 0 15px; }
.order-info-box h2 { font-weight:bold; font-size:13px; }
.order-info-box .box-payment p { margin:0 0 3px; }
.order-info-box .box-payment th { font-weight:bold; padding-right:7px; }

.order-items { width:100%; overflow-x:auto; }
.order-items h2,
.order-items h3 { clear:none; font-weight:bold; font-size:13px; padding:0; margin:0 0 5px; color:#0a263c; }
.order-items .product-name { font-size:1em !important; font-weight:bold !important; }
.order-items .link-print { color:#1e7ec8; font-weight:normal; }
.order-items .order-links { text-align:right; }

.order-additional { margin:15px 0; }
/* Order Gift Message */
.gift-message dt strong { color:#666; }
.gift-message dd { font-size:13px; margin:5px 0 0; }
/* Order Comments */
.order-about dt { font-weight:bold; }
.order-about dd { font-size:13px; margin:0 0 7px; }

.tracking-table { margin:0 0 15px; }
.tracking-table th { font-weight:bold; white-space:nowrap; }

.tracking-table-popup { width:100%; }
.tracking-table-popup th { font-weight:bold; white-space:nowrap; }
.tracking-table-popup th,
.tracking-table-popup td { padding:1px 8px; }

/* Order Print Pages */
.page-print .print-head { margin:0 0 15px; }
.page-print .print-head .logo { float:left; }
.page-print .print-head address { float:left; margin-left:15px; }
.page-print h1 { font-size:16px; font-weight:bold; }
.page-print h2,
.page-print h3 { font-size:13px; font-weight:bold; }
.page-print h2.h2 { font-size:16px; font-weight:bold; }
.page-print .order-date { background:url(https://sh7ppr-xkojzr9x6fgl.cloudmaestro.com/mX_SkS_yQ/skin/frontend/default/classichome/images/bkg_divider1.gif.pagespeed.ce.Jg666R_7G3.gif) 0 100% repeat-x; padding:0 0 10px; margin:0 0 10px; }
.page-print .col2-set { margin:0 0 10px; }
/* Price Rewrites */
.page-print .gift-message-link { display:none; }
.page-print .price-excl-tax,
.page-print .price-incl-tax { display:block; white-space:nowrap; }
.page-print .cart-price,
.page-print .price-excl-tax .label,
.page-print .price-incl-tax .label,
.page-print .price-excl-tax .price,
.page-print .price-incl-tax .price { display:inline; }

/* My Wishlist */
.my-wishlist .data-table td { padding:10px; }
.my-wishlist .product-image { 
	display:block; 
	width:113px; 
	height:113px; 
	margin:0 0 5px; 
	
	height: auto;
    margin: 0;
    width: 100%;
}
.my-wishlist textarea { display:block; width:97%; height:109px; }
.my-wishlist .buttons-set { margin-top:2em; }
.my-wishlist .buttons-set button.button { 
	box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;
    float: left;
    margin: 0;
    width: 33.333%;
}
.my-wishlist .buttons-set .btn-add span,
.my-wishlist .buttons-set .btn-share span { border-color:#406a83; background:#618499; }
#wishlist-table .add-to-links, #amlist-table .add-to-links { white-space:nowrap; }

/* My Tags */
.my-tag-edit { float:left; margin:0 0 10px; }
.my-tag-edit .btn-remove { float:right; margin:4px 0 0 5px; }
#my-tags-table { clear:both; }
#my-tags-table td { padding:10px; }
#my-tags-table .add-to-links { white-space:nowrap; }

/* My Reviews */
#my-reviews-table td { padding:10px; }

.product-review .product-img-box { float:left; width:140px;  }
.product-review .product-img-box .product-image { display:block; width:125px; height:125px; }
.product-review .product-img-box .label { font-size:11px; margin:0 0 3px; }
.product-review .product-img-box .ratings .rating-box { float:none; display:block; margin:0 0 3px; }
.product-review .product-details { margin-left:150px; }
.product-review .product-name { font-size:16px; font-weight:bold; margin:0 0 10px; }
.product-review h3 { font-size:12px; margin:0 0 3px; color:#2f2f2f; }
.product-review .ratings-table { margin:0 0 10px; }
.product-review dt { font-weight:bold; }
.product-review dd { font-size:13px; margin:5px 0 0; }

/* Billing Agreements */
.billing-agreements .info-box{ margin:15px 0; }
.billing-agreements .form-list li select { float:left; }
.billing-agreements .form-list li button.button { float:left; margin-left:10px; }
.billing-agreements .table-caption { font-weight:bold; font-size:13px; }
/* ======================================================================================= */


/* MAP Popup============================================================================== */
.cart-msrp-totals { color:red; font-size:12px !important; font-weight:bold; margin:10px 10px 0; padding:10px; text-align:right; text-transform:uppercase;}
.map-cart-sidebar-total { color:red; display:block; font-size:10px; font-weight:bold; text-align:left; padding:2px 5px; text-shadow:0 1px 0 #fff; }

.map-popup { background:#fff; border:1px solid #aaa; margin:12px 0 0; position:absolute; -moz-box-shadow:0 0 6px #ccc; -webkit-box-shadow:0 0 6px #ccc; box-shadow:0 0 6px #ccc; text-align:left; width:300px; z-index:100; }
.map-popup-heading { background:#d9e5ee; border-bottom:1px solid #ccc; padding:5px 30px 5px 10px; width:260px; }
.map-popup-heading h2 { font-size:16px; margin:0; text-shadow:0 1px 0 #f6f6f6; overflow:hidden; white-space:nowrap; word-wrap:break-word; text-align:left; text-overflow:ellipsis; }
.map-popup-arrow { background:url(https://bnap3b-xkojzr9x6fgl.cloudmaestro.com/mX_SkS_yQ/skin/frontend/default/classichome/images/map_popup_arrow.gif.pagespeed.ce.Y4O0Cp5708.gif) no-repeat; position:absolute; left:50%; top:-10px; height:10px; width:19px; }
.map-popup-close { background:url(https://bnap3b-xkojzr9x6fgl.cloudmaestro.com/mX_SkS_yQ/skin/frontend/default/classichome/images/xbtn_window_close.gif.pagespeed.ic.mbfS0nBPrW.png) no-repeat; display:block; position:absolute; top:8px; right:10px; height:15px; width:15px; text-indent:-9999em; -moz-box-shadow:0 0 3px #999; -webkit-box-shadow:0 0 3px #999; box-shadow:0 0 3px #999; -moz-border-radius:2px; -webkit-border-radius:2px; border-radius:2px; }
.map-popup-content { border-top:1px solid #eee; padding:10px; overflow:hidden; text-align:left; width:280px; }
.map-popup-checkout { display:inline; float:right; text-align:right; }
.map-popup-checkout span { display:block; padding-right:30px; }
.map-popup-checkout .paypal-logo { margin:0 0 5px; }
.map-popup-price .price-box,
.map-popup-price .price-box .special-price { margin:0; padding:0; }
.map-popup-price { margin:5px 0 0; }
.map-popup-text { clear:right; margin:0 10px; padding:10px 0; text-align:left; word-wrap:break-word; }
.map-popup-only-text { border-top:1px solid #ddd; }
/* ======================================================================================= */

.clear {float: none; clear: both; line-height: 0; height: 0; overflow: hidden; font-size: 0;}

/* Footer ================================================================================ */
.footer-container {float: left; min-height: 160px; width: 100%; border-top:1px solid #fff; background: #c8c9cb;}
.footer { width:100%; float: left; padding:0px 0px 0px; text-align: left;}
.footer .footer-top {float: left; width: 100%; border-bottom:1px solid #fff;}
.footer-top-content {float: left; width:1200px;}
.footer-center-right {float: left; min-width: 233px; text-align: center; text-transform: none; border-width: 0 1px 0 1px; border-style: solid; border-color: #fff;}
.footer-center-right ul li {display: inline-block; line-height: 24px; font-size: 9px; margin:0 5px;}
.footer-center-right ul li a {text-decoration: none; color:#58585B; line-height: 20px; font-size: 10px;}
.footer-center-right {float: right;}
.footer-search {float: left; position: relative;}
.footer-search label {
	float: left;
	font-size: 10px;
	line-height: 25px;
	margin-right: 14px;
}
.footer-search input.input-text {
	background: #ffffff;
	font-size: 11px;
	font-style: italic;
	color: #909090;
	width: 123px;
	height: 23px;
	line-height: 23px;
	float: left;
	border: 1px solid #A2A2A2;
	margin: 0;
	box-sizing: content-box;
	padding: 0 19px 0 6px;
}

.footer-search button.button {
	background-image: url('https://gdi5lk-xkojzr9x6fgl.cloudmaestro.com/mX_SkS_yQ/skin/frontend/default/classichome/images/layout/xico-search-right-arrow.png.pagespeed.ic.U85bppSXd7.png');
	background-repeat: no-repeat;
	background-position: center center;
	float:left;
	width: 16px;
	height: 24px;
	position: absolute;
	top:0;
	right: 0;
}

.address-box .footer-socials {display: block; clear: both; margin-top: 7px; margin-right: 4px;}
.address-box .footer-socials ul li {display: inline-block; height: 11px; margin-right: 14px;}
.address-box .footer-socials ul li a {display: block; height: 11px;}
.address-box .footer-socials ul li a.facebook {width:6px; background: url('https://sh7ppr-xkojzr9x6fgl.cloudmaestro.com/mX_SkS_yQ/skin/frontend/default/classichome/images/layout/ico_footer_facebook.png.pagespeed.ce.L2aWBrLAAa.png') no-repeat center;}
.address-box .footer-socials ul li a.pinterest {width: 9px; background: url('https://sh7ppr-xkojzr9x6fgl.cloudmaestro.com/mX_SkS_yQ/skin/frontend/default/classichome/images/layout/xico_footer_pinterest.png.pagespeed.ic.9t3bOm1YiR.png') no-repeat center;}
.address-box .footer-socials ul li a.twitter {width: 14px; background: url('https://sh7ppr-xkojzr9x6fgl.cloudmaestro.com/mX_SkS_yQ/skin/frontend/default/classichome/images/layout/xico_footer_twitter.png.pagespeed.ic.uga2VRNUKA.png') no-repeat center;}

.footer-center-left {float: left; padding:4px 5px 4px; margin-left:240px; border-width: 0 1px 0 1px; border-style: solid; border-color: #fff;}

.footer-top-middle {float: left; position: relative; width: 140px; text-align: center; margin-left: 143px; min-height: 24px; background: #37B4A6; border-width: 0 1px 0 1px; border-style: solid; border-color: #fff;}
.footer-top-middle ul.links li {display: inline-block; margin:0 1px; line-height: 24px; font-size: 9px; text-transform: uppercase; color: #fff;}
.footer-top-middle ul.links li a {color: #fff; text-decoration: underline;}
.footer-top-middle ul.links li a:hover {text-decoration: none;}
.footer-top-middle ul.links li.last {margin-right: -3px;}

.footer-top-middle .block-login {display: none; z-index: 9999; position: absolute; width: 100%; margin:0; border: none; background: #37B4A6; bottom:0; left:0;}
.footer-top-middle .block-login .block-content {background: #37B4A6; padding:10px 15px 15px; font-size: 9px; color: #fff; position: relative;}
.footer-top-middle .block-login input.input-text {width: 96%; border:1px solid #818284; font-size: 9px; height: 11px; clear: both; display: block;}
.footer-top-middle .block-login label {color: #fff; float: left; margin-bottom: 1px; font-weight: normal;}
.footer-top-middle .block-login li {margin-bottom: 7px;}
.footer-top-middle .block.block-login .block-content .close { background: url("https://sh7ppr-xkojzr9x6fgl.cloudmaestro.com/mX_SkS_yQ/skin/frontend/default/classichome/images/layout/xclose_bottom.png.pagespeed.ic.Wpk5BpWiVT.png") no-repeat left top; cursor: pointer; height: 8px; position: absolute; right: 2px; top: 4px; width: 8px;}

.footer-top-middle .actions {text-align: center;}
.footer-top-middle .actions a, .footer-top-middle .actions button.button, .footer-top-middle .actions span {display: block; float: none; width: 100%; box-sizing:border-box;}

.footer-top-middle .forgot-pass {margin-bottom: 8px;}
.footer-top-middle .actions buttoncustomer-content.button span {background: #818284; border:1px solid #fff; font-size: 11px; line-height: 17px; text-transform: uppercase; width: 98%; padding:0; font-weight: normal;}
.footer-top-middle .actions button.button span span {background: none; border:none; color: #ececed;line-height:16px;}
.footer-top-middle a.login-footer {background: #818284; border:1px solid #fff; font-size: 11px; line-height: 18px; color: #ececed; text-transform: uppercase; width: 100%; padding:0; font-weight: normal;}
.footer-top-middle a.login-footer:hover {text-decoration: none;}
.footer-top-middle span.or {text-transform: uppercase; margin: 5px 0;}


.footer .footer-bottom {float: left; padding-bottom: 16px; padding-top: 13px; width: 1200px; position: relative;}
.footer .footer-bottom .address-box {float: right; min-height: 96px; padding-left:14px; border-left:1px solid #fff; font-size: 8px; line-height: 15px; color: #58585B; font-family: 'cantarellbold', sans-serif; margin-right: 40px;}

.footer .footer-bottom .newsletter-box {float: right; min-height: 96px; padding-left:28px; border-left:1px solid #fff;}
.footer .footer-bottom .newsletter-box .block {border: none; margin:0;}
.footer .footer-bottom .newsletter-box .block .block-content {padding:0; background: none;}
.footer .footer-bottom .newsletter-box .block .block-content label {text-transform: uppercase; margin-bottom: 14px; font-family: 'cantarellbold', sans-serif; font-size: 8px; line-height: 9px; display: block;}
.footer .footer-bottom .newsletter-box .block .block-content input, .footer .footer-bottom .newsletter-box .block .block-content button {display: inline-block;}
.footer .footer-bottom .newsletter-box .block .block-content input {background: #e1e2e3; margin-right: 9px; border:1px solid #f7f7f8; width: 115px; height:11px; font-size: 8px;}
.footer .footer-bottom .newsletter-box .block .block-content button.button {border:1px solid #f7f7f8; width: 73px; height: 17px; background: #37b4a6; font-size: 9px; color: #fff; text-transform: uppercase; font-weight: bold;}

.jola {position: absolute; top: 84px; right:122px;}
.jola a {display: block; width:85px; height:23px; background: url('https://bnap3b-xkojzr9x6fgl.cloudmaestro.com/mX_SkS_yQ/skin/frontend/default/classichome/images/layout/xjola_logo.png.pagespeed.ic.3D8uj6zDPq.png') no-repeat top left;}

.bottom-menu {float: left; margin-left: 242px;}
#footer-nav li {float: left; margin-right: 10px; font-family: 'cantarellbold', sans-serif; font-size: 8px;}
#footer-nav li.sublist-li.last {margin-right: 0;}
#footer-nav li a {color:#58585B;}
#footer-nav li a.main-link {text-transform: uppercase; white-space: nowrap; margin-bottom: 4px; display: inline-block; padding-bottom: 7px; border-bottom: 1px solid #fff;}
#footer-nav li a:hover {text-decoration: none; color:#37B4A6;}
#footer-nav li ul li {float: none; margin:0; clear: both; font-size: 8px; margin-bottom: 2px;}
            
.footer .store-switcher { display:inline; margin:0 5px 0 0; color:#fff; }
.footer .store-switcher label { font-weight:bold; vertical-align:middle; }
.footer .store-switcher select { padding:0; vertical-align:middle; }
.footer a { color:#fff; text-decoration:none; }
.footer a:hover { text-decoration:underline; }
.footer .bugs { margin:13px 0 0; color:#ecf3f6; }
.footer .bugs a { color:#ecf3f6; text-decoration:underline; }
.footer .bugs a:hover { text-decoration:none; }
.footer address { margin:0 0 20px; color:#ecf3f6; }
.footer address a { color:#ecf3f6; text-decoration:underline; }
.footer address a:hover { text-decoration:none; }
.footer ul { display: block; }
.footer ul.links { display:block; }
.footer li {display: block;}
.footer li.last { background:none !important; padding-right:0 !important; }
.footer-container .bottom-container { margin:0 0 5px; }
/* ======================================================================================= */

/* Sample Data============================================================================ */
.home-callout { margin-bottom:12px; }
.home-callout img { display:block }
.home-spot { float:left; width:470px; margin-left:20px; }
.best-selling h3 { margin:12px 0 6px 0; color:#e25203; font-size:1.2em; }
.best-selling table { border-top:1px solid #ccc; }
.best-selling tr.odd { background:#eee url(https://sh7ppr-xkojzr9x6fgl.cloudmaestro.com/mX_SkS_yQ/skin/frontend/default/classichome/images/best_selling_tr_odd_bg.gif.pagespeed.ce.kmYicE9TeW.gif) 0 100% repeat-x; }
.best-selling tr.even { background:#fff url(https://bnap3b-xkojzr9x6fgl.cloudmaestro.com/mX_SkS_yQ/skin/frontend/default/classichome/images/best_selling_tr_even_bg.gif.pagespeed.ce.UCLWSDeQkO.gif) 0 100% repeat-x; }
.best-selling td { width:50%; border-bottom:1px solid #ccc; padding:8px 10px 8px 8px; font-size:11px; }
.best-selling .product-img { float:left; border:2px solid #dcdcdc; }
.best-selling .product-description { margin-left:107px; line-height:1.3em; }
.best-selling a.product-name,
.home-spot .best-selling a.product-name:hover { color:#203548; }
/* ======================================================================================= */


/* Clears ================================================================================ */
.clearer:after,
.header-container:after,
.header-container .top-container:after,
.header:after,
.header .quick-access:after,
#nav:after,
.main:after,
.footer:after,
.footer-container .bottom-container:after,
.col-main:after,
.col2-set:after,
.col3-set:after,
.col3-layout .product-options-bottom .price-box:after,
.col4-set:after,
.search-autocomplete li:after,
.block .block-content:after,
.block .actions:after,
.block li.item:after,
.block-poll li:after,
.block-layered-nav .currently li:after,
.page-title:after,
.products-grid:after,
.products-list li.item:after,
.box-account .box-head:after,
.dashboard .box .box-title:after,
.box-reviews li.item:after,
.box-tags li.item:after,
.pager:after,
.sorter:after,
.ratings:after,
.add-to-box:after,
.add-to-cart:after,
.product-essential:after,
.product-collateral:after,
.product-view .product-img-box .more-views ul:after,
.product-view .box-tags .form-add:after,
.product-view .product-shop .short-description:after,
.product-view .box-description:after,
.product-options .options-list li:after,
.product-options-bottom:after,
.product-review:after,
.cart:after,
.cart-collaterals:after,
.cart .crosssell li.item:after,
.opc .step-title:after,
.checkout-progress:after,
.multiple-checkout .place-order:after,
.group-select li:after,
.form-list li:after,
.form-list .field:after,
.buttons-set:after,
.page-print .print-head:after,
.advanced-search-summary:after,
.gift-messages-form .item:after,
.send-friend .form-list li p:after { display:block; content:"."; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }
/* ======================================================================================= */

.guest-select {width:305px !important;}


.parallax-note {position: absolute; top:50%; left: 0;text-align: center; width: 100%; text-transform: uppercase; font-weight: bold; font-size: 40px;}
.arrow-bottom, .arrow-top {position: fixed; bottom:1px; left:100px; color: #B5B2AF; padding-top: 25px; text-align: center; cursor: pointer; font-size: 10px; width: 41px; height: 23px;}
.arrow-bottom {background: url('https://sh7ppr-xkojzr9x6fgl.cloudmaestro.com/mX_SkS_yQ/skin/frontend/default/classichome/images/layout/xbottom_arrow.png.pagespeed.ic.k3ThzLq7ki.png') no-repeat top left;}
.arrow-top {background: url('https://gdi5lk-xkojzr9x6fgl.cloudmaestro.com/mX_SkS_yQ/skin/frontend/default/classichome/images/layout/top_arrow.png.pagespeed.ce.DgyF1b5K27.png') no-repeat top left;}

.cms-home .footer-container {position: relative;}
.overlay-bg {height: 100%; display: none; left: 0; min-height: 100%; position: absolute; top: 0; width: 241px; background: url("https://bnap3b-xkojzr9x6fgl.cloudmaestro.com/mX_SkS_yQ/skin/frontend/default/classichome/images/layout/xleft_arrow.png.pagespeed.ic.EGkgf5Fvgt.png") no-repeat right 106px;}

.section-content {position: relative; width: 100%; min-height: 100%; height: 100%; display: block;}
    .section-left-inner {height: 100%; left: 0; min-height: 100%; position: absolute; top: 0; width: 241px;}
    .section-left {height: 100%; left: 0; min-height: 100%; position: absolute; top: 0; width: 241px;}
    .list-curtains:before {background: url("https://sh7ppr-xkojzr9x6fgl.cloudmaestro.com/mX_SkS_yQ/skin/frontend/default/classichome/images/layout/xbackground_sidebar.png.pagespeed.ic.yIS8GTcDSz.png") no-repeat right 106px; content: ""; height: 100%; left: 0; min-height: 100%; position: absolute; top: 0; width: 241px;}
        .section-left-content {color: #FFFFFF; font-family: 'Questrial',sans-serif; font-size: 12px; line-height: 18px; padding: 160px 50px 0; text-align: left;}
        .section-left-content.section-left-content-loged {padding-top: 212px;}
            .section-left-content h2 {display: block; color:#fff; font-size: 14px; font-weight: bold; line-height: 18px; margin-bottom: 19px;}
            .section-left-content ul {list-style: disc outside; padding-left:13px;}
                .section-left-content ul li {margin-bottom:17px;}

    .section-right {float: left; width: 100%;}
    
.top-icon {display: block; margin: 10px auto 10px; width: 44px; height: 44px;}

.leftSocialsPart {position: relative; float: left; width: 278px; display: block; margin-top:210px; margin-left:290px;}
.middleSocialsPart {position: relative; float: left; margin-left: 20px; width: 278px; margin-top: 150px;}
.rightSocialsPart {position: relative; float: left; margin-left: 20px; width: 278px; display: block; margin-top:210px;}

.facebook-integration { position: relative; text-align: center; background: #fff; }
    .facebook-integration .top-icon {background: url('https://sh7ppr-xkojzr9x6fgl.cloudmaestro.com/mX_SkS_yQ/skin/frontend/default/classichome/images/layout/xico_integration_facebook.png.pagespeed.ic.70an87uXTw.png') no-repeat top left;}
    .facebook-content {
	display: table-cell;
    line-height: 1.2;
    overflow: hidden;
    padding: 0 0 0 10px;
    text-align: left;
    vertical-align: middle;
	}
    .facebook-content h5 {
	color: #37b4a6;
    font-size: 13px;
    font-weight: bold;
    line-height: 1;
    margin: 0;
	}
.twitter-integration {float: left; text-align: left; font-size: 12px; line-height: 100%; background: #fff; width: 278px; min-height:152px;}
.twitter-integration .top-icon {background: url('https://bnap3b-xkojzr9x6fgl.cloudmaestro.com/mX_SkS_yQ/skin/frontend/default/classichome/images/layout/xico_integration_twitter.png.pagespeed.ic.MxAl5wCfQS.png') no-repeat top left; margin-bottom: 20px;}
.twitter-content { height: 77px; border-top: 1px solid #C6C8CA; overflow: hidden; padding: 0; margin: 10px 15px 15px 15px; }
.twitter-content p { font-size: 12px; line-height: 100%; margin: 0 0 4px 0; }
.twitter-content img {float: left; margin-right:5px; width: auto!important;}

/*.instagram-integration {float: left; margin-bottom: 20px; text-align: left; font-size: 8px; line-height: 10px; background: #fff; width: 278px; min-height:360px;}*/
/*.instagram-integration .top-icon {background: url('https://gdi5lk-xkojzr9x6fgl.cloudmaestro.com/mX_SkS_yQ/skin/frontend/default/classichome/images/layout/xico_integration_instagram.png.pagespeed.ic.IbE6uSjwFu.png') no-repeat top left; margin-bottom: 20px;}*/
/*.instagram-content {padding:0px 15px 15px;}*/
/*.instagram-content img {width: 100%;}*/

.pinterest-integration {float: left; text-align: left; font-size: 8px; line-height: 10px; background: #fff; width: 278px; min-height:332px; margin-bottom: 20px;}
.pinterest-integration .top-icon {background: url('https://gdi5lk-xkojzr9x6fgl.cloudmaestro.com/mX_SkS_yQ/skin/frontend/default/classichome/images/layout/xico_integration_pinterest.png.pagespeed.ic.JcgTFJQOLC.png') no-repeat top left;}
.pinterest-content {padding:0px 15px 0px; margin-bottom: 15px; max-height: 246px; overflow: hidden;}
.pinterest-content img {width: 100%;}

.twitter-integration.twitter-second {position: absolute; top:210px; text-align: left; font-size: 8px; line-height: 10px; left:886px; background: #fff; width: 278px; min-height:152px;}

.blogger-integration {float: left; margin-top: 20px; text-align: left; font-size: 11px; line-height: 13px; color:#231F20; font-family:'Arial', sans-serif; background: #fff; width: 278px; min-height:360px;}
.blogger-integration .top-icon {background: url('https://gdi5lk-xkojzr9x6fgl.cloudmaestro.com/mX_SkS_yQ/skin/frontend/default/classichome/images/layout/xico_integration_blogger.png.pagespeed.ic.zEUedzp7cr.png') no-repeat top left;}
.blogger-content {padding:0px 15px 15px;}
.blogger-content img {width: 100%; margin-bottom: 15px;}
.blogger-content strong {display: block; margin-bottom: 10px;}
.blogger-content p {margin-bottom: 0;}
.blogger-content a {font-weight: bold; text-decoration: none;}

.subcategory-image-holder-inner {width:290px; height:300px; position: relative; overflow: hidden; top: 0!important; right:0; float: right; margin:20px 20px 0 0;}
.subcategory-image-holder-inner ul li {display: none; position: absolute!important; top:0; right:0!important; z-index:1;}
.subcategory-image-holder-inner ul li.first {display: block;}
.subcategory-image-holder-inner ul li.first img {display: block;}


.category-description-items {position: absolute; top:178px; left:262px; width: 960px; font-size: 12px; line-height: 16px; font-family: 'Questrial', serif;}
.category-items-title {position: absolute; left:60px; top:178px; color: #fff; font-weight: bold; font-size: 14px; line-height: 18px; font-family: 'Questrial', serif;}
.category-items-title.category-items-title-loged {top:198px;}
.slider-holder-products ul li {float: left; background: #fff; width: 236px!important; min-height: 236px;}
.slider-holder-products .bx-wrapper .bx-viewport {background: none;}
.slider-holder-products .bx-wrapper .bx-viewport ul li {text-align: center; }
.slider-holder-products .bx-wrapper .bx-viewport ul li img {width: auto; margin: auto; display: block;}
.slider-holder-products .bx-wrapper .bx-viewport ul li h3 {font-size: 15px; line-height: 19px; color: #231F20;}
.slider-holder-products .bx-wrapper .bx-viewport ul li .images-product-holder {margin:20px 0 5px;}

.slider-holder-products-content {position: relative; float: left; width: 100%;}
.slider-holder-products-content .bx-prev { position: absolute; left:-15px; top:50%; margin-top: -15px; width: 31px; height: 31px; background: url('https://gdi5lk-xkojzr9x6fgl.cloudmaestro.com/mX_SkS_yQ/skin/frontend/default/classichome/images/layout/xico_prev.png.pagespeed.ic.2EblISJqlY.png') no-repeat top left;}
.slider-holder-products-content .bx-next { position: absolute; right:-15px; top:50%; margin-top: -15px; width: 31px; height: 31px; background: url('https://gdi5lk-xkojzr9x6fgl.cloudmaestro.com/mX_SkS_yQ/skin/frontend/default/classichome/images/layout/xico_next.png.pagespeed.ic.ejJMV34rdC.png') no-repeat top left;}
    
/* .section-content {min-height:1300px;}
.section-content.section-connect {min-height: 950px;} */
.slider-holder-products {float: left; min-height: 238px;}
.slider-holder-products.slider-products-1 {position: absolute; top: 282px; left:100%; width: 960px; transition: left 1s;}
.slider-holder-products.slider-products-2 {position: absolute; top: 642px; left:100%; width: 960px; transition: left 1s;}
.slider-holder-products.slider-products-3 {position: absolute; top: 1004px; left:100%; width: 960px; transition: left 1s;}



@media screen and (max-height: 1080px) {
    .section-content {/* min-height: 1050px; */}
    .category-description-items {top:145px;}
    .category-items-title {top:145px;}
    .slider-holder-products.slider-products-1 {position: absolute; top: 202px; width: 960px;}
    .slider-holder-products.slider-products-2 {position: absolute; top: 450px; width: 960px;}
    .slider-holder-products.slider-products-3 {position: absolute; top: 695px; width: 960px;}
}

@media screen and (max-height: 800px) {
    .section-content {/* min-height: 800px; */}
    .slider-holder-products .bx-wrapper .bx-viewport ul li .images-product-holder {max-height: 120px; overflow: hidden;}
    .slider-holder-products ul li {min-height: 174px;}
    .slider-holder-products.slider-products-1 {position: absolute; top: 202px; width: 960px;}
    .slider-holder-products.slider-products-2 {position: absolute; top: 388px; width: 960px;}
    .slider-holder-products.slider-products-3 {position: absolute; top: 574px; width: 960px;}
    .slider-holder-products .bx-wrapper .bx-viewport ul li img {max-width: 120px;}
}

#page5 .section-right {margin-left:300px; margin-top: 200px; margin-bottom: 20px;}

@media screen and (min-width: 590px) { .markup-price-wrapper { width: 400px; } }
.markup-holider {z-index: 9999; display: none; position: fixed; top:0; left:0; width: 100%; height: 100%;}
.markup-holider span.close {
	background: url('https://gdi5lk-xkojzr9x6fgl.cloudmaestro.com/mX_SkS_yQ/skin/frontend/default/classichome/images/layout/xclose_popup.png.pagespeed.ic.-uCalzJIu4.png') no-repeat center center;
	cursor: pointer;
	position: absolute;
	top:-15px;
	right: -15px;
	width: 15px;
	height: 15px;
	display: block;
}
.markup-holider-background {z-index: 1; background: rgba(255,255,255,0.8); position: absolute; top:0; left:0; width: 100%; height: 100%;}
.markup-holder-box {z-index: 2; position: absolute; top:25vh; background: #fff; width: 460px; left: 50%; margin-left: -230px; box-shadow: 0 0 5px 5px #ccc;-moz-box-shadow: 0 0 5px 5px #ccc;-webkit-box-shadow: 0 0 5px 5px #ccc;}
.markup-holder-box-content {margin:14px; padding:10px 14px 20px; position: relative; font-size:12px; border: 1px solid #c8c9cb; text-align: left; color: #818284;}
.markup-holder-box-content p {margin-bottom: 12px}
.markup-price-wrapper .separator {float: left; height: 1px; width: 100%; background: #c8c9cb; margin:4px 0 17px;}
.markup-price-wrapper ol.markup-pricing-list { margin-bottom: 15px; }
.markup-price-wrapper .note { font-size: 12px; font-weight: 700; margin-bottom: 0; }
.markup-account-wrapper { padding-left: 27px; }
.markup-account-wrapper .markup-price-text { color: #818284; padding-bottom: 15px; }
.markup-account-wrapper .markup-save { padding: 20px 0 20px 42px; }
.markup-account-wrapper .markup-save input { margin-top: -3px; }
.markup-account-wrapper .markup-save button.button { width: 81px; margin-left: 6px; }
.markup-account-wrapper .markup-save button.button span { height: 21px; }
.markup-account-wrapper input.validate-markup-value { margin-left: 2px; }
.markup-account-wrapper input.validate-markup-date { text-align: center; width: 120px;}
.markup-account-wrapper input[type=date]::-webkit-clear-button, .markup-account-wrapper input[type=date]::-webkit-inner-spin-button {display: none;}
.markup-page-title { margin-bottom: 10px !important; }
.markup-messages-wrapper { padding: 0 8px; margin-bottom: 5px; }

.markup-holder-box-content ul.top-list.checkbox { margin: 10px 0; }
.markup-holder-box-content input.validate-markup-date { text-align: center; width: 120px;}
.markup-holder-box-content input[type=date]::-webkit-clear-button, .markup-holder-box-content input[type=date]::-webkit-inner-spin-button {display: none;}
.markup-holider ul.top-list { width: 100%;}
ul.top-list li {display: inline-block; vertical-align: top;}
ul.top-list li span {clear: both; display: block; margin-left: 5px; margin-top: 2px;}
ul.top-list li input {width: 76px; padding:2px 2px 1px; height: 18px; border:1px solid #c8c9cb;}
ul.top-list li label {margin-right: 5px; display: block; margin-top: 2px; color: #115a6f; font-weight: bold;}
ul.top-list li span.desc {font-size: 10px; margin-top: 5px; margin-left:0;}

.markup-account-wrapper ul.top-list span { color: #818284; }
.markup-account-wrapper ul.top-list li.last span { margin-left: -8px; }
.markup-account-wrapper ul.top-list.markup li.last span { margin-left: 0px; }
.markup-account-wrapper ul.top-list.markup.active { display: block; }
.markup-account-wrapper ul.top-list.markup { display: none; }
.markup-account-wrapper ul.top-list li span.desc { margin-left: -18px; } 
.markup-account-wrapper ul.top-list.markup li span.desc { width: 100%; margin: 5px 0 0 0; text-align: center; }
.markup-account-wrapper ul.top-list.checkbox { margin: 10px 0; }
.markup-account-wrapper ul.top-list.checkbox li.last input { max-width: 24px; border: 1px solid #7F7F7F; }
.markup-holder-box ul.top-list.markup { display: none; }
.markup-holder-box ul.top-list.markup.active { display: block; }
.markup-holder-box ul.top-list.checkbox #markup_enable_date {width: 23px;}
ul.radio-list {display: block; margin:2px 0 0 60px; text-align: left;}
ul.radio-list li {display: inline-block; vertical-align: middle;}
ul.radio-list li label, ul.radio-list li input {display: inline-block; vertical-align: middle;}
ul.radio-list li input {margin-right: 4px;}
ul.radio-list li.note {font-size: 10px; margin-top: 11px;}

ul.buttons {display: block; text-align: center; margin-top: 14px;}
ul.buttons li {display: inline-block; margin:0 9px 0 13px;}
ul.buttons li button.button {border: none; text-transform: uppercase;}
ul.buttons li button.button span {background: #818284; line-height: 16px; font-weight: normal; font-size:10px; border: none; height: 16px; padding:0 34px;}
    
    
/*Our team*/
.page-title.our-team {border-bottom: 1px solid #C7C8CA; text-transform: uppercase; margin-bottom: 16px;}
.our-team h1 {color:#115a6f; font-size: 18px; font-family: 'cantarellregular', sans-serif; margin-bottom: 12px;}
.our-team-content {font-size: 11px; line-height: 18px; color: #939598; font-family: 'Arimo', sans-serif;}
.our-team-content p {margin-bottom: 12px;}
.our-team-content img {margin-left: 20px;}


.our-team-list-holder {display: block; margin-top: 34px;}
.our-team-list-holder ul {margin-left: 10px;}
.our-team-list-holder ul li {border: 1px solid #c7c8ca; margin-bottom: 34px;}
.our-team-list-holder ul li.last {margin-bottom: 26px;}
    .our-team-list-holder ul li .left-team {float: left; width:226px; margin-right: 24px;}
    .our-team-list-holder ul li .right-team {float: left; margin:17px 0; max-width: 684px; font-size: 11px; line-height: 18px; color: #939598; font-family: 'Arimo', sans-serif; text-align:left;}
        .our-team-list-holder ul li .right-team h2 {font-weight: bold; color: #58595B; font-size: 14px;}
        
.back-link {margin: 0 0 0 10px; color: #115a6f; font-size: 9px; font-family: 'Arimo', sans-serif;}
    .back-link a {color:#115a6f;}


/*Showrooms*/
.page-title.showrooms {border-bottom: 1px solid #c7c8ca; margin-bottom: 16px; text-transform: uppercase;}
.page-title.showrooms h1 {color:#115a6f; font-size: 18px; font-family: 'cantarellregular', sans-serif; margin-bottom: 12px;}

.showrooms-content {float: left; max-width: 526px; width: 100%; margin-left: 18px;}
.showrooms-content table {font-family: 'Arimo', sans-serif; font-size: 10px; color: #939598; width: 100%;}
.showrooms-content table th {font-family: 'Arimo', sans-serif; padding-bottom: 8px; font-weight: bold; border-bottom: 1px solid #115a6f;}
.showrooms-content table td {font-size: 12px; padding:6px 23px 25px 0; line-height: 16px; border-bottom: 1px solid #C7C8CA;}
.showrooms-content table tr:last-child td {border-bottom:none;}

.showrooms-list-holder {
	float: left;
    margin-left: 32px;
    max-width: none;
    width: 40%;
}
.showrooms-list-holder li {
	margin-bottom: 20px; 
	position: relative;
	width:100%;
}
.showrooms-list-holder li a {
	display:block;
	width:100%;
}
.showrooms-list-holder li a img {
	display:block;
	width:100%;
}
.showrooms-list-holder li .vjs-default-skin .vjs-big-play-button:before {content: '';}
.showrooms-list-holder li .vjs-default-skin .vjs-big-play-button {
    background: url("https://bnap3b-xkojzr9x6fgl.cloudmaestro.com/mX_SkS_yQ/skin/frontend/default/classichome/images/layout/xbg_video_play_small.png.pagespeed.ic.PrX8w2O5r4.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    height: 57px;
    left: 50%;
    margin: -28px 0 0 -28px;
    position: absolute;
    top: 50%;
    width: 57px;
    border: none;
}
.showrooms-list-holder li .vjs-default-skin:hover .vjs-big-play-button {opacity: 0.8;}

.showroomimages {float: left; margin:15px 0; width: 100%;}
.showroomimages li {float: left; margin: 0 62px 0 10px; max-width: 178px;}
.showroomimages li img {max-width: 100%;}
.showroomimages li.last {margin-right: 0;}

/*Tour*/
.page-title.tour {border-bottom: 1px solid #C7C8CA; text-transform: uppercase; margin-bottom: 16px;}
.tour h1 {color:#115a6f; font-size: 18px; font-family: 'cantarellregular', sans-serif; margin-bottom: 12px;}
.tour-content {font-size: 11px; line-height: 18px; color: #939598; font-family: 'Arimo', sans-serif;}
.tour-content p {margin-bottom: 12px;}
.tour-content img {margin-left: 20px;}


.tour-list-holder {display: block; margin-top: 34px;}
.tour-list-holder ul {margin-left: 10px;}
.tour-list-holder ul li {border: 1px solid #c7c8ca; margin-bottom: 34px;}
.tour-list-holder ul li.last {margin-bottom: 26px;}
    .tour-list-holder ul li .left-tour {float: left; width:390px; margin-right: 20px; position: relative;}
    .tour-list-holder ul li .right-tour {float: left; margin:17px 0; max-width: 518px; font-size: 11px; line-height: 18px; color: #939598; font-family: 'Arimo', sans-serif;}
        .tour-list-holder ul li .right-tour h2 {font-weight: bold; margin-bottom:12px; font-family: "cantarellregular", sans-serif; color: #58595B; font-size: 14px;}
        .tour-list-holder ul li .right-tour .desc {padding:0 15px 0 0;}
        .tour-list-holder ul li .right-tour .desc p:last-child {margin-bottom: 0;}

.tour-list-holder ul li .left-tour .vjs-default-skin .vjs-big-play-button:before {content: "";}
.tour-list-holder ul li .left-tour .vjs-default-skin .vjs-big-play-button {background: url('https://bnap3b-xkojzr9x6fgl.cloudmaestro.com/mX_SkS_yQ/skin/frontend/default/classichome/images/layout/xplay.png.pagespeed.ic.aYfvOVZwS1.png') no-repeat center; border: none; box-shadow: 0 0 0!important;-moz-box-shadow: 0 0 0!important;-webkit-box-shadow: 0 0 0!important;}
.tour-list-holder ul li .left-tour:hover .vjs-default-skin .vjs-big-play-button {opacity: 0.6;}
    
/*.catalog-category-view .wrap-controls .wrap-list-add-to-cart,
.catalog-category-view .wrap-controls .wrap-list-add-to-wishlist{float: left;}*/
.products-grid.products-grid-small li.item{/* width: 156px; margin-right: 28px; */}
.products-grid.products-grid-small .product-image { display:block; width:auto; height:auto; line-height: 135px; vertical-align: bottom; text-align: center; margin:0 0 0px; }
.products-grid.products-grid-small {padding: 0 0 0 28px}
.products-grid.products-grid-small li.item.last {margin: 0 0 0;}
.quick-view-box {
		background: #fff; 
		width: 272px; 
		height:auto; 
		display: none; 
		z-index: 2; 
		box-shadow: 0 0px 5px 5px #BCBCBC; 
		-moz-box-shadow: 0 0px 5px 5px #BCBCBC; 
		-webkit-box-shadow: 0 0px 5px 5px #BCBCBC; 
		position: absolute; 
		top:-48px; 
		left: -50px; 
		padding: 15px;
}
.quick-view-box .quick-view-top{}
.quick-view-box .quick-view-top .product-qv-image{display: block;}
.quick-view-box .quick-view-top img{margin-left: 0px;}
.quick-view-box .quick-view-bottom {margin: 15px 0 0; padding: 12px 0 0; border-top:1px solid #C7C8CA;}
.quick-view-box .quick-view-bottom .quick-view-bottom-left{width: 55%;float: left; font-size: 10px; line-height: 15px; color: #000; white-space:normal;}
.quick-view-box .quick-view-bottom .quick-view-bottom-right{width: 40%; float: right; font-size: 10px; color: #939598;}
.quick-view-box .quick-view-bottom .quick-view-bottom-right .qu_label {color:#939598; }
.quick-view-box .quick-view-bottom .quick-view-bottom-right .qu_label span {color:#939598;}
.quick-view-box .quick-view-bottom .regular-price .price {color: #000; font-weight: normal; font-size: 10px; line-height: 15px;}
.products-grid .quick-view-box .quick-view-bottom .price-box {margin: 0;}

.quick-view-box .quick-view-bottom .old-price .price-label {display: none;}
.quick-view-box .quick-view-bottom .old-price .price {font-size: 10px; font-weight: normal; line-height: 15px; text-decoration: none; color: #808285; font-family: "cantarellregular", sans-serif;}
.quick-view-box .quick-view-bottom .special-price .price-label {color: #D2232A; font-size: 10px; line-height: 15px; font-weight: normal;}
.quick-view-box .quick-view-bottom .special-price .price {font-weight: normal; font-size: 10px; line-height: 15px; color: #D2232A;}
.quick-view-box .quick-view-bottom .special-price {padding:0; white-space: nowrap;}
.quick-view-box .quick-view-bottom .prettycheckbox label {display: none;}

.products-grid.products-grid-small li.item .bottom-description-list {padding: 10px 32px 0 5px;}
.products-grid.products-grid-small li.item .bottom-description-list .zoom {right: 12px;}
.products-grid.products-grid-small li.item .bottom-description-list .downloadWrap {right: 3px;}

.wrap-controls {text-align: center;}
.wrap-controls div {display: inline-block;}

.status-wrap {display: block; margin-top: 6px; white-space:normal; line-height:11px;}

/*Customer Suport*/
.page-title.customer-support {border-bottom: 1px solid #C7C8CA; text-transform: uppercase; margin-bottom: 40px;}
.customer-support h1 {color:#115a6f; font-size: 18px; font-family: 'cantarellregular', sans-serif; margin-bottom: 12px;}
.customer-content {margin-left:-10px;}
.customer-content .support-subtitle {display: block; background: #115a6f; color: #fff; text-transform: uppercase; line-height: 24px; padding:0 10px; font-family: 'Arimo', sans-serif; font-size: 11px; line-height: ;}
.customer-content .fixed-block {}

.customer-support-content ul {float: left; width: 100%; margin-bottom: 43px;}
.customer-support-content ul li {float: left; margin:0 122px 0 30px; max-width: 192px; min-height: 280px; text-align: center;}
.customer-support-content ul li.last, .customer-support-content ul li.item-third {margin-right: 0;}

.customer-support-content ul li a {text-decoration: none;}
.customer-support-content ul li span.title {text-transform: uppercase; display: block; margin-top: 11px; font-family: 'Arimo', sans-serif; font-size: 11px; color:#939598;}
.customer-support-content ul li span.loginreq {font-size: 9px; display: block; margin-top: 2px; line-height: 11px; font-family: 'Arimo', sans-serif; color:#939598;}

.support-box-content {display: block; width: 100%;}
.support-box-content table {width: 100%;}
.support-box-content table td {text-align: right; padding:22px 0;}
.support-box-content table td.first {width: 586px; text-align: left; padding:0 0 22px;}
/*.support-box-content table td.first p:last-child {display: none!important;}*/
.support-box-content .fieldset {background: none; border: none; margin: 0; padding:10px 30px 0; max-width: 534px;}
.support-box-content .fieldset .field {
	width: 50%;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.support-box-content .fieldset .webforms-fields-full_name {
	padding-right: 3%;
}
.support-box-content .fieldset .webforms-fields-email {
	padding-left:3%;
}
.support-box-content .fieldset .form-list li {margin-bottom: 16px;}
.support-box-content .fieldset .form-list li label {font-size: 10px; line-height: 12px; font-family: 'Arimo', sans-serif;}
.support-box-content .fieldset .form-list .input-box {width: 100%;}
.support-box-content .fieldset .form-list .input-box input {
	width: 100%; 
	max-width:inherit;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.support-box-content .fieldset .form-list .webforms-fields-subject {width: 100%;}
.support-box-content .fieldset .form-list .webforms-fields-subject input {
	width: 100%; 
	max-width:inherit;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.support-box-content .fieldset .form-list .webforms-fields-message {width: 100%; }
.support-box-content .fieldset .form-list .webforms-fields-message textarea {
	width: 100%; 
	resize: none;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.support-box-content #webform_2_success_text { margin-top: 20px; margin-left: 30px; }

.support-box-content p.required {display: none;}
.support-box-content .buttons-set {margin: 0px 0 14px; padding: 0 30px; border: none;}
.support-box-content .buttons-set button.button span {font-size: 8px; border: none; background: #808285; font-weight: normal; line-height: 16px; height: 16px; padding:0 26px;}
.support-box-content .buttons-set button.button span span {padding:0;}

.support-box-content table td.first div.wisible {display: block; text-align: left; padding: 20px 0 0; margin: 0 30px; color: #939598; border-top: 1px solid #115a6f; display: block; font-size: 11px; line-height: 16px; font-family: 'Arimo', sans-serif;}

ul.socials-icons {width:100%; text-align: center; margin-top: 20px;}
ul.socials-icons li {display: inline-block; width: 63px; height: 63px; margin:0 37px 0 41px;}
ul.socials-icons li a {display: block; width: 63px; height: 63px;}
ul.socials-icons li a.facebook {background: url('https://bnap3b-xkojzr9x6fgl.cloudmaestro.com/mX_SkS_yQ/skin/frontend/default/classichome/images/layout/xico_facebook_big.png.pagespeed.ic.aegNi3VbKW.png') no-repeat center;}
ul.socials-icons li a.twitter {background: url('https://bnap3b-xkojzr9x6fgl.cloudmaestro.com/mX_SkS_yQ/skin/frontend/default/classichome/images/layout/xico_twitter_big.png.pagespeed.ic.YkeRR5PIbB.png') no-repeat center;}
ul.socials-icons li a.pinterest {background: url('https://bnap3b-xkojzr9x6fgl.cloudmaestro.com/mX_SkS_yQ/skin/frontend/default/classichome/images/layout/xico_pinterest_big.png.pagespeed.ic.U8PJwQDpy6.png') no-repeat center;}
ul.socials-icons li a.instagram {background: url('https://bnap3b-xkojzr9x6fgl.cloudmaestro.com/mX_SkS_yQ/skin/frontend/default/classichome/images/layout/xico_instagram_big.png.pagespeed.ic.uOWhK3bYmg.png') no-repeat center;}
ul.socials-icons li a.vimeo {background: url('https://gdi5lk-xkojzr9x6fgl.cloudmaestro.com/mX_SkS_yQ/skin/frontend/default/classichome/images/layout/xico_vimeo_big.png.pagespeed.ic.0e7JNRO9FM.png') no-repeat center;}
ul.socials-icons li a.youtube {background: url('https://gdi5lk-xkojzr9x6fgl.cloudmaestro.com/mX_SkS_yQ/skin/frontend/default/classichome/images/layout/xico_youtube_big.png.pagespeed.ic.S-UXQMo28X.png') no-repeat center;}

/*LifeStyle*/
.page-title.lifestyle {border-bottom: 1px solid #C7C8CA; text-transform: uppercase; margin-bottom: 10px;}
.page-title.lifestyle h1 {color:#115a6f; font-size: 18px; font-family: "cantarellregular", sans-serif; margin-bottom: 12px;}
.lifestyle-content {display: block;}
.holder-life {position: relative; max-width: 920px; margin: auto; float: none; display: block; width: 100%;}
    .holder-life ul li {position: relative;}

.block-life {position: absolute; top:0; left:0; min-width: 22px; min-height: 22px;}
.block-life-content {position: relative; min-width: 22px; min-height: 22px;}
.block-life-content .icon-life {position: absolute; z-index: 1; cursor: pointer; top:0; left: 0; background: url('https://bnap3b-xkojzr9x6fgl.cloudmaestro.com/mX_SkS_yQ/skin/frontend/default/classichome/images/layout/xplus_icon.png.pagespeed.ic._XogMuI_i1.png') no-repeat center left; width: 22px; height: 22px; display: block;}
.block-life-content .content-life {display: none; z-index: 4; position: absolute; top:-130px; left: 36px; min-width: 199px;}
.block-life-content .content-life.top {
	top:-70px;
}
.block-life-content .content-life.bottom {
	top:-207px;
}
    .life-arrow {float: left; margin-top: 0px;  width: 17px; height: 34px; background: url('https://bnap3b-xkojzr9x6fgl.cloudmaestro.com/mX_SkS_yQ/skin/frontend/default/classichome/images/layout/xlife_arrow.png.pagespeed.ic.gitXsW2pQD.png') no-repeat top left; position:absolute;}
	.top .life-arrow {  margin-top: 64px;  }
	.bottom .life-arrow {  margin-top:200px;  }
    .life-content {float: left; background: #fff; padding:17px 20px 15px; text-align: center; margin-left:17px;}
        .life-content h3 {font-size: 14px; line-height: 16px; color: #115a6f; margin: 0 0 10px; font-weight: normal;}
        .life-content a {margin-top: 12px; font-size: 9px; line-height: 19px; display: block; background: #115a6f; color: #fff; text-decoration: none; text-transform: uppercase;}

.holder-life-top {float: left; margin-bottom: 10px; position: relative; width: 100%;}
ul.life-slider {text-align: center; width: 100%;}
ul.life-slider li.thumb-number-0 {display: block; margin: auto;}
ul.life-slider li { display: none; margin: auto; width: 100%; max-width: 806px;}
ul.life-slider li {width: 100%;}
ul.life-slider li img {width: 100%;}
ul.bottom-lifestyle-gallery {text-align: center;}
ul.bottom-lifestyle-gallery li {display: inline-block; margin-right: 16px;}
.bottom-lifestyle-gallery li.last {margin-right: -4px;}

a.next-img {position:absolute;top:50%; margin-top: -19px; right:10px; width: 19px; height: 38px; background: url('https://bnap3b-xkojzr9x6fgl.cloudmaestro.com/mX_SkS_yQ/skin/frontend/default/classichome/images/layout/xarrow-right-big.png.pagespeed.ic.l-uMMGFs2q.png') no-repeat center;}
a.prev-img {position:absolute;top:50%; margin-top: -19px; left:10px; width: 19px; height: 38px; background: url('https://bnap3b-xkojzr9x6fgl.cloudmaestro.com/mX_SkS_yQ/skin/frontend/default/classichome/images/layout/xarrow-left-big.png.pagespeed.ic.XA6l8Eu026.png') no-repeat center;}

.holder-life-top .socials-product {position: relative; top:0; left:0; float: left; margin-top: 20px;}

.holder-life-top .buttons {float: right; margin-top: 22px;}
.holder-life-top .buttons ul li {float: left; margin-left:6px; display: block!important; width: auto; max-width: inherit;}
a.download {border: 1px solid #939598; display: block; height: 24px; line-height: 24px; padding:0 11px; text-decoration: none; color: #115a6f;}
a.download span {background: url('https://sh7ppr-xkojzr9x6fgl.cloudmaestro.com/mX_SkS_yQ/skin/frontend/default/classichome/images/layout/xico_download.png.pagespeed.ic.9INO2UiXPd.png') no-repeat center right; display: block; font-size: 12px; line-height: 24px; padding:0 50px 0 0; white-space:nowrap;}

div.spacer {position: absolute; bottom: 36px; left: 0; width: 100%; height: 1px; background: #115a6f;}

.bottom-life-gal {position: relative;}
.bottom-life-gal #slider-next {background: url("https://gdi5lk-xkojzr9x6fgl.cloudmaestro.com/mX_SkS_yQ/skin/frontend/default/classichome/images/layout/xarrow-right.png.pagespeed.ic.9xHQeAfXYq.png") no-repeat left top; display: block; height: 30px; right: 10px; width: 16px;}
.bottom-life-gal #slider-prev {background: url("https://sh7ppr-xkojzr9x6fgl.cloudmaestro.com/mX_SkS_yQ/skin/frontend/default/classichome/images/layout/xarrow-left.png.pagespeed.ic.LNqz-1P4hU.png") no-repeat left top; display: block; height: 30px; left: 10px; width: 16px;}
.bottom-life-gal #slider-prev, .bottom-life-gal #slider-next { margin-top: -19px; position: absolute; top: 50%;}
.bottom-life-gal #slider-prev a, .bottom-life-gal #slider-next a {display: block; width: 16px; height: 30px;}

.holder-life-top .zoom {display: block; width: 32px; height: 32px; position: absolute; top:auto; bottom:2%; right:12px; background: url('https://sh7ppr-xkojzr9x6fgl.cloudmaestro.com/mX_SkS_yQ/skin/frontend/default/classichome/images/layout/loop_image.png.pagespeed.ce.tM2mE5CkdQ.png') no-repeat top left;}

.customer-account-index .messages li.success-msg, .customer-account-create .messages li.success-msg { /* margin: 0!important; padding: 0!important; background: none!important; border: none!important; min-height: inherit!important;*/}
.customer-account-index .messages li.success-msg {  margin: 0!important; }
.markupSuccess {text-align: center;}
.markupSuccess h3 {font-family: "cantarellregular", sans-serif; text-align: center; font-size: 22px; color: #115a6f; margin: 21px 0 25px;}
.markupSuccess .markup-holder-box-content p {font-size: 15px; text-align: center; line-height: 20px; margin-bottom: 26px;}

.markupSuccessCheckout {text-align: center;}
.markupSuccessCheckout h3 {font-family: 'cantarellregular', sans-serif; text-transform: uppercase; text-align: center; font-size: 16px; color: #115a6f; margin: 6px 0 14px;}
.markupSuccessCheckout .markup-holder-box-content p {font-size: 13px; text-align: center; line-height: 20px; margin-bottom: 20px;}
.markupSuccessCheckout div.spacer-inner {height: 1px; width: 100%; margin-bottom: 20px; display: block; background: #C7C8CA;}
.markupSuccessCheckout h3.last {margin-top: 35px; margin-bottom: 0;}

.markupSuccessCheckout .markup-holder-box-content p.upper {text-transform: uppercase;}


.markupCart {text-align: center;}
.markupCart h3 {font-family: "cantarellregular", sans-serif; text-align: center; font-size: 22px; color: #115a6f; margin: 21px 0 25px;}
.markupCart .markup-holder-box-content p {font-size: 12px; text-align: center; line-height: 16px; margin-bottom: 8px;}
.markupCart .markup-holder-box-content p.highlight {color: #115a6f; font-family: 'cantarellbold', sans-serif;}
.markupCart img {margin:14px auto 26px; display: block;}
.markupCart ul {text-align: center; margin-bottom: 10px; margin-top: 30px;}
.markupCart ul li {display: inline-block; font-size: 9px; line-height: 15px; width: 100%; max-width: 136px; text-transform: uppercase;}
.markupCart ul li.last {margin-left:26px;}
.markupCart ul li a {color: #fff; text-decoration: none; text-transform: uppercase; display: block; background: #115a6f;padding:5px;}

/*Store Locator*/
.page-title.store-loc {border-bottom: 1px solid #c7c8ca;}
.page-title.store-loc h1 {margin-bottom: 12px; padding:0 18px;}

.quick-view-box .quick-view-bottom a.cart {
    background: url("https://bnap3b-xkojzr9x6fgl.cloudmaestro.com/mX_SkS_yQ/skin/frontend/default/classichome/images/layout/ico_cart.png.pagespeed.ce.o-QvsCzs1O.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    padding-left: 17px;
    width: auto;
    display: block;
    font-size: 12px;
    height: 15px;
    line-height: 15px;
    text-decoration: none;
    float: left;
}

.quick-view-box .quick-view-bottom a.wishlist {
    background: url("https://gdi5lk-xkojzr9x6fgl.cloudmaestro.com/mX_SkS_yQ/skin/frontend/default/classichome/images/layout/xico_wishlist.png.pagespeed.ic.zegU2eATFu.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    margin-left: 7px;
    padding-left: 12px;
    width: auto;
    display: block;
    font-size: 12px;
    height: 15px;
    line-height: 15px;
    text-decoration: none;
    float: left;
}

.quick-view-box .close_qv {
    cursor: pointer;
    font-size: 10px;
    position: absolute;
    right: 6px;
    top: 1px;
}
.products-grid li.item {position: relative;}
.quick-view-box .wrap-content{border: 1px solid #C7C8CA; padding: 20px;}
.category-products .downloadWrap{float: right; position: absolute; top: 27px; right: 8px;}

.customerimages-index-index .products-grid{background: 0 none;} 
.customerimages-index-index .btn-wrap{float: right; padding-right: 25px;}
.customerimages-index-index .product-name-link{text-decoration: none; cursor: default;}

.add-to-mess .p-sku {
    color: #0A263C;
    font-size: 10px;
    font-weight: bold;
    padding-bottom: 0;
    text-align: center;
}
.add-to-mess {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #C7C8CA;
    height: 60px;
    left: -16px;
    padding: 10px 10px 0;
    position: absolute;
    text-align: center;
    top: -75px;
    width: 150px;
    z-index: 10;
}
.add-to-mess .p-mess.has-been-addded {
    color: #0A263C;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 400;
}
.add-to-mess .close-mess {
    color: #0A263C;
    cursor: pointer;
    font-size: 13px;
    position: absolute;
    right: 3px;
    top: -3px;
}
.catalog-category-view .add-to-mess.add-to-mydownloads,
.catalogsearch-result-index .add-to-mess.add-to-mydownloads {
    left: -38px;
    top: -94px;
	left: -30px;
    top: -15px;
    z-index: 1000;
}
.catalog-category-view .add-to-mess.addtocart-msg{
    left: -70px;
}
.catalog-category-view .add-to-mess.addtowishlist-msg{
    left: -80px;
}

.sorter .sort-by{
	float: left;
}
.toolbar .sorter{
	float:left;
}
.pager .limiter {
    float: left;
}
.catalog-category-view .pager .pages strong{
	display: none;
}

.col2-left-layout .main {margin: 0; padding-right:0; padding-left: 0; border: none; width: 1200px;}
.col2-left-layout .col-left {float: none; height: 100%; min-height: 100%;}
.col2-left-layout .breadcrumbs {width: 926px; margin-left:240px; margin-bottom: 0; border-bottom: none;}

/*Mana*/
.m-filter-item-list li {margin-bottom: 19px;}
.m-filter-item-list li a {padding-left:15px; color: #58585B; font-size: 11px; text-transform: none; text-decoration: none; line-height: 14px; background: url('https://gdi5lk-xkojzr9x6fgl.cloudmaestro.com/mX_SkS_yQ/skin/frontend/default/classichome/images/layout/bullet.png.pagespeed.ce.ER4Vp-QbdY.png') no-repeat center left;}
.m-filter-item-list li a:hover {color: #115a6f;}
.m-filter-item-list li span {background: url("https://sh7ppr-xkojzr9x6fgl.cloudmaestro.com/mX_SkS_yQ/skin/frontend/default/classichome/images/layout/xerase.png.pagespeed.ic.1cwwb-JrmP.png") no-repeat scroll left center rgba(0, 0, 0, 0); color: #58585B; font-size: 11px; line-height: 14px; padding-left: 15px; text-decoration: none; text-transform: none;}

.currently {display: block; float: left; width: 100%; margin-top: 5px;}
.currently .block-subtitle {border: none; border-top: 1px solid #C7C8CA; padding: 25px 0 0; font-size: 14px; margin: 0 32px 15px; color: #58585B; font-weight: normal;}

.category-menu {margin-left:-16px; margin-bottom: 16px; position: fixed; top: 153px; z-index: 2;}
.category-menu:hover {z-index: 4;}
.catalog-category-view .col2-left-layout .main {padding-top: 0;}
.catalog-category-view .col2-left-layout .col-main {padding-top: 146px;}
/*BreadCrumbs*/
.category-customer-service.catalog-category-view .breadcrumbs, .category-videos.catalog-category-view .breadcrumbs, .category-press.catalog-category-view .breadcrumbs, .category-lifestyle.catalog-category-view .breadcrumbs,
.category-custom-catalog.catalog-category-view .breadcrumbs, .category-container-items.catalog-category-view .breadcrumbs, .category-find-a-rep.catalog-category-view .breadcrumbs,
.category-showrooms.catalog-category-view .breadcrumbs, .category-store-locator.catalog-category-view .breadcrumbs, .category-dealer-assets.catalog-category-view .breadcrumbs,
.category-sales-rep-portal.catalog-category-view .breadcrumbs, .category-frequently-asked-questions.catalog-category-view .breadcrumbs, .category-about-us.catalog-category-view .breadcrumbs, .category-meet-our-team.catalog-category-view .breadcrumbs {position: inherit; top: 125px; z-index: 2;}
.catalog-category-view .breadcrumbs {position: fixed; top: 125px; z-index: 2;}


.catalog-category-view .fixedBlock {position: fixed; background: #fff; min-height:237px; top:0; z-index: 1; left:240px; width: 100%;}
.category-frequently-asked-questions.catalog-category-view .fixedBlock, .category-meet-our-team.catalog-category-view .fixedBlock, .category-about-us.catalog-category-view .fixedBlock,
.category-custom-catalog.catalog-category-view .fixedBlock, .category-customer-service.catalog-category-view .fixedBlock {display:none;}


.catalog-category-view .toolbar {top: 201px; max-width: 940px; width: 100%; position: fixed; z-index: 3;}

.category-menu ul  {
    display: table;
    width: 100%;
}
.category-menu ul > li {
	border-bottom: 0 solid #fff;
    border-right: 1px solid #c5c7c9;
    display: table-cell;
    float: none;
    font-size: 11px;
    line-height: 26px;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
    width: auto;
}
.category-menu li.last {border: none;}
.category-menu li a {
	background: none repeat scroll 0 0 #f2f3f3;
    border-bottom: 1px solid #f2f3f3;
    box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
    color: #115a6f;
    display: block;
    padding: 2px 8px 0;
    text-align: center;
    text-decoration: none;
    width: 100%;
}

.category-menu-holder {position: relative; z-index: 1;}
ul.first-children {
	background: none repeat scroll 0 0 #dbdcdd;
    border-top: 1px solid #c5c7c9;
    display: none;
    left: 0;
    position: absolute;
    text-align: center;
    top: 28px;
    white-space: normal;
    width: 68px;
    z-index: 10;
	table-layout: fixed;
}
ul.first-children li {
	border: medium none !important;
    display: table-cell;
    float: none;
    margin: 0;
    opacity: 1;
    padding: 19px 6px 19px 7px;
    text-transform: uppercase;
    vertical-align: top;
    white-space: normal;
    width: auto;
}
.category-menu ul > li.first ul.first-children,
.category-menu ul > li:nth-child(2) ul.first-children,
.category-menu ul > li:nth-child(3) ul.first-children {
	table-layout: auto;
}
ul.first-children li a {
	padding:0;
}
ul.first-children li div.image-holder {width: 59px; cursor: pointer; height: 59px; display: block; margin: auto; background: #fff;}
ul.first-children li h4 a {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    color: #000 !important;
    display: block;
    font-size: 10px;
    font-weight: normal;
    line-height: 1;
    padding: 0;
    text-align: center !important;
    text-transform: uppercase;
    white-space: nowrap;
    width: 100%;
    word-spacing: -1px;
}
 ul.first-children li h4 {
			color: #000;
    		display: block;
    		font-size: 12px;
   			font-weight: normal;
    		padding:0;
			margin:0;
    		text-transform: none;
			width:100%;
	}
        ul.first-children li:hover {background: #a5a8aa; opacity: 1;}
        ul.first-children li:hover h4 {color: #fff;}
        ul.first-children li:hover a {background: none; color: #fff!important; border:none; }
		ul.first-children li a:hover { text-decoration:underline; }

ul.second-children {
	background: none repeat scroll 0 0 #a5a8aa;
    display: none;
    left: 0;
    line-height: 1;
    padding: 10px 0;
    position: absolute;
    text-align: left;
    top: 100%;
    white-space: normal;
    width: 100%;
    z-index: 20;
}
ul.second-children li {
	border: medium none !important;
    box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
    display: inline-block;
    float: none;
    margin-top: 0;
    opacity: 1;
    padding:5px 17px;
    text-align: center !important;
    vertical-align: top;
    width: 16.4%;
}
ul.second-children li div.image-holder {width: 59px; cursor: pointer; height: 59px; display: block; margin: auto; background: #fff;}
ul.first-children li:hover ul.second-children li h4 a {color: #fff !important;}
ul.second-children li h4 a {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #fff !important;
    font-size: 10px;
    line-height: 1;
    padding: 0;
    text-align: left !important;
    white-space: normal;l;
}
ul.second-children li h4 {
	color: #000;
    display: inline;
    font-weight: normal;
    margin: 0;
    text-transform: none;
}
ul.second-children li:hover a{ color: #fff; text-decoration:underline; }

.category-menu li:hover {}
.category-menu li.haschild:hover {}
.category-menu li:hover a {background: #dbdcdd; color: #000; border-bottom:1px solid #dbdcdd; position:relative; z-index:11;}
.category-menu li:hover ul.first-children {display: table}

.category-menu li ul.first-children li:hover ul.second-children {display: block;}

.toolbar {padding-bottom: 15px;}
.toolbar .pager {float: left;}
.toolbar-bottom .pager { float: none; display: table; margin: 0 auto; }
.view-mode a, .view-mode span {margin:0 10px 0 0; line-height: 20px; display: inline-block;}
a.grid {background: url('https://gdi5lk-xkojzr9x6fgl.cloudmaestro.com/mX_SkS_yQ/skin/frontend/default/classichome/images/layout/xgrid_inactive.png.pagespeed.ic.dUcDMY4UTs.png') no-repeat top left; width: 20px; height: 20px; text-indent: -9999px;}
span.grid {background: url('https://bnap3b-xkojzr9x6fgl.cloudmaestro.com/mX_SkS_yQ/skin/frontend/default/classichome/images/layout/xgrid_active.png.pagespeed.ic.vRUdI_lGyD.png') no-repeat top left; width: 20px; height: 20px; text-indent: -9999px;}

a.list {background: url('https://sh7ppr-xkojzr9x6fgl.cloudmaestro.com/mX_SkS_yQ/skin/frontend/default/classichome/images/layout/xgrid_inactive_big.png.pagespeed.ic.jXSg5E3blF.png') no-repeat top left; width: 34px; height: 20px; text-indent: -9999px;}
span.list {background: url('https://sh7ppr-xkojzr9x6fgl.cloudmaestro.com/mX_SkS_yQ/skin/frontend/default/classichome/images/layout/xgrid_active_big.png.pagespeed.ic.TFTc5x2vMj.png') no-repeat top left; width: 34px; height: 20px; text-indent: -9999px;}

.limiter {position: relative; margin-top: 2px; margin-right: 20px;}
.limiter label {float: left; line-height: 16px; color: #000;}
.limiter div.select {background: url('https://bnap3b-xkojzr9x6fgl.cloudmaestro.com/mX_SkS_yQ/skin/frontend/default/classichome/images/layout/xselect_perpage.png.pagespeed.ic.k3ROkir-PL.png') no-repeat top left; float: left; margin-left: 10px; position: relative; width: 58px; height: 16px;}
.limiter div.select select {text-align: center; font-size: 11px; color: #000; height: 16px; position: absolute; top: 0; left:0; padding-right: 16px; width: 58px;}
.limiter div.select span.select {position: absolute; top:-1px; left: 0; width:42px; line-height: 16px; display: block; }

.sorter .sort-by {position: relative; margin-top: 2px; margin-right: 30px; padding:0;}
.sort-by label {float: left; line-height: 16px; color: #000;}
.sort-by div.select {background: url('https://gdi5lk-xkojzr9x6fgl.cloudmaestro.com/mX_SkS_yQ/skin/frontend/default/classichome/images/layout/xselect_sort.png.pagespeed.ic.9QO5TULFX4.png') no-repeat top left; float: left; margin-left: 10px; position: relative; width: 125px; height: 16px;}
.sort-by div.select select {text-align: center; font-size: 11px; color: #000; height: 16px; position: absolute; top: 0; left:0; padding-right: 16px; width: 125px;}
.sort-by div.select span.select {position: absolute; top:-1px; left: 15px; width:95px; line-height: 16px; display: block; text-align: left;}

.toolbar .select-all-wrap {display: none;}
.toolbar .select-btns-add-wrap {float: right; }
.toolbar .select-btns-add-wrap button.button {display: inline-block; margin-left: 5px;}
    .toolbar .select-btns-add-wrap button.button span {font-size: 8px; height: 16px; line-height: 16px; background: #115a6f; border: none;}
    
.bottom-description-list {border-top: 1px solid #C7C8CA; position: relative; margin-top:12px; padding: 10px 40px 0 18px; font-size: 11px; line-height: 16px; color: #000;}
    .products-grid .bottom-description-list h2 {font-weight: normal; font-size: 12px; line-height: 16px; margin: 0;}
    .products-grid .bottom-description-list h2 a {text-decoration: none; color: #000; white-space:normal;}
    .zoom {position: absolute; top:13px; right:18px; background: url('https://sh7ppr-xkojzr9x6fgl.cloudmaestro.com/mX_SkS_yQ/skin/frontend/default/classichome/images/layout/zoom.png.pagespeed.ce.UfPBi4vnF6.png') no-repeat top left; width: 16px; height: 16px; display: block; cursor: pointer;}
    
    .bottom-description-list .regular-price .price {font-size: 11px; line-height: 16px; color: #000; font-weight: normal;}
    .products-grid .bottom-description-list .price-box {margin: 0;}
    .qu_label {color: #115a6f;}
    .qu_label span {color: #000;}
    
    .bottom-description-list .old-price .price-label {display: none;}
    .bottom-description-list .old-price .price {font-size: 12px; line-height: 16px; font-weight: normal; text-decoration: none; color: #808285; font-family: "cantarellregular", sans-serif;}
    .bottom-description-list .special-price .price-label {color: #D2232A; font-size: 12px; line-height: 16px; font-weight: normal;}
    .bottom-description-list .special-price .price {font-weight: normal; font-size: 12px; line-height: 16px; color: #D2232A;}
    .bottom-description-list .special-price {padding:0; white-space: nowrap;}
    .bottom-description-list .prettycheckbox label {display: none;}
    
    
/*FAQ*/
.category-frequently-asked-questions ul.faqs {margin-left: 16px; margin-bottom: 30px;}
.category-frequently-asked-questions ul.faqs li {
    background: url("https://gdi5lk-xkojzr9x6fgl.cloudmaestro.com/mX_SkS_yQ/skin/frontend/default/classichome/images/layout/xinactive_arrow.png.pagespeed.ic.iO6YKzwr6C.png") no-repeat scroll 5px top rgba(0, 0, 0, 0);
    cursor: pointer;
    padding-left: 28px;
    margin-bottom: 18px;
}
.category-frequently-asked-questions ul.faqs li.active {
    background: url("https://sh7ppr-xkojzr9x6fgl.cloudmaestro.com/mX_SkS_yQ/skin/frontend/default/classichome/images/layout/xactive_arrow.png.pagespeed.ic.NZ8spuahD5.png") no-repeat scroll left 5px rgba(0, 0, 0, 0);
}
.category-frequently-asked-questions ul.faqs li.last {margin: 0;}
.category-frequently-asked-questions ul.faqs li h3 {
    color: #939598;
    display: block;
    font-family: 'Arimo',serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 20px;
    margin-bottom: 2px;
    text-transform: none;
    font-weight: bold;
}
.category-frequently-asked-questions ul.faqs li p {
    color: #939598;
    display: none;
    font-family: 'Arimo',sans-serif;
    font-size: 14px;
    line-height: 15px;
    margin-bottom: 14px;
    padding: 0 10px;
}

p.sign {color: #939598; font-family: 'Arimo', sans-serif; font-size: 14px; margin-bottom: 22px; margin-left: 16px;}
p.sign a {color: #115a6f;}
.category-frequently-asked-questions p.back {margin-left:15px; font-size: 9px;}
.category-frequently-asked-questions p.back a {color: #115a6f; font-family: 'Arimo',sans-serif;}

.category-frequently-asked-questions .page-title {text-transform: uppercase; margin-bottom: 11px; font-size: 18px; line-height: 24px; font-family: "cantarellregular", sans-serif;}
.category-frequently-asked-questions .page-title h1 {font-size: 20px; margin-bottom: 14px; line-height: 24px; font-family: "cantarellregular", sans-serif; color:#115a6f; padding-left: 10px;}

/*Product detail page*/
.catalog-product-view .breadcrumbs {border: none; margin: 0;padding: 8px 0 8px 18px;}

.MagicToolboxSelectorsContainer { text-align: left; border-top: 1px solid #C7C8CA; padding-top: 20px; margin-left: -25px; }
div.MagicToolboxContainer a.MagicThumb-swap { width: 100px; height: 100px; line-height: 100px; float: left; text-align: center; border: 1px solid #C7C8CA; margin: 0 0 30px 25px; }
div.MagicToolboxContainer a.MagicThumb-swap img { vertical-align: middle; }

.tabs-holder {width: 100%; float: left; margin-top: 15px; margin-bottom: 12px;}
.tabs-holder ul.tabs {float: left; width: 100%;}
.tabs-holder ul.tabs li {border-left: 3px solid #fff; cursor: pointer; line-height: 32px; font-size: 14px; width: 50%; text-align: center; max-width: 193px; color: #58595B; float: left; background: #e1e2e3; border-bottom: 3px solid #fff; box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
.tabs-holder ul.tabs li span {display: block; line-height: 32px;}
.tabs-holder ul.tabs li.last {border-right: none;}
.tabs-holder ul.tabs li.active {background: #b1b3b6; color: #fff; border-bottom: 3px solid #b1b3b6;border-left: medium none;}
.tabs-holder ul.tabs li.active span {background: url('https://bnap3b-xkojzr9x6fgl.cloudmaestro.com/mX_SkS_yQ/skin/frontend/default/classichome/images/layout/xtabs_separator.png.pagespeed.ic.PWUcju7NkK.png') no-repeat bottom center;}
.tabs-holder ul.tabs li#description.inactive {
	border-left: medium none;
    border-right: 3px solid #fff;
}

.tabs-content {float: left; width: 100%; clear: both; font-size: 14px; line-height: 18px;}
.tabs-content div.active {display: block; padding: 40px 24px 40px; min-height: 36px; background: #b1b3b6; color: #fff;}
.tabs-content div.inactive {display: none;}
.tabs-content ul {list-style: disc outside; padding-left:1em;}
.tabs-content div.description div.descr {
	margin-bottom:15px;
}
.tabs-content div.description p { margin: 0; }
.tabs-content div.specification p { margin-bottom: 2px; }

table.available {border-top: 1px solid #939598; margin-bottom: 33px; border-left: 1px solid #939598; width: 100%;}
table.available td {border-right: 1px solid #939598; padding:2px 7px; border-bottom: 1px solid #939598; text-align: center; font-size: 11px; color: #000; text-align: left;}
table.available td span {color: #115a6f;}

.catalog-product-view .price-box {font-size: 14px; color: #58595B;}
.catalog-product-view .price-box .msrp-price {font-size: 11px; color: #58595B; margin-bottom: 0;}
.catalog-product-view .price-box .msrp-price .price-label, .catalog-product-view .price-box .msrp-price .price {font-weight: normal; text-decoration: none; font-size: 11px; color: #58595B;}

.catalog-product-view .price-box .old-price {font-size: 13px; color: #58595B;}
.catalog-product-view .price-box .old-price .price-label, .catalog-product-view .price-box .old-price .price {font-weight: normal; text-decoration: none; font-size: 13px; color: #58595B;}

.catalog-product-view .price-box .special-price {line-height: 22px;}
.catalog-product-view .price-box .special-price .price-label {display: block; font-size: 14px; color: #58595B; text-transform: uppercase; font-weight: normal;}
.catalog-product-view .price-box .special-price .price {font-weight: normal; font-size: 18px; color: #115a6f;}

.action-boxes {border: 1px solid #939598; margin-top: 43px; float: left; width: 99.5%; position: relative;}
.action-boxes div {float: left; width: 50%; line-height: 25px;box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;padding-right: 8px;}
.action-boxes div a {display: block; color: #115a6f; text-decoration: none;}

div.down-spec {border-bottom: 1px solid #939598; width:50%; border-right: 1px solid #939598; box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box; }
div.down-spec a {background: url('https://bnap3b-xkojzr9x6fgl.cloudmaestro.com/mX_SkS_yQ/skin/frontend/default/classichome/images/layout/xico_spec.png.pagespeed.ic.6LdxAHIoJm.png') no-repeat right center; padding: 0 0 0 16px;}

div.custom-cat {border-bottom: 1px solid #939598; width:50%;box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;padding-right: 6px;}
div.custom-cat a {background: url('https://gdi5lk-xkojzr9x6fgl.cloudmaestro.com/mX_SkS_yQ/skin/frontend/default/classichome/images/layout/xico_catalog.png.pagespeed.ic.z2VQPs3myY.png') no-repeat right center; padding: 0 0 0 10px;}

div.email-prod {border-right:1px solid #939598;box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;padding-right: 6px;}
div.email-prod a {background: url('https://sh7ppr-xkojzr9x6fgl.cloudmaestro.com/mX_SkS_yQ/skin/frontend/default/classichome/images/layout/ico_emailf.png.pagespeed.ce.L8HuXD6_eS.png') no-repeat right center; padding: 0 0 0 16px;}

div.my-downloads a {background: url('https://sh7ppr-xkojzr9x6fgl.cloudmaestro.com/mX_SkS_yQ/skin/frontend/default/classichome/images/layout/xico_download.png.pagespeed.ic.9INO2UiXPd.png') no-repeat right center; padding: 0 0 0 15px;}

.video-box {float: left; cursor: pointer; width: 100%; height: 203px; margin-top: 18px; background: url('https://sh7ppr-xkojzr9x6fgl.cloudmaestro.com/mX_SkS_yQ/skin/frontend/default/classichome/images/layout/xbg_video.png.pagespeed.ic.4qNJ7SbGCc.png') no-repeat center;}


.related-products .block .block-title {padding:0 0 9px; margin:0 0 36px; background: none; font-weight: normal; color: #115a6f;}
.related-products {
	
	/* Commented on 2015-04-25
	float: left;
	width: 100%;
	*/
	
	margin-top: 45px;
}
.related-products .block-related {border: none;}
.block .block-title strong {font-weight: normal; color: #115a6f; font-size: 14px; font-family: 'cantarellregular', sans-serif;}
.related-products .mini-products-list li.item .product { margin: 0; }
.related-products .mini-products-list li.item .product-image { float: none; display: block; height: auto; width: 100%; border: none; }
.related-products .mini-products-list li.item .product-image img { max-width: 174px; margin: 0 auto; height: auto; width: 100%; }
.related-products .mini-products-list li.item h2 {
	clear: both;
    line-height: 125%;
    /* overflow: hidden; */
    padding: 8px 0;
}
.related-products .mini-products-list li.item h2 a { font-size: 14px; color: #000000; text-decoration: none; line-height: 125%; }
.related-products .mini-products-list li.item h2 a:hover { text-decoration: underline; }
.related-products .mini-products-list li.item .bottom-description-list,
.related-products .mini-products-list li.item .bottom-description-list .regular-price .price,
.related-products .mini-products-list li.item .bottom-description-list .old-price .price,
.related-products .mini-products-list li.item .bottom-description-list .special-price .price{
    font-size: 12px;
}
.related-products .mini-products-list li.item .bottom-description-list { width: 174px; margin: 0 auto; padding: 0; border: none; }
.related-products .mini-products-list li.item .product-sku { margin-bottom: 6px; }
.related-products .mini-products-list.slick-slider .slick-dots { bottom: -30px; }
.related-products .mini-products-list.slick-slider .slick-next,
.related-products .mini-products-list.slick-slider .slick-prev {
	top: 120px;
}
.related-products .mini-products-list.slick-slider .slick-next { right: -17px; }
.related-products .mini-products-list.slick-slider .slick-prev { left: -17px; }

/* Commented on 2015-04-25
.related-products .block-related .block-title strong {padding:0; background: none;}
.related-products .block-related .block-content {background: none;}
.related-products .block-related .block-content .products-grid {width: 100%; padding: 0;}
.related-products .block-related .block-content li.item {padding: 0;}
.related-products .block-related .product {margin: 0;}

.related-products .products-grid .product-image {width: 175px; height: 175px; float: left; border: none;}
.related-products .products-grid li.item {float: none; display: inline-block; vertical-align: top; width: 175px; clear: none; margin: 0 77px 0 0;}
.related-products .products-grid li.item.last {margin-right: -4px;}
.related-products .products-grid li.item .bottom-description-list {clear: both; float: left; width: 116px;}
.related-products .block li.odd, .related-products .block li.even {background: none;}
*/

.add-to-box.margin-min {float: right; width: 100%; margin: 18px 0;}

.type-data {float: left; border: 1px solid #939598; float: right; padding: 0 15px 15px;width: 215px;width: 70%; box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;}
.type-data .data-table td {font-size: 11px; line-height: 13px; padding:3px;}
.type-data .data-table th {font-size: 11px; font-weight: normal; padding:3px;}

.box-up-sell {float: left; padding:0 10px 10px; width: 117px; width: 30%; box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box; border: 1px solid #939598; border-right: none;clear:both;}
.box-up-sell h2 {font-size: 11px; line-height: 15px; font-family: 'cantarellregular', sans-serif;}
ul.upsell-options {margin: 0; padding:0;}
ul.upsell-options li {display: inline-block; margin-right: 1px; margin-bottom: 4px; }
ul.upsell-options li.last { margin-right: 0; }

.action-boxes div.info-box {display: block; cursor: pointer; width: auto; padding:0; border: none; position: absolute; top:7px; right: -20px;}
.action-boxes div.info-box span.icon {float: left; width: 11px; height: 11px; background: url('https://gdi5lk-xkojzr9x6fgl.cloudmaestro.com/mX_SkS_yQ/skin/frontend/default/classichome/images/layout/xinfo_icon.png.pagespeed.ic.sh-66y9H27.png') no-repeat top left;}
.action-boxes div.info-box .info-box-content {display: none;float: right; font-size: 12px; line-height: 14px; width: 126px; background: #fff; min-height: 40px; position: absolute; top:-22px; right: 11px; border: 1px solid #939598; padding:8px 12px;}
.action-boxes div.info-box .info-box-content p {margin: 0;}

.add-to-box div.info-box {display: block; cursor: pointer; width: auto; padding:0; border: none; position: absolute; bottom: -9px; right: -20px;}
.add-to-box div.info-box span.icon {float: left; width: 11px; height: 11px; background: url('https://gdi5lk-xkojzr9x6fgl.cloudmaestro.com/mX_SkS_yQ/skin/frontend/default/classichome/images/layout/xinfo_icon.png.pagespeed.ic.sh-66y9H27.png') no-repeat top left;}
.add-to-box div.info-box .info-box-content {display: none;float: right; font-size: 12px; line-height: 14px; width: 100px; background: #fff; min-height: 40px; position: absolute; top:-22px; right: 12px; border: 1px solid #939598; padding:8px 12px;}
.add-to-box div.info-box .info-box-content p {margin: 0;}

#super-product-table.data-table tr th {border: none!important; text-transform: none; font-size: 11px; padding: 0 6px 6px 0;}
#super-product-table.data-table tr th.center { text-align:center; }
#super-product-table td {border:none; text-align: left; white-space: nowrap; vertical-align: middle; padding: 4px 6px 4px 0; line-height: 16px;}
#super-product-table td.center {
	text-align:center; 
}
#super-product-table td input {vertical-align: top;}
#super-product-table td.last {color: #115a6f;}
#super-product-table td label.gr-skus {
	color: #bbb;
    font-size: 10px;
    line-height: 11px
}

/*Find a Rep*/
.page-title.find-a-rep { border-bottom: 1px solid #c7c8ca; }
.page-title.find-a-rep h1 { margin-bottom: 10px; padding: 0 8px; }

.find-rep-left {float: left; min-width: 345px; max-width: 425px; margin-left: 9px;}
.find-rep-left .saleslocator {border:1px solid #939598; min-height: 58px; font-family: 'Arimo', sans-serif; font-size: 11px; line-height: 15px; color: #939598; padding:14px 100px 14px 14px; margin-bottom: 20px; position: relative;}
.find-rep-left .saleslocator .fileblock {position: absolute; right: 0; bottom: 0; width:86px; height: 86px;}
.find-rep-left .saleslocator .fileblock img {max-width: 100%;}
.find-rep-left .saleslocator p {margin: 0;}
.find-rep-left .saleslocator a {color: #939598; text-decoration: none;}
.find-rep-left .saleslocator a:hover {text-decoration: underline;}
.saleslocator .repName {font-size: 13px;}
.saleslocator .repEmail {font-size: 13px;}
.saleslocator .saleslocatorName p {font-size: 13px;}
.saleslocatorName {font-weight: bold; margin-bottom: 4px;}
.storeLocatorHolder {float: left;}
.selectbox-rep {float: left;}
.storeLocatorBlock {float: left; margin-left: 3px; max-width: 194px;}

.find-rep-right {float: right; width: 100%; max-width: 500px;}
.find-rep-right input, .find-rep-right textarea { font-size: 11px; resize: none; font-family: 'Arimo', sans-serif; border:1px solid #c7c8ca; padding: 0 6px 0 6px; }
.find-rep-right input { width: 95%; height: 23px; line-height: 23px;}
.find-rep-right textarea { width: 97.5%; height: 188px; padding-top: 6px;}
.find-rep-right p.note-p {font-family: 'Arimo', sans-serif; font-size: 11px; color: #939598;}
.find-rep-right p.note-p a {font-size: 9px; color: #115a6f;}

.selectbox-rep {display: block; background: none; width: 15px; height: 15px; cursor: pointer; background: url('https://sh7ppr-xkojzr9x6fgl.cloudmaestro.com/mX_SkS_yQ/skin/frontend/default/classichome/images/layout/xcheckbox_inactive.png.pagespeed.ic.6wKoESB7-E.png') no-repeat top left;}
.selectbox-rep.active {background: url('https://sh7ppr-xkojzr9x6fgl.cloudmaestro.com/mX_SkS_yQ/skin/frontend/default/classichome/images/layout/xcheckbox.png.pagespeed.ic.i7StMGo3B3.png') no-repeat top left;}

.text-area {position: relative;}
.text-area .clearForm {position: absolute; bottom: 3px; left: 3px; font-size: 9px; text-decoration: underline; color:#115a6f; text-transform: uppercase; cursor: pointer;}

.find-rep-right h3 { font-family: "cantarellregular", Helvetica, sans-serif; font-size: 13px; font-weight: 100; color: #2f2f2f; margin: 0 0 10px 0; line-height: 100%; }
.block-email ul li {width: auto; margin-bottom: 17px;}
.block-email ul li.small {display: inline-block; width:100%; max-width:240px;}
.block-email ul li.small.first {margin-right: 16px;}
.block-email .actions {text-align: right;}
.block-email .actions button.button span {border:none; padding:0 13px; height: 18px; text-transform: uppercase; font-size: 9px; color: #fff; font-family: 'cantarellregular', sans-serif; background: #115a6f;}

.find-rep-left .locRepSelectCountryHolder { font-family: "cantarellregular", Helvetica, sans-serif; font-size: 11px; display: block; color: #2f2f2f; line-height: 100%; margin-bottom: 17px; }
.find-rep-left .locRepSelectCountryHolder select { padding: 3px 1px; }
.find-rep-left .locRepSelectCountryHolder label { font-size: 13px; font-weight: 100; display: block; margin-bottom: 10px; }
.find-rep-left .locRepSelectCountryHolder input {
	display: inline-block;
	vertical-align: middle;
	margin-right: 4px;
	/*font-family: 'cantarellregular',Helvetica, sans-serif;*/
	
	background-color: #ffffff;
	font-size: 11px;
	font-style: italic;
	color: #909090;
	width: 123px;
	height: 23px;
	line-height: 23px;
	border: 1px solid #c7c8ca;
	box-sizing: content-box;
	padding: 0 6px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
::i-block-chrome,.find-rep-left .locRepSelectCountryHolder input {
	font-family: Helvetica, sans-serif;
	padding-top:1px;
} 
}

.find-rep-left .locRepSelectCountryHolder button.button {display: inline-block; vertical-align: middle;}
.find-rep-left .locRepSelectCountryHolder button.button span {background: #115a6f; border: none; padding: 0 8px; font-size: 9px; line-height:25px; height: 25px; text-transform: uppercase; font-family: 'cantarellregular', sans-serif;}
.find-rep-left h3 {color: #939598; font-size: 10px; margin: 9px 0 10px; line-height: 14px; padding-bottom: 4px; font-family: 'Arimo', sans-serif; border-bottom: 1px solid #115a6f;}



::-moz-placeholder {color:#939598; font-style: italic; opacity:1;}
:-ms-input-placeholder {color:#939598; font-style: italic;opacity:1;}
input:-moz-placeholder {color:#939598; font-style: italic;opacity:1;}
::-webkit-input-placeholder {color:#939598; font-style: italic;opacity:1;}
/*Videos page*/
.top-box-video {max-width: 926px; position: relative;}

/* wishlist page */
.page-title {border: 0;margin: 0 0 15px 0;}
.page-title h1 {color:#115a6f;font-size: 18px;text-transform: uppercase;}

.view_p_contain {position: relative;float: left;display: inline-block;margin: 0 20px 0 0;}
.my-wishlist .view_p_contain {
	margin: 0 2% 0 0.75%;
}
.viewProHolder {
	position: relative;
	margin: 0 0 25px 0;
}
.my-wishlist .viewProHolder {
	margin: 0 0 20px 0;
}
.viewProHolder div.select {
	background: url('https://gdi5lk-xkojzr9x6fgl.cloudmaestro.com/mX_SkS_yQ/skin/frontend/default/classichome/images/layout/xicon_arrow_select.png.pagespeed.ic.RUkKgXmowk.png') no-repeat right top transparent;
	position: relative;
	width: 188px;
	border:1px solid #939598;
	height: 24px;
}
.add-to-projects div.select {width: 173px;}
.add-to-projects {margin: 0 0 10px 0; clear: left; float:left;display:block;}

.viewProHolder div.select span,
.add-to-projects div.select span {
	position: absolute;
	color: #231F20;
	font-size: 12px;
    cursor: default;
    font-weight: normal;
    height: 20px;
    left: 0;
    line-height: 24px;
    overflow: hidden;
    position: absolute;
    text-align: left;
    text-indent: 7px;
    top: 0;
    z-index: 1;
    width: 188px;
	display:block;
}
.viewProHolder div.select select {position: relative;width: 188px;}

.createProjectInputHolder {float: left;position: relative;display: inline-block;margin: 0 20px 0 0;}
.create-project .button.p-create {display: inline-block;float: left;cursor:pointer;}
.create-project .right_btns {display: inline-block;float: right;border: 1px solid #C7C8CA;margin: 0 1.75% 0 0;}
.create-project .right_btns .save-wish {
	text-decoration: none;
	display: inline-block;
	float: left;
	padding: 0 30px 0 10px;
	color: #115a6f;
	margin: 0 10px 0 0;
	height: 24px;
	line-height: 2;
}
.create-project .right_btns .btn-share.wishlistEmail {
	border-left: 1px solid #C7C8CA;
	display: inline-block;
	float: left;
	padding: 0 30px 0 10px;
	color: #115a6f;
	margin: 0 10px 0 0;
	height: 24px;
}
.create-project .right_btns .btn-share.wishlistEmail span {border: 0; background: transparent; color: #115a6f;padding: 0;font-weight: normal;}
.create-project .right_btns .save-wish {background: url('https://sh7ppr-xkojzr9x6fgl.cloudmaestro.com/mX_SkS_yQ/skin/frontend/default/classichome/images/layout/xicon_save.png.pagespeed.ic.Voi2cu3NjG.png') no-repeat right center transparent;}
.create-project .right_btns .btn-share.wishlistEmail {background: url('https://sh7ppr-xkojzr9x6fgl.cloudmaestro.com/mX_SkS_yQ/skin/frontend/default/classichome/images/layout/xicon_email.png.pagespeed.ic._XvxNR5mKK.png') no-repeat right center transparent;}
.create-project input {width: 188px;border:1px solid #939598;height: 20px;color: #231F20;text-indent: 7px;}

#wishlist-view-form #wishlist-table td.last .cart-cell,
#amlist-table td.last .cart-cell{
	margin-top:62px;	
	min-width:185px;
	float:left;
	display:block;
}
#wishlist-view-form #wishlist-table td.last .cart-cell .add-to-cart-alt,
#wishlist-view-form #wishlist-table td.last .cart-cell .add-to-cust-cat,
#amlist-table td.last .cart-cell .add-to-cart-alt,
#amlist-table td.last .cart-cell .add-to-cust-cat{
	float:left;
}
#wishlist-view-form .wishlist-empty {
	margin-left: 0.9%;
}
.create-project .button.p-create span,
.cart-cell button.button span,
.amlist-table button.button span {
    background: #115a6f;
    border: 1px solid #115a6f;
    color: #FFFFFF;
    display: block;
    font-size: 12px;
    height: 24px;
    line-height: 2;
    padding: 0;
    text-align: center;
    white-space: nowrap;
    width: 125px;
    font-weight: normal;
}
.create-project .button.p-create span span {
	border:none;
}
.cart-cell button.button,
.amlist-table button.button {margin: 0 0 10px; display:block; float:left;-webkit-appearance: none;-moz-appearance: none; appearance: none;  font-size:0;box-sizing: content-box;-webkit-box-sizing: content-box;-moz-box-sizing: content-box;}
.cart-cell button.button span,
.amlist-table button.button span {width: 148px;font-size: 10px;padding: 0 5px;text-align: center;height: 20px; line-height: 20px; margin:0;}
.cart-cell button.btn-cart span span,
.amlist-table button.btn-cart span span {
	background: url('https://bnap3b-xkojzr9x6fgl.cloudmaestro.com/mX_SkS_yQ/skin/frontend/default/classichome/images/layout/xicon_cart_wish.png.pagespeed.ic.OunST-j9GM.png') no-repeat right center transparent;
	border: 0 none;
    padding: 0 20px 0 0;
    width: 128px;
}
.cart-cell button.btn-cat span span,
.amlist-table button.btn-cat span span {
	background: url('https://sh7ppr-xkojzr9x6fgl.cloudmaestro.com/mX_SkS_yQ/skin/frontend/default/classichome/images/layout/xicon_cat_wish.png.pagespeed.ic.2VRXeZtKZn.png') no-repeat right center transparent;
	border: 0 none;
    padding: 0 20px 0 0;
    width: 128px;
}
.add-to-projects div.select {
	background: url('https://bnap3b-xkojzr9x6fgl.cloudmaestro.com/mX_SkS_yQ/skin/frontend/default/classichome/images/layout/xicon_data_table_arrow_select.png.pagespeed.ic.ix_U_u7qtR.png') no-repeat right top transparent;
	border: 1px solid #939598;
	position: relative;
}
.add-to-projects div.select select {position: relative;width: 158px;height: 20px;float: left;display: block;}
.add-to-projects div.select {width: 158px;height: 20px;line-height: 2;}
.add-to-projects div.select span {width: 158px;line-height: 2;}
.btn-remove2, .amlist-table .link-remove {
	background: url('https://bnap3b-xkojzr9x6fgl.cloudmaestro.com/mX_SkS_yQ/skin/frontend/default/classichome/images/layout/xicon_remove_wish.png.pagespeed.ic.D9IjqCM9BA.png') no-repeat right center #808285;
	border: 1px solid #808285;
    color: #ffffff;
    display: block;
    font-size: 10px;
    height: 20px;
    line-height: 2;
    padding-right: 25px;
    text-align: center;
    text-decoration: none;
    text-indent: 0px;
    width: 133px;
}

.add-to-projects div.select span {font-size: 10px;}
.whatIsThis {
	display: inline-block;
	width: 25px;
	height: 26px;
	background: url('https://bnap3b-xkojzr9x6fgl.cloudmaestro.com/mX_SkS_yQ/skin/frontend/default/classichome/images/layout/xicon_what_this.png.pagespeed.ic.Y9s3r_ZW48.png') no-repeat center center transparent;
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;
	text-indent: -99999px;
	margin: 0 0 0 5px;
}
.my-wishlist .product-image {
	width: 130px; 
	height: 130px;
	margin: 0 auto;
	
	height: auto;
    margin: 0;
    width: 100%;
}
.my-wishlist .product-image img {
	height: auto;
    width: 100%;
}

.data-table .cart-cell input,
.amlist-table input {
    border: 1px solid #939598;
    border-radius: 0;
    color: #231F20;
    font-size: 12px;
    font-weight: normal;
    padding: 4px 2px;
    text-align: center;
    width: 2.5em;
}
#wishlist-table.data-table .cart-cell input,
#amlist-table.data-table .cart-cell input{
	
	/* Commented on 2015-04-25
	box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;
	*/
	
    display: inline-block;
    height: 24px;
    line-height: 23px;
    padding: 2px 2px 3px;
    width: 24px;
}
.regular-price .price, 
.pro_price {color: #115a6f;font-weight: normal;font-size: 12px;}
#wishlist-table .regular-price .price,
#amlist-table .regular-price .price{
	color: #231f20;
}
.data-table {border:0;}
.data-table thead th {
    border-bottom: 1px solid #C7C8CA !important;
    border-top: 1px solid #C7C8CA;
    border-left: 0;
    border-right: 0;
    text-transform: uppercase;
    background: transparent;
    padding: 8px;
}
.add-to-cust-cat .btn-cat,
.add-to-cust-cat .whatIsThis {float: left;}
.add-to-cust-cat .whatIsThis {height: 20px; width: 20px;}
.my-wishlist .data-table td,
.amlist-table tbody td {padding: 45px 10px; min-width: 156px}
.my-wishlist .data-table td.last,
.amlist-table tbody td.last {padding: 45px 0 45px 40px;}
.my-wishlist .data-table td.last, .amlist-table tbody td.last .cart-cell {min-width:200px;}
.my-wishlist tbody td.prod_img,
.amlist-table tbody td.prod_img {padding: 25px 10px 45px 10px;}
.data-table tr.last th {border-bottom: 1px solid #C7C8CA !important;}
.data-table .odd  { background:transparent;}
.data-table .even { background:transparent; }

.data-table .product-name a {text-decoration: none;color: #231F20;}

.bottom_box_wish .wish_texta {float: left; width: 100%; display: inline-block;}
.bottom_box_wish .wish_texta textarea {height: 103px;}
.bottom_box_wish label {
	color: #919496;
    font-size: 11px;
    text-transform: uppercase;
	display:block;
}
.bottom_box_wish textarea {
	width: 530px;
	box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;
    color: #919496;
    display: inline-block;
    font-size: 10px;
    font-style: italic;
    line-height: 1;
    padding: 5px 7px;
    resize: none;
    text-transform: uppercase;
    width: 100%;
}
.bottom_box_wish .wish_summ {
	background: none repeat scroll 0 0 #b1b3b6;
    box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;
    display: inline-block;
    float: right;
    padding: 7px 0;
    width: 41.5%;
}
.bottom_box_wish .wish_summ h5 {
	border-right: 1px solid #ffffff;
    color: #ffffff;
    display: block;
    float: left;
    font-family: serif;
    font-size: 17px;
    font-weight: lighter;
    letter-spacing: 1px;
    line-height: 21px;
    margin: 0;
    padding: 10px 0;
    text-align: center;
    text-transform: uppercase;
    width: 40%;
	white-space:normal;
}
.bottom_box_wish {
	float: left;
    margin: 30px 0;
    width: 100%;	
}
.bottom_box_wish .item_summ,
.bottom_box_wish .price_summ {color: #FFFFFF;font-size: 14px;font-weight: normal;display: inline-block;margin:0 0 0 20px;text-transform: uppercase;}
.bottom_box_wish .item_summ {padding: 10px 0 0 0;}
.bottom_box_wish .price_summ {padding: 0 0 5px 0;}
.bottom_box_wish .price_summ strong {font-weight: normal;}
.bottom_box_wish .buttons-set.buttons-set2 {
	border: 1px solid #c7c8ca;
    box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;
    clear: none;
    float: right;
    clear: both;
    height: auto;
    margin: 13px 0 0;
    padding: 0;
}
.bottom_box_wish .buttons-set.buttons-set2 a {
	background: none repeat scroll 0 0 transparent;
    border: 0 none;
    color: #115a6f;
    display: inline-block;
    font-size: 10px;
    font-weight: normal;
    height: 25px;
    line-height: 25px;
    min-width: 33.333%;
    padding: 0 5px;
    text-decoration: none;
    text-transform: uppercase;
	margin:0 !important;
	text-align: center;
	width:33.33%;
	box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;
	white-space:nowrap;
}
.bottom_box_wish .buttons-set.buttons-set2 span {
	background: none repeat scroll 0 0 transparent;
    border: 0 none;
    color: #115a6f;
    display: inline-block;
    font-size: 10px;
    font-weight: normal;
    height: 25px;
    line-height: 25px;
    min-width: 33.333%;
    padding: 0 5px;
    text-decoration: none;
    text-transform: uppercase;
	margin:0 !important;
	text-align: center;
	box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;
	white-space:nowrap;
}
.bottom_box_wish button.btn-update {border-left: 1px solid #C7C8CA;border-right: 1px solid #C7C8CA;}

.hrLine {clear: both;width: 100%;height: 1px; border-top: 1px solid #C7C8CA;margin: 0 0 20px 0;}

.create-project .video_preview_holder {position: relative;display: inline-block;}
.create-project .video_preview {
    /*background: #39B4A6;*/
    background: #FFFFFF;
    border: 1px solid #cfd0d1;
    position: absolute;
    top: -10px;
    left: 45px;
    display: none;
    min-width: 190px;
	padding: 10px;
}
.create-project .video_preview_holder span.close {
	background: #ffffff url('https://sh7ppr-xkojzr9x6fgl.cloudmaestro.com/mX_SkS_yQ/skin/frontend/default/classichome/images/layout/xclose_bottom.png.pagespeed.ic.Wpk5BpWiVT.png') no-repeat top 1px left 1px;
	/*border: 1px solid #B3B3B3;*/
	cursor: pointer; 
	position: absolute; 
	top: 3px;
	right: 3px; 
	width:6px; 
	height:6px; 
	display: block;
	text-indent: -999em;
	padding: 1px;
}
.create-project .video_preview_holder .preview_arrow_wrapper { }
.create-project .video_preview_holder .preview_arrow {
	/*background: url('https://bnap3b-xkojzr9x6fgl.cloudmaestro.com/mX_SkS_yQ/skin/frontend/default/classichome/images/layout/xpreview_arrow.png.pagespeed.ic.1id-2mr2_l.png') no-repeat 0 0 transparent;
	width: 14px;
	height: 27px;
	position: absolute;
	left: -14px;*/
	
	width: 0;
	height: 0;
	position: absolute;
	left: -14px;
	border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    border-right: 14px solid #cfd0d1;
}
.create-project .video_preview_holder .preview_arrow_inner {
	position: relative;
    top: -20px;
    left: 1px;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-right: 21px solid #FFFFFF;
}
.catalog-product-view .product-view.configurable .addtomyproject-msg {left: 216px;top: -76px;}

.catalog-product-view .product-view.configurable .add-to-box div.info-box{bottom: 5px;}

.product-view.configurable .type-data.configurable{display: none;}
.product-view.configurable .add-to-box{width: 100%;}
.product-view.configurable .product-options-bottom{background: none;border-width: 0px;}
.product-view.configurable .product-options{border: 0 none;background: none;}
.product-view.configurable .product-options dt label em,
.product-view.configurable .product-options p.required{display: none;}
.product-view.configurable div.available{margin-bottom: 0px;}

div.available{
    margin-bottom: 33px;
    width: 100%;
}
div.available .item {
    border: 1px solid #939598;
    float: left; 
    color: #000;
    font-size: 11px;
    padding: 2px 7px;
    text-align: left;
    width: 33.33%;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
div.available .even{
	 border-left: 0 none;
}
div.available .item.last{
	border-left: 0 none;
	border-right: 1px solid #939598;
}
div.available .item.next-row{
	border-top: 0 none;
}  
div.available .item span{
	color: #115a6f;
}
div.available .item.itemrow-0{
	border-right: 1px solid #939598;
}
div.available .item.itemrow-1{
	border-left: 1px solid #939598;
}

.videos-holder {display: none; position: relative; float: left; max-width: 926px; width: 100%;}
.videos-holder.video-id-0 {display: block;}

.videos-holder .vjs-default-skin .vjs-big-play-button:before {content: "";}
.videos-holder .vjs-default-skin .vjs-big-play-button {box-shadow: 0 0 0!important; -moz-box-shadow: 0 0 0!important; -webkit-box-shadow: 0 0 0!important;margin:-72px 0 0 -63px; border: none; background: url('https://gdi5lk-xkojzr9x6fgl.cloudmaestro.com/mX_SkS_yQ/skin/frontend/default/classichome/images/layout/xbg_video_play.png.pagespeed.ic.8DRRT2DMlK.png') no-repeat top center; width: 145px; height: 145px;}
.videos-holder .vjs-default-skin:hover .vjs-big-play-button {background: url('https://gdi5lk-xkojzr9x6fgl.cloudmaestro.com/mX_SkS_yQ/skin/frontend/default/classichome/images/layout/xbg_video_play.png.pagespeed.ic.8DRRT2DMlK.png') no-repeat top center; opacity: 0.7;}

.video-list-holder {float: left; width: 100%; max-width: 926px;}

.video-description {border-bottom: 1px solid #115a6f; margin:14px 0 20px;}
.video-description div {display: table-cell; vertical-align: top;}
.video-description div.video-description-left {background: #115a6f; color: #fff; white-space: nowrap; padding:10px 18px;}
.video-description div.video-description-left span {color: #fff; font-family: 'cantarellbold', sans-serif; font-size: 15px;}
.video-description div.video-description-left h2 {color: #fff; text-transform: uppercase; font-size: 18px; margin: 2px 0 0;}

.video-description div.video-description-right {padding:6px 10px; font-size: 11px; line-height: 14px; color: #000;}


.bottom-video {font-size: 11px; line-height: 14px; color: #000;}
.video-list-holder .bx-wrapper .bx-next {background: url('https://gdi5lk-xkojzr9x6fgl.cloudmaestro.com/mX_SkS_yQ/skin/frontend/default/classichome/images/layout/xarrow-right.png.pagespeed.ic.9xHQeAfXYq.png') no-repeat center top; right: -108px;}
.video-list-holder .bx-wrapper .bx-next:hover {background: url('https://gdi5lk-xkojzr9x6fgl.cloudmaestro.com/mX_SkS_yQ/skin/frontend/default/classichome/images/layout/xarrow-right.png.pagespeed.ic.9xHQeAfXYq.png') no-repeat center top;}
.video-list-holder .bx-wrapper .bx-prev {background: url('https://sh7ppr-xkojzr9x6fgl.cloudmaestro.com/mX_SkS_yQ/skin/frontend/default/classichome/images/layout/xarrow-left.png.pagespeed.ic.LNqz-1P4hU.png') no-repeat center top; left:-108px;}
.video-list-holder .bx-wrapper .bx-prev:hover {background: url('https://sh7ppr-xkojzr9x6fgl.cloudmaestro.com/mX_SkS_yQ/skin/frontend/default/classichome/images/layout/xarrow-left.png.pagespeed.ic.LNqz-1P4hU.png') no-repeat center top;}
.video-list-holder .bx-wrapper li {cursor: pointer;}

.video-list-holder .bx-wrapper li:hover .play-holder {opacity: 0.7;}
.top-video {position: relative; margin-bottom: 3px;}
.top-video .play-holder, .curtains-homepage #page2 .video-box-home a.homevideoa .play-holder {position: absolute; top:50%; left:50%; margin:-28px 0 0 -28px; width:57px; display: block; height:57px; background: url('https://bnap3b-xkojzr9x6fgl.cloudmaestro.com/mX_SkS_yQ/skin/frontend/default/classichome/images/layout/xbg_video_play_small.png.pagespeed.ic.PrX8w2O5r4.png') no-repeat center;}
.top-video:hover .play-holder {
	opacity:0.7;	
}
/* my-project-list page */
.data-table.my-project-list tr td {padding: 45px 10px;border-bottom: 1px solid #c7c8ca !important;}
.data-table.my-project-list .nameProject a {color: #231f20;text-decoration: none;}
.my-project-list .editProject,
.my-project-list .emailProject,
.my-project-list .pdfSaveProject,
.my-project-list .link-remove {
    background: none repeat scroll 0 0 #115a6f;
    border: 1px solid #115a6f;
    color: #ffffff;
    display: block;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    font-size: 10px;
    height: 20px;
    line-height: 2;
    padding: 0 5px;
    text-align: left;
    width: 148px;
    text-decoration: none;
    margin: 0 auto 10px;
}
.my-project-list .editProject span {background: url("https://sh7ppr-xkojzr9x6fgl.cloudmaestro.com/mX_SkS_yQ/skin/frontend/default/classichome/images/layout/amlistEditProjIcon.png.pagespeed.ce.QIeSmOTY23.png") no-repeat scroll right center #115a6f;width: 100%;display: inline-block;}
.my-project-list .emailProject span {background: url("https://gdi5lk-xkojzr9x6fgl.cloudmaestro.com/mX_SkS_yQ/skin/frontend/default/classichome/images/layout/xamlistEmailProjIcon.png.pagespeed.ic.DS9X6yXvUk.png") no-repeat scroll right center #115a6f;width: 100%;display: inline-block;}
.my-project-list .pdfSaveProject span {background: url("https://gdi5lk-xkojzr9x6fgl.cloudmaestro.com/mX_SkS_yQ/skin/frontend/default/classichome/images/layout/xamlistSavePdfIcon.png.pagespeed.ic.WJapd8GbHi.png") no-repeat scroll right center #115a6f;width: 100%;display: inline-block;}
.my-project-list .link-remove {border: 1px solid #808285;background: #808285;}
.my-project-list .link-remove span {background: url("https://bnap3b-xkojzr9x6fgl.cloudmaestro.com/mX_SkS_yQ/skin/frontend/default/classichome/images/layout/xicon_remove_wish.png.pagespeed.ic.D9IjqCM9BA.png") no-repeat scroll right center #808285;width: 100%;display: inline-block;}

/* Dealer Assets and Sales Rep Portal */
.hr-line-full {clear: both;height: 1px;border-bottom: 1px solid #C7C8CA;display: block;margin: 0 0 10px 0;}
.downloadsHolder h2 {display: block;background: #115a6f;color: #FFFFFF; text-transform: uppercase;font-size: 11px;padding: 10px;}
.downloadsHolder .downloads-block li {float: left;display: inline-block;margin: 20px 35px 20px 0;padding: 0 20px;}
.downloadsHolder .downloads-block li.firstrow {clear: both;}
.downloadsHolder .downloads-block li.lastrow {margin: 20px 0;}
.downloadsHolder .downloads-block input.download {display: inline-block;float: left;margin: 3px 3px 0 0;}
.downloadsHolder .downloads-block label {font-size: 10px;color: #231F20;display: inline-block;max-width: 80px;overflow:hidden;line-height:12px;}
.downloadsHolder .downloads-block a.prod-attach {float: right;display: block;width: 20px;}
.downloadsHolder .buttons-set {border: 0;margin: 20px 0;}
.downloadsHolder .buttons-set button.button span {background: #808285; border: 1px solid #808285; width: 218px;font-weight: normal;}
.downloadsHolder .buttons-set button.button span span {border: 0;}
.downloadsHolder > table {border: 1px solid #c7c8ca; margin: 0 0 20px 0;}
.downloadsHolder > table tr td {padding: 20px; color: #939598; font-size: 11px;}

.simpleup {float: left; width: 100%; margin-bottom: 31px; margin-top: -25px; position: relative; z-index: 2;}
.simpleup .box-up-sell {padding:0; border: none; width: 100%;}
.price-box-grouped {float: left; margin-top: 10px;}

#accessories-product-table li {float: left; width: 100%; padding-bottom:25px; margin-bottom: 25px; background: url('https://gdi5lk-xkojzr9x6fgl.cloudmaestro.com/mX_SkS_yQ/skin/frontend/default/classichome/images/layout/xmore_separator.png.pagespeed.ic._TWa7GELb6.png') no-repeat center bottom;}
#accessories-product-table li .image-box {float: left; max-width: 156px; margin-right: 15px;}
#accessories-product-table li .image-box img {max-width: 100%;}
#accessories-product-table li .options {float: left; position: relative; max-width: 105px; min-height: 156px; margin-right: 15px;}
#accessories-product-table li .description {float: left; margin-right: 75px; max-width: 410px; width: 100%; min-height: 156px; font-size: 11px; line-height: 20px; color:#58595B;}
#accessories-product-table li .right-price {margin: 0; float: left; min-height: 156px;}
#accessories-product-table li .right-price-box {float: left; max-width: 164px; width: 100%;}

/* Commented on 2015-04-25
#accessories-product-table li .right-price-box div, #accessories-product-table li .right-price-box a {display: block; clear: both;}
*/

#accessories-product-table li.last {margin: 0 0 5px; padding: 0; background: none}
#accessories-product-table li .options {color: #000;}

h3.product-name {font-size: 12px; line-height: 16px;}
h3.product-name a {color: #000; text-decoration: none;}
h3.product-name a:hover { text-decoration: underline; }

.sku, .left-price, .available {font-size: 11px; line-height: 16px;}

.dimenstions {font-size: 10px; line-height: 16px; color: #58595B; position: absolute; bottom: 0; left: 0; display: none;}

a.btn-cart {margin-top: 12px; background: url("https://bnap3b-xkojzr9x6fgl.cloudmaestro.com/mX_SkS_yQ/skin/frontend/default/classichome/images/layout/icon_cart.png.pagespeed.ce.GL_lHkdlGW.png") no-repeat scroll right center #115a6f; color: #fff; text-decoration: none; border: medium none; font-size: 12px; font-weight: normal; height: 25px; line-height: 25px; padding: 0 25px 0 11px;}

.right-price-box .available {float: left; margin-bottom: 12px; color:#115a6f; margin-bottom: 15px;}

.up-title-map {padding:0 20px;}
.up-title-map h3 {font-family: Arimo, sans-serif; padding-bottom: 5px; font-size: 10px; font-weight: bold; color: #939598; border-bottom: 1px solid #115a6f; max-width: 412px;}
.infos {padding-left: 56px; font-style: italic; margin-bottom: 6px; font-size: 10px; color: #626363;}

/*FOrgot Pass*/
.customer-account-forgotpassword .main {padding: 21px 0 0;}

.forgot-pass {
	display: table;
    vertical-align: top;
    width: 100%;
}
.left-forgot-pass {
	display: table-cell;
    float: none;
    max-width: 315px;
    padding-left: 3%;
    padding-right: 3%;
    width: 39%;
	min-width: 315px;
}

    .left-forgot-pass .page-title {margin-bottom:0; border-bottom: 1px solid #c7c8ca;}
        .left-forgot-pass .page-title h1 {font-family: 'cantarellbold',sans-serif; font-weight: normal; margin-bottom: 20px;}
        .left-forgot-pass .fieldset {margin-top: 20px;}
            .left-forgot-pass .fieldset .legend {text-transform: uppercase; font-family: 'cantarellbold',sans-serif; font-weight: normal; color: #9e8c8a; font-size: 15px; margin-bottom: 7px;}
            .left-forgot-pass .fieldset p {font-size: 14px; line-height: 16px; color: #585762; margin-bottom: 17px;}
                .left-forgot-pass .fieldset .form-list li {margin-bottom: 2px;}
                .left-forgot-pass .fieldset .form-list .input-box {width: 100%;}
                    .left-forgot-pass .fieldset .form-list label {font-weight: normal; font-family: 'cantarellregular', sans-serif; padding-left: 5px;}
                        .left-forgot-pass .fieldset .form-list label.required em {color: #115a6f; font-size: 10px;}
                    .left-forgot-pass .fieldset .form-list .input-box input {display: inline-block; width: 214px; margin-right: 4px;}
                    .left-forgot-pass .fieldset .form-list .input-box button.button {display: inline-block;}
.left-forgot-pass .fieldset .form-list button.button span {background: #115a6f; border: 1px solid #115a6f; font-weight: normal; height: 19px; line-height: 19px; text-transform: uppercase; width: 64px;}
.left-forgot-pass .fieldset .form-list button.button span span {border: none; width: auto; font-size: 10px}
.left-forgot-pass .fieldset p.required {text-align: left; font-size: 10px; text-indent: 5px;}
.left-forgot-pass .fieldset p.back-link {font-size: 10px; margin: 130px 0 0;}
.left-forgot-pass .breadcrumbs {padding-left: 0; border: none; margin-bottom: 80px; margin-top: 0px;}

.right-forgot-pass {
	display: table-cell;
    float: none;
    padding-left: 0 !important;
    position: relative;
    width: 55%;
}
.right-forgot-pass img {
	bottom: 0;
    display: block;
    position: absolute;
    width: 100%;
}
.catalog-product-view .product-view #advice-validate-greater-than-zero-qty {position: absolute;margin-top: 23px;}
.catalog-product-view .product-view .add-to-mess.addtocart-msg{left: 68px;}
.catalog-product-view .product-view .add-to-mess.addtowishlist-msg{left: -8px;top: -77px;}
.catalog-product-view .product-view .addtomyproject-msg{left: 216px;top: -76px}
.catalog-product-view .product-view.grouped .addtomyproject-msg{left: 216px;}
.catalog-product-view .addToMyProject, .catalog-product-view .btn-save-project {
    background: no-repeat scroll right center #115a6f;
    border: medium none;
    color: #fff !important;
    float: right;
    font-size: 12px;
    font-weight: normal;
    height: 25px;
    line-height: 25px;
    margin-top: 18px;
    max-width: 109px;
    min-width: 109px;
    padding: 0 44px 0 11px;
    text-align: center;
    text-decoration: none;
}
.catalog-product-view .btn-save-project{padding-left: 25px; padding-right: 30px;}
.catalog-product-view .hide{display: none;}
.catalog-product-view .createProjectInputHolder{margin: 18px 0 0 5px; float: right;}
.catalog-product-view .btn-save-project{float: right; margin-top: 5px;}
.catalog-product-view .project-name-input{min-width: 158px; max-width: 158px; text-align: center;}
.catalog-product-view .addtomydownloads-msg{width: 172px;left:initial; right:-1px;top: -82px; border: 1px solid #C7C8CA;}
.catalog-product-view .grouped-items-table .qu_label span{color: #115a6f;}
.catalog-product-view .regular-price .price{color:#2f2f2f;}
.catalog-product-view .grouped-items-table .validation-advice{position: absolute;margin-top: -2px;}
.catalog-product-view .grouped-items-table .qu_label p {margin-bottom: 0px;}
.catalog-product-view .price-box-grouped{min-height: 74px;}
.catalog-product-view .price-box-grouped .price-box{margin-top: 0px;}
.catalog-product-view .product-view.configurable .add-to-box{margin-top: 0px;}
.catalog-product-view .product-view.configurable .configurable-simple-product-inventory{min-height: 22px;}
.catalog-product-view .markup-holider.markupspec ul.buttons{text-align: right;}
.catalog-product-view .markup-holider.markupspec .dss{color: #115a6f;font-weight: bold;font-size: 17px;}    
.amlist-list-edit #amlist-table .whatIsThis{position: absolute;}
.amlist-list-edit .all-projects{color: #115a6f;margin-top: 10px; display: inline-block;}
.page .buttons-set.buttons-set2 a.contBrow{float: left; margin-left: 12px;}
.create-project input {width:165px;}

.amlist-list-edit .price-box .old-price .price-label,
.amlist-list-edit .price-box .special-price .price-label,
.wishlist-index-index .price-box .old-price .price-label,
.wishlist-index-index .price-box .special-price .price-label{display: none;}

/*Press*/
.press-list-holder h2 {background: #115a6f; color: #ffffff; display: block; font-size: 12px; padding: 8px 10px; text-transform: uppercase; margin-bottom: 20px;}
.in-the-news-slider-holder {position: relative; width: 100%; margin-bottom: 20px;}
.in-the-news-slider .bottom-news .desc {font-size: 10px; line-height: 12px; color: #58585a;}
.in-the-news-slider .bottom-news h3 {font-size: 14px; margin-bottom: 0; color: #58585a;}

.in-the-news-slider-holder #slider-prev {position: absolute; top:24%; left:0; background: url('https://bnap3b-xkojzr9x6fgl.cloudmaestro.com/mX_SkS_yQ/skin/frontend/default/classichome/images/layout/xarrow-left-big.png.pagespeed.ic.XA6l8Eu026.png') no-repeat top left; width: 19px; height: 38px; float: left;}
    .in-the-news-slider-holder #slider-prev a {width: 19px; height: 38px; display: block;}
.in-the-news-slider-holder #slider-next {position: absolute; top:24%; right:0; background: url('https://bnap3b-xkojzr9x6fgl.cloudmaestro.com/mX_SkS_yQ/skin/frontend/default/classichome/images/layout/xarrow-right-big.png.pagespeed.ic.l-uMMGFs2q.png') no-repeat top left; width: 19px; height: 38px; float: left;}
    .in-the-news-slider-holder #slider-next a {width: 19px; height: 38px; display: block;}

.newsgallery-left {float: left;}
.newsgallery-right {float: right; width: 720px;}
    .newsgallery-right ul li {display: inline-block; margin-right: 24px;}
    .newsgallery-right h3 {font-size: 14px; font-family: 'cantarellbold', sans-serif; margin-bottom: 2px; font-weight: normal; color: #58595B;} 
    .newsgallery-right h4 {font-size: 11px; font-family: 'Arimo', sans-serif; font-weight: normal; color: #58595B; margin-bottom: 10px;}
    
    .in-the-news-gallery {border-bottom: 1px solid #115a6f; padding-bottom: 30px; margin-bottom: 30px; padding-left: 25px;}
    .in-the-news-gallery:last-child {border: none; padding-bottom: 0;}
    .secondul {margin-top:28px;}

.category-press .pp_overlay {background: rgba(255,255,255,0.9);}
.category-press .pp_gallery {display: none!important;}
.category-press .pp_content {margin: auto;}
.category-press div.pp_pic_holder {margin-top: 0;}
.category-press a.pp_next, .category-press a.pp_next:hover {background: url('https://bnap3b-xkojzr9x6fgl.cloudmaestro.com/mX_SkS_yQ/skin/frontend/default/classichome/images/layout/xarrow-right-big.png.pagespeed.ic.l-uMMGFs2q.png') no-repeat center right; margin-right: -54px;}
.category-press a.pp_previous, .category-press a.pp_previous:hover {background: url('https://bnap3b-xkojzr9x6fgl.cloudmaestro.com/mX_SkS_yQ/skin/frontend/default/classichome/images/layout/xarrow-left-big.png.pagespeed.ic.XA6l8Eu026.png') no-repeat center left; margin-left: -54px;}
.category-press div.dark_square .pp_close {background: url('https://gdi5lk-xkojzr9x6fgl.cloudmaestro.com/mX_SkS_yQ/skin/frontend/default/classichome/images/layout/xclosebtn.png.pagespeed.ic.K4CNtMgXnz.png') no-repeat top right; width: 12px; height: 12px;}

.checkout-cart-index #shopping-cart-table .type-header{text-transform: uppercase;}
.checkout-cart-index #shopping-cart-table .type-footer td{padding-bottom: 50px;}
.checkout-cart-index .cart-price .price {color: #115a6f;font-size: 12px;}
.checkout-cart-index .default-price .price{color: #231f20;text-decoration: line-through; text-indent: 0;}

/*Cart*/
#shopping-cart-table {border-collapse:collapse;}
#shopping-cart-table tr {border-bottom: 1px solid #c7c8ca;}
#shopping-cart-table tr.up-msg {border-bottom:0px none;}
#shopping-cart-table tr.up-msg .item-delete {display:none;}
#shopping-cart-table td {font-family: "cantarellregular", sans-serif; padding: 20px 12px; border-bottom: 0px solid #c7c8ca;}
#shopping-cart-table td .cart-price,
#shopping-cart-table td .default-price,
#shopping-cart-table td .default-price-off {
    display: block;
}
#shopping-cart-table td.item-qty { min-width: 60px; }
#shopping-cart-table td.item-price-single { min-width: 60px; }
#shopping-cart-table td p {margin-bottom:0;}

#shopping-cart-table .type-header td {padding: 8px 10px;}

#shopping-cart-table td span.nobr {font-size: 11px; color: #000;}
#shopping-cart-table td span.nobr.product-type {font-size: 18px; color: #939598;}

.cart-table .product-name {font-size: 12px; margin: 0; font-weight: normal; min-width:190px;}
#shopping-cart-table td span.dimen {min-width:120px; display:block;}
p.cart-sku {font-size: 12px;}
#shopping-cart-table td .btn-remove2 {width: 120px; text-indent: -9px;}

.type-footer td {color:#C7C8CA; font-size: 12px;}
.type-footer td.last {text-transform: uppercase; font-size: 13px; color: #115a6f;}
.type-footer td.last span {color: #000; margin-right: 10px;}

.checkout-cart-index #shopping-cart-table .type-footer td,
.checkout-cart-index #shopping-cart-table tr.type-footer,
#shopping-cart-table tfoot, #shopping-cart-table tfoot tr {border-bottom: none;}

.cart .page-title {border-bottom: 1px solid #C7C8CA; margin-bottom: 40px;}
    .cart .page-title h1 {margin-bottom: 12px; margin-top: 0;}

.po-number div {text-transform: uppercase; font-size: 10px; color: #808285;}
.po-number-inner {margin-top:40px;}
.po-number textarea {width:100%; resize: none; height: 22px; line-height: 22px; border: 1px solid #C7C8CA; font-size: 11px; font-style: italic; color: #939598;}
.po-number input {width:30%; font-size: 11px; line-height:22px;height: 22px; margin-bottom: 11px; font-style: italic; border: 1px solid #C7C8CA; color: #939598;}
a.continue-browsing {color:#115a6f; width: 208px; margin-top: 10px; line-height: 24px; text-decoration: none; display: block; border: 1px solid #C7C8CA; font-size: 12px;}
a.continue-browsing span {margin:0 10px; display: block; text-transform: uppercase;  background: url('https://gdi5lk-xkojzr9x6fgl.cloudmaestro.com/mX_SkS_yQ/skin/frontend/default/classichome/images/layout/xcontinue.png.pagespeed.ic.zI7GM2Unl3.png') no-repeat center right;}

.po-number button.button span {color:#115a6f; padding: 0; background: none; width: 208px; height: auto; text-decoration: none; display: block; border: 1px solid #C7C8CA; font-size: 12px;}
.po-number button.button span span {margin:0 10px; text-align: left; line-height: 24px; height: 24px; display: block;border: none; font-weight: normal; font-size: 12px; width: auto; text-transform: uppercase;  background: url('https://gdi5lk-xkojzr9x6fgl.cloudmaestro.com/mX_SkS_yQ/skin/frontend/default/classichome/images/layout/xcontinue.png.pagespeed.ic.zI7GM2Unl3.png') no-repeat center right;}

/*.checkout-cart-index #shopping-cart-table input.qty {width: 19px!important; height: 19px; border: 1px solid #939598; text-align: center;}*/

.descriptiontd {width: 150px;}

.onepagecheckout-index-index .page-title {border-bottom: 1px solid #c7c8ca!important; margin-bottom: 23px!important;}
.onepagecheckout-index-index .page-title h1 {margin-bottom: 12px;}
.ptdivline {display: none;}

.onepagecheckout-index-index .onepagecheckout_datafields .op_block_title {border-bottom: none; font-weight: normal; color: #58585a; font-size: 14px; margin-bottom: 13px; margin-top: 0; line-height: 16px;}
.onepagecheckout-index-index .order-products-table thead th {font-weight: normal; font-size: 11px; color: #115a6f; border-bottom: 1px solid #c8c9cb; padding-bottom: 9px;}
.onepagecheckout-index-index #onepagecheckout_orderform .col3-set .col-2 {margin-left: 2%; padding-left: 2%; border-left: 1px solid #c8c9cb; border-right: 1px solid #c8c9cb; padding-right: 2%;}
.onepagecheckout-index-index .order-products-table tbody th, .onepagecheckout-index-index .order-products-table tbody td {padding-left: 0; padding-right: 0;}
.onepagecheckout-index-index .order-products-table tbody td {font-size: 11px; border-bottom: 1px solid #c8c9cb; padding-bottom: 10px;}
    .onepagecheckout-index-index .order-products-table tbody td h3 {font-size: 11px; color: #4d4d4f; line-height: 14px;}
    .onepagecheckout-index-index .order-products-table tbody td h3 a {text-decoration: underline; color: #4d4d4f;}
.onepagecheckout-index-index .order-products-table tbody td.a-center {text-align: center;}
.onepagecheckout-index-index .order-products-table tbody td.a-center div.price-box {min-width:47px;}
.onepagecheckout-index-index .order-products-table tbody td.a-center div.price-box .special-price {padding:0px 0;}

.onepagecheckout-index-index .order-products-table tfoot tr td {font-size: 10px; line-height: 12px; color: #58585a; padding-bottom: 10px;}
.onepagecheckout-index-index .order-products-table tfoot tr td.a-right {text-align: left!important;}

.onepagecheckout-index-index .order-products-table tfoot tr.first {text-transform: uppercase;}
.onepagecheckout-index-index .order-products-table tfoot tr.first td {padding-top: 5px; padding-bottom: 5px; font-size: 11px;}
.onepagecheckout-index-index .order-products-table tfoot tr.first td:first-child {text-align: left!important; color: #115a6f;}
.onepagecheckout-index-index .order-products-table tfoot tr.first td:last-child {padding-right: 0; color: #4d4d4f; text-align: right!important;}

.onepagecheckout-index-index .order-products-table tfoot tr.last td:first-child strong {font-weight: normal; font-size: 12px; color: #115a6f;}
.onepagecheckout-index-index .order-products-table tfoot tr.last td:last-child {color: #115a6f; font-size: 12px; text-align: right!important; padding-right: 0;}

.onepagecheckout-index-index .checkout-agreements .agree, .onepagecheckout-index-index .checkout-agreements .agree label {padding-top: 0; font-size: 10px; font-weight: normal; color: #58585a;}
.onepagecheckout-index-index .checkout-agreements .agree a {color: #115a6f;}
.onepagecheckout-index-index #onepagecheckout_orderform .col3-set .col-3 {width: 32%!important;}
.onepagecheckout-index-index #checkout-review-submit .buttons-set .button {position: relative; z-index: 2; margin-top: -38px}
.onepagecheckout-index-index #checkout-review-submit .buttons-set .button span {width: 98px; font-size: 11px;}

#shipping-method {font-size: 10px; line-height: 14px; border-bottom: 1px solid #c8c9cb; margin-bottom: 13px;}
#shipping-method .sp-methods dt {font-weight: normal; margin-bottom: 0;}
#shipping-method .sp-methods li {margin-top: 0; color: #58585a; margin-bottom: 0;}
#shipping-method .sp-methods label {font-weight: normal; color: #58585a; padding-left: 0; font-size: 10px; display:block;}

#checkout-shipping-method-load dl dd {margin-bottom:7px;}
#shipping_arrival_date {width:174px;}
input#special_instructions {
	width:100%; 
	margin-bottom:10px;
	border: 1px solid #b6b6b6;
	padding:2px 0;
}
.onepagecheckout-index-index .order-products-table tbody td.a-center .price-label {display:none;}
.onepagecheckout-index-index .order-products-table tbody td .price-box {
    margin: 0px 10px;
}
.onepagecheckout-index-index .order-products-table tfoot tr td.a-right.last {
	text-align:right !important;
	padding-right: 0;
}
.sp-methods label {font-weight: normal; font-size: 11px; line-height: 17px; font-family: "cantarellregular",sans-serif; padding-left: 5px; color: #6f6f71;}
.sp-methods #payment_form_term label { padding-left: 0px; }
.sp-methods .form-list {padding-left: 0px; font-family: "cantarellregular",sans-serif;}
.sp-methods .form-list input.input-text {width: 100%;box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;height: 19px; font-size: 11px; color: #58585a;}
.sp-methods .form-list select {width: 100%;}

.sp-methods .form-list .input-box {width: 100%;}
.sp-methods .form-list label.required em {position: relative; right: 0; left: 3px; font-size: 10px;}

.sp-methods .form-list .input-box.cards {padding-right: 126px; max-width: 175px; background: url('https://bnap3b-xkojzr9x6fgl.cloudmaestro.com/mX_SkS_yQ/skin/frontend/default/classichome/images/layout/xcards.png.pagespeed.ic.E3eavibpFa.jpg') no-repeat center right;}
.sp-methods .form-list .input-box.cards .select-holder {background: url('https://gdi5lk-xkojzr9x6fgl.cloudmaestro.com/mX_SkS_yQ/skin/frontend/default/classichome/images/layout/xbg_month.png.pagespeed.ic._QDffvgvj1.png') no-repeat center right; overflow: hidden; height: 17px; border: 1px solid #949599;}
.sp-methods .form-list .input-box.cards .select-holder select {background: transparent; color: #58585a; cursor: pointer; max-width: inherit; width: 198px; padding: 0px; font-size: 11px; line-height: 1; border: 0; border-radius: 0; height: 17px; vertical-align: top; -webkit-appearance: none; display: inline-block;}
.sp-methods .form-list li {margin-bottom: 5px;}

.sp-methods .form-list .input-box .month .select-holder {background: url('https://gdi5lk-xkojzr9x6fgl.cloudmaestro.com/mX_SkS_yQ/skin/frontend/default/classichome/images/layout/xbg_month.png.pagespeed.ic._QDffvgvj1.png') no-repeat center right; margin-right: 5px; width: 172px; overflow: hidden; height: 17px; border: 1px solid #949599;}
.sp-methods .form-list .input-box .month .select-holder select {background: transparent; color: #58585a; cursor: pointer; max-width: inherit; width: 192px; padding: 0px; margin: 0; font-size: 11px; line-height: 1; border: 0; border-radius: 0; height: 17px; vertical-align: top; -webkit-appearance: none; display: inline-block;}

.sp-methods .form-list .input-box .year .select-holder {background: url('https://gdi5lk-xkojzr9x6fgl.cloudmaestro.com/mX_SkS_yQ/skin/frontend/default/classichome/images/layout/xbg_month.png.pagespeed.ic._QDffvgvj1.png') no-repeat center right; width: 119px; overflow: hidden; height: 17px; border: 1px solid #949599;}
.sp-methods .form-list .input-box .year .select-holder select {background: transparent; color: #58585a; cursor: pointer; max-width: inherit; width: 140px; padding: 0px; margin: 0; font-size: 11px; line-height: 1; border: 0; border-radius: 0; height: 17px; vertical-align: top; -webkit-appearance: none; display: inline-block;}

.onepagecheckout-index-index .sp-methods input.cvv {width: 174px!important}
.cvv-what-is-this {color: #115a6f;}

.onepagecheckout-index-index .onepagecheckout_datafields .newsletter {padding: 0px 0 10px 10px;}
.onepagecheckout-index-index p.newsletter label {font-size: 10px; vertical-align: middle;}

.iwd-1 .full label {font-size: 10px; line-height: 13px; color: #6f6f71; margin-bottom: 10px;}
.iwd-1 .full label.margin {margin-bottom: 10px!important;}

.iwd-1 .data_area.select-holder {background: url('https://bnap3b-xkojzr9x6fgl.cloudmaestro.com/mX_SkS_yQ/skin/frontend/default/classichome/images/layout/xcheckout-arrow.png.pagespeed.ic.NgrkT1ipvV.png') no-repeat center right; clear: both; width: 99%!important; overflow: hidden; height: 17px; border: 1px solid #949599;}
.iwd-1 .data_area.select-holder select {background: transparent; cursor: pointer; max-width: inherit; width: 97%!important; color: #58585a; padding: 0px 29px 0 0; margin: 0; font-size: 11px; line-height: 1; border: 0; border-radius: 0; height: 17px; vertical-align: top; -webkit-appearance: none; display: inline-block;}

.iwd-1 li.options label {font-size: 10px; vertical-align: middle;}

#bill_form label, #ship_form label {color: #6f6f71; font-family: "cantarellregular",sans-serif; display: block; font-size: 11px; font-weight: normal; line-height: 17px; padding-left: 5px; margin-bottom: 0!important;}
.onepagecheckout-index-index .onepagecheckout_datafields .col-1 .form_fields div.two_fields .short {margin-bottom: 5px!important; width: 100%;}
.onepagecheckout-index-index .onepagecheckout_datafields .col-1 .form_fields div.two_fields .data_area {width: 100%;}
.onepagecheckout-index-index .onepagecheckout_datafields .col-1 .form_fields input.t1, .onepagecheckout-index-index .onepagecheckout_datafields .col-1 .form_fields div.full input.t1 {font-size: 11px; color: #58585a; width: 100%; box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box; border: 1px solid #949599;}
.onepagecheckout-index-index .onepagecheckout_datafields .col-1 .form_fields div.full {margin-bottom: 5px;}
.onepagecheckout-index-index .onepagecheckout_datafields .col-1 .form_fields em {font-size: 10px; font-style: normal; line-height: 17px; color: #6f6f71; display: inline-block; vertical-align: top; margin-left: 5px;}

.onepagecheckout-index-index .onepagecheckout_datafields .form_fields li label {display: inline-block!important; font-size: 10px!important; padding-left: 0!important; vertical-align: middle;}

.onepagecheckout-index-index .iwd-1 .full label {margin-bottom: 0;}

#onepagecheckout_orderform #ship_address_block {border-top: 1px solid #c8c9cb; padding-top: 15px;}

.onepagecheckout-index-index .onepagecheckout_datafields {border-bottom: none;}

ul.adittional-fees {margin-top: 5px;}
ul.adittional-fees li {font-size: 9px; line-height: 14px; color: #58585a;}

.catalog-product-view .configurable .price-box{display: none;}
.catalog-product-view .configurable .product-options-bottom {position: relative;}
.catalog-product-view .configurable .product-options-bottom .price-box{display: block;position: absolute;}
.catalog-product-view .configurable .product-options dt label{font-weight: normal;text-transform: uppercase;}
.catalog-product-view .configurable .conf-option-select{margin-top: 5px;}
.catalog-product-view #accessories-product-table li .description{margin-right: 0px; max-width: 422px;}
.catalog-product-view #accessories-product-table li .right-price-box a.btn-cart{clear: none;float: left;margin-left: 0;margin-top: 0;}
.catalog-product-view #accessories-product-table li .right-price-box{max-width: 223px;}

/* Commented on 2015-04-25
.catalog-product-view #accessories-product-table li .right-price-box .qty{float: left; height: 19px; width: 21px !important;}
.catalog-product-view #accessories-product-table li .right-price-box .label-acc-qty{display: block; float: left; margin-right: 5px;margin-top: 5px; text-transform: uppercase;}
*/

.catalog-product-view #accessories-product-table li .right-price-box .acc-msg-wrap{clear: none;}
.catalog-product-view #accessories-product-table .addtocart-msg-acc{left: 59px;}
#advice-validate-zip-zip_code {margin-top: 22px;position: absolute;}
.block-subscribe.ajax .p-mess{margin-top: 20px;}
#advice-required-entry-newsletter{position: absolute;}

/*.catalog-category-view .col2-left-layout .main {width: 100%; text-align: center;}
.catalog-category-view .col2-left-layout .col-main {float: none; display: inline-block; margin-left: -120px;}
.catalog-category-view .col2-left-layout .col-main * {text-align: left;}
.col2-left-layout .col-left {float: left;}
.catalog-category-view .breadcrumbs {width: 100%; margin: 0; padding-left:0;}
.catalog-category-view .breadcrumbs-content {margin: auto; max-width: 855px; display: block; text-align: left;}*/
.cms-no-route .std { padding-top:20px; }
#topcontrol {
	background: url("https://bnap3b-xkojzr9x6fgl.cloudmaestro.com/mX_SkS_yQ/skin/frontend/default/classichome/images/xui.totop2.png.pagespeed.ic.JEise5vJhu.png") no-repeat scroll left 0 rgba(0, 0, 0, 0);
    bottom: 16px !important;
    display: block;
    float: none;
    height: 53px;
    margin-right: -712px;
    opacity: 0;
    overflow: hidden;
    width: 53px;
}
#topcontrol:hover {
	background-position: left -53px;	
}
#topcontrol img {
    visibility: hidden;
}


/*** QUANTITY INCREMENT ***/
.new_qty_block {
	display: inline-block;
	width: auto;
	margin: 0 auto;
}
.new_qty_block input.qty, .new_qty_block .quantity_increment_btn {
	float: left;
	font-size: 10px !important;
	color: #000000;
	height: 20px !important;
	line-height: 20px !important;
	text-align: center;
	padding: 0 !important;
	margin: 0 !important;
}
.new_qty_block input.qty {
	width: 24px;
	border: 1px solid #939598;
}
.new_qty_block .quantity_increment_btn {
	background: #DDDDDD;
	width: 10px;
	text-decoration: none;
	cursor: pointer;
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.new_qty_block .quantity_box_button_down {
	border-top: 1px solid #939598;
	border-right: none;
	border-bottom: 1px solid #939598;
	border-left: 1px solid #939598;
}
.new_qty_block .quantity_box_button_up {
	border-top: 1px solid #939598;
	border-right: 1px solid #939598;
	border-bottom: 1px solid #939598;
	border-left: none;
}
#shopping-cart-table td.item-qty { min-width: 60px; }
.product-view .new_qty_block { float: left; margin-right: 12px; }
.product-view .new_qty_block input.qty, .product-view .new_qty_block .quantity_increment_btn,
.new_qty_block .quantity_box_button_up, .new_qty_block .quantity_box_button_down,
.new_qty_block input.qty {
	height: 23px !important;
	line-height: 23px !important;
	width:19px;
	background:#115a6f;
}
.product-view .new_qty_block input.qty, .new_qty_block input.qty {background:#fff;}

.slick-dots {display: block !important;}
.product-view.configurable.configurable-no-children .configurable-simple-product-inventory,
.product-view.configurable.configurable-no-children .action-boxes.configurable-action-boxes,
.product-view.configurable.configurable-no-children .add-to-box.configurable-add-to-box{
	display: none;
}

.view-product-details {
    text-transform: uppercase;
	display: block;
	padding: 45px 0px 0px 36px;
	text-align: center;
	font-size: 10px;
}

#pp_full_res { border: 0; }
#pp_full_res img { border: 1px solid #C7C8CA; }
/*** Remove Add tu custom catalog **/
.action-boxes, .action-boxes div {width:100%; max-width:250px; float:right;}
.action-boxes div {width:100%; border-right:0 none;}
div.email-prod {border-bottom: 1px solid #939598;}
.action-boxes div.info-box {width:auto;}
#wishlist-view-form #wishlist-table td.last .cart-cell .add-to-cust-cat {display:none;}

.account-page .col2-left-layout .breadcrumbs {padding:10px 0 15px 40px;}
.content-account {margin:0px 25px 25px;}
.content-account label {width:70px; display:inline-block; }
.content-account input[type="text"] {width:150px; border:1px solid #7F7F7F; margin-right:7px;}
.content-account h3 {
    font-size: 15px;
    font-weight: normal;
    color:#333; 
    text-transform:uppercase;
    margin:25px 0 5px;
}
.content-account input[type="button"] {
	background:#115a6f;
	color:#fff;
	border-radius:0 none;
	border:0 none;
	padding:2px 20px;
	text-transform:uppercase;
	font-size:11px;
}
input.submit-search.btm {margin:5px 0 20px 74px;}
table.inv-tab {margin:0 0 15px 25px;}
table.inv-tab .shipadr {text-transform: uppercase;padding-right:20px;}
.order-details table tr th, .order-details table tr td { font-size: 9px; }
.order-details table.inv-tab tr th, .order-details table.inv-tab tr td { font-size: 12px; }
.order-details .data-table tbody.odd tr {background:#fff !important;}
.account-page .buttons-set .back-link {
	text-transform:uppercase;
	font-size:11px;
	margin:10px 25px 10px 25px;
}
.account-page .my-account .buttons-set .back-link {
	float:left; 	
}
.newsletter-manage-index ul.form-list {padding-left:25px;}
#markup_edit { padding:0 0 25px 0px; display:block; }
#markup_edit ul.radio-list { margin: 2px 0 0 0px; text-align: left; padding-left: 70px; }
.mob-title {display:none;}
.wishlist-index-share.account-page .main {border:0 none;}
.wishlist-index-share.account-page .page-title h1 {margin:0; padding:0; border:0 none;}
.prevorders, .nextorders {width:160px; max-width:49%; position:relative;
  background: #115a6f;
  color: #fff;
  border-radius: 0 none;
  border: 0 none;
  padding: 2px 20px;
  text-transform: uppercase;
  font-size: 11px;
  margin:0 8px;
}
.nextorders:after {
	  position: absolute;
	  content: '';
	  right: 10px;
	  top: 3px;
	  height: 10px;
	  width: 10px;
	  border-bottom: 3px solid #fff;
	  border-right: 3px solid #fff;
	  -webkit-transform: rotate(-45deg);
}
.prevorders:after {
	  position: absolute;
	  content: '';
	  left: 10px;
	  top: 3px;
	  height: 10px;
	  width: 10px;
	  border-top: 3px solid #fff;
	  border-left: 3px solid #fff;	 
	  -webkit-transform: rotate(-45deg);
}

.registration-welcome-msg {
	font-family: 'cantarellregular', sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666;
	/*text-align: center;*/
	border: 1px solid #C4C5C7;
	margin: 10px 0;
	/*padding: 25px 150px 18px 150px;*/
}
.registration-welcome-msg a { color: #40B5A6; text-decoration: underline; }
.registration-welcome-msg a:hover { text-decoration: none; }


.registration-heroe img{
	width:100%;
}

.registration-heroe-left {
  float:left; 
  width:50%;
  padding:10px;
}

.registration-heroe-right  { 
  overflow:hidden;
   padding:10px;
}


.cart_header_message{
	clear:both;
}

.cart_footer_message{
	text-align:right;
	clear:both;
}

#subcatsBlocks {
    width:100%;
    text-align:center;
}
#subcatsBlocks .subcatBlockItem {
    display: inline-block;
    vertical-align: top;
    padding: 5px;
    width: 165px;
    height: 170px;
    text-transform: uppercase;
    text-align: left;
    margin:10px;
    background-color:#d4e2d4;
}

.subcatBlockTitle{
	 background-color:#d4e2d4;
	 width:100%;
	 padding-top: 3px;
     padding-right: 10px;
     margin-left: -5px;
}

.catBlockTitle{
	 background-color:#d4e2d4;
	 width:100%;
}

.subcatBlockTitle h4{
	 padding-left:5px;
}

#subcatsBlocks .subcatBlockItem img {
    width: 165px;
    height: 150px;
}

div.slider-holder-products.category-template{
	border-bottom:none;
}

.clear10 {
	padding-bottom:10px;
}
.clear30 {
	padding-bottom:30px;
}

.hrline{
	border-bottom: 1px solid #C7C8CA;
}

#catThumbLarge {
    width:100%;
    text-align:center;
}
#catThumbLarge .catThumbLargeItem {
    display: inline-block;
    vertical-align: top;
    margin: 10px;
    width: 215px;
    height: 220px;
    text-transform: uppercase;
    text-align: left;
    background-color:#d4e2d4;
}

#catThumbLarge .catThumbLargeItem img {
    width: 215px;
    height: 200px;
}

.layerProdQty {
	color: #58585B;
    font-size: 11px;
    text-transform: none;
    text-decoration: none;
    display:inline-block;
}

.lifestyles-guide{
    padding-left: 30px;
    padding-top: 20px;
}


.lifestyles-guide a{
    text-transform: none !important;
    font-size: 12px !important;
    text-decoration: underline !important;
}

/* IMAP price */
.imap-price { margin:0; padding:3px 0; }
.imap-price .price-label { font-size:11px; font-weight:bold; white-space:nowrap; color:#231f20; }
.imap-price .price { font-size:11px; font-weight:bold; color:#115A6F; }
.bottom-description-list .imap-price .price {font-weight: normal !important; font-size: 11px !important; color: #231f20 !important;}
.bottom-description-list .imap-price {
    padding:0;
    white-space: nowrap;
    position: relative;
    font-size: 11px;
    /*top: -16px;
    left: 94px;*/
}


#wishlist-table .imap-price,
#amlist-table .imap-price,
#lifestyle-table .imap-price .price{
    margin: 0;
    padding: 0;
}
#wishlist-table .imap-price .price,
#amlist-table .imap-price .price,
#lifestyle-table .imap-price .price{
	font-size:12px; 
	font-weight:normal;
}
#wishlist-table .old-price .price,
#amlist-table .old-price .price,
#lifestyle-table .imap-price .price{
    font-weight:normal;
    font-weight:normal
}

