/* Reset ================================================================================= */
* { margin:0; padding:0; }

html          { min-height: 100%; position: relative; }
body          { background:#fff; font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; line-height: 1.2; color:#333; min-height: 100%; }

img           { border:0; vertical-align:top; }

a             { color: #333; text-decoration:none; }
a:hover       { text-decoration:none; }
:focus        { outline:0; }

p { margin: 1em 0; }
p img { max-width: 100%; }

/* Headings */
h1            { font-size:1.3em; font-weight:bold; line-height:1.15; }
h2            { font-size:1.3em; font-weight:bold; line-height:1.25; }
h3            { font-size:1em; font-weight:bold; line-height:1.25; }
h4            { font-size:1em; font-weight:bold; }
h5            { font-size:1em; font-weight:bold; }
h6            { font-size:0.8em; font-weight:bold; }

/* Forms */
form          { display:inline; }
fieldset      { border:0; }
legend        { display:none; }
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none;
}
input[type="search"]{
    -webkit-appearance: none;
    -webkit-box-sizing: content-box;
    outline:none;
}

/* Table */
table         { border:0; border-collapse:collapse; border-spacing:0; empty-cells:show; width:100%; }
caption,th,td { vertical-align:top; text-align:left; font-weight:normal; }

/* Content */
strong        { font-weight:bold; }
address       { font-style:normal; }
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; }

/* Elements converted to spans */
.span-div, .span-p, .span-h1, .span-h2, .span-h3, .span-h4, .span-h5, .span-h6, .span-ul, .span-ol { display: block; }
.span-h1, .span-h2, .span-h3, .span-h4, .span-h5, .span-h6 { font-weight: bold; }
.span-p, .span-h1, .span-h2, .span-h3, .span-h4, .span-h5, .span-h6, .span-ul, .span-ol, .span-li { margin: 0.5em 0; }
.span-ol { list-style-type: none; counter-reset: item; }
.span-ol .span-li { position: relative; }
.span-ol .span-li:before { position: absolute; left: -2.5em; counter-increment: item; content: counter(item, decimal)'.'; text-align: right; width: 2em; }
.span-li { display: list-item; margin-left: 1.5em; }
.span-table { display: table; }
.span-tbody { display: table-row-group; }
.span-thead { display: table-header-group; }
.span-tfoot { display: table-footer-group; }
.span-tr { display: table-row; }
.span-th, .span-td { display: table-cell; }
.span-th { font-weight: bold; }
.span-a { text-decoration: underline; cursor: pointer; }

/* 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 {}
.page {
    max-width:1020px;
    margin:0 auto;
    padding:10px;
    text-align:left;
    width: 100%;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.page-print { background:#fff; padding:20px; text-align:left; }
.page-empty { background:#fff; padding:20px; text-align:left; }
.page-popup { padding:20px; text-align:left; }
.main-container { clear: both; }
.main { margin:0; }

/* Base Columns */
.col-left { float:left; padding:0 10px 0 0; margin: 0 4% 0 0; }
.col-main { float:left; width:75%; padding:0 10px; -ms-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
.col-right { float:right; padding:0 0 0 10px; margin: 0 0 0 4%; }
.col-left, .col-right {
    width:21%;
    -ms-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

/* 1 Column Layout */
.col1-layout .col-main { float:none; width:auto; padding: 0; }

/* 2 Columns Layout */
.col2-left-layout .col-main { float:right; padding-right: 0; }
.col2-right-layout .col-main { padding-left: 0; }

/* 3 Columns Layout */
.col3-layout .col-main { }
.col3-layout .col-wrapper { float:left; width:75%; }
.col3-layout .col-wrapper .col-main { float:right; width: 66.7%; }
.col3-layout .col-wrapper .col-left { width: 28%; margin: 0 5.3% 0 0; }

/* Content Columns */
.col2-set .col-1 { float:left; width:49%; }
.col2-set .col-2 { float:right; width:49%; }
.col2-set .col-narrow { width:33%; }
.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%; }
/* ======================================================================================= */


/* Global Styles ========================================================================= */
/* Form Elements */
input,select,textarea,button,.button { font-size: 0.8em; font-family: Verdana, Arial, Helvetica, sans-serif; vertical-align:middle;
                                       -o-box-sizing: border-box;
                                       -ms-box-sizing: border-box;
                                       -moz-box-sizing: border-box;
                                       -webkit-box-sizing: border-box;
                                       box-sizing: border-box;
}
input[type=text], input[type=password], textarea { font-size: 1em; }
input.input-text,select,textarea { background:#fff; border:1px solid #ccc; }
input.input-text,textarea { padding:3px; }
select { padding:1px; }
select option { padding-right:10px; }
select.multiselect option { border-bottom:1px solid #ddd; padding:2px 5px; }
select.multiselect option:last-child { border-bottom:0; }
textarea { overflow:auto; }
input.radio, input.checkbox { margin-right:0.5em; }
input.qty { width:5.5em; text-align: right; }
input[type=submit], input.submit, button, .button, .std a.button {
    border-style: solid;
    border-width: 1px;
    cursor:pointer;
    padding: 3px 6px;
    color: #fff;
    font-weight: bold;
    font-size: 1.2em;
    text-shadow: #cb8905 1px 1px 1px;
    border-color: #d3ac24 #cfa40d #d3ac24 #cda003;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3bb0e', endColorstr='#da8f03',GradientType=0 )";
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3bb0e', endColorstr='#da8f03',GradientType=0 );
    background-color: #f3bb0e;
    background: #f3bb0e;
    background: -o-linear-gradient(top,  #f3bb0e 0%,#da8f03 100%);
    background: -ms-linear-gradient(top,  #f3bb0e 0%,#da8f03 100%);
    background: -moz-linear-gradient(top,  #f3bb0e 0%, #da8f03 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f3bb0e), color-stop(100%,#da8f03));
    background: -webkit-linear-gradient(top,  #f3bb0e 0%,#da8f03 100%);
    background: linear-gradient(top,  #f3bb0e 0%,#da8f03 100%);
}
.std a.button:hover { color: #fff; }
a.button {
    display:-moz-inline-box; display: inline-block;
}
.button.back-button {
    font-size: 1em;
    font-weight: bold;
}
.button.back-button:before {
    content: "\25c0  ";
}
.button.btn-continue:after {
    content: "  \25b6";
}

/* Firefox Hack to get a consistent height. */
input::-moz-focus-inner, button::-moz-focus-inner { padding: 0; border: 0; }

.input-number.wrapper { position: relative; display: inline-block; padding-right: 15px; }
.input-number input { width: 3.5em; }
.input-number .spinner { position: absolute; right: 0; background-color: #fcfcfc; background-repeat: no-repeat; background-position: center center; height: 50%; width: 15px; filter: none; }
.input-number .spinner-up { top: 0; background-image: url(../images/arrow_up_dark.png)}
.input-number .spinner-down { bottom: 0; background-image: url(../images/arrow_down_dark.png)}

p.control input.checkbox,
p.control input.radio { margin-right:6px; }
/* Form Highlight */
input:focus, select:focus, textarea:focus, button:focus, .button:focus { outline: auto; }
/*.highlight { background:#efefef; }*/

/* Form lists */
/* Grouped fields */
/*.form-list { width:535px; margin:0 auto; overflow:hidden; }*/
.form-list li { margin:0 0 1em; }
.form-list label { float:left; color:#999; font-weight:bold; position:relative; z-index:0; margin: 0 0 0.5em; }
.form-list label.required { padding-right: 1em; }
.form-list label.required:after { content: '*'; font-style:normal; color:#cd3500; position:absolute; top:0; right:0.2em; }
.form-list label.required.partially-required:after { color: #cd9f90; }
.form-list label.required em { display: none; }
.form-list label .info { font-weight: normal; }
.form-list .control label { float:none; color: #333; vertical-align: middle; }
.form-list .control .form-list label { float: left; color: #999;  }
.form-list .control input.radio,
.form-list .control input.checkbox { margin-right:6px; }
.form-list .control .input-box { clear:none; display:inline; width:auto; padding: 0; }
/*.form-list li.fields { margin-right:-15px; }*/
.form-list .input-box { display:block; clear:both; width:250px; padding-right: 1em;
                        -o-box-sizing: border-box;
                        -ms-box-sizing: border-box;
                        -moz-box-sizing: border-box;
                        -webkit-box-sizing: border-box;
                        box-sizing: border-box;
}
.form-list .field { float:left; }
.form-list .field:nth-child(2n) .input-box { padding-right: 0; }
.form-list input.input-text { width:100%; }
.form-list textarea { width:100%; height:10em; }
.form-list select { width:100%; }
.form-list li.wide .input-box { width:500px; }
.form-list li.wide input.input-text { width:100%; }
.form-list li.wide textarea { width:100%; }
.form-list li.wide select { width:100%; }
.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; }
/* Customer */
.form-list .customer-name { margin: 2em 0 1em; }
.form-list .customer-name .name-or-company { position: relative; clear: both; text-align: center; color: #999; padding: 1px 0; width: 500px; }
.form-list .customer-name .name-or-company:before { content: ""; display: block; position: absolute; top: 50%; height: 1px; width: 100%; left: 0; border-top: 1px solid #ccc; z-index: -1; }
.form-list .customer-name .name-or-company .or { background-color: #fff; padding: 0 1em; font-weight: bold; font-size: 1.3em; }
.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 .name-middlename { width:70px; }
.form-list .name-middlename 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 { width:210px; }

.form-list .customer-name-suffix .name-lastname,
.form-list .customer-name-middlename .name-firstname,
.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-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:5em; padding-right: 1em; }
.form-list .customer-dob label { font-size:0.8em; font-weight:normal; color:#888; }
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-month { width:3em; }
.form-list .customer-dob .dob-year { padding-right: 0; }

.vehicle-form-list + .vehicle-form-list { margin-top: 2em; }
.vehicle-form-list .hint { color: #999; padding: 0.5em; font-size: 0.8em; }

.buttons-set { clear:both; margin:5px 0 0; padding:5px 0; }
.buttons-set .back-link { float:left; }
.buttons-set .button {  margin: 0 1em; }
.buttons-set .button:first-child { margin-left: 0; }
.buttons-set .button:last-child { margin-right: 0; }
.buttons-set .button.btn-cart { float: right; margin-right: 0; }
.buttons-set p.required { margin:0 0 5px; }

.buttons-set-order {}

fieldset { border-top: 1px solid #ccc; padding: 0.5em 0; }
fieldset fieldset { border: none; padding: 0; }
fieldset h3 { margin-bottom: 1em; }
/*.fieldset { border:1px solid #ccc; background:#fefefe; padding:22px 25px 12px 33px; margin:28px 0; }
.fieldset .legend { float:left; font-weight:bold; font-size:1.3em; border:1px solid #fefefe; background:#dedede; color:#333; margin:-33px 0 0 -10px; padding:0 8px; position:relative; }*/

/* Form Validation */
.validation-advice { clear:both; min-height:13px; margin:3px 0 0; padding-left:17px; font-size:0.8em; line-height:13px; background:url(../images/validation_advice_bg.gif) 2px 1px no-repeat; color:#cd3500; }
.validation-failed { border:1px dashed #cd3500 !important; background:#faebe7 !important; }
.validation-passed {}
p.required { font-size:0.8em; text-align:left; color:#cd3500; }
.page-title p.required { color: #666; margin-top: 0; }
p.required span.required { color: #cd3500;}
/* Expiration date and CVV number validation fix */
.v-fix { float:left; }
.v-fix .validation-advice { display:block; width:12em; margin-right:-12em; position:relative; }


/* False dropdown */
.dropdown.container {
    position: relative;
}
ul.dropdown.initialized, ul.dropdown.clone {
    position: absolute;
    display: block;
    border: 1px solid #ccc;
    margin-right: 15px;
    cursor: default;
    background: #fff;
    margin-top: -1px;
}
ul.dropdown.clone {
    position: relative;
    height: 1px;
    border-color: transparent;
    overflow: hidden;
}
ul.dropdown.initialized:after {
    position: absolute;
    right: -1.3em;
    top: -1px;
    content: '-';
    color: transparent;
    display: block;
    border: 1px solid #ccc;
    padding: 1px;
    width: 1.3em;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-image: url(../images/dropdown_arrow.gif);
    background-repeat: no-repeat;
    background-position: center;
    text-indent: -10000px;
    overflow: hidden;
}
ul.dropdown.initialized li, ul.dropdown.clone li {
    display: none;
    padding: 1px 5px;
}
ul.dropdown.initialized li.active, ul.dropdown.clone li {
    display: block;
}
ul.dropdown.initialized.open {
    position: absolute;
    z-index: 10000;
}
ul.dropdown.initialized.open li {
    display: block;
}
ul.dropdown.initialized.open li:hover {
    background-color: #ccc;
}
ul.dropdown.initialized.open li.active {
    font-weight: bold;
}
ul.dropdown.initialized li a {
    display: block;
}

/* Global Messages  */
.success { color:#3d6611; font-weight:bold; }
.error { color:#cd3500; font-weight:bold; }
.notice { color:#ccc; }

.col-main #messages:first-child { margin-top: 1em; }
.messages,
.messages ul { list-style:none !important; margin:0 !important; padding:0 !important; }
.messages { width:100%; overflow:hidden; }
.messages li { margin:0 0 10px; }
.messages li li { margin:0 0 3px; }
.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:24px !important; padding:8px 8px 8px 32px !important; font-size:1em !important; font-weight:bold !important; }
.error-msg { border-color:#f16048; background-color:#faebe7; background-image:url(../images/i_msg-error.gif); color:#df280a; }
.success-msg { border-color:#446423; background-color:#eff5ea; background-image:url(../images/i_msg-success.gif); color:#3d6611; }
.note-msg, .notice-msg { border-color:#fcd344; background-color:#fafaec; background-image:url(../images/i_msg-note.gif); color:#3d6611; }
.note { font-size: 0.8em; color: #666; margin: 1em 0; }


.loader {
    position: absolute;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1000000;
    background-color: #000;
    background-image: url(../images/ajax-loader.gif);
    background-repeat: no-repeat;
    background-position: center center;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    -o-opacity: 0.7;
    -ms-opacity: 0.7;
    -moz-opacity: 0.7;
    -webkit-opacity: 0.7;
    opacity: 0.7;
}


.layer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    min-height: 100%;
    z-index: 100000;
    background-color: #000;
    background-color: transparent\9;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2000000,endColorstr=#B2000000)";
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2000000,endColorstr=#B2000000);
    background-color: rgba(0, 0, 0, 0.7);
    background-repeat: no-repeat;
    background-position: center center;
    padding: 2em;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


/* Tab Navigation */
.tab-links {
    display: block;
    border-bottom: 1px solid #ccc;
}
.tab-links li {
    display:-moz-inline-box; display: inline-block;
    float: left;
    margin-bottom: -1px;
}
.tab-links li a {
    display: block;
    padding: 0.5em 1em;
    background-color: #eee;
    border-style: solid;
    border-width: 1px;
    border-color: #eee #eee #ccc;
}
.tab-links li a.active {
    background-color: transparent;
    border-color: #ccc #ccc white;
}
.tab-box {
    padding: 1em;
    border: 1px solid #ccc;
    border-top: none;
    min-height: 150px;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/* BreadCrumbs */
.breadcrumbs { padding: 4px 25px 4px 0; margin:1em 0 2em 0; clear: both; }
.breadcrumbs ul li {
    display:block;
    position: relative;
    border-right: 1px solid #6c6c6c;
    padding: 1px 10px 1px 0;
    margin: 0 10px 0 0;
    float: left;
}
.breadcrumbs ul li a, .breadcrumbs ul li span {
    white-space: nowrap;
}
.breadcrumbs ul li span {
    color: #727272;
}
.breadcrumbs ul li.first {
    padding-left: 0;
}
.breadcrumbs ul li.last {
    border-right: none;
    font-weight: bold;
}
.breadcrumbs ul li ul {
    display: none;
    position: absolute;
    left: -10px;
    z-index: 10000;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
    filter: alpha(opacity=95);
    -o-opacity: 0.95;
    -ms-opacity: 0.95;
    -moz-opacity: 0.95;
    -webkit-opacity: 0.95;
    opacity: 0.95;
    -o-box-shadow: 2px 2px 5px #91999b;
    -ms-box-shadow: 2px 2px 5px #91999b;
    -moz-box-shadow: 2px 2px 5px #91999b;
    -webkit-box-shadow: 2px 2px 5px #91999b;
    box-shadow: 2px 2px 5px #91999b;
    font-weight: normal;
}
.breadcrumbs ul li ul li {
    display: block;
    border-bottom: 1px solid #dce3e2;
    border-right: none;
    padding: 0;
    margin: 0;
    float: none;
}
.breadcrumbs ul li ul li a {
    display: block;
    padding: 5px 10px;
    font-size: 1em;
    min-width: 150px;
    background-color: #fff;
    white-space: normal;
}
.breadcrumbs > ul > li > ul > li > a:hover {
}
.breadcrumbs ul li ul li.active a {
    color: #727272;
}
.header-container + .breadcrumbs {
    margin-top: 1em;
}

/* Page Heading */
.page-title { padding: 0; margin:0.5em 0; clear: both; }
.page-title h1,
.page-title h2 { font-weight: bold; }
.page-title .separator { margin:0 3px; }
.page-title .link-rss { float:right; }
.two-columns-left .page-title, .three-columns .page-title { margin-left: 24%; padding-left: 20px; }

.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; }

/* Pager */
.pager { margin: 1em 0; }
.pager ol, .pager ul, .pager li { display:-moz-inline-box; display:inline-block; }
.pager .amount { float: left; }
.pager .limiter { float: right; clear: right; padding: 3px 0; }
.pager .pages { float: right; clear: right; }
.pager .pages li.current { font-weight: bold; }
.pager .pages li a { padding: 0 3px; }
.pager .pages .current {}

/* Sorter */
.sorter { padding: 0.5em 0; border-bottom: 1px solid #ccc; }
.sorter label { display: block; margin-bottom: 0.5em; }
.sorter .view-mode { float: left; }
.sorter .view-mode .active a {
    cursor: default;
}
.sorter .view-mode .inactive {
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
    -o-opacity: 0.3;
    -ms-opacity: 0.3;
    -moz-opacity: 0.3;
    -webkit-opacity: 0.3;
    opacity: 0.3;
}
.sorter .view-mode .inactive:hover {
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -o-opacity: 1;
    -ms-opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
}
.sorter .limiter, .pager .limiter { float: left; padding-bottom: 5px; margin: 0 3em; }
.sorter .limiter li, .pager .limiter li { font-weight: bold; }
.sorter .limiter li a, .pager .limiter li a { padding: 0 3px; font-weight: normal; }
.sorter .sort-by { clear: right; float: right; }
.sorter .sort-by li a { padding: 0 3px; }
.sorter .sort-by li.active { font-weight: bold; }
.sorter .link-feed {}

/* Toolbar */
.toolbar { padding: 0 0 1em; }
.toolbar .pager { padding: 0 0 0.5em; margin: 0; border-bottom: 1px solid #ccc; }
.toolbar .pager .amount { float: left; }
.toolbar .pager .pages { float: right; }
.toolbar .pager .pages li.current { font-weight: bold; }
.toolbar .pager .pages li a { padding: 0 3px; }
.toolbar .pager .pages .current {}
.toolbar .sorter {}
.toolbar-bottom { margin: 1em 0;}
.toolbar-bottom .pager { border: none;  border-top: 1px solid #ccc; padding: 0.5em 0;  }
.toolbar-bottom .sorter { border-bottom: none; border-top: 1px solid #ccc; }
.toolbar ol, .toolbar ul, .toolbar li { display:-moz-inline-box; display:inline-block; }

.toolbar-top .toolbar {
    padding: 0 20px 0 20px;
    margin: .5em 24% 0;
}

/* Data Table */
.data-table, .std .data-table { display: table; position: relative; width:100%; border-top: 1px solid #ccc; padding: 0 15px; border-collapse: separate; margin-bottom: 1em; }
.data-table th, .std .data-table th { padding:5px 1.3em 5px 5px; font-weight:bold; white-space:nowrap; }
.data-table td, .data-table tbody th, .std .data-table tbody th { padding:1.3em 1.3em 1.3em 5px; border-style: solid; border-color: #ccc; border-width: 0 0 1px; }
.data-table th[scope=row], .std .data-table th[scope=row] { padding:1.3em 1.3em 1.3em 5px; }
.data-table th:first-child, .data-table td:first-child { padding-left: 0; }
.data-table th:last-child, .data-table td:last-child { padding-right: 0; }
.data-table thead { color: #999; }
.data-table thead tr {  }
.data-table thead th, .std .data-table thead th { padding-bottom: 2em; }
.data-table tbody { outline: 1px solid #ccc; outline-offset: 14px; }
.data-table tbody tr {}
.data-table tbody tr:first-child td, .std .data-table tbody tr:first-child td, .data-table tbody tr:first-child th, .std .data-table tbody tr:first-child th { padding-top: 0; }
.data-table tbody tr:last-child td, .data-table tbody tr:last-child th { padding-bottom: 1em; border-bottom: none; }
.data-table tfoot {}
.data-table tfoot tr:first-child td, .data-table tfoot tr:first-child th { padding-top: 2em; }
.data-table tfoot td { border: none; }
/*.data-table tfoot th { padding: 1.3em 0; }*/
.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td { border-bottom-width:1px; }
.data-table tbody tr.first-no-border.no-border td { padding-top: 1.3em; }
.data-table tbody tr.last-no-border td { padding-top: 0; }
.data-table tbody tr.no-border td { border-bottom: none; padding-top: 0; padding-bottom: 0; }
.data-table th .tax-flag { white-space:nowrap; font-weight:normal; }
.data-table td.label,
.data-table th.label { font-weight:bold; background-color:#f6f6f6; }
.data-table td.value {}
.data-table p:first-child { margin-top: 0; }

.no-outline-offset .data-table { padding-left: 0; padding-right: 0; }
.no-outline-offset .data-table thead th { padding-bottom: 1em; }
.no-outline-offset .data-table tr th:first-child, .no-outline-offset .data-table tr td:first-child { padding-left: 15px; }
.no-outline-offset .data-table tr th:last-child, .no-outline-offset .data-table tr td:last-child { padding-right: 15px; }
.no-outline-offset .data-table tbody { padding: 14px; }
.no-outline-offset .data-table tbody tr:first-child td, .no-outline-offset .data-table tbody tr:first-child th { padding-top: 1em; }

/* 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(../images/bkg_collapse.gif) 100% 4px 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% -53px; }

/* Class: std - styles for admin-controlled content */
.std { margin: 1em 0; }
.std .subtitle { padding:0; }
.std ol.ol { list-style:decimal outside; padding-left:1.3em; }
.std ul.disc { list-style:disc outside; padding-left:18px; margin:0 0 1em; }
.std dl dt { font-weight:bold; }
.std dl dd { margin:0 0 1em; }
.std ul,
.std ol,
.std dl,
.std p,
.std address,
.std blockquote,
.std table { margin:0 0 1em; padding:0; }
.std table.data-table { margin-bottom: 2em; padding: 0 15px; }
.std * ul,
.std * ol,
.std * dl,
.std * p,
.std * blockquote,
.std * table { margin:0 0 1em; }
.std h2, .std h3 { margin: 2em 0 1em; }
.std h2:first-child, .std h3:first-child { margin-top: 0; }
.std ul { list-style:disc outside; padding-left:1.3em; }
.std ul.form-list { list-style: none; padding-left: 0; }
.std ol { list-style:decimal outside; padding-left:1.3em; }
.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.3em; }
.std blockquote { font-style:italic; padding:0 0 0 1.3em; }
.std address { margin: 1em 0 0; font-style: italic; }
.std address + address { margin: 0; }
.std address + * { margin-top: 1em; }
.std td address:first-child { margin: 0; }
.std b,
.std strong { font-weight:bold; }
.std i,
.std em { font-style:italic; }
.std a { text-decoration: underline; }
.std .button, .std .button:hover { text-decoration: none; }
.std .button.btn-cart, .std .button.btn-checkout, .std .button.btn-register, .std .button.btn-login, .std .button.btn-continue, .std .button.back-button { color: #fff; }

.std table { width: auto; }
.std table th { font-weight: bold; }
.std table tbody th, .std table tbody td { padding-right: 1em; }
.std table tbody th { padding-top: 1.5em; padding-bottom: 0.5em; }
.std table tbody tr:first-child th { padding-top: 0; }
.std table th[scope=row] { padding-top: 0; padding-bottom: 0; }

/* Misc */
.links li { display:block; float: left; border-left: 1px solid grey; border-top: 1px solid white; border-bottom: 1px solid white; border-right: 1px solid white; }
.links li a { color: #6C6C6C; text-decoration: none; padding: 0 10px; display: block; }
.links li a:hover { text-decoration: underline; }
.links .linkList a { color: #999; }
.links .linkList a:hover { color: #333; text-decoration: none; }

.link-cart { font-weight:bold; color:#cb8905; white-space: nowrap; }
.link-wishlist {  }
.link-reorder {  }
.link-compare {  }
.link-print { background:url(../images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px; }
.link-rss { background:url(../images/i_rss.gif) 0 1px no-repeat; padding-left:18px; white-space:nowrap; }
.btn-remove { display:inline; display:-moz-inline-box; display:inline-block; width:11px; height:11px; font-size:0; line-height:0; background:url(../images/btn_remove.gif) center center no-repeat; text-indent:-999em; overflow:hidden; vertical-align: middle; padding: 5px; }
/*.btn-remove2 { display:block; width:16px; height:16px; font-size:0; line-height:0; background:url(../images/btn_trash.gif) 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(../images/btn_edit.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:#ddd; text-indent:-999em; overflow:hidden; }

/* Noscript Notice */
.noscript { border:1px solid #ccc; border-width:0 0 1px; background:#ffff90; font-size:1em; line-height:1.25; text-align:center; color:#2f2f2f; }
.noscript .noscript-inner { width:1000px; margin:0 auto; padding:12px 0 12px; background:url(../images/i_notice.gif) 20px 50% no-repeat; }
.noscript p { margin:0; }

/* Demo Notice */
.demo-notice { margin:0; padding:6px 10px; background:#d75f07; font-size:1em; line-height:1.15; text-align:center; color:#fff; }

/* Cookie Notice */
.notice-cookie { position: fixed; left: 0; bottom: 0; width: 100%; background: #d7e4e6; padding: 0.5em;
                 -o-box-sizing: border-box;
                 -ms-box-sizing: border-box;
                 -moz-box-sizing: border-box;
                 -webkit-box-sizing: border-box;
                 box-sizing: border-box;
                 min-height: 50px;
}
.notice-cookie button { float: right; margin: 0.5em; }
body.show-cookie-notice #lhc_status_container { bottom: 50px; }

/* ======================================================================================= */


/* Header ================================================================================ */
.logo { float:left; }
.header-container { clear: both; margin-bottom: 4em; }
.header { position: relative; clear: both; }
.header .logo { float:left; 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; padding:0; }
.header .welcome-msg { font-weight:bold; text-align:right; }
.header .welcome-msg a {}
.header .links { float:right; margin: 1em 0; }
.header .links a { font-size: 0.8em; }
.header .quick-access { clear: right; float: right; min-width: 400px; }
.header .quick-access .search-and-cart { position: absolute; clear: both; bottom: -3em; right: 0; width: 600px; }
.header .form-search { position: relative; text-align:right; border: 0; padding: 0; float: right; }
.form-search label { display: none; }
.form-search input.input-text {
    background-image: url(../images/lupe.png);
    background-repeat: no-repeat;
    background-position: 5px;
    padding-left: 25px;
    width: 170px;
}
.header .form-search .search-autocomplete { z-index:10000; }
.header .form-search .search-autocomplete ul { border-style: solid; border-color: #ddd; border-width: 0 1px; background-color:#fff; }
.header .form-search .search-autocomplete li { padding:3px; border-bottom:1px solid #ddd; cursor:pointer; font-size: 0.8em; }
.header .form-search .search-autocomplete li .amount { float:right; font-weight:bold; margin: 0 0 0 5px; }
.header .form-search .search-autocomplete li.selected {}

.header .form-search .searchautocomplete-placeholder {
    -webkit-border-radius: 0px 0px 5px 5px;
    -moz-border-radius: 0px 0px 5px 5px;
    border-radius: 0px 0px 5px 5px;
    background: #FFF;
    border: 1px solid #ccc;
    border-top: none;
    padding-top: 15px;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 102;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.header .form-search .searchautocomplete-placeholder ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.header .form-search .searchautocomplete-placeholder ul li {
    *zoom: 1;
    text-align: left;
    padding: 5px 5px;
}
.header .form-search .searchautocomplete-placeholder ul li:before,
.header .form-search .searchautocomplete-placeholder ul li:after {
    display: table;
    content: "";
    line-height: 0;
}
.header .form-search .searchautocomplete-placeholder ul li:after {
    clear: both;
}
.header .form-search .searchautocomplete-placeholder ul li a {
    text-decoration: none;
}
.header .form-search .searchautocomplete-placeholder ul li.active {
    background-color: #eeeeee;
    cursor: pointer;
}
.header .form-search .searchautocomplete-placeholder ul li.active a {
    text-decoration: none;
}
.header .form-search .searchautocomplete-placeholder ul li .searchautocomlete-image {
    float: left;
    margin: 0px 10px 5px 0px;
}
.header .form-search .searchautocomplete-placeholder .index-title {
    text-align: right;
    color: #0A263C;
    border-bottom: 1px solid #CCC;
    padding: 2px 5px;
}
.header .form-search .searchautocomplete-placeholder .index-title span {
    color: #666;
    font-size: 0.9em;
}
.header .form-search .searchautocomplete-placeholder .all {
    text-align: right;
    margin: 10px 10px 5px 10px;
}
.header .form-search .searchautocomplete-loader {
    position: absolute;
    width: 100%;
    height: 16px;
    background-image: url('../images/mirasvit/loader.gif');
    background-repeat: no-repeat;
    background-position: center;
}
.header .form-language { display: inline; float: right; margin: 1em 0 1em 0; position: relative; }
.header .form-language select {  }
.header .form-language a { color: #333; background-repeat: no-repeat; background-position: center left; padding-left: 20px; }
.header .form-language ul.dropdown.initialized, .header .form-language ul.dropdown.clone { border: none; font-size: 0.8em; }
.header .form-language ul.dropdown.initialized:after { border: none; background-position: 50% 75%; }
.header .form-language ul.dropdown.initialized li { padding-left: 0; }
.header-container .top-container { clear:both; text-align:right; }

/********** < Navigation */
.nav-container { margin-top: -2em; }
#nav { font-size:1em; }

/* All Levels */
#nav li, .subnav li { text-align:left; position:relative; }
#nav li a, .subnav li a { display:block; text-decoration:none; }
#nav li a span { display:block; white-space:nowrap; cursor:pointer; }
#nav li ul a span { white-space:normal; }

/* 1st Level */
#nav li {
    float:left;
    -webkit-border-top-left-radius: 2px;
    -webkit-border-top-right-radius: 2px;
    -moz-border-radius-topleft: 2px;
    -moz-border-radius-topright: 2px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    overflow: hidden;
    margin: 0 3px 0 0;
}
#nav li a {
    padding: 5px 9px 6px;
    border-width: 1px;
    border-style: solid;
    -webkit-border-top-left-radius: 2px;
    -webkit-border-top-right-radius: 2px;
    -moz-border-radius-topleft: 2px;
    -moz-border-radius-topright: 2px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;

    color: #fff;
    border-color: #d3ac24 #cfa40d #d3ac24 #cda003;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3bb0e', endColorstr='#da8f03',GradientType=0 )";
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3bb0e', endColorstr='#da8f03',GradientType=0 );
    background-color: #f3bb0e;
    background: #f3bb0e;
    background: -o-linear-gradient(top,  #f3bb0e 0%,#da8f03 100%);
    background: -ms-linear-gradient(top,  #f3bb0e 0%,#da8f03 100%);
    background: -moz-linear-gradient(top,  #f3bb0e 0%, #da8f03 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f3bb0e), color-stop(100%,#da8f03));
    background: -webkit-linear-gradient(top,  #daad59 0%,#f3d370 100%);
    background: linear-gradient(top,  #f3bb0e 0%,#da8f03 100%);
}
#nav li.active a {
    padding: 6px 10px;
    border-width: 0 0 1px;
}

/* 2nd Level */
.subnav {
    width: 100%;
    padding: 0;
    margin: 0;
    font-size: 1em;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;

    display: table;
    /*  table-layout: fixed;*/
}
.subnav.inactive {
    display: none;
}
.subnav li {
    position: relative;
    border-right-style: solid;
    border-right-width: 1px;
    min-width: 100px;
    max-width: 25%;
    display: table-cell;
}
.subnav li.active {
    -moz-text-shadow: 0px 1px #555;
    -webkit-text-shadow: 0px 1px #555;
    border-right: 1px solid #aaa;
}
.subnav li:first-child {
    -webkit-border-bottom-left-radius: 2px;
    -moz-border-radius-bottomleft: 2px;
    border-bottom-left-radius: 2px;
}
.subnav li:last-child {
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-right: none;
}
.subnav li a {
    color: #fff;
    font-weight: bolder;
    -moz-text-shadow: 1px 1px #333;
    -webkit-text-shadow: 1px 1px #333;
    text-shadow: 1px 1px #333;
    padding: 10px 6px;
    text-align: center;
    -o-box-flex: 1;
    -ms-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-box-flex: 1;
    box-flex: 1;
}
.subnav li:hover {
    overflow: visible;
}
.subnav li:hover a {
    color: #555;
    -moz-text-shadow: none;
    -webkit-text-shadow: none;
    text-shadow: none;
}
.subnav li ul {
    /*  display: none;*/
    display: block;
    position: absolute;
    z-index: 10000;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -o-opacity: 0;
    -ms-opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -o-transition: height 0s, opacity ease-in .3s;
    -ms-transition: height 0s, opacity ease-in .3s;
    -moz-transition: height 0s, opacity ease-in .3s;
    -webkit-transition: height 0s, opacity ease-in .3s;
    transition: height 0s, opacity ease-in .3s;
    -moz-box-shadow: 2px 2px 5px #91999b;
    -webkit-box-shadow: 2px 2px 5px #91999b;
    box-shadow: 2px 2px 5px #91999b;
    height: 0;
    overflow: hidden;
    width: 200px;
    /*  top: 100%;*/
    /*  left: 0;*/
}
.subnav li ul li, .subnav li ul li.active {
    display: block;
    border-bottom: 1px solid #dce3e2;
    border-right: none;
    min-width: 150px;
    width: 100%;
    max-width: 100%;
}
.subnav li ul a {
    color: #555;
    padding: 5px 5px 5px 10px;
    font-weight: normal;
    font-size: 1em;
    background-color: #fff;
    text-align: left;
}
.subnav li ul a:hover {
}
.subnav li:hover > ul {
    display: block;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
    filter: alpha(opacity=95);
    -o-opacity: 0.95;
    -ms-opacity: 0.95;
    -moz-opacity: 0.95;
    -webkit-opacity: 0.95;
    opacity: 0.95;
    height: auto;
}
.subnav li ul ul, .subnav li ul li:hover > ul {
    display: none;
}
/********** Navigation > */
/* ======================================================================================= */


/* Sidebar =============================================================================== */
.block { border:1px solid #ccc; margin:1em 0; }
.block:first-child { margin: 0 0 1em; }
.block .block-title { display: block; margin: 0.5em 1em; padding-bottom: 0.5em; font-size: 1em; font-weight: bold; border-bottom: 1px solid #ccc; }
.block .block-summary { display: block; }
.block .block-title a { text-decoration:none; }
.block .block-subtitle { display: block; font-weight:bold; }
.block .block-content { display: block; margin: 1em; }
.block .block-content li.item { padding: 0.5em 0; }
.block .block-image { display: block; }
.block .btn-remove,
.block .btn-edit { float:right; }
.block .linkList, .block .actions { margin: 0.5em 0 0; }

.block li.odd {}
.block li.even { background-color:#f6f6f6; }

/* Mini Products List */
.mini-products-list li { padding: 0.5em 0; }
.mini-products-list .product-image { display: none; }
.mini-products-list .product-details { }
.mini-products-list .product-details h4 { font-size:1em; font-weight:bold; margin:0; }
.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.block-account { margin: 2em 0 1em; border: none;}
.block.block-account .block-title { margin: 0; padding: 0.5em 1em; border: none; }
.block-account .block-content { padding: 0; margin: 0; }
.block-account li a {
    display: block;
    padding: 0.5em 1em 0.5em 2em;
    font-size: 1em;
    color: #333;
}
.block-account li.active a {
    font-weight: bold;
    background-image: url(../images/arrow_right_dark.png);
    background-repeat: no-repeat;
    background-position: 1em 0.85em;
}

/* Block: Currency Switcher */
.block-currency {}
.block-currency select { width:100%; border:1px solid #888; }

/* Block: Layered Navigation */
.block-layered-nav { }
.block-layered-nav dl { font-size: 0.8em; }
.block-layered-nav dt, .block-layered-nav .currently .block-subtitle { font-weight:bold; margin: 2em 0 0.5em 2em; }
.block-layered-nav dt.first { margin-top: 0; }
.block-layered-nav .count { }
.block-layered-nav .currently { font-size: 0.8em; margin: 0 0 2em; }
.block-layered-nav .btn-remove {  }
.block-layered-nav li { margin: 0.2em 0; }
.block-layered-nav li * { vertical-align: middle; }
.block-layered-nav li *.price { vertical-align: baseline; }
.block-layered-nav fieldset { border: none; margin: 0; padding: 0; display: inline; }
.block-layered-nav .input { display: inline-block; width: 2em; }
.block-layered-nav .reduced li { display: none; }
.block-layered-nav .reduced li.important, .block-layered-nav .reduced li.selected { display: block; }
.block-layered-nav li.more { display: none; }
.block-layered-nav .reduced li.more { display: block; }
.block-layered-nav .more, .block-layered-nav .less { cursor: pointer; color: #666; font-weight: bold; text-align: right; margin-top: 1em; }
.block-layered-nav fieldset { border: none; margin: 0; padding: 0; display: inline; }
.block-layered-nav .input { display: inline-block; width: 2em; }
.block-layered-nav .count { color: #666; }

.block-layered-nav.category-filter { border-top: 1px solid #ccc; }
.block-layered-nav.category-filter  dt {  }
.block-layered-nav dt.category { padding: 0.5em 28px; }
.block-layered-nav .category ol { counter-reset: item; }
.block-layered-nav .category ol li { position: relative; margin: 0 0 4px; padding: 0; }
.block-layered-nav .category ol li .chapter {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    padding: 4px;
    width: 25px;
    text-align: center;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
/*.block-layered-nav .category ol li:before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    content: counter(item, decimal-leading-zero);
    counter-increment: item;
    padding: 4px;
    width: 25px;
    text-align: center;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}*/
.block-layered-nav .category li * { vertical-align: baseline; }
.block-layered-nav .category ol li a { display: block; padding: 4px; background-color: #f5f5f5; color: #464646; margin-left: 25px; }
.block-layered-nav .category ol li a:hover { text-decoration: underline; }
.block-layered-nav .category ol li.active { }
.block-layered-nav .category ol li.active:before { }

/* Block: Cart */
.block-cart { display:block; position: relative; float: right; margin: 0 0 0 1em; font-size: 0.8em; background-image: url(../images/warenkorb.png); background-repeat: no-repeat; background-position: right top; padding: 0 33px 0 0; text-align: right; min-height: 26px; }
.block-cart .cart-link { display: block; position: absolute; width: 100%; height: 28px;}
.block-cart .title { font-weight: bold; }
.block-cart .summary {}
.block-cart .amount {}
.block-cart .subtotal { margin-left: 5px; }
.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 5px 0; }

/* Block: Wishlist */
.block-wishlist {}

.my-wishlist fieldset { border: none; }
.my-wishlist .data-table .product-sku { color: #666; margin-top: 0.5em; }
.my-wishlist .data-table textarea { width: 90%; height: 70px; margin: 1em 0; }
.my-wishlist .add-to-cart-alt { margin: 1em 0; }
.my-wishlist .product-name { font-weight: bold; }

/* Block: Related */
.block-related {}
.block.block-related .items li.item {
    width: 50%;
}
.block.block-related .items li.item:nth-child(2n+1) {
    clear: left;
}

/* Block: Compare Products */
.block-compare {}
.block-compare .block-content { font-size: 0.8em; }
.block-compare li a:hover { font-weight: bold; }
.block-compare fieldset { border: none; margin: 0; padding: 0; display: inline; }
.block-compare .input { display: inline-block; width: 2em; }
.block-compare .actions {
    margin: 1em 0 0.5em;
}
.block-compare .actions > * {
    clear: right;
    float: left;
    margin-top:0.5em;
}

.layer .compare-products {
    padding: 1em;
    max-width: 100%;
    background: #fff;
    -o-box-shadow: 0 0 100px #000;
    -ms-box-shadow: 0 0 100px #000;
    -moz-box-shadow: 0 0 100px #000;
    -webkit-box-shadow: 0 0 100px #000;
    box-shadow: 0 0 100px #000;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.compare-products .page-title { margin: 0 0 2em; padding-left: 0; }
.data-table.compare-table { border-top: none; }
.layer table {
    background: #fff;
}

/* Block: Recently Viewed */
.block-viewed, .block.block-crosssell { margin: 8em 0 2em; border-width: 1px 0 0; padding: 0.5em 0 0; clear: both; }
.block-viewed .block-title, .block-crosssell .block-title { padding: 0; margin: 0; color: #666; border: none; }
.block-viewed .block-content, .block-crosssell .block-content { padding: 0; margin: 0; }
.block-viewed .items {
}
.block.block-viewed li.item, .block.block-crosssell li.item, .block.block-related li.item {
    position: relative;
    display: block;
    float: left;
    padding: 1em;
    width: 20%;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.block.block-viewed li.item:first-child, .block.block-crosssell li.item:first-child { padding-left: 0; }
.block.block-viewed li.item:last-child, .block.block-crosssell li.item:last-child { padding-right: 0; }
.block-viewed .product-image, .block-crosssell .product-image, .block-related .product-image { display: block; margin: 0 0 1em; border: solid 1px #ccc; text-align: center; }
.block-viewed .products-item .product-image img, .block-crosssell .products-item .product-image img, .block-related .products-item .product-image img { max-width: 100%; height: auto; }

/* Block: Recently Compared */
.block-compared {}

/* Block: LastPage */
.block-lastPage { border: none; }

/* Block: Poll */
.block-poll label {}
.block-poll input.radio { float:left; margin:1px -1.5em 0 0; }
.block-poll .label { display:block; margin-left:1.5em; }
.block-poll li { padding:3px 9px; }
.block-poll .actions { margin:5px 0 0; }
.block-poll .answer { font-weight:bold; }
.block-poll .votes { float:right; margin-left:10px; }

/* Block: Tags */
.block-tags {  }
.block-tags .block-title {  }
.block-tags .block-content {  }

/* Block: Subscribe */
.block-subscribe {}
.cms-page-view .std .block-subscribe { border: none; padding: 0; }
.cms-page-view .std .block-subscribe .block-content { padding: 0; margin: 0; }

/* Block: Reorder */
.block-reorder {}
.block-reorder li { padding:5px 0; }
.block-reorder input.checkbox { float:left; margin:3px -20px 0 0; }
.block-reorder .product-name { margin-left:20px; }

/* Block: Banner */
.block-banner {}
.block-banner .block-content { text-align:center; }

/* Block: Login */
.loginLi { position: relative; }
.loginLi a.loginLink { position: relative; }
.loginLi a.loginLinkBorder { display: none; }
.loginLi .block-login { display: none; }
.loginLi.open a.loginLinkBorder, .loginLi:hover a.loginLinkBorder { display: block; position: absolute; background-color: #fff; z-index: 10001; left: -1px; top: -6px; padding-top: 5px; padding-bottom: 5px; border: #D0D0D0 solid 1px; border-width: 1px 1px 0; }
.loginLi.open .block-login, .loginLi:hover .block-login { display: block; z-index: 10000; }
.loginLi .block-login { position: absolute; right: -1px; margin-top: 4px; background-color: #fff; font-size: 1em; border: #D0D0D0 solid 1px; }
.block-login fieldset { margin: 4px; padding: 0; border: none; }
.block-login label { font-weight:bold; color:#666; }
.block-login input { width:150px; margin:7px; font-size: 0.8em; }
.block-login button { margin: 7px; }
.loginLi .linkList { margin: 4px; padding: 7px; }
.loginLi li { border: none; }

/* Paypal */
.sidebar .paypal-logo { display:block; margin:10px 0; text-align:center; }
.sidebar .paypal-logo a { float:none; display:block; }
/* ======================================================================================= */


/* Category Page ========================================================================= */
.category-image { width:100%; overflow:hidden; margin:0 0 1em; text-align:center; }
.category-image img { max-width: 100%; }
.category-description { margin:0 0 1em; }

/* Category List */
.category-list { clear: both; }
.category-list li.level-1 {
    margin: 0 10px 10px 0;
    border: 1px solid #ccc;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    width: 230px;
    float: left;
    clear: both;
}
.col2-left-layout .category-list li.level-1, .col2-right-layout .category-list li.level-1 {
    width: 360px;
}
.category-list li.level-1:nth-child(2n) {
    margin-right: 0;
    float: right;
    clear: right;
}
.category-list li.level-1 .category-image { margin: 0; }
.category-list li.level-1 a.level-1 {
    display: block;
    color: #333;
    background-color: #ddd;
}
.category-list .level-1 .category-description {
    display: block;
    padding: 0.4em 1.5em 0.6em;
    margin: 0;
    background-color: #f5f5f5;
}
.category-list li.level-1.closed a.level-1, .category-list li.level-1 a.level-1.nochildren {
    background-color: #f5f5f5;
}
.category-list li.level-1.closed a.level-1:hover {
    background-color: #ddd;
}
.category-list li.level-1 a.level-1.nochildren:hover {
    text-decoration: underline;
}
.category-list li.level-1 a.level-1 .category-name {
    display: block;
    padding: 0.4em 1em;
    font-size: 1.3em;
}
.category-list ul.level-2 {
    padding: 0 2em;
}
.category-list li.level-2 {
    margin: 0.5em 0 1em;
}
.category-list a.level-2 {
    display: block;
    padding: 0 2em;
    color: #666;
    background-image: url(../images/arrow_right_light.png);
    background-repeat: no-repeat;
    background-position: 1em 0.45em;
}
.category-list a.level-2:hover {
    text-decoration: underline;
}
.category-list a.level-2 .category-name {
    display: block;
    font-weight: bold;
}
.category-list a.level-2 .category-description {
    display: block;
    margin: 0.5em;
    padding: 0;
    background-color: transparent;
}
.category-list li.level-1 a.level-1.clickable {
    padding-top: 0;
}
.category-list .category-clickable-thumb {
    display: block;
}

/* Both View Types */
/*.products-item .product-name a { color: #333; }*/
.products-item .product-image-container { min-height: 137px; min-width: 137px; position:relative; }
.products-item .product-image { display: block; position:relative; border: 1px solid #ccc; text-align: center;
                                -o-box-sizing: border-box;
                                -ms-box-sizing: border-box;
                                -moz-box-sizing: border-box;
                                -webkit-box-sizing: border-box;
                                box-sizing: border-box;
                                background: #fff;
}
.products-item .product-image .zoom-image { width: 42px; height: 42px; background: url(../images/zoom.png) transparent; border: none; text-indent: -10000px; overflow: none; position: absolute; bottom: 0; right: 0; }
.products-item .product-image.zoom-in {
    position: absolute;
    z-index: 100;
    top: -50%;
    left: -50%;
    min-width: 200%;
}
.products-item .product-image.zoom-in img {
    max-width: none;
    width: 270px;
    height: 270px;
}
.products-item .product-image img {
    height: auto;
    max-width: 100%;
}
.products-item .linkList li a { font-size: 1em; }
.products-item .actions a { color: #999; }
.products-item a.disabled { opacity: 0.5; cursor: not-allowed; }
.products-item .product-sku { margin: 0.5em 0; }
.products-item .product-sku .label { font-size: 0.8em; color: #999; }
.products-item .product-sku .sku { white-space: nowrap; }
.products-item .options, .products-item .price-box .label, .products-item .price-box .including, .products-item .price-box .baseprice { font-size: 0.8em; color: #999; }
.products-item .price-box .including a { color: #999; }
.products-item .price-box .including a:hover { color: #333; }

/* View Type: Clickable */
.category-clickable { position: relative; }
.category-clickable-image { position: relative; overflow: hidden; width: 47%; float: left; border: 1px solid #ccc; margin: 0 3% 3% 0; -o-box-sizing: border-box; -ms-box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; background-color: #fff; }
.category-clickable-image.large { position: absolute; width: 100%; z-index: 100; }
.category-clickable-image img { width: auto; height: auto; }
.category-clickable-image.zoom:hover img { max-width: none; max-height: none; }
.category-clickable-image .zoom-image { width: 42px; height: 42px; background: url(../images/zoom.png) transparent; border: none; text-indent: -10000px; overflow: none; position: absolute; z-index: 1000; cursor: pointer; }

#product-list-ajax-placeholder .loading-indicator { background-image: url(../images/ajax-loader-white.gif); background-repeat: no-repeat; background-position: center; width: 100%; height: 3em; }

.category-products-clickable { width: 50%; float: right; padding: 0 1em 0 3em;
                               -o-box-sizing: border-box;
                               -ms-box-sizing: border-box;
                               -moz-box-sizing: border-box;
                               -webkit-box-sizing: border-box;
                               box-sizing: border-box;
}

.category-products-clickable h1 { margin: 0 0 1em; }
.category-products-clickable .category-description { margin: 1em 0; }

.category-products-clickable .product .products-list-item { display: none; }
.category-products-clickable .product.visible .products-list-item { display: block; display: flex; }
.category-products-clickable .products-list-item .product-left-wrapper { min-width: 100px; }
.category-products-clickable .products-item .product-left-wrapper .product-sku { margin:0; }
.category-products-clickable .products-item .product-left-wrapper .product-sku .sku { white-space: normal; }
.category-products-clickable .products-item .product-bottom-wrapper .product-sku { display: none; }
.category-products-clickable .products-list-item .product-image-container { min-width: 95px; min-height: 95px; width: 95px; height: 95px; }
.category-products-clickable .product.visible .products-clickable-item .product-name, .category-products-clickable .product.visible .products-clickable-item .product-description { display: none; }
.category-products-clickable .products-item .vehicle-descr { margin: 1em 0; }
.products-clickable-item { position: relative; }
.products-clickable-item .area {
    font-size: 0.8em;
    font-weight: bold;
    position: absolute;
    right: 100%;
    margin-right: 1em;
    min-width: 2em;
    padding: 0 2px;
    text-align: center;
    height: 2em;
    line-height: 2em;
    background-color: #111;
    color: #fff;
    -o-border-radius: 1em;
    -ms-border-radius: 1em;
    -moz-border-radius: 1em;
    -webkit-border-radius: 1em;
    border-radius: 1em;
    -o-box-shadow: 0 0 2px #111;
    -ms-box-shadow: 0 0 2px #111;
    -moz-box-shadow: 0 0 2px #111;
    -webkit-box-shadow: 0 0 2px #111;
    box-shadow: 0 0 2px #111;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.products-clickable-item .product-left-wrapper {
    float: left; color: #666; width: 19%; margin-right: 1%;
    -o-hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
    word-break: break-all;
}
.category-products-clickable .qty-holder { font-size: 0.8em; margin: 1em 0; clear: both; }
.products-clickable-item .product-shop { float: right; width: 80%; }
.products-clickable-item .product-name { font-weight: bold; }
.products-clickable-item .product-description { margin: 0.5em 0 }

/* View Type: Grid */
.products-grid { position:relative; }
.products-grid li.item {
    float:left;
    width:33.33333%;
    padding:20px 10px 40px;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.products-grid li.item.first { padding: 20px 20px 40px 0; }
.products-grid li.item.last { padding: 20px 0 40px 20px; }
.product-image-container { position: relative; }
.products-grid-item .product-image-container { margin: 0 0 1em; }
.products-grid-item .product-image { display:block; }
.products-grid-item .product-name { margin:1em 0 .2em; font-weight:bold; }
.products-grid-item { word-wrap:break-word; }
/*.products-grid-item a { color: #333; }*/
.products-grid-item .product-sku .label { color: #333; display: block; }
.products-grid-item .price-box { margin:0.5em 0; }
.products-grid-item .price-box .label, .products-grid-item .price-box .price-label { display: block; color: #333; }
.products-grid-item .availability.in-stock { line-height:21px; }
.products-grid-item .availability.out-of-stock { margin: 0.5em 0; }
.products-grid-item .actions { margin: 1em 0; font-size: 0.8em; }
.products-grid-item .actions li { margin: 0.5em 0; }
.products-grid-item .actions a { border: none; font-size: 1em; font-weight: normal; text-shadow: none; display: inline; height: auto; }
.products-grid-item .actions a.btn-cart { color: #cb8905; background: none; vertical-align: baseline; font-weight: normal; padding: 0; }
.col2-left-layout .products-grid,
.col2-right-layout .products-grid { width:75%; margin:0 auto; }
.col1-layout .products-grid { width:100%; margin:0 auto; }

/* View Type: List */
.products-list li.item { position: relative; border-top:1px solid #ddd; padding:12px 0; clear: both; }
.products-list li.item.first { border-top:0; }
.products-list-item { display: flex; flex-direction: row; }
.products-list-item .product-left-wrapper { float: left; min-width: 140px; margin-right: 1em; }
.products-list-item .product-image-container { display: block; margin:0 0 1em; }
.products-list-item .actions {  }
.products-list-item .product-shop { display: flex; flex-direction: column; justify-content: space-between; flex-grow: 1; flex-shrink: 1; flex-basis: 100%; }
.products-list-item .product-name { margin:0 0 5px; font-weight:bold; }
.products-list-item .product-name a {}
.products-list-item .product-bottom-wrapper { align-self: flex-end; max-width: 100%; }
.products-list-item .product-options { margin: 1em 0; }
.products-list-item .product-sku { text-align: right; }
.products-list-item .price-box { float:right; text-align: right; margin: 0 0 1em; }
.products-list-item .btn-cart { float: right; clear: right; }
.products-list-item .availability {  margin:1em 0; }
.products-list-item .desc { padding:6px 0 0; margin: 1em 0; line-height:1.35; }
.products-list-item .desc .link-learn { font-size:1em; }
/* ======================================================================================= */


/* Product View ========================================================================== */
/* Rating */
.no-rating { margin:0; }

.ratings { font-size:1em; 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(../images/bkg_rating.gif) 0 0 repeat-x; text-indent:-999em; overflow:hidden; }
.rating-box .rating { float:left; height:13px; background:url(../images/bkg_rating.gif) 0 100% repeat-x; }
.ratings .rating-box { float:left; margin-right:3px; }
.ratings .amount {}

.ratings-table th,
.ratings-table td { font-size:1em; line-height:1.15; padding:3px 0; }
.ratings-table th { font-weight:bold; padding-right:8px; }

/* Availability */
.availability { margin:0; }
.availability.in-stock .stock { color: #0a0; }
.availability.out-of-stock .stock { color:#666; }

.availability-only { margin:0 0 7px; }
.availability-only a { background:url(../images/i_availability_only_arrow.gif) 100% 0 no-repeat; cursor:pointer; padding-right:15px; }
.availability-only .expanded { background-position:100% -15px; }
.availability-only strong {}

.availability-only-details { margin:0 0 7px; }
.availability-only-details th { background:#f2f2f2; font-size:0.8em; padding:0 8px; }
.availability-only-details td { border-bottom:1px solid #ddd; font-size:1em; padding:2px 8px 1px; }
.availability-only-details tr.odd td.last {}

/* Email to a Friend */
.email-friend {}

/* Alerts */
.alert-price {}
.alert-stock {}

/********** < Product Prices */
.price { white-space:nowrap; }

.price-box { display: block; }
.price-box .price { font-weight:bold; font-size: 1.3em; }
.price-box .including { display: block; font-size: 0.8em; }
.price-box .including a { text-decoration: underline; }
.price-box .baseprice { display: block; font-size: 0.8em; }
.price-box .baseprice .price { font-weight: normal; font-size: 1em; }

.price-box .deposit { display: block; }
.deposit { font-size: 0.8em; }
.deposit .price { font-weight: normal; font-size: 1em; }

/* Regular price */
.regular-price {}
.regular-price .price { font-weight:bold; }

/* Old price */
.old-price {}
.old-price .price-label { white-space:nowrap; }
.old-price .price { font-weight:bold; text-decoration:line-through; }
.price-box .old-price { display: block; }

/* Special price */
.special-price {}
.special-price .price-label { font-weight:bold; white-space:nowrap; }
.special-price .price { font-weight:bold; }
.price-box .special-price { display: block; }

/* Minimal price (as low as) */
.minimal-price {}
.minimal-price .price-label { font-weight:bold; white-space:nowrap; }

.minimal-price-link { display:block; }
.minimal-price-link .label {}
.minimal-price-link .price { font-weight:normal; }

/* Excluding tax */
.price-excluding-tax { display:block; }
.price-excluding-tax .label { white-space:nowrap; }
.price-excluding-tax .price { font-weight:normal; }

/* Including tax */
span.price-including-tax { display:block; }
.price-including-tax .label { white-space:nowrap; }
.price-including-tax .price { font-weight:bold; }

/* Configured price */
.configured-price {}
.configured-price .price-label { font-weight:bold; white-space:nowrap; }
.configured-price .price { font-weight:bold; }

/* FPT */
.weee { display:block; font-size:1em; color:#444; }
.weee .price { font-size:1em; 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) */
span.price-incl-tax { display:block; }
.price-incl-tax .label { display:block; white-space:nowrap; }
.price-incl-tax .price { display:block; font-weight:bold; }
.price-incl-tax .deposit .price { display:inline; font-weight:normal; }

/* Price range */
.price-from {}
.price-from .price-label { font-weight:bold; white-space:nowrap; }

.price-to {}
.price-to .price-label { font-weight:bold; white-space:nowrap; }

/* Price notice next to the options */
.price-notice { padding-left:10px; }
.price-notice .price { font-weight:bold; }

/* Price as configured */
.price-as-configured {}
.price-as-configured .price-label { font-weight:bold; white-space:nowrap; }

.price-box.bundle {}
.price-box.bundle .price-box { position: relative; padding: 0; margin: 0; float: none; }
.price-box.bundle .price-box .including { display: none; }
.price-box.bundle .options { display: block; font-size: 0.8em; }
.price-box.bundle .options .option { display: block; }
.price-box.bundle .options .option .price-box { display: inline; }
.price-box.bundle .options .option .price-box .price { font-size: 1em; font-weight: normal; }
/********** Product Prices > */

/* Tier Prices */
.tier-prices .price { font-weight:bold; }
.tier-prices .benefit {}

.tier-prices-grouped {}

/* Add to Links */

/* Add to Cart */
.add-to-cart label { }
.add-to-cart .qty { }
.button.btn-cart, .button.btn-checkout, .button.btn-register, .button.btn-login, .button.btn-continue, .downloads .button.submit {
}
.button.btn-cart .icon {
    position: relative;
    display: block;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding-left: 24px;
    padding-right: 15px;
    background-image: url(../images/cart_white.png);
    background-repeat: no-repeat;
    background-position: left center;
    text-align: left;
}
.button.btn-cart .icon:after {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(../images/arrow_right_white.png);
    background-repeat: no-repeat;
    background-position: right center;
    content: ' ';
}
.add-to-cart .paypal-logo { clear:both; text-align:center; }
.add-to-cart .paypal-logo .paypal-or { clear:both; display:block; margin-top: 0.5em; }
.block-product-sidebar .block-content .add-to-cart .paypal-logo .paypal-or { clear:both; display:block; margin-top: 0.5em; }
.product-view .add-to-cart .paypal-logo { margin:0; }

/* Add to Links + Add to Cart */
.add-to-box {}
.add-to-box .add-to-cart {  }
.add-to-box .or {  }
.add-to-box .add-to-links {  }


.product-view { margin: 2em 0; }
.manufacturer { }

.catalog-product-view .col-right .block:first-child { margin: 2em 0; }

.product-essential {}

.product-collateral .box-collateral { margin:0 0 1em; }

/* Product Price */
.product-view .order-box { float: right; text-align: right; }
.product-view .price-box { margin: 0 0 1em; }
.product-view .price-box .price { font-size: 1.3em; }
.product-view .price-box .including { font-size: 0.8em; }

/* Product SKU */
.product-view .product-sku { margin: 1em 0; }

/* Product Images */
.product-view .product-img-box { text-align: center; position: relative; }
.product-view .product-img-box .toggle { position: absolute; top: 0; left: 0; display: block; width: 42px; height: 42px; line-height: 0; color: transparent; background: url(../images/zoom.png) no-repeat; cursor: pointer; border: none; text-shadow: none; font-weight: normal; z-index: 1; }
.product-view .product-img-box .product-image {
    position: relative;
    width: 100%;
    height: 335px;
    overflow: hidden;
    border: 1px solid #ccc;
    padding: 1em;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    white-space: nowrap;
    cursor: pointer;
}
.product-view .product-img-box .product-image .helper { display: inline-block; height: 100%; vertical-align: middle; }
.product-view .product-img-box .product-image img { max-width: 100%; max-height: 100%; width: auto; height: auto; vertical-align: middle; }
.product-view .product-img-box .product-image.zoom:hover img { max-width: none; max-height: none; }
.more-views { text-align: left; margin: 1em 0; }
.more-views .title { }
.more-views ul { }
.more-views li { float:left; padding:1px; background-color:#ccc; margin:1px 5px 1px 1px ; }
.more-views li:hover, .more-views li.active { padding:2px; background-color: #ccc; margin: 0 4px 0 0; }

body.zoom-product-image { overflow: hidden; }
body.zoom-product-image .product-view .product-img-box {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #fff;
    z-index: 1000000;
}
body.zoom-product-image .product-view .product-img-box .toggle {
    left: auto;
    right: 0;
    background: none;
    color: #ccc;
    line-height: 42px;
    font-size: 30px;
    font-weight: normal;
}
body.zoom-product-image .product-view .product-img-box .product-image {
    position: absolute;
    top: 0;
    bottom: 100px;
    left: 0;
    right: 0;
    height: auto;
    border: none;
}
body.zoom-product-image .product-view .more-views {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1em;
    border-top: 1px solid #ccc;
}

.product-image-popup { position: relative; background-color: #fff; margin:0 auto; padding: 1em; }
.product-image-popup .buttons-set { float:right; clear:none; border:0; margin:0; padding:0; }
.product-image-popup .nav { }
.product-image-popup .nav .close { color: #ccc; position: absolute; top: 0; right: 0; padding: 10px; font-size: 30px; cursor: pointer; line-height: 1; }
.product-image-popup .nav .prev, .product-image-popup .next {
    position: absolute;
    top: 0;
    width: 100px;
    height: 100%;
    background-repeat: no-repeat;
    text-indent: -1000px;
    overflow: hidden;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0.1)";
    filter: alpha(opacity=0.1);
    -o-opacity: 0.1;
    -ms-opacity: 0.1;
    -moz-opacity: 0.1;
    -webkit-opacity: 0.1;
    opacity: 0.1;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.product-image-popup .nav .prev:hover, .product-image-popup .next:hover {
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -o-opacity: 1;
    -ms-opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
}
.product-image-popup .nav .prev { left: 0; background-image: url(../images/slide_arrow_left.png); background-position: left; }
.product-image-popup .nav .next { right: 0; background-image: url(../images/slide_arrow_right.png); background-position: right; }
.product-image-popup .image { display:block; }
.product-image-popup .image-label {}
.product-image-popup .more-views {
    position: absolute;
    background-color: #fff;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1em;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/* Product Shop */
.product-view .product-shop { float:right; width:445px; }
.col1-layout .product-view .product-shop { float:right; width:700px; }
.col3-layout .product-view .product-shop { float:none; width:auto; }
.page-title.product-name { padding-right: 0; }
.page-title.product-name h1 { border-bottom: 1px solid #ccc; padding: 0 25px .5em 0; }
.product-view .product-links { margin: 1em 0; }
.product-view .product-links a { font-size: 1em; }
.product-view .short-description {}

.product-collateral { margin: 5em 0 3em; }

.product-view .qty-holder { margin: 1em 0; }
.product-view .availability { margin: 1em 0; }

.block-product-sidebar .block-content * { margin: 2em 0; clear: both; }
.block-product-sidebar .block-content *:first-child { margin-top: 0; }
.block-product-sidebar .block-content *:last-child { margin-bottom: 0; }
.block-product-sidebar .block-content * * { margin-top: 0; margin-bottom: 0; }
.block-product-sidebar .block-content div.price-box { margin-top: 5em; }
.block-product-sidebar .sku, .block-product-sidebar .stock, .block-product-sidebar .qty-holder input, .block-product-sidebar .qty-holder .input, .block-product-sidebar .price { float: right; }
.block-product-sidebar .btn-cart { width: 100%; }

.block-product-sidebar .block-content .associated-products h3.product-name { font-weight: bold; }
.block-product-sidebar .block-content .associated-products div.price-box { margin-top: 0.5em; }
.block-product-sidebar .block-content .price-box.bundle { display: none; }


/* Product Options */
.product-options { }
.product-options fieldset { border: none; padding: 0; }
.product-options dt, .block-product-sidebar .block-content .product-options dt { margin-top: 1em; }
.product-options dt label { font-weight:bold; }
.product-options dt .qty-holder { float:right; }
.product-options dt .qty-holder label { vertical-align:middle; }
.product-options dt .qty-disabled { background:none; border:0; padding:3px; color:#000; }
.product-options h2.product-name { font-weight: bold; }
.product-options dd { }
.product-options dl.last dd.last {}
.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:100%; }
.product-options .options-list {}
.product-options .options-list input.radio { float:left; margin:3px -18px 0 0; }
.product-options .options-list input.checkbox { float:left; margin:3px -20px 0 0; }
.product-options .options-list .label { display:block; margin-left:20px; }
.product-options ul.validation-failed { padding:0 7px; }
.product-options p.required { padding:15px 0 0; }

.product-options dl .price-box .price { font-size: 1em; }

.product-options-bottom { padding:10px; border:1px solid #ccc; border-top:0; }
.product-options-bottom .price-box { margin:10px 0; }

/* Grouped Product */
.product-view .grouped-items-table {}

/* Block: Description */
.product-view .box-description {}

/* Block: Additional */
.product-view .box-additional {}

/* Block: Upsell */
.product-view .box-up-sell {}
.sidebar .box-up-sell .products-grid li.item { width:100%; padding: 0; float: none; }
.sidebar .box-up-sell .products-grid .product-image-container { display: none; }
.sidebar .box-up-sell .products-grid .add-to-links a { display: none; }
.sidebar .box-up-sell .products-grid .add-to-links a.btn-cart { display: inline; }

/* Block: Attributes */
.data-table.product-attributes { padding: 0; border-top: none; }
.data-table.product-attributes tbody { outline: none; }
.data-table.product-attributes tbody th, .data-table.product-attributes tbody td, .data-table.product-attributes tbody th:first-child, .data-table.product-attributes tbody td:first-child, .data-table.product-attributes tbody th:last-child, .data-table.product-attributes tbody td:last-child, .data-table.product-attributes tbody tr:last-child td { padding: 1em; }
.data-table.product-attributes tbody th { width: 25%; }

/* Block: Tags */
.product-view .box-tags {}
.product-view .box-tags h3 { font-size: 1em; }
.product-view .box-tags .form-add { }
.product-view .box-tags .form-add label {  }
.product-view .box-tags .form-add .input-box { margin: 1em 0; }
.product-view .box-tags .form-add input.input-text { width: 50%; }
.product-view .box-tags .form-add p {  }

/* Block: Reviews */
.product-view .box-reviews {}
.product-view .box-reviews .form-add {}

/* Related PDF Documents */
.related-documents { margin: 2em 0; }
.related-documents-links li { line-height: 20px; }
/* Icons from http://modernuiicons.com/ */
.related-documents-links li a, .linkList.related-documents-links li a { color: #f00; font-weight: bold; padding-left: 20px; }
.related-documents-links li a.view { background: url(../images/book.png) left no-repeat; }
.related-documents-links li a.download { background: url(../images/pdf.png) left no-repeat; }

/* Send a Friend */
.send-friend {}
/* ======================================================================================= */


/* Content Styles ================================================================= */
.product-name { font-size:1em; font-weight:normal; }
.product-name a {}

/* Link List */
.linkList li { margin: 0.5em 0; }
.linkList li:first-child { margin-top: 0; }
/*.linkList li a { background-image: url(../images/doublearrow.png); background-repeat: no-repeat; background-position: right; padding: 3px 15px 3px 0; color: #555; font-size: 0.8em; }*/
.linkList li a { color: #666; font-size: 0.8em; padding: 0; }
.linkList li a:hover { color: #333; }

/* Product Tags */
.tags-list li { display:inline; margin-right: 1em; font-size: 0.8em; }
.tags-list li.important { font-weight: bold; }
.tags-cloud .tags-list li { font-size: 1em; }
/*.tags-list li:after { content: '\2022'; margin: 0 0 0 0.5em; font-weight: normal; }
.tags-list li:last-child:after { display: none; }*/

/* Advanced Search */
.advanced-search {}
.advanced-search-amount {}
.advanced-search-summary {}

/* CMS Home Page */
.cms-home .subtitle {}
.cms-index-index .subtitle {}

/* CMS any other page */
.cms-page-view {}
.cms-page-view .std, .cms-no-route .std, .tag-list-index .std, .checkout-onepage-success .std, .customer-account-logoutsuccess .std, .customer-account-forgotpassword .std { border: 1px solid #ccc; padding: 2em; margin-top: 4em; }
.cms-page-view .page-title + .std, .cms-no-route .page-title + .std, .tag-list-index .page-title + .std, .checkout-onepage-success .page-title + .std, .customer-account-logoutsuccess .page-title + .std, .customer-account-forgotpassword .page-title + .std  { margin-top: 1em; }
.cms-page-view .std .std, .cms-no-route .std .std, .tag-list-index .std .std, .checkout-onepage-success .std .std, .customer-account-logoutsuccess .std .std, .customer-account-forgotpassword .std .std { border: none; padding: 0; margin-top: 1em; }
.customer-account-logoutsuccess .page-title { margin-top: 2em; }
/*.cms-page-view .nav-container { opacity: .2; -webkit-transition: opacity .5s; }
.cms-page-view .nav-container:hover { opacity: 1; }*/

/* 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 {}
.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 {}
.std .sitemap { margin: 0 0 2em; }
.std .sitemap li { margin: 0.5em 0; position: relative; list-style-type: none; }
.std .sitemap li.closed ul { display: none; }
.std .sitemap li .control {
    cursor: pointer;
    font-size: 1.2em;
    position: absolute;
    left: -2em;
    top: 0;
    width: 1em;
    height: 1em;
    display: block;
    background: none;
    border: 1px solid #ccc;
    -o-border-radius: 1em;
    -ms-border-radius: 1em;
    -moz-border-radius: 1em;
    -webkit-border-radius: 1em;
    border-radius: 1em;
    line-height: 1em;
    color: #999;
    padding: 0;
}
.std .sitemap li .control:before {
    font-size: 1.2em;
    content: '\25be';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    line-height: 0.6em;
    display: block;
    text-align: center;
}
.std .sitemap li.closed .control:before { content: '\25b8' }

/* Files */
.presse { border: 1px solid #ccc; padding: 1em; }
.files li { margin: 0.5em 1.5em; }
.files li > .files { display: none; }
.files li.open > .files { display: block; }
.files a { position: relative; }
.files a:before {
    display: block;
    position: absolute;
    left: -1em;
    top: 0;
    font-size: 1.2em;
    width: 1em;
    height: 1em;
    line-height: 0.8em;
    text-align: center;
    color: #666;
}
.files li > a.file:before { content: '\2913'; }
.files li > a.dir:before { content: '\25b8'; }
.files li.open > a.dir:before { content: '\25be'; }

/* RSS */
.rss-title h1 { background:url(../images/i_rss-big.png) 0 4px no-repeat; padding-left:27px; }
.rss-table .link-rss { display:block; line-height:1.35; background-position:0 2px; }
/* ======================================================================================= */


/* Shopping Cart ========================================================================= */
.cart {}

.cart fieldset { border: none; }

/* Checkout Types */
.cart .checkout-types { float:right; text-align:right; }
.cart .checkout-types li { margin: 1em 0; }
.cart .checkout-types li:first-child { margin-top: 0; }
.cart .checkout-types li { float:left; margin: 0 0 5px 5px; }
.cart .checkout-types .paypal-logo { margin: -0.5em 0 0; }
.cart .checkout-types .paypal-or { display: block; margin: 1em 0.5em; }
.cart .checkout-types .paypal-logo a { display: block; }
.cart .totals .checkout-types .paypal-or { clear:both; display:block; padding:3px 55px 8px 0; line-height:1.0; font-size:1em; }
.cart fieldset.buttons { margin: 1em 0; }
.cart .back-button { margin-right: 4em; }

/* Shopping Cart Table */
.cart-table tbody td { font-size: 1em; }
.cart-table col.product { width: 70%; }
.cart-table col.wishlist { width: 15%; }
.cart-table col.price { width: 5%; }
.cart-table col.qty { width: 5%; }
.cart-table col.buttons { width: 15%; }
.cart-table tr.item.haschildren td, .cart-table tr.item-option:not(.last-option) td { border-bottom: none; padding-bottom: 0.5em; }
.cart-table tr.item-option td { padding-top: 0.5em; }
.cart-table th.product, .cart-table td.product { text-align: left; width: 70%; }
.cart-table .product-name a { font-weight: bold; }
.cart-table .product-sku { color: #666; margin-top: 0.5em; }
.cart-table .bundle-set-price, .bundle-set-price { margin: 0.5em 0; }
.cart-table .item-msg { font-size:0.8em; }
.cart-table th.wishlist, .cart-table td.whishlist { text-align: left; width: 15%; }
.cart-table th.price, .cart-table td.price { text-align: right; width: 5%; }
.cart-table th.qty, .cart-table td.qty { text-align: right; width: 5%; }
.cart-table th.buttons, .cart-table td.buttons { text-align: left; white-space: nowrap; width: 15%; }
.cart-table td.buttons a { display: block; font-size: 1em; color: #999; line-height: 1.5em; float: left; clear: both; padding: 0 0 0 15px; background-position: left; }
.cart-table td.buttons a:hover { color: #333; }
.cart-table td.buttons a.btn-remove { text-indent: 0; height: auto; width: auto; }
.cart-table td.subtotal { font-weight: bold; font-size: 1em; }
.cart-table td.price-excl-tax { font-weight: normal; }
.cart-table td.subtotal .deposit { font-weight: normal; }
.cart-table tr.price-excl-tax, .cart-table tr.price-incl-tax { display: table-row; }
.cart-table td.price-excl-tax, .cart-table td.price-incl-tax, .cart-table th.price-excl-tax, .cart-table th.price-incl-tax { display: table-cell; }
.cart-table .grand-total .including { font-size: 0.8em; font-weight: normal; color: #666; }
.cart-table td.unit-price .price { font-weight: normal; }
.cart-table tr.loading td.price.subtotal *, .cart-table.loading tfoot td.price * { display: none; }
.cart-table tr.loading td.price.subtotal, .cart-table.loading tfoot td.price { background-image: url(../images/ajax-loader-white.gif); background-repeat: no-repeat; background-position: 50% 1.3em; }
.cart-table tfoot th { text-align: right; }
/*.cart-table tfoot th.grand-total.price-excl-tax, .cart-table tfoot td.grand-total.price-excl-tax { padding-bottom: 0; }*/
.cart-table tr.shipping.price-incl-tax *, .cart-table tr.subtotal.price-incl-tax * { padding-bottom: 0; }
.cart-table tbody .price-incl-tax .price, .cart-table tbody .price-excl-tax .price { display: inline; }
.cart-table tfoot tr.tax { color: #666; font-weight: normal; font-size: 0.8em; }
.cart-table tfoot tr.tax * { padding-top: 0; padding-bottom: 0; font-weight: normal; }
.cart-table tfoot a { text-decoration: underline; }

.cart-empty { border: 1px solid #ccc; padding: 2em; margin: 8em 0; }
.cart-empty .back-button { margin-top: 2em; }

/* Shopping Cart Collateral boxes */
.cart .cart-collaterals { padding:25px 0 0; }
.cart .cart-collaterals .col2-set { float:left; width:700px; }

.cart .crosssell {}
.cart .crosssell li.item { position: relative; display: block; float: left; width: 20%; padding: 1em;
                           -o-box-sizing: border-box;
                           -ms-box-sizing: border-box;
                           -moz-box-sizing: border-box;
                           -webkit-box-sizing: border-box;
                           box-sizing: border-box;
}
.cart .crosssell li.item:first-child { padding-left: 0; }
.cart .crosssell li.item:last-child { padding-right: 0; }

/* Discount Codes & Estimate Shipping and Tax Boxes */
.cart .discount,
.cart .shipping {}

/* Shopping Cart Totals */
.cart .totals { float:right; }
.cart .totals table { width:100%; }
.cart .totals table th,
.cart .totals table td { padding:5px; }
.cart .totals table th { font-weight:bold; }
.cart .totals table tfoot th {}

/* Options Tool Tip */
.item-options dt { font-weight:bold; font-style:italic; }
.item-options dd { padding-left:10px; }
.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 #ccc; 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:30px; top:7px; }
.col-right .truncated .show .item-options  { left:-240px; top:7px; }

.delivery_date { margin-top: 0.5em; }

.popup {
    position: absolute;
    top: 50px;
    left: 50%;
    margin-left: -250px;
    background-color: #fff;
    width: 500px;
    max-width: 100%;
    -o-box-shadow: 0 0 50px #000;
    -ms-box-shadow: 0 0 50px #000;
    -moz-box-shadow: 0 0 50px #000;
    -webkit-box-shadow: 0 0 50px #000;
    box-shadow: 0 0 50px #000;
    -o-box-shadow: 0 0 50px rgba(0,0,0,0.9);
    -ms-box-shadow: 0 0 50px rgba(0,0,0,0.9);
    -moz-box-shadow: 0 0 50px rgba(0,0,0,0.9);
    -webkit-box-shadow: 0 0 50px rgba(0,0,0,0.9);
    box-shadow: 0 0 50px rgba(0,0,0,0.9);
}
.popup .popup-title {
    color: #fff;
    font-weight: bold;
    padding: 10px 20px;
    border-style: solid;
    border-width: 0 1px 1px;
    border-color: #555;
    border-color: rgba(255, 255, 255, 0.1);
    background: #313131;
    background: -moz-linear-gradient(top,  #4e4f50 0%, #313131 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4e4f50), color-stop(100%,#313131));
    background: -webkit-linear-gradient(top,  #4e4f50 0%,#313131 100%);
    background: -o-linear-gradient(top,  #4e4f50 0%,#313131 100%);
    background: -ms-linear-gradient(top,  #4e4f50 0%,#313131 100%);
    background: linear-gradient(top,  #4e4f50 0%,#313131 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4e4f50', endColorstr='#313131',GradientType=0 );
    cursor: move;
}
.popup .popup-title .page-title { margin: 0; padding: 0; }
.popup .popup-close {
    position: absolute;
    top: 0;
    right: 0;
    font-weight: bold;
    color: #ccc;
    padding: 10px;
    cursor: pointer;
}
.popup .popup-content, .popup .popup-footer {
    padding: 20px;
}
.popup h1 {
    font-size: 1.3em;
    font-weight: bold;
}
.popup .price-box {
    float: right;
}
.popup .short-description {
    margin: 0.5em 0;
}
.popup .product-sku {
    color: #666;
}
.popup .popup-footer .button:last-child {
    float: right;
}
/* ======================================================================================= */


/* Checkout ============================================================================== */
/********** < Common Checkout Styles */

/* Login */
.checkout-login .checkout_method { width: 50%; }
.checkout-login .checkout_method .form-list .form-list li { margin: 1em 0; }
.checkout-login .checkout_method li.control .content { display: none; margin: 1em 0 0; }
.checkout-login .checkout_method li.control .content ul.ul { list-style:disc outside; padding-left:1.3em; }
.checkout-login .checkout_method li.control .content ul.ul li { margin: 0.5em 0 0; }
.checkout-login .checkout_method li.control p.legend { margin: 1em 2em 0; }
.checkout-login .checkout_method li.control.checked .content { display: block; }
.checkout-login .checkout_method .buttons-set .button { display: block; float: none; text-align: left; margin: 0.5em 0; }
.checkout-login .checkout_method .buttons-set p.required { float: right; }

/* Shipping and Payment methods */
.sp-methods { margin-top: 2em; }
.sp-methods dt { font-weight:bold; }
.sp-methods dd { margin: 1em 2em; }
.sp-methods .price { font-weight:bold; }
.sp-methods .form-list { padding-left:20px; }
.sp-methods select.month { width:150px; 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 1em; }
.sp-methods .release-amounts button { float:left; margin:5px 10px 0 0; }

.please-wait { float:right; margin-right:5px; }
.please-wait img { vertical-align:middle; }
.cvv-what-is-this { cursor:help; margin-left:5px; }

/* Tooltip */
.tool-tip { border:1px solid #ccc; background-color:#f6f6f6; padding:5px; position:absolute; z-index:9999; }
.tool-tip .btn-close { text-align:right; }
.tool-tip .btn-close a { display:block; margin:0 0 0 auto; width:15px; height:15px; background:url(../images/btn_window_close.gif) 100% 0 no-repeat; text-align:left; text-indent:-999em; overflow:hidden; }
.tool-tip .tool-tip-content { padding:5px; }

/* Gift Messages */
.gift-messages {}
.gift-messages-form { border:1px solid #ccc; background-color:#f5f5f5; }
.gift-messages-form { position:relative; }
.gift-messages-form label { float:none !important; position:static !important; }
.gift-messages-form h4 {}
.gift-messages-form .whole-order {}
.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; }
.gift-messages-form .item .details { margin-left:90px; }
.gift-messages-form .item .details .product-name {}

.gift-message-link { display:block; background:url(../images/bkg_collapse.gif) 0 4px no-repeat; padding-left:20px; }
.gift-message-link.expanded { background-position:0 -53px; }
.gift-message-row {}
.gift-message-row .btn-close { float:right; }
.gift-message dt strong { font-weight:bold; }

#checkout-review-table { margin: 5em 0; }

/* Checkout Agreements */
.checkout-agreements {}
.checkout-agreements li { margin:10px 0; }
.checkout-agreements .agreement-content { border:1px solid #ccc; background-color:#f6f6f6; padding:5px; height:10em; overflow:auto; }
.checkout-agreements .agree { padding:0.5em; font-size: 1.3em; font-weight: bold; margin-left: 2em; }
.checkout-agreements .agree input { margin-left: -2em; }
.checkout-agreements .agree a { white-space: nowrap; }

/* Centinel */
.centinel {}
.centinel .authentication { border:1px solid #ccc; background:#fff; }
.centinel .authentication iframe { width:99%; height:400px; background:transparent !important; margin:0 !important; padding:0 !important; border:0 !important; }

/* Generic Info Set */
.info-set {}
/********** Common Checkout Styles > */

/* One Page Checkout */
.block-progress {
    position: relative;
    display: table;
    width: 100%;
    table-layout: fixed;
    margin: 2em 0;
    counter-reset: item;
}
.block-progress li {
    position: relative;
    display: table-cell;
    text-align: center;
    border-style: solid;
    border-color: #e0e4e3;
    border-width: 1px 0;
    line-height: 25px;
    height: 25px;
    background: #fafefd;
    background: -moz-linear-gradient(top,  #fafefd 0%, #f0f2f1 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafefd), color-stop(100%,#f0f2f1));
    background: -webkit-linear-gradient(top,  #fafefd 0%,#f0f2f1 100%);
    background: -o-linear-gradient(top,  #fafefd 0%,#f0f2f1 100%);
    background: -ms-linear-gradient(top,  #fafefd 0%,#f0f2f1 100%);
    background: linear-gradient(top,  #fafefd 0%,#f0f2f1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafefd', endColorstr='#f0f2f1',GradientType=0 );

}
.block-progress li div {
    position: relative;
}
.block-progress li div:before {
    content: counter(item)'. ';
    counter-increment: item;
}
.block-progress li.complete div, .block-progress li.active div {
    padding-left: 18px;
}
.block-progress li .seperator {
    overflow: hidden;
    position: absolute;
    right: -17px;
    top: 0;
    z-index: 1;
    display: block;
    width: 18px;
    height: 100%;
    background-image: url(../images/checkout_seperator_inactive.png);
    background-repeat: no-repeat;
    background-position: right center;
}
.block-progress li:first-child { border-left-width: 1px; }
.block-progress li.last { border-right-width: 1px; }
.block-progress li.last .seperator {
    display: none !important;
}
.block-progress li a {
    display: none;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}
.block-progress li.complete a, .block-progress li.active a {
    display: block;
}
.block-progress li.complete:hover, .block-progress li.active:hover {
    text-decoration: underline;
}
.block-progress li.active, .block-progress li.complete {
    color: #fff;
    font-weight: bold;
    border-top-color: #727473;
    border-bottom-color: #343434;
    border-left-color: transparent;
    background: #6b6d6c;
    background: -moz-linear-gradient(top,  #6b6d6c 0%, #343434 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6b6d6c), color-stop(100%,#343434));
    background: -webkit-linear-gradient(top,  #6b6d6c 0%,#343434 100%);
    background: -o-linear-gradient(top,  #6b6d6c 0%,#343434 100%);
    background: -ms-linear-gradient(top,  #6b6d6c 0%,#343434 100%);
    background: linear-gradient(top,  #6b6d6c 0%,#343434 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b6d6c', endColorstr='#343434',GradientType=0 );
}
.block-progress li.active .seperator {
    right: -14px;
    width: 15px;
    background-image: url(../images/checkout_seperator_active.png);
}

.opc { position:relative; margin-bottom: 8em; }
.opc h1 { margin: 0 0 1em; }
.opc fieldset { border: 1px solid #ccc; padding: 0.5em; }
.opc fieldset fieldset { border: none; margin: 2em; padding: 0; }
.opc fieldset fieldset legend { display: block; margin: -2em 0 2em -2em; }

.opc .form-list li { margin: 2em 0; clear: both; }
.opc .form-list li fieldset { margin-top: 0; margin-bottom: 0; }

.opc .form-list li.email { margin-bottom: 0.5em; }
.opc .form-list li.control.newsletter { margin-top: 0; }

.opc .buttons-set { border: none; margin: 1em 0; padding: 0; }
.opc .buttons-set .button:first-child { margin-right: 0; }
.opc .buttons-set .button { float: right; margin: 0 1em; }
.opc .buttons-set.disabled .button { display:none; }
.opc .buttons-set .please-wait { height:21px; line-height:21px; }

.opc .step-title { background-color:#f6f6f6; padding:0 5px; text-align:right; }
.opc .step-title .number { float:left; line-height:22px; margin-right:5px; }
.opc .step-title h2 { float:left; }
.opc .step-title a { display:none; float:right; }

.opc .allow .step-title { cursor:pointer; }
/*.opc .allow .step-title a { display:block; }*/

.opc .active {}
.opc .active .step-title { background-color:#ccc; cursor:default; }
/*.opc .active .step-title a { display:none; }*/

.opc .step { position:relative; }
.opc .step .tool-tip { right:10px; }

.opc .order-review {}
.opc .order-review .authentication {}
.opc .order-review .warning-message {}
.opc .order-review .tax { text-align: right; }
.opc .order-review .ordercomment { position: relative; z-index: 1; margin: -15em 0 0; }
.opc .ordercomment fieldset { border: none; }
.opc .ordercomment .form-list li { margin: 0; }

/* Multiple Addresses Checkout */
.checkout-progress { }
.checkout-progress li { }
.checkout-progress li.active { }

.multiple-checkout { position:relative; }
.multiple-checkout .tool-tip { top:50%; margin-top:-120px; right:10px; }
.multiple-checkout .grand-total { font-size:1.3em; text-align:right; }
.multiple-checkout .grand-total big {}
.multiple-checkout .grand-total .price {}
/* ======================================================================================= */


/* Downloads ============================================================================= */
.downloads .page-title { margin-top: 2em; }
.downloads .content { border: 1px solid #ccc; padding: 2em; margin-top: 1em; }
.downloads .description { margin: 1em 0; }
.downloads .download.files { margin: 2em 0 1em; }
.downloads ol.fields > .field { padding: 0.5em 0; clear: both; max-width: 500px; }
.downloads .fields .field label input, .downloads .fields .field label select { float: right; }
.downloads label.required { padding-right: 1em; position: relative; }
.downloads label.required:after { content: '*'; font-style:normal; color:#cd3500; position:absolute; top:0; right:0.2em; }
.downloads a { font-weight: bold; }
/* ======================================================================================= */


/* Account Login/Create Pages ============================================================ */
.account-login-title { margin: 2em 0; border-top: 1px solid #ccc; }
.account-login { border: 1em solid #ccc; padding: 1em 2em; }
.account-login fieldset { border: none; margin: 2em 0; padding: 0; }
.account-login fieldset:first-child { margin-top: 0; }
.account-login fieldset:last-child { margin-bottom: 0; }
.account-login fieldset legend { display: block; color: #666; margin-bottom: 1em; }
.account-login .new-users {}
.account-login .new-users .buttons-set { margin-bottom: 1em; }
.account-login .registered-users a { text-decoration: underline; }
.account-login p.required { float: right; }

.account-login .more-info { display: inline-block; position: relative; color: #666; vertical-align: middle; }
.account-login .more-info .label { font-weight: bold; }
.account-login .more-info:hover .content { display: block; }
.account-login .more-info .content { display: none; position: absolute; width: 20em; background-color: #fff; border: 1px solid #ccc; padding: 1em; }

.layer .account-login {
    margin: 10% 25%;
    width: 50%;
    background: #fff;
    -o-box-shadow: 0 0 100px #000;
    -ms-box-shadow: 0 0 100px #000;
    -moz-box-shadow: 0 0 100px #000;
    -webkit-box-shadow: 0 0 100px #000;
    box-shadow: 0 0 100px #000;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.account-create {}
.account-create .page-title { border-top: 1px solid #ccc; padding-top: 0.5em; }
.account-create fieldset, .account-create .button-set { width: 50%; }
.account-create h3 { margin-bottom: 1em; }
.account-create .control.newsletter { margin-top: -0.5em; }

.customer-account-forgotpassword .back-button { margin: 1em 0 0; }

/* Account Login/Create Pages ============================================================ */

/* Captcha */
.captcha-note  {}
.captcha-image { float:left; position:relative; }
.captcha-img { border:1px solid #ccc; }
.registered-users .captcha-image    {}
#checkout-step-login .captcha-image {}
.captcha-reload { position:absolute; top:2px; right:2px;}
.captcha-reload.refreshing  { -webkit-animation:rotate 1.5s infinite linear; -moz-animation:rotate 1.5s infinite linear; 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(../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-box { font-size: 0.8em; color: #666; }
.remember-me-box.control .input-box { display: inline-block; width: 2em; }
.remember-me-box label, .remember-me-box.control label { font-weight: normal; color: #666; }
.remember-me-box .remember-me-popup { font-size: 1em; }
.remember-me-popup { margin: 0 2em; font-size: 0.8em; }
.remember-me-popup h3 {}
.remember-me-popup .remember-me-popup-head {}
.remember-me-popup .remember-me-popup-head .remember-me-popup-close {}
.remember-me-popup .remember-me-popup-body {}
.remember-me-popup .remember-me-popup-body a {}
/* Remember Me Popup ===================================================================== */


/* My Account ============================================================================= */
.my-account { margin: 2em 0 1em; }
.my-account .title-buttons .link-rss { float:none; margin:0; }

.my-account .page-title { margin: 0 0 1em; padding: 0.5em 0; border-top: 1px solid #ccc; }

.my-account .box-title { clear: both; }
.my-account .box-title .linkList { padding: 0.5em 0 0; }
.my-account h2 { margin: 4em 0 1em; padding: 0.5em 0 0; border-top: 1px solid #ccc; font-size: 1em; }
.my-account .fieldset { border: none; }

.box-account .linkList, .box-addressbook .linkList {
    float: right;
    clear: right;
    min-width: 21%;
    margin-left: 4%;
    text-align: right;
}

/********** < Dashboard */
.dashboard {}
.dashboard .welcome-msg { margin: 2em 0; }
.dashboard .welcome-msg .hello { margin-bottom: 0.5em; }
.dashboard .welcome-msg p { margin-top: 0; }

/* Block: Recent Orders */
.dashboard .box-recent { margin:1em 0; }
.box-recent .linkList.view-all { text-align: right; margin: 0.5em 0; }
.orders-list-table .date { white-space: nowrap; }
.orders-list-table .total { text-align: right; padding-right: 1.5em; }
.orders .status.pending { color: #c20e1a; font-weight: bold; }
.orders .status.processing { color: #db9b27; font-weight: bold; }

/* Block: Account Information */
.dashboard .box-info {}

/* Block: Reviews */
.dashboard .box-reviews .number { float:left; font-weight:bold; line-height:1; color:#fff; margin:3px -20px 0 0; padding:2px 3px; background:#ddd; }
.dashboard .box-reviews .details { margin-left:20px; }

/* Block: Tags */
.dashboard .box-tags .product-name a { font-weight: bold; }
/********** Dashboard > */

/* Address Book */
.box-addressbook .box-address { clear: both; padding: 1em 0 0; }
.box-addressbook h3 { clear: both; float: left; }
.box-addressbook address { float: right; margin: 0 5% 2em; min-width: 35%; }

.addresses-list {}
.addresses-list-additional li.item {}

/* Order View */
.order-info { border:1px solid #ccc; padding:5px; }
.order-info dt,
.order-info dd,
.order-info ul,
.order-info li { display:inline; }
.order-info dt { font-weight:bold; }

.order-date { margin:10px 0; }

.order-info-box { margin: 1em 0; }

.order-info-basic-table tfoot th { color: #999; }

.order-items { width:100%; overflow-x:auto; }
.order-items-table .product-name { font-weight: bold; }
.order-items-table td.sku, .order-items-table th.sku { color: #999; text-align: right; }
.order-items-table td.qty, .order-items-table th.qty { white-space: nowrap; text-align: right; }
.order-items-table td.product-price, .order-items-table th.product-price { white-space: nowrap; text-align: right; }
.order-items-table .qty .label { color: #999; }
.order-items-table .qty .qty { font-weight: bold; }
.order-items-table .price { white-space: nowrap; text-align: right; }
.order-items-table tfoot td { padding-top: 0.3em; padding-bottom: 0.3em; }
.order-items-table tfoot tr:first-child td { padding-top: 2em; }
.order-items-table tfoot tr:last-child td { padding-top: 2em; padding-bottom: 1.3em; }
.order-items-table tfoot td:first-child { }
.order-items-table .summary-details { color: #999; }
.page-print .order-items-table .show-details { display: none; }
.order-items-table .tax { color: #999; }
.order-items-table .tax .price { font-weight: bold; }
.order-items-table .subtotal td, .order-items-table .subtotal_incl td, .order-items-table .subtotal_excl td { font-weight: bold; }
.order-items-table .shipping td, .order-items-table .shipping_excl td, .order-items-table .shipping_incl td { font-weight: bold; }
.order-items-table .grand_total td, .order-items-table .grand_total_excl td, .order-items-table .grand_total_incl td { font-weight: bold; }
.order-items-table .discount td { font-weight: bold; }

.order-buttons { float: right; margin: 1em 0; }

.order-additional { margin:15px 0; }
/* Order Gift Message */
.gift-message dt strong { color:#666; }
.gift-message dd { font-size:1.3em; margin:5px 0 0; }
/* Order Comments */
.order-about dt { font-weight:bold; }
.order-about dd { font-size:1.3em; 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 {}
.page-print .print-head img { float:left; }
.page-print .print-head address { float:left; margin-left:15px; }
/* 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 Reviews */
.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:1em; 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:1.3em; font-weight:bold; margin:0 0 10px; }
.product-review h3 {}
.product-review .ratings-table { margin:0 0 10px; }
.product-review dt { font-weight:bold; }
.product-review dd { font-size:1em; margin:5px 0 0; }

/* My Tags */
.my-account .tags-list { margin: 2em 0; }
.my-account .tags-list li { font-size: 1em; }
/* ======================================================================================= */


/* ======================================================================================= */
/* Turn-js =============================================================================== */
.turn {
    position: relative;
}
.turn .meta {
    margin: 2em;
    font-size: 1.3em;
    text-align: center;
}
.turn .controls {
    text-align: center;
    margin: 1em 0;
}
.turn .controls > * {
    margin: 0;
    display: inline-block;
    vertical-align: middle;
}
.turn .controls .zoom {
    margin-right: 2em;
}
.turn .controls .prev {
    margin-right: 2em;
}
.turn .controls .next {
    margin-left: 2em;
}
.turn .controls .first {
    float: left;
}
.turn .controls .last {
    float: right;
}
.turn .container {
    width: 998px;
    border: 1px solid #ccc;
    overflow: hidden;
}
.turn .pages {
    width: 998px;
    height: 640px;
}
.turn .pages .turn-page {
    background: #fff;
    height: 100%;
    width: 100%;
}
.turn .pages .turn-page div {
    max-height: 100%;
}
.turn .pages .category .product-list-ajax-placeholder {
    height: 100%;
    overflow: auto;
}
.turn .pages .category-clickable-turn-image img {
    position: absolute;
    top: 50%;
}
.turn .pages .portrait img {
    max-width: 100%;
    max-height: 100%;
}

.turn .products-clickable-item {
    display: none;
}
.turn .products-list li:first-child {
    border-top: 0;
}

.turn .category-products-clickable {
    width: 100%;
    float: none;
    padding: 0;
}
.turn .category-products-clickable .product .products-list-item {
    display: block;
}
.turn .popup-content {
    max-height: 500px;
    overflow: auto;
}

.pdf-page {
    position: relative;
}
.pdf-page > * {
    -o-transform: scale(.5);
    -ms-transform: scale(.5);
    -moz-transform: scale(.5);
    -webkit-transform: scale(.5);
    transform: scale(.5);
    -o-transform-origin: top left;
    -ms-transform-origin: top left;
    -moz-transform-origin: top left;
    -webkit-transform-origin: top left;
    transform-origin: top left;
}
/* ======================================================================================= */

/* ======================================================================================= */
/* Footer ================================================================================ */
.footer { border:1px solid #ccc; padding:10px; font-size: 0.8em; margin: 2em 0; clear: both; }
.footer .footer-nav li.level-top { display: block; float: left; width: 25%; }
.footer .footer-nav li.level-top:last-child:after { clear: both; }
.footer .footer-nav li.level-top a.level-top { display: block; font-weight: bold; margin: 0 0 5px 0; }
.footer .footer-nav ul.level1 { display: none; }
.footer .footer-nav a { color: #555; }
.footer .footer-nav a:hover { text-decoration: underline; }
.footer-container .copyright { padding: 10px; font-size: 0.8em; margin: 1em 0; }
.footer-container .bottom-container { text-align:center; }
/* ======================================================================================= */


/* Clears ================================================================================ */
.clearer:after,
.header-container:after,
.header-container .top-container:after,
.header:after,
.breadcrumbs:after,
#nav:after,
.std:after,
.subnav:after,
.footer:after,
.footer-container .bottom-container:after,
.catalog-category-view .main:after,
.catalog-category-view .col1-layout .col-main:after,
.category-list:after,
.category-list li.level-1:after,
.col3-layout .main:after,
.col2-left-layout .main:after,
.col2-right-layout .main:after,
.col-main:after,
.col2-set:after,
.col3-set:after,
.col4-set:after,
.tab-links:after,
.search-autocomplete li:after,
.title-wrapper:after,
.products-grid:after,
.products-list li.item:after,
.products-list-item:after,
.products-list-item .product-left-wrapper:after,
.box-account:after,
.box-account .box-head:after,
.box-account .box:after,
.box-addressbook .box:after,
.dashboard .box .box-title:after,
.box-reviews li.item:after,
.box-tags li.item:after,
.block-viewed:after,
.block-crosssell:after,
.block-related:after,
.actions:after,
.pager:after,
.sorter:after,
.ratings:after,
.add-to-box:after,
.add-to-cart:after,
.category-clickable-image:after,
.product-essential:after,
.product-collateral:after,
.more-views ul:after,
.product-view .product-shop .short-description:after,
.product-view .box-description:after,
.product-view .box-tags .form-add:after,
.product-options .options-list li:after,
.product-options-bottom:after,
.product-review:after,
.block-product-sidebar .availability:after,
.cart:after,
.title-buttons:after,
.checkout-types: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,
.form-list .customer-name:after,
.buttons-set:after,
.page-print .print-head:after,
.advanced-search-summary:after,
.gift-messages-form .item:after,
.widget.widget-teaser:after,
.search-and-cart:after,
.turn .controls:after,
.send-friend .form-list li p:after { display:block; content:"."; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }


.col1-layout .col-main:after {
    display: none;
}
/* ======================================================================================= */
