/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

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

body          { font:13px/1.55 HelveticaNeueW02-55Roma, Helvetica, sans-serif; color:#2f2f2f; text-align:center; }

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

a             { color:#1e7ec8; text-decoration:underline; }
a:hover       { text-decoration:none; }
:focus        { outline:0; }

/* Headings */
h1,h2,h3,
h4,h5,h6      { margin:0 0 5px; line-height:1.35; color:#0a263c; }
h1            { font-size:20px; font-weight:normal; }
h2            { font-size:18px; font-weight:normal; }
h3            { font-size:16px; font-weight:bold; }
h4            { font-size:14px; font-weight:bold; }
h5            { font-size:13px; font-weight:bold; }
h6            { font-size:11px; font-weight:bold; }

/* Forms */
form          { display:inline; }
fieldset      { border:0; }
legend        { display:none; }

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

/* Content */
p             { margin:0 0 10px; }
strong        { font-weight:bold; }
address       { font-style:normal; line-height:1.35; }
cite          { font-style:normal; }
q,
blockquote    { quotes:none; }
q:before,
q:after       { content:''; }
small,big     { font-size:1em; }
/*sup           { font-size:1em; vertical-align:top; }*/

/* Lists */
ul,ol         { list-style:none; }

/* Tools */
.hidden       { display:block !important; border:0 !important; margin:0 !important; padding:0 !important; font-size:0 !important; line-height:0 !important; width:0 !important; height:0 !important; overflow:hidden !important; }
.nobr         { white-space:nowrap !important; }
.wrap         { white-space:normal !important; }
.a-left       { text-align:left !important; }
.a-center     { text-align:center !important; }
.a-right      { text-align:right !important; }
.v-top        { vertical-align:top; }
.v-middle     { vertical-align:middle; }
.f-left,
.left         { float:left !important; }
.f-right,
.right        { float:right !important; }
.f-none       { float:none !important; }
.f-fix        { float:left; width:100%; }
.no-display   { display:none; }
.no-margin    { margin:0 !important; }
.no-padding   { padding:0 !important; }
.no-bg        { background:none !important; }
/* ======================================================================================= */


/* Layout ================================================================================ */
.wrapper { min-width:954px; }
.page-print { background:#fff; padding:25px 30px; text-align:left; }
.page-empty { background:#fff; padding:20px; text-align:left; }
.page-popup { background:#fff; padding:25px 30px; text-align:left; }
.main-container { background:#fbfaf6; }
.main { width:900px; margin:0 auto; min-height:400px; padding:25px 25px 80px; background:#fffffe; text-align:left; }

/* Base Columns */
.col-left { float:left; width:195px; padding:0 0 1px; }
.col-main { float:left; width:685px; padding:0 0 1px; }
.col-right { float:right; width:195px; padding:0 0 1px; }

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

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

/* 3 Columns Layout */
.col3-layout .col-main { width:475px; margin-left:17px; }
.col3-layout .col-wrapper { float:left; width:687px; }
.col3-layout .col-wrapper .col-main { float:right; }

/* Content Columns */
.col2-set .col-1 { float:left; width:48.5%; }
.col2-set .col-2 { float:right; width:48.5%; }
.col2-set .col-narrow { width:32%; }
.col2-set .col-wide { width:65%; }

.col3-set .col-1 { float:left; width:32%; }
.col3-set .col-2 { float:left; width:32%; margin-left:2%; }
.col3-set .col-3 { float:right; width:32%; }

.col4-set .col-1 { float:left; width:23.5%; }
.col4-set .col-2 { float:left; width:23.5%; margin:0 2%; }
.col4-set .col-3 { float:left; width:23.5%; }
.col4-set .col-4 { float:right; width:23.5%; }
/* ======================================================================================= */

/* Global Styles ========================================================================= */
/* Form Elements */
input,select,textarea,button { font:13px/15px Arial, Helvetica, sans-serif; vertical-align:middle; color:#2f2f2f; }
input.input-text,select,textarea { background:#fff; border:1px solid #b6b6b6; }
input.input-text,textarea { padding:2px; }
select { padding:1px; }
select option { padding-right:10px; }
select.multiselect option { border-bottom:1px solid #b6b6b6; padding:2px 5px; }
select.multiselect option:last-child { border-bottom:0; }
textarea { overflow:auto; }
input.radio { margin-right:3px; }
input.checkbox { margin-right:3px; }
input.qty { width:2.5em !important; }
button.button::-moz-focus-inner { padding:0; border:0; } /* FF Fix */
button.button { -webkit-border-fit:lines; } /* <- Safari & Google Chrome Fix */
button.button { overflow:visible; width:auto; border:0; padding:0; margin:0; background:transparent; cursor:pointer; }
button.button span { display:block; height:19px; border:1px solid #de5400; background:#f18200; padding:0 8px; font:bold 13px/19px Helvetica Neue LT W04_77 Bd Cn, Helvetica, sans-serif; text-align:center; white-space:nowrap; color:#fff; }
button.button span span { border:0; padding:0; }
button.disabled span { border-color:#bbb !important; background:#bbb !important; }

button.btn-checkout span { height:40px; border:0; padding:0 0 0 9px; font:bold 15px/40px Arial, Helvetica, sans-serif; color:#fff; }
button.btn-checkout span span { background-position:100% 0; padding:0 25px 0 16px; }
button.btn-checkout.no-checkout span { background-position:0 100%; color:#b8baba; }
button.btn-checkout.no-checkout span span { background-position:100% 100%; }

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

/* Form lists */
/* Grouped fields */
/*.form-list { width:535px; margin:0 auto; overflow:hidden; }*/
.form-list li { margin:0 0 8px; }
.form-list label { float:left; color:#666; font-weight:bold; position:relative; z-index:0; }
.form-list label.required em { float:right; font-style:normal; color:#eb340a; position:absolute; top:0; right:-8px; }
.form-list li.control label { float:none; }
.form-list li.control input.radio,
.form-list li.control input.checkbox { margin-right:6px; }
.form-list li.control .input-box { clear:none; display:inline; width:auto; }
/*.form-list li.fields { margin-right:-15px; }*/
.form-list .input-box { display:block; clear:both; width:260px; }
.form-list .field { float:left; width:275px; }
.form-list input.input-text { width:254px; }
.form-list textarea { width:254px; height:10em; }
.form-list select { width:192px; padding: 4px 6px 4px; }
.form-list li.wide .input-box { width:535px; }
.form-list li.wide input.input-text { width:529px; }
.form-list li.wide textarea { width:529px; }
.form-list li.wide select { width:535px; }
.form-list li.additional-row { border-top:1px solid #ccc; margin-top:10px; padding-top:7px; }
.form-list li.additional-row .btn-remove { float:right; margin:5px 0 0; }
.form-list .input-range input.input-text { width:74px; }
/* Customer */
.form-list .customer-name-prefix .input-box,
.form-list .customer-name-suffix .input-box,
.form-list .customer-name-prefix-suffix .input-box,
.form-list .customer-name-prefix-middlename .input-box,
.form-list .customer-name-middlename-suffix .input-box,
.form-list .customer-name-prefix-middlename-suffix .input-box { width:auto; }

.form-list .name-prefix { width:65px; }
.form-list .name-prefix select { width:55px; }
.form-list .name-prefix input.input-text { width:49px; }

.form-list .name-suffix { width:65px; }
.form-list .name-suffix select { width:55px; }
.form-list .name-suffix input.input-text { width:49px; }

.form-list .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:85px; }
.form-list .customer-dob input.input-text { display:block; width:74px; }
.form-list .customer-dob label { font-size:10px; font-weight:normal; color:#888; }
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-month { width:60px; }
.form-list .customer-dob .dob-day input.input-text,
.form-list .customer-dob .dob-month input.input-text { width:46px; }
.form-list .customer-dob .dob-year { width:140px; }
.form-list .customer-dob .dob-year input.input-text { width:134px; }


.buttons-set { clear:both; margin:4em 0 0; padding:8px 0 0; border-top:1px solid #e4e4e4; text-align:right; }
.buttons-set p.required { margin:0 0 10px; }
.buttons-set .back-link { float:left; margin:0; }
.buttons-set button.button { float:right; margin-left:5px; }

.buttons-set-order { margin:10px 0 0; }
.buttons-set-order .please-wait { padding:12px 7px 0 0; }

.fieldset { border:1px solid #bbafa0; background:#fbfaf6; padding:22px 25px 12px 33px; margin:28px 0; }
.fieldset .legend { float:left; font-weight:bold; font-size:13px; border:1px solid #f19900; background:#f9f3e3; color:#e76200; margin:-33px 0 0 -10px; padding:0 8px; position:relative; }

/* Form Validation */
.validation-advice { font-family:HelveticaNeueW02-55Roma!important;clear:both; min-height:13px; margin:3px 0 0; padding-left:17px; font-size:11px; font-weight:bold; line-height:13px; color:#eb340a; }
.validation-failed { border:1px dashed #eb340a !important; background:#faebe7 !important; }
p.required { font-size:11px; text-align:right; color:#EB340A; }
/* Expiration date and CVV number validation fix */
.v-fix { float:left; }
.v-fix .validation-advice { display:block; width:12em; margin-right:-12em; position:relative; }

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

.messages,
.messages ul { list-style:none !important; margin:0 !important; padding:0 !important; }
.messages { width:100%; overflow:hidden; }
.messages li { margin:0 0 10px !important; }
.messages li li { margin:0 0 3px !important; }
.error-msg,
.success-msg,
.note-msg,
.notice-msg {
    border-style:solid !important;
    border-width:1px !important;
    background-position:10px 9px !important;
    background-repeat:no-repeat !important;
    min-height:24px !important;
    padding:8px 8px 8px 32px !important;
    font-size:13px !important;
    font-weight:bold !important;
    font-family:Helvetica Neue LT W04_77 Bd Cn, Helvetica, Arial
}
.error-msg { border-color:#f16048; background-color:#faebe7; color:#df280a; }
.success-msg { border-color:#446423; background-color:#eff5ea; color:#3d6611; }
.note-msg,
.notice-msg { border-color:#fcd344; background-color:#fafaec; color:#3d6611; }

/* Page Heading */
.page-title { width:100%; overflow:hidden; border-bottom:1px solid #ccc; margin:0 0 25px; }
.page-title h1,
.page-title h2 { margin:0; font-size:20px; color:#0a263c; }
.page-title .separator { margin:0 3px; }
.page-title .link-rss { float:right; margin:7px 0 0; }
.title-buttons { text-align:right; }
.title-buttons h1,
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 { float:left; }

.subtitle { clear:both; padding:15px 0 0; font-size:15px; font-weight:bold; margin:0 0 6px; color:#e25203; }




/* Pager */
.pager {
    font-size:13px;
    background:#fff;
    padding:4px 8px;
    border-top:1px solid #e2e2e2;
    text-align:center;
    font-family:HelveticaNeueW02-55Roma, Helvetica, Arial;
}
.pager .amount { float:left; margin:0; }
.pager .limiter { float:right; }
.pager .limiter label { vertical-align:middle; }
.pager .limiter select { padding:0; margin:0 0 1px; vertical-align:middle; }
.pager .pages { margin:0 140px; }
.pager .pages ol { display:inline; }
.pager .pages li { display:inline; margin:0 2px; }

/* Sorter */
.sorter { font-size:11px; background:#fff; padding:3px 8px; border-top:1px solid #e2e2e2; }
.sorter .view-mode { float:left; margin:0; }
.sorter .sort-by { float:right; padding-right:36px; }
.sorter .sort-by label { vertical-align:middle; }
.sorter .sort-by select { padding:0; margin:0 0 1px; vertical-align:middle; }

/* Toolbar */
.toolbar .pager { padding:3px 8px; border-bottom:1px solid #fff; }
.toolbar .sorter { border-bottom:1px solid #fff; }

/* Data Table */
.data-table { width:100%; border:1px solid #bebcb7; }
.data-table .odd  { background:#f8f7f5 }
.data-table .even { background:#eeeded; }
/*.data-table tr.odd:hover,
.data-table tr.even:hover { background:#ebf1f6; }*/
.data-table td.last,
.data-table th.last { border-right:0; }
.data-table tr.last th,
.data-table tr.last td { border-bottom:0 !important; }
.data-table th { padding:3px 8px; font-weight:bold; }
.data-table td { padding:3px 8px; }

.data-table thead th { font-weight:bold; border-right:1px solid #c2d3e0; padding:2px 8px; color:#0a263c; white-space:nowrap; vertical-align:middle; }
.data-table thead th.wrap { white-space:normal; }
.data-table thead th a,
.data-table thead th a:hover { color:#fff; }
.data-table thead th .tax-flag { font-size:11px; white-space:nowrap; }

.data-table tfoot { border-bottom:1px solid #d9dde3; }
.data-table tfoot tr { background-color:#dee5e8 !important; }
.data-table tfoot td { padding:1px 0; border-bottom:0; border-right:1px solid #d9dde3; }
.data-table tfoot strong { font-size:16px; }

.data-table tbody th,
.data-table tbody td { border-bottom:1px solid #d9dde3; border-right:1px solid #d9dde3; }
/* Bundle products tables */
.data-table tbody.odd tr { background:#f8f7f5 !important; }
.data-table tbody.even tr { background:#f6f6f6 !important; }
.data-table tbody.odd tr td,
.data-table tbody.even tr td { border-bottom:0; }
.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td { border-bottom:1px solid #d9dde3; }

.data-table tbody td .option-label { font-weight:bold; font-style:italic; }
.data-table tbody td .option-value { padding-left:10px; }

/* Generic Info Box */
.info-box { background:#fff; border:1px solid #d0cbc1; padding:12px 15px; margin:0 0 15px; }
.info-box h2 { font-weight:bold; font-size:13px; }

.info-table th { font-weight:bold; padding:2px 15px 2px 0; }
.info-table td { padding:2px 0; }

/* Shopping cart total summary row expandable to details */
tr.summary-total { cursor:pointer; }
tr.summary-total .summary-collapse { float:right; text-align:right; padding-left:20px; cursor:pointer; }
tr.show-details .summary-collapse { background-position:0 -52px; }
tr.summary-details td { font-size:11px; background-color:#dae1e4; color:#626465; }
tr.summary-details-first td { border-top:1px solid #d2d8db; }
tr.summary-details-excluded { font-style:italic; }

/* Shopping cart tax info */
.cart-tax-info { display:block; }
.cart-tax-info,
.cart-tax-info .cart-price { padding-right:20px; }
.cart-tax-total { display:block; padding-right:20px; cursor:pointer; }
.cart-tax-info .price,
.cart-tax-total .price { display:inline !important; font-weight:normal !important; }
.cart-tax-total-expanded { background-position:100% -52px; }

/* Class: std - styles for admin-controlled content */
.std .subtitle { padding:0; }
.std ol.ol { list-style:decimal outside; padding-left:1.5em; }
.std ul.disc { list-style:disc outside; padding-left:18px; margin:0 0 10px; }
.std dl dt { font-weight:bold; }
.std dl dd { margin:0 0 10px; }
/*.std ul,
.std ol,
.std dl,
.std p,
.std address,
.std blockquote { margin:0 0 1em; padding:0; }
.std ul { list-style:disc outside; padding-left:1.5em; }
.std ol { list-style:decimal outside; padding-left:1.5em; }
.std ul ul { list-style-type:circle; }
.std ul ul,
.std ol ol,
.std ul ol,
.std ol ul { margin:.5em 0; }
.std dt { font-weight:bold; }
.std dd { padding:0 0 0 1.5em; }
.std blockquote { font-style:italic; padding:0 0 0 1.5em; }
.std address { font-style:normal; }
.std b,
.std strong { font-weight:bold; }
.std i,
.std em { font-style:italic; }*/

/* Misc */
.links li { display:inline; }
.links li.first { padding-left:0 !important; }
.links li.last { background:none !important; padding-right:0 !important; }

.link-cart { color:#dc6809 !important; font-weight:bold; }
.link-wishlist { color:#dc6809 !important; font-weight:bold; }
.link-reorder { font-weight:bold; color:#dc6809 !important; }
.link-compare { font-weight:bold; }
.link-print { font-weight:bold; color:#dc6809; }
.link-rss { padding-left:18px; line-height:14px; white-space:nowrap; }
.btn-remove { display:block; width:11px; height:11px; font-size:0; line-height:0; text-indent:-999em; overflow:hidden; }
.btn-remove2 { display:block; width:16px; height:16px; font-size:0; line-height:0; text-indent:-999em; overflow:hidden; }

.separator { margin:0 3px; }

.divider { clear:both; display:block; font-size:0; line-height:0; height:1px; margin:10px 0; text-indent:-999em; overflow:hidden; }

/* Noscript Notice */
.noscript { border:1px solid #ddd; border-width:0 0 1px; background:#ffff90; font-size:13px; line-height:1.25; text-align:center; color:#2f2f2f; }
.noscript .noscript-inner { width:950px; margin:0 auto; padding:12px 0 12px; }
.noscript p { margin:0; }

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


/* Header ================================================================================ */
.logo { float:left; }
.header-container { border-top:5px solid #0d2131; border-bottom:1px solid #415966; }
.header { width:930px; margin:0 auto; padding:10px; text-align:right; position:relative; z-index:10; }
.header .logo { float:left; margin:3px 0 10px 12px; text-decoration:none !important; }
.header .logo strong { position:absolute; top:-999em; left:-999em; width:0; height:0; font-size:0; line-height:0; text-indent:-999em; overflow:hidden; }
.header h1.logo { margin:0; }
.header .quick-access { float:right; width:600px; padding:28px 10px 0 0; }
.header .welcome-msg { margin:0; color:#fff; text-align:right; }
.header .form-search { position:absolute; top:0; right:29px; width:315px; height:30px; padding:1px 0 0 16px; }
.header .form-search label { float:left; width:24px; height:21px; text-align:left; text-indent:-999em; overflow:hidden; }
.header .form-search input.input-text { float:left; border-color:#5c7989; width:209px; margin-right:4px; }
.header .form-search button.button { float:left; }
.header .form-search button.button span { border:0; height:21px; padding:0 0 0 3px; font:bold 11px/21px Helvetica Neue LT W04_77 Bd Cn, Verdana, Arial, sans-serif; }
.header .form-search button.button span span { background-position:100% 0; padding:0 6px 0 3px; }
.header .form-search .search-autocomplete { z-index:999; left:40px !important; top:22px !important; }
.header .form-search .search-autocomplete ul { border:1px solid #5c7989; background-color:#f9f5f0; }
.header .form-search .search-autocomplete li { text-align:left; border-bottom:1px solid #f4eee7; padding:2px 8px 1px 8px; cursor:pointer; }
.header .form-search .search-autocomplete li .amount { float:right; font-weight:bold; }
.header .form-search .search-autocomplete li.odd { background-color:#fffefb; }
.header .form-search .search-autocomplete li.selected { background-color:#f7e8dd; }
.header .form-language { clear:both; padding:5px 0 0; text-align:right; }
.header .form-language label { font-weight:bold; padding-right:5px; color:#a7c6dd; vertical-align:middle; }
.header .form-language select { padding:0; }
.header .form-language select.flags option { background-position:4px 50%; background-repeat:no-repeat; padding-left:25px; }
.header .links { float:right; margin:0 0 6px; }
.header .links li { float:left; font-size:11px; padding:0 8px 0 7px; }
.header .links a { color:#ebbc58; }
.header-container .top-container { clear:both; padding:5px 10px 0 12px; text-align:right; }
.header-container .top-container a { font-size:11px; color:#ebbc58; }

/********** < Navigation */
.nav-container { background:#0a263d; }
#nav { width:918px; margin:0 auto; padding:0 16px; font-size:13px; }

/* All Levels */ /* Style consistent throughout all nav levels */
#nav li { position:relative; text-align:left; }
#nav li.over { z-index:998; }
#nav a,
#nav a:hover { display:block; line-height:1.3em; text-decoration:none; }
#nav span { display:block; cursor:pointer; white-space:nowrap; }
#nav li ul span {white-space:normal; }
#nav ul li.parent li a { background-image:none; }

/* 0 Level */
#nav li { float:left; }
#nav li.active a { color:#d96708; }
#nav a { float:left; padding:5px 12px 6px 8px; color:#a7c6dd; font-weight:bold; }
#nav li.over a,
#nav a:hover { color:#d96708; }

/* 1st Level */
#nav ul li,
#nav ul li.active { float:none; margin:0; padding-bottom:1px; background:#ecf3f6; }
#nav ul li.last { background:#ecf3f6; padding-bottom:0; }

#nav ul a,
#nav ul a:hover { float:none; padding:0; background:none; }
#nav ul li a { font-weight:normal !important; }

/* 2nd Level */
#nav ul,
#nav div { position:absolute; width:15em; top:27px; left:-10000px; border:1px solid #899ba5; }
#nav div ul { position:static; width:auto; border:none; }

/* 3rd+ Level */
#nav ul ul,
#nav ul div { top:5px; }

#nav ul li a { background:#ecf3f6; }
#nav ul li a:hover { background:#d5e4eb; }
#nav ul li a,
#nav ul li a:hover { color:#2f2f2f !important; }
#nav ul span,
#nav ul li.last li span { padding:3px 15px 4px 15px; }

/* Show menu */
#nav li ul.shown-sub,
#nav li div.shown-sub { left:0; z-index:999; }
#nav li .shown-sub ul.shown-sub,
#nav li .shown-sub li div.shown-sub { left:100px; }
/********** Navigation > */
/* ======================================================================================= */


/* Sidebar =============================================================================== */
.block { border:1px solid #c4c1bc; margin:0 0 15px; }
.block .block-title { border-bottom:1px solid #ddd; padding:2px 9px; }
.block .block-title strong { display: block; font: bold 14px/16px 'Helvetica Neue LT W04_77 Bd Cn', Helvetica, sans-serif; min-height: 16px; padding: 1px 0 1px; text-transform: uppercase; color: #e26703; }
.block .block-title a { text-decoration:none !important; }
.block .block-subtitle { margin:0; padding:5px 9px; font-size:1em; font-weight:bold; color:#0a263c; }
.block .block-content { background:#f8f7f5; }
.block .block-content li.item { padding:7px 9px; }
.block .block-content .product-name { color:#1e7ec8; }
.block .btn-remove { float:right; margin:1px 0 2px 5px; }
.block .actions { background:#dee5e8; padding:6px 9px; text-align:right; }
.block .actions a { float:left; }
.block .actions button.button { float:right; }
.block .empty { margin:0; padding:5px 9px; }

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

/* Mini Blocks */
.block-cart,
.block-wishlist,
.block-compare,
.block-reorder,
.block-poll,
.block-viewed,
.block-compared,
.block-related,
.block-tags,
.block-login { font-size:13px; line-height:1.25; }
.block-cart .block-title strong,
.block-wishlist .block-title strong,
.block-subscribe .block-title strong,
.block-compare .block-title strong,
.block-reorder .block-title strong,
.block-poll .block-title strong,
.block-viewed .block-title strong,
.block-compared .block-title strong,
.block-related .block-title strong,
.block-tags .block-title strong,
.block-login .block-title strong {  background-position:0 0; background-repeat:no-repeat; padding-left:21px; }

/* Mini Products List */
.mini-products-list .product-image { float:left; width:50px; border:1px solid #a9a9a9; }
.mini-products-list .product-details { margin-left:60px; }

/* Block: Account */
.block-account { border-color:#bbb; }
.block-account .block-title { background:#fc9d36; border:0; padding:3px 10px; }
.block-account .block-title strong { font-size:13px; color:#fff; }
.block-account .block-content { background:#fbfaf6; padding:7px 10px 7px; }
.block-account .block-content li a { display:block; border-bottom:1px solid #ddd; padding:3px 0; color:#5f5d5c; text-decoration:none !important; }
.block-account .block-content li a:hover { color:#ea7900; }
.block-account .block-content li.last a { border-bottom:0; }
.block-account .block-content li.current { border-bottom:1px solid #ddd; padding:3px 0; color:#ea7900; }
.block-account .block-content li.current.last { border-bottom:0; }

/* Block: Currency Switcher */
.block-currency { border:0; padding:7px 12px 10px; height:51px; }
.block-currency .block-title { background:none; border:0; padding:0; margin:0 0 5px; }
.block-currency .block-title strong { font:bold 13px/21px Helvetica Neue LT W04_77 Bd Cn, Helvetica, sans-serif; padding:0 0 0 21px; text-transform:none; color:#fff; }
.block-currency .block-content { background:none; padding:0; }
.block-currency .block-content select { width:100%; padding:0; }

/* Block: Layered Navigation */
.block-layered-nav { border:0; }
.block-layered-nav .block-title { border:0; padding:0; height:24px; text-indent:-999em; overflow:hidden; }
.block-layered-nav .block-subtitle { line-height:1.35; background:#d5e8ff; padding:3px 9px; border:1px solid #b9ccdd; border-width:1px 0; text-transform:uppercase; color:#1f5070; }
.block-layered-nav .block-content { border:1px solid #a0b3c3; background:#e7f1f4; }
.block-layered-nav dt { padding:7px 10px 0 28px; font-weight:bold; text-transform:uppercase; }
.block-layered-nav dd { padding:0 12px 12px; }
.block-layered-nav dd.last { background:none; }
.block-layered-nav .currently li { background:#fff; padding:4px 6px 4px 10px; }
.block-layered-nav .currently .label { font-weight:bold; padding-left:18px; text-transform:uppercase; }
.block-layered-nav .currently .btn-remove { margin:3px 0 0; }
.block-layered-nav .actions { font-size:11px; padding:4px 9px; background:#cad6e4; border:1px solid #dee5e8; border-width:1px 0; text-align:right; }
.block-layered-nav .actions a { float:none; }

/* Block: Cart */
.block-cart .summary { background:#fff; padding:2px 8px 8px; margin:-1px 0 0; position:relative; z-index:1; }
.block-cart .amount { margin:0; }
.block-cart .amount a { font-weight:bold; }
.block-cart .subtotal { margin:5px 0 0; padding:2px 0; background:#fbebd9; text-align:center; }
.block-cart .subtotal .price { font-weight:bold; }
.block-cart .actions { border-bottom:1px solid #c2c2c2; }

/* Block: Wishlist */
.block-wishlist .actions { text-align:right; }
.block-wishlist .actions a { float:none; }

/* Block: Related */
.block-related input.checkbox { float:left; }
.block-related .product { margin-left:20px; }

/* Block: Compare Products */
.block-compare button.button span { border-color:#406a83; background:#618499; }
.page-popup .link-print { padding:2px 0 2px 25px; font-weight:bold; color:#1e7ec8; }
.compare-table { border:0; }
.compare-table thead tr.first th,
.compare-table thead tr.first td { border:0; background:none; padding:0; font-size:0; line-height:0; }
.compare-table .btn-remove { float:right; width:72px; height:15px; }
.compare-table tbody th { background:#d9e5ee; }
.compare-table tbody th,
.compare-table tbody td { padding:10px; border:0; border-top:1px solid #ccc; border-left:1px solid #ccc; }
.compare-table tbody td.last { border-right:1px solid #ccc; }
.compare-table tbody tr.last th,
.compare-table tbody tr.last td { border-bottom:1px solid #ccc !important; }
.compare-table tr.add-to-row td { background:#fffada; text-align:center; }
.compare-table tr.first td { text-align:center; }
.compare-table tr.first td .product-name { font-size:13px; font-weight:bold; margin:0 0 5px; color:#203548; }
.compare-table tr.first td .product-name a { color:#203548; }
.compare-table tr.first td .ratings { width:69px; margin:0 auto; }
.compare-table tr.first td p,
.compare-table tr.add-to-row td p { margin:0; }

/* Block: Poll */
.block-poll .block-subtitle { font-size:13px; }
.block-poll label { color:#777; font-weight:bold; }
.block-poll input.radio { float:left; margin:1px -18px 0 0; }
.block-poll .label { display:block; margin-left:18px; }
.block-poll li { padding:3px 9px; }
.block-poll .actions { margin:5px 0 0; }
.block-poll button.button span { border-color:#406a83; background:#618499; }
.block-poll .answer { font-weight:bold; }
.block-poll .votes { float:right; margin-left:10px; }

/* Block: Tags */
.block-tags .block-content ul { font-size:13px; padding:10px; }
.block-tags .block-content li { display:inline; padding-right:4px; }
.block-tags .block-content a { color:#1b2d3b; }
.block-tags .actions { text-align:right; }
.block-tags .actions a { float:none; }

/* Block: Subscribe */
.block-subscribe .block-content { padding:5px 10px; }
.block-subscribe label {color: #9e9e9e;}
.block-subscribe input.input-text { display:block; width:167px; margin:3px 0; }
.block-subscribe .actions { background:none; padding:0; margin:3px 0 0; text-align:left; }
.block-subscribe .actions button.button { float:none; }
.block-subscribe .actions button.button span { border-color:#406a83; background:#618499; }

/* Block: Reorder */
.block-reorder input.checkbox { float:left; margin:2px -20px 0 0; }
.block-reorder .product-name { margin-left:20px; }
.block-reorder .validation-advice { margin:3px 9px 7px; }

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

/* Block: Login */
.block-login .block-content { padding:5px 10px; }
.block-login label { font-weight:bold; color:#666; }
.block-login input.input-text { display:block; width:167px; margin:3px 0; }
.block-login .actions { background:none; padding:0; margin:3px 0 0; }
.block-login .actions button.button span { border-color:#406a83; background:#618499; }

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


/* Category Page ========================================================================= */
.category-title { border:0; margin:0 0 7px; }
.category-image { width:100%; overflow:hidden; margin:0 0 10px; text-align:center; }
.category-description { margin:0 0 10px; }

/* View Type: Grid */
.products-grid { border-bottom:1px solid #d9ddd3; position:relative; }
.products-grid.last { border-bottom:0; }
.products-grid li.item { float:left; width:138px; padding:12px 10px 80px; }
.products-grid .product-image { display:block; width:135px; height:135px; margin:0 0 10px; }
.products-grid .product-name { /*min-height:2.7em;*/ margin:0 0 5px; font-weight:bold; font-size:13px; color:#203548; }
.products-grid .product-name a { color:#203548; }
.products-grid .price-box { margin:5px 0; }
.products-grid .availability { line-height:21px; }
.products-grid .actions { position:absolute; bottom:12px; }
.col2-left-layout .products-grid,
.col2-right-layout .products-grid { width:632px; margin:0 auto; }
.col1-layout .products-grid { width:790px; margin:0 auto; }

/* View Type: List */
.products-list li.item { border-bottom:1px solid #d9ddd3; padding:12px 10px; }
.products-list li.item.last { border-bottom:0; }
.products-list .product-image { float:left; width:135px; height:135px; margin:0 0 10px; }
.products-list .product-shop { margin-left:150px; }
.products-list .product-name { margin:0 0 5px; font-weight:bold; font-size:13px; color:#203548; }
.products-list .product-name a { color:#203548; }
.products-list .price-box { float:left; margin:3px 13px 5px 0; }
.products-list .availability { float:left; margin:3px 0 0; }
.products-list .desc { clear:both; padding:6px 0 0; margin:0 0 15px; line-height:1.35; }
.products-list .desc .link-more { font-size:11px; }
.products-list .add-to-links { clear:both; }
.products-list .add-to-links li { display:inline; }
.products-list .add-to-links .separator { display:inline; margin:0 2px; }
/* ======================================================================================= */


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

.ratings { font-size:11px; line-height:1.25; margin:7px 0; }
.ratings strong { float:left; margin:1px 3px 0 0; }
.ratings .rating-links { margin:0; }
.ratings .rating-links .separator { margin:0 2px; }
.rating-box { width:69px; height:13px; font-size:0; line-height:0; text-indent:-999em; overflow:hidden; }
.rating-box .rating { float:left; height:13px; }
.ratings .rating-box { float:left; margin-right:3px; }

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

/* Availability */
.availability { margin:0; }
.availability span { font-weight:bold; }
.availability.out-of-stock span { color:#d83820; }

.availability-only { margin:10px 0 7px; line-height:16px; padding-left:15px; }
.availability-only span,
.availability-only a { border-bottom:1px dashed #751d02; color:#000; cursor:help; }
.availability-only a { cursor:pointer; padding-right:15px; text-decoration:none; }
.availability-only .expanded { background-position:100% -15px; }
.availability-only strong { color:#be2c00; }

.availability-only-details { margin:0 0 7px; }
.availability-only-details th { background:#d2d6d9; font-size:10px; padding:0 8px; }
.availability-only-details td { background:#ebf0f3; border-bottom:1px solid #fff; font-size:11px; padding:2px 8px 1px; }
.availability-only-details tr.odd td.last { color:#d95e00; font-weight:bold; }

.product-view .product-shop .availability { font-size:11px; }
.product-view .product-shop .availability span { font-weight:normal; }

/* Email to a Friend */
.email-friend { margin:0; }

/* Alerts */
.alert-price { margin:0; font-size:11px; }
.alert-stock { margin:0; font-size:11px; }

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

.price-box { margin:5px 0; }
.price-box .price { font-weight:bold; color:#c76200; }

/* Regular price */
.regular-price { color:#c76200; }
.regular-price .price { font-weight:bold; font-size:13px; color:#c76200; }
.block .regular-price,
.block .regular-price .price { color:#2f2f2f; }

/* Old price */
.old-price { margin:0; }
.old-price .price-label { white-space:nowrap; color:#999; }
.old-price .price { font-weight:bold; color:#c76200; text-decoration:line-through; }

/* Special price */
.special-price { margin:0; padding:3px 0; }
.special-price .price-label { font-size:13px; font-weight:bold; white-space:nowrap; color:#cd5033; }
.special-price .price { font-size:13px; font-weight:bold; color:#c76200; }

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

.minimal-price-link { display:block; }
.minimal-price-link .label {color:#1e7ec8;}
.minimal-price-link .price { font-weight:normal; color:#1e7ec8; }

/* Excluding tax */
.price-excluding-tax { display:block; color:#999; }
.price-excluding-tax .label { white-space:nowrap; color:#999; }
.price-excluding-tax .price { font-size:13px; font-weight:normal; color:#c76200; }

/* Including tax */
.price-including-tax { display:block; color:#999; }
.price-including-tax .label { white-space:nowrap; color:#999; }
.price-including-tax .price { font-size:13px; font-weight:bold; color:#c76200; }

/* FPT */
.weee { display:block; font-size:11px; color:#444; }
.weee .price { font-size:11px; font-weight:normal; }

/* Excl tax (for order tables) */
.price-excl-tax  { display:block; }
.price-excl-tax .label { display:block; white-space:nowrap; }
.price-excl-tax .price { display:block; }

/* Incl tax (for order tables) */
.price-incl-tax { display:block; }
.price-incl-tax .label { display:block; white-space:nowrap; }
.price-incl-tax .price { display:block; font-weight:bold; }

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

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

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

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

.price-box-bundle { padding:0 0 10px 0; }
.price-box-bundle .price-box { margin:0 !important; padding:0 !important; }
.price-box-bundle .price { color:#555; }
/********** Product Prices > */

/* Tier Prices */
.tier-prices { margin:10px 0; padding:10px; background-color:#f4f7f7; border:1px solid #dadddd; }
.tier-prices li { line-height:1.4; padding:2px 0 2px 10px; color:#424242; }
.tier-prices .benefit { font-style:italic; font-weight:bold; color:#2f2f2f; }
.tier-prices .price { font-weight:bold; color:#2f2f2f; }

.tier-prices-grouped li { padding:2px 0; color:#e26703; }
.tier-prices-grouped li .price { font-weight:bold; }

/* Add to Links */
.add-to-links { font-size:11px; margin:5px 0 0; }
.add-to-links .separator { display:none; }

/* Add to Cart */
.add-to-cart label { float:left; margin-right:5px; font-weight:bold; color:#666; }
.add-to-cart .qty { float:left; margin-right:5px; }
.add-to-cart button.button { float:left; }
.add-to-cart .paypal-logo { clear:left; margin:0; padding:10px 0 0; text-align:right; }

/* Add to Links + Add to Cart */
.add-to-box { margin:10px 0; }
.add-to-box .add-to-cart { float:left; }
.add-to-box .or { float:left; font-weight:bold; margin:0 7px; color:#666; }
.add-to-box .add-to-links { float:left; margin:0; font-size:13px !important; line-height:1.25 !important; text-align:left !important; }
.add-to-box .add-to-links li { display:block !important; }
.add-to-box .add-to-links li .separator { display:none !important; }

.product-view { border:1px solid #c4c6c8; }

.product-essential { padding:25px; }
.product-essential h2 { font:bold 13px/1.35 Helvetica Neue LT W04_77 Bd Cn, Helvetica, sans-serif; }

.product-collateral { background:#faf7ee; padding:25px; font-size:13px; font-family:HelveticaNeueW02-55Roma, Helvetica, Arial}
.product-collateral h2 { font-weight:bold; font-size:15px; color:#e26703; border-bottom:1px solid #e5dcc3; padding:0 0 1px; margin:0 0 15px; }
.product-collateral .box-collateral { margin:0 0 25px; }

/* Product Images */
.product-view .product-img-box { float:left; width:267px; }
.col3-layout .product-view .product-img-box { float:none; margin:0 auto; }
.product-view .product-img-box .product-image { margin:0 0 13px; }
.product-view .product-img-box .product-image-zoom { position:relative; width:265px; height:265px; overflow:hidden; z-index:9; }
.product-view .product-img-box .product-image-zoom img { position:absolute; left:0; top:0; cursor:move; }
.product-view .product-img-box .zoom-notice { font-size:11px; margin:0 0 5px 252px; }
.product-view .product-img-box .zoom { position:relative; z-index:9; height:18px; margin:0 auto 13px; padding:0 28px; cursor:pointer; }
.product-view .product-img-box .zoom.disabled { -moz-opacity:.3; -webkit-opacity:.3; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";/*IE8*/ opacity:.3; }
.product-view .product-img-box .zoom #track { position:relative; height:18px; }
.product-view .product-img-box .zoom #handle { position:absolute; left:0; top:-1px; width:9px; height:22px; }
.product-view .product-img-box .zoom .btn-zoom-out { position:absolute; left:2px; top:0; }
.product-view .product-img-box .zoom .btn-zoom-in { position:absolute; right:2px; top:0; }
.product-view .product-img-box .more-views h2 { font-size:11px; border-bottom:1px solid #ccc; margin:0 0 8px; text-transform:uppercase; }
.product-view .product-img-box .more-views ul { margin-left:-9px }
.product-view .product-img-box .more-views li { float:left; margin:0 0 8px 9px; }
.product-view .product-img-box .more-views li a { float:left; width:56px; height:56px; border:2px solid #ddd; overflow:hidden; }

.product-image-popup { margin:0 auto; }
.product-image-popup .nav { font-weight:bold; text-align:center; }
.product-image-popup .image { display:block; margin:10px 0;  }
.product-image-popup .image-label { font-size:13px; font-weight:bold; margin:0 0 10px; color:#2f2f2f; }

/* Product Badge */
#pdp-product-tags { position:absolute; top:21px; left:447px;}
#pdp-product-tags .info { display:block; height:75px; width:75px; background-repeat:no-repeat; background-size: 75px 75px; }
#pdp-product-tags .info img {width:75px; height: 75px;}
#pdp-product-tags .info em{ display: none; }


/* Product Shop */
.product-view .product-shop { float:right; width:330px; }
.col1-layout .product-view .product-shop { float:right; width:545px; }
.col3-layout .product-view .product-shop { float:none; width:auto; }
.product-view .product-shop .product-name { margin:0 0 5px; }
.product-view .product-shop .product-name h1 { margin:0; font:bold 15px/1.35 Helvetica Neue LT W04_77 Bd Cn, Helvetica, sans-serif; }
.product-view .product-shop .availability { margin:10px 0; }
.product-view .product-shop .short-description { margin:10px 0; padding:10px 0 0; }
.product-view .product-shop .price-box { margin:10px 0; }
.product-view .product-shop .add-to-links { margin:0; }
.product-view .product-shop .add-to-links { font-size:13px; text-align:right; }
.product-view .product-shop .add-to-links li,
.product-view .product-shop .add-to-links li .separator { display:inline; }
.product-view .product-shop .add-to-links a { color:#1E7EC8 !important; font-weight:normal !important; }

/* Product Options */
.product-options { margin:20px 0 0; padding:10px 15px 20px; background-color:#f6f6f6; border:1px solid #e4e4e4; }
.product-options dt { padding:10px 0 0; font-weight:normal; }
.product-options dt label { font-weight:bold; color:#2f2f2f; }
.product-options dt span.required { color:#eb340a; }
.product-options dt .qty-holder { float:right; margin-right:15px; }
.product-options dt .qty-holder label { vertical-align:middle; }
.product-options dt .qty-disabled { background:none; border:0; padding:3px; color:#2f2f2f; }
.product-options dd { padding:5px 10px 15px; margin:0 0 5px; border-bottom:1px solid #e4e4e4; }
.product-options dl.last dd.last { border-bottom:0; padding-bottom:5px; margin-bottom:0; }
.product-options dd input.input-text { width:98%; }
.product-options dd input.datetime-picker { width:150px; }
.product-options dd .time-picker { display:-moz-inline-box; display:inline-block; padding:2px 0; vertical-align:middle; }
.product-options dd textarea { width:98%; height:8em; }
.product-options dd select { width:99%; }
.product-options dd .multiselect option { border-bottom:1px dotted #d9e5ee; padding:2px 4px; }
.product-options ul.options-list { margin-right:5px; }
.product-options ul.options-list li { line-height:1.5; padding:2px 0; }
.product-options ul.options-list input.radio { float:left; margin-top:3px; }
.product-options ul.options-list input.checkbox { float:left; margin-top:3px; }
.product-options ul.options-list .label { display:block; margin-left:18px; }
.product-options ul.options-list label { font-weight:normal; }
.product-options ul.validation-failed { padding:0 7px; }
.product-options p.note { margin:0; font-size:11px; }
.product-options p.required { margin-bottom:0; padding:15px 0 0; }

.product-options-bottom { background-color:#fffada; padding:15px 20px; border:1px solid #e4e4e4; border-top:0; }
.product-options-bottom .tier-prices { margin:0; padding:0 0 10px; border:0; background:0; }
.product-options-bottom .tier-prices li { background:0; padding:2px 0; color:#e26703; }
.product-options-bottom .tier-prices .price,
.product-options-bottom .tier-prices .benefit { color:#e26703; }
.product-options-bottom .price-box { float:left; margin:0; padding:0; }
.col3-layout .product-options-bottom .price-box { float:none; padding:0 0 5px; }
.product-options-bottom .price-label { float:left; padding-right:5px; }
.product-options-bottom .price-tax { float:left; }
.product-options-bottom .add-to-cart { float:right; }
.product-shop .product-options-bottom { margin:0 0 10px; }
.product-shop .product-options-bottom .price-box { float:none; margin:0 0 5px; }
.product-shop .product-options-bottom .price-label { float:none; padding-right:0; }
.product-shop .product-options-bottom .price-tax { float:none; }
.product-shop .product-options-bottom .add-to-cart-box { clear:both; float:left; padding-top:12px; }

/* Grouped Product */
.product-view .grouped-items-table .price-box { margin:0; padding:0; }

/* Block: Additional */
.product-view .box-additional .data-table th,
.product-view .box-additional .data-table td { line-height:1.25; }

/* Block: Upsell */
.product-view .box-up-sell h2 { border-bottom:0; padding:0; margin:0 0 8px; }
.product-view .box-up-sell .products-grid { width:100%; border:1px solid #e5dcc3; }
.product-view .box-up-sell .products-grid td { width:25%; background:#f6f2e7; border-right:1px solid #e5dcc3; border-bottom:1px solid #e5dcc3; padding:15px 10px 12px; line-height:1.6em; }
.product-view .box-up-sell .products-grid tr.last td { border-bottom:0; }
.product-view .box-up-sell .products-grid td.last { border-right:0; }
.product-view .box-up-sell .products-grid td img { border:1px solid #e5dcc3; }
.product-view .box-up-sell .products-grid .product-image { text-align:center; }
.product-view .box-up-sell .products-grid td.empty { border-right:0; background:#f1ecdb; }
.product-view .box-up-sell .products-grid .ratings .rating-box { float:none; display:block; margin:0 0 3px; }

/* Block: Tags */
.product-view .box-tags { margin:0; }
.product-view .box-tags h3 { font-size:13px; }
.product-view .box-tags .product-tags { display:block; margin:0 0 15px; }
.product-view .box-tags .product-tags li { display:inline; padding:0 7px 0 4px; }
.product-view .box-tags .product-tags li.first { padding-left:0; }
.product-view .box-tags .product-tags li.last { background:none; padding-right:0; }
.product-view .box-tags .form-add label { display:block; font-size:13px; font-weight:bold; margin:0 0 5px; color:#0a263c;}
.product-view .box-tags .form-add .input-box { float:left; width:305px; margin:0 5px 0 0; padding:0 0 0 23px; }
.product-view .box-tags .form-add input.input-text { width:299px; }
.product-view .box-tags .form-add button.button span { border-color:#406a83; background:#618499; }
.product-view .box-tags .note { margin:3px 0 0; padding:0 0 0 23px; font-size:11px; }

/* Block: Reviews */
.product-view .box-reviews dl { margin:15px 0; }
.product-view .box-reviews dt a,
.product-view .box-reviews dt span { font-weight:bold; }
.product-view .box-reviews dd { margin:0 0 15px; }
.product-view .box-reviews dd small { font-style:italic; }
.product-view .box-reviews .form-add { margin:15px 0 0; }
.product-view .box-reviews .form-add h3 { font-size:13px; font-weight:normal; }
.product-view .box-reviews .form-add h3 span { font-weight:bold; }
.product-view .box-reviews .form-add h4 { font-size:13px; }
.product-view .box-reviews .form-add .data-table td { text-align:center; }
.product-view .box-reviews .form-add .form-list { margin:15px 0 0; }
.product-view .box-reviews .form-add .form-list .input-box { width:360px; }
.product-view .box-reviews .form-add .form-list input.input-text,
.product-view .box-reviews .form-add .form-list textarea { width:354px; }

/* Send a Friend */
.send-friend .form-list { width:615px; overflow:hidden; }
.send-friend .form-list li { margin-right:-15px; }
.send-friend .form-list li p { margin:0 15px 0 0; }
.send-friend .form-list .field { width:315px; }
.send-friend .form-list .input-box { width:300px; }
.send-friend .form-list input.input-text,
.send-friend .form-list textarea { width:294px; }
.send-friend .form-list li.wide .input-box { width:612px; }
.send-friend .form-list li.wide textarea { width:609px; }
.send-friend .buttons-set .limit { float:right; margin:0 7px 0 0; font-size:11px; line-height:21px; }
/* ======================================================================================= */

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

/* Product Tags */
.tags-list { display:block; font-size:13px; border:1px solid #c1c4bc; background:#f8f7f5; padding:10px; }
.tags-list li { display:inline !important; margin:0 4px 0 0; }
.tags-list li a { color:#1b2d3b; }

/* Advanced Search */
.advanced-search .form-list label { width:160px; padding-right:10px; }
.advanced-search .form-list .input-box,
.advanced-search .form-list .input-range { float:left; clear:none; }
.advanced-search-amount { margin:0 0 10px; }
.advanced-search-summary { margin:10px 0; border:1px solid #e9d7c9; background:#fff6f1; padding:10px; }
.advanced-search-summary ul { float:left; width:49%; }
.advanced-search-summary strong { color:#E17C24; padding-left:15px; }
.advanced-search-summary p { clear:both; font-weight:bold; margin:0; }

/* Sitemap */
.page-sitemap .links { text-align:right; margin:0 8px -22px 0; }
.page-sitemap .links a { text-decoration:none; position:relative; }
.page-sitemap .links a:hover { text-decoration:underline; }
.page-sitemap .sitemap { margin:12px; }
.page-sitemap .sitemap a { color:#1b2d3b; }
.page-sitemap .sitemap li { margin:3px 0; }
.page-sitemap .sitemap li.level-0 { margin:10px 0 0; font-weight:bold; }
.page-sitemap .sitemap li.level-0 a { color:#1e7ec8; }

/* RSS */
.rss-title h1 { padding-left:27px; }
.rss-table .link-rss { display:block; line-height:1.55; background-position:0 4px; }
/* ======================================================================================= */


/* Shopping Cart ========================================================================= */
.cart .page-title { border-bottom:0; margin:0 0 12px; }
.cart .page-title h1 { margin:10px 0 0; }

/* Checkout Types */
.cart .page-title .checkout-types li { margin:0 0 5px; }
.cart .title-buttons .checkout-types { float:right; margin: 21px 0 0; }
.cart .title-buttons .checkout-types li { float:left; margin:0 0 5px 5px; }
.cart .page-title ul.checkout-types {margin-top:14px !important;}
.cart .page-title .checkout-types button.btn-proceed-checkout {margin-right:40px;}

/* Shopping Cart Table */
.cart-table th { padding:2px 10px; }
.cart-table td { padding:10px; }
.cart-table .product-name { font-weight:bold; margin:0 0 5px; color:#2f2f2f; }
.cart-table .item-msg { margin:5px 0; font-size:11px; font-weight:bold; color:#df280a; }
.cart-table tfoot td { padding:5px 10px; }
.cart-table .btn-continue { float:left; }
.cart-table .btn-continue span,
.cart-table .btn-update span { border-color:#406a83; background:#618499; }

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

.cart .crosssell { border:1px solid #cec3b6; background:#fafaec; padding:12px 15px; }
.cart .crosssell h2 { font-size:13px; font-weight:bold; }
.cart .crosssell .product-image { float:left; width:75px; height:75px; border:1px solid #d0cdc9; }
.cart .crosssell .product-details { margin-left:90px; }
.cart .crosssell .product-name { font-weight:bold; }
.cart .crosssell li.item { margin:12px 0; }
.cart .crosssell .link-compare { font-weight:normal; }

/* Discount Codes & Estimate Shipping and Tax Boxes */
.cart .discount,
.cart .shipping { border:1px solid #d0cbc1; background:#fff; padding:12px 15px; margin:0 0 18px; }
.cart .discount h2,
.cart .shipping h2 { background-position:0 0; background-repeat:no-repeat; font:bold 13px/16px Helvetica Neue LT W04_77 Bd Cn, Helvetica, sans-serif; padding:0 0 0 21px; color:#e26703; text-transform:uppercase; }
.cart .discount button span,
.cart .shipping button span { border-color:#406a83; background:#618499; }
.cart .discount .buttons-set,
.cart .shipping .buttons-set { margin:10px 0 0; border:0; padding:0; text-align:left; }
.cart .discount .buttons-set button.button,
.cart .shipping .buttons-set button.button { float:none; margin-left:0; }

.cart .discount .input-box { margin:8px 0 0; width:260px; }
.cart .discount input.input-text { width:254px; }

.cart .shipping .sp-methods { margin:10px 0 0; padding:5px 0 0; }

/* Shopping Cart Totals */
.cart .totals { float:right; width:268px; background:#dee5e8; border:1px solid #bebcb7; }
.cart .totals table { width:100%; margin:7px 0; }
.cart .totals td { padding:1px 15px 1px 7px; }
.cart .totals tfoot th { padding:5px 15px 5px 7px; }
.cart .totals tfoot td { padding-top:5px; padding-bottom:5px; }
.cart .totals tfoot th strong,
.cart .totals tfoot td strong { font-size:15px; }
.cart .totals .checkout-types { font-size:13px; padding:8px 15px 15px; text-align:right; }
.cart .totals .checkout-types li { clear:both; margin:10px 0; }

/* Options Tool Tip */
.item-options dt { font-weight:bold; font-style:italic; }
.item-options dd { padding-left:10px; margin:0 0 6px; }
.truncated { cursor:help; }
.truncated a.dots { cursor:help; }
.truncated a.details { cursor:help; }
.truncated .truncated_full_value { position:relative; z-index:999; }
.truncated .truncated_full_value dl { position:absolute; top:-99999em; left:-99999em; z-index:999; width:250px; padding:8px; border:1px solid #ddd; background-color:#f6f6f6; }
.truncated .show dl { top:-20px; left:50%; }
.col-left .truncated .show dl { left:15px; top:7px; }
.col-right .truncated .show dl  { left:-240px; top:7px; }
/* ======================================================================================= */

/* Checkout ============================================================================== */
/********** < Common Checkout Styles */
/* Shipping and Payment methods */
.sp-methods { margin:0 0 8px; }
.sp-methods dt { margin:13px 0 5px; font-weight:bold; }
.sp-methods dd li { margin:5px 0; }
.sp-methods label { font-weight:bold; color:#666; }
.sp-methods .price { font-weight:bold; }
.sp-methods .form-list { padding-left:20px; }
.sp-methods .form-list li { margin:0 0 8px; }
.sp-methods select.month { width:154px; margin-right:10px; }
.sp-methods select.year { width:96px; }
.sp-methods input.cvv { width:3em !important; }

.sp-methods .checkmo-list li { margin:0 0 5px; }
.sp-methods .checkmo-list label { width:135px; padding-right:10px; text-align:right; }
.sp-methods .checkmo-list address { float:left; }

.sp-methods .centinel-logos a { margin-right:3px; }
.sp-methods .centinel-logos img { vertical-align:middle; }

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

.method-type-message {margin-left: -134px; margin-right: -200px; font-size: 13px; font-weight: bold; padding-top: 0px; border-top-width: 0px; padding-bottom: 0px; margin-top: 52px; margin-bottom: 0px; width: auto; }

/* Tooltip */
.tool-tip { border:1px solid #7BA7C9; background:#EAF6FF; padding:15px 20px; position:absolute; z-index:9999; }
.tool-tip .btn-close { margin:-9px -14px 0; text-align:right; }
.tool-tip .btn-close a { display:block; margin:0 0 0 auto; width:15px; height:15px; text-align:left; text-indent:-999em; overflow:hidden; }
.tool-tip .tool-tip-content { padding:5px; }

/* Gift Messages */
.gift-messages h3 { font-size:13px; font-weight:bold; color:#e87403; }
.gift-messages p.control { color:#8e8d8b; }
.gift-messages-form { position:relative; }
.gift-messages-form label { float:none !important; position:static !important; }
.gift-messages-form h4 { font-size:13px; font-weight:bold; color:#e87403; }
.gift-messages-form .whole-order { margin:0 0 25px; }
.gift-messages-form .item { margin:0 0 10px; }
.gift-messages-form .item .product-img-box { float:left; width:75px; }
.gift-messages-form .item .product-image { margin:0 0 7px; }
.gift-messages-form .item .number { margin:0; font-weight:bold; text-align:center; color:#8a8987; }
.gift-messages-form .item .details { margin-left:90px; }
.gift-messages-form .item .details .product-name { font-size:13px; font-weight:bold; margin:0 0 10px; }
.gift-messages-form .item .details .form-list .field { width:255px; }
.gift-messages-form .item .details .form-list .input-box { width:240px; }
.gift-messages-form .item .details .form-list input.input-text { width:234px; }
.gift-messages-form .item .details .form-list li.wide .input-box { width:500px; }
.gift-messages-form .item .details .form-list li.wide textarea { width:494px; }

.gift-message-link { font-size:11px; padding-right:7px; }
.gift-message-link.expanded { background-position:100% -40px; }
.gift-message-row { background:#f2efe9; }
.gift-message-row .btn-close { float:right; width:16px; height:16px; font-size:0; line-height:0; text-indent:-999em; overflow:hidden; }

/* Checkout Agreements */
.checkout-agreements li { margin:30px 0; }
.checkout-agreements .agreement-content { overflow:auto; height:12em; padding:10px; background-color:#fbfaf6; border:1px solid #bbb6a5; }
.checkout-agreements .agree { margin:0; padding:10px 0 10px 11px; }
.checkout-agreements .agree input.checkbox { margin-right:6px; }
.checkout-agreements .agree label { font-weight:bold; color:#666; }

.opc .checkout-agreements { border:1px solid #d9dde3; border-width:0 1px; padding:5px 30px; }
.opc .checkout-agreements li { margin:20px 0 0; }
.opc .checkout-agreements .agreement-content { background-color:#fff; border-color:#e4e4e4; padding:5px; }
.opc .checkout-agreements .agree { padding-left:6px; }

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

.opc .centinel { border:1px solid #bbb6a5; border-width:0 1px 1px; padding:10px 30px; }

/* Generic Info Set */
.info-set { background:#fbfaf6; border:1px solid #bbb6a5; margin:0 0 25px; padding:20px; }
.info-set h2 { font-size:13px; font-weight:bold; margin:0 0 10px; }
.info-set h3,
.info-set h4 { font-size:13px; font-weight:bold; color:#E26703; }
.info-set h2 a,
.info-set h3 a,
.info-set h4 a { font-weight:normal; }
.info-set h2.legend { margin:-20px -20px 15px; padding:5px 10px; background:#f9f3e3; border-bottom:1px solid #bbafa0; position:relative; }
.info-set h3.legend { margin:0 0 10px; color:#0a263c; }
.info-set .divider { margin:0 -20px; padding:25px 0; position:relative; }
.info-set .box { margin:0 0 15px; }
.info-set .box h2 { color:#e26703; }
.info-set .data-table .product-name { font-size:1em !important; font-weight:bold !important; color:#1e7ec8 !important; }
.info-set .data-table .product-name a { font-weight:bold !important; }
.info-set .data-table .item-options { margin:5px 0 0; }
/********** Common Checkout Styles > */

/* One Page Checkout */
.block-progress { border:0; margin:0; }
.block-progress .block-title { background:none; border:0; padding:0; margin:0 0 5px; }
.block-progress .block-title strong { font-size:13px; color:#0a263c; }
.block-progress .block-content { background:none; }
.block-progress dt { font-size:13px; font-weight:bold; line-height:1.35; background:#eee; border:1px solid #a3aeb3; margin:0 0 6px; padding:2px 8px; color:#999; }
.block-progress dd { background:#eee; border:1px solid #a3aeb3; border-top:0; padding:8px 13px; margin:0 0 6px; }
.block-progress dt.complete { margin:0; background:#d0dce1; color:#5e8ab4; }
.block-progress p { margin:0; }

.opc .buttons-set { margin-top:0; padding-top:2em; }
.opc .buttons-set p.required { margin:0; padding:0 0 10px; }
.opc .buttons-set .back-link small { display:none; }
.opc .buttons-set .back-link a { padding-left:16px; }
.opc .buttons-set.disabled button.button { display:none; }
.opc .buttons-set .please-wait { height:21px; line-height:21px; }
.opc .ul { list-style:disc outside; padding-left:18px; }

.opc { position:relative; }

.opc .step-title { border-width:0 1px; border-style:solid; border-color:#fff #d9dde3 #d9dde3; background:#eee; padding:4px 8px 6px; text-align:right; }
.opc .step-title .number { float:left; background:#fff; border:1px solid #fff; padding:0 4px; margin:0 5px 0 0; font:bold 11px/14px Helvetica Neue LT W04_77 Bd Cn, helvetica, sans-serif; color:#999; }
.opc .step-title h2 { float:left; margin:0; font:bold 13px/16px Helvetica Neue LT W04_77 Bd Cn, Helvetica, sans-serif; color:#999; }
.opc .step-title a { display:none; float:right; font-size:11px; line-height:16px; }

.opc .allow .step-title { background:#d0dce1; border:1px solid #a3aeb3; border-bottom:0; color:#a4b3b9; cursor:pointer; }
.opc .allow .step-title .number { background:#dbe6eb; border-color:#dbe6eb; color:#a4b3b9; }
.opc .allow .step-title h2 { color:#a4b3b9; }
/*.opc .allow .step-title a { display:block; }*/

.opc .active .step-title { background:#f9f3e3; border:1px solid #bbafa0; padding-bottom:5px; color:#f18200; cursor:default; }
.opc .active .step-title .number { background:#f18200; border-color:#f19900; color:#fff; }
.opc .active .step-title h2 { color:#f18200; }
/*.opc .active .step-title a { display:none; }*/

.opc .step { border:1px solid #bbafa0; border-top:0; background:#fbfaf6; padding:15px 30px; position:relative; }
.opc .step .tool-tip { right:30px; }

#opc-login .buttons-set { border-top:0; }
#opc-login h3 { font-size:13px; border-bottom:1px solid #e4e4e4; padding-bottom:2px; text-transform:uppercase; }
#opc-login h4 { font-size:1em; font-weight:bold; margin:0; color:#2f2f2f; }

#opc-shipping_method .buttons-set { border-top:0; }
.opc .gift-messages-form { margin:0 -30px; background:#f6f1eb; border:1px solid #e9e4de; border-width:1px 0; padding:22px 24px 22px 30px; }
.opc .gift-messages-form .inner-box { padding:5px; height:260px; overflow:auto; }

#opc-review .step { border:0; padding:0; }
#opc-review .product-name { font-weight:bold; color:#0a263c; }
#opc-review .item-options { margin:5px 0 0; }
#opc-review .buttons-set { padding:20px 30px; border:1px solid #d9dde3; border-width:0 1px 1px; }
#opc-review .buttons-set p { margin:0; line-height:40px; }
#opc-review .buttons-set .please-wait { height:40px; line-height:40px; }

/* Multiple Addresses Checkout */
.checkout-progress { padding:0 90px; margin:0 0 20px; }
.checkout-progress li { float:left; width:19%; margin:0 3px 0 0; border-top:10px solid #999; padding:2px 0 0; font-weight:bold; text-align:center; color:#abb5ba; }
.checkout-progress li.active { border-top-color:#e96200; color:#e96200; }

.multiple-checkout h2 { font-size:13px; font-weight:bold; margin:0 0 10px; }
.multiple-checkout h3,
.multiple-checkout h4 { font-size:13px; font-weight:bold; color:#E26703; }
.multiple-checkout h2 a,
.multiple-checkout h3 a,
.multiple-checkout h4 a { font-weight:normal; }
.multiple-checkout .data-table .product-name { font-size:1em !important; font-weight:bold !important; color:#1e7ec8 !important; }
.multiple-checkout .data-table .product-name a { font-weight:bold !important; }
.multiple-checkout .data-table .item-options { margin:5px 0 0; }

.multiple-checkout .gift-messages { margin:15px 0 0; }

.multiple-checkout .tool-tip { top:50%; margin-top:-120px; right:20px; }

.multiple-checkout .col2-set,
.multiple-checkout .col3-set { background:#fbfaf6; border:1px solid #bbb6a5; margin:0 0 25px; padding:20px; }
.multiple-checkout .col2-set h2.legend { margin:-20px -20px 15px; padding:5px 10px; background:#f9f3e3; border-bottom:1px solid #bbafa0; position:relative; }
.multiple-checkout .col2-set h3.legend { margin:0 0 10px; color:#0a263c; }
.multiple-checkout .col2-set .divider { margin:0 -20px; padding:25px 0; position:relative; }
.multiple-checkout .box { margin:0 0 15px; }
.multiple-checkout .box h2 { color:#e26703; }

.multiple-checkout .place-order .please-wait { float:right; padding:27px 7px 0 0; }
.multiple-checkout .place-order .grand-total { float:right; height:71px; font-size:1.5em; padding:0 0 0 21px; overflow:hidden; }
.multiple-checkout .place-order .grand-total .inner { float:left; height:57px; padding:14px 21px 0 0; }
.multiple-checkout .place-order .grand-total .inner div { display:inline; }
.multiple-checkout .place-order .grand-total big { display:inline; margin-right:12px; }
.multiple-checkout .place-order .grand-total .price { color:#E26703; }
.multiple-checkout .place-order .grand-total button.button span { font-size:16px; }
.multiple-checkout .place-order .grand-total button.button span span { padding:0 45px 0 36px; }

/* Step 1 */
.multiple-checkout .title-buttons button.button span { border-color:#406a83; background:#618499; }
#multiship-addresses-table td { padding:10px; }
#multiship-addresses-table tfoot td { padding:5px 10px; }
#multiship-addresses-table tfoot button.button span { border-color:#406a83; background:#618499; }

/* Step 2 */
.multiple-checkout .gift-messages-form .item .details .form-list { width:100%; overflow:hidden; }
.multiple-checkout .gift-messages-form .item .details .form-list li { margin-right:-15px; }
.multiple-checkout .gift-messages-form .item .details .form-list .field { width:230px; }
.multiple-checkout .gift-messages-form .item .details .form-list .input-box { width:215px; }
.multiple-checkout .gift-messages-form .item .details .form-list input.input-text { width:209px; }
.multiple-checkout .gift-messages-form .item .details .form-list li.wide .input-box { width:445px; }
.multiple-checkout .gift-messages-form .item .details .form-list li.wide textarea { width:439px; }
.checkout-multishipping-shipping .box-sp-methods { border:1px solid #d9d2be; background:#f9f3e3; padding:13px; position:relative; }
.checkout-multishipping-shipping .box-sp-methods .pointer { position:absolute; top:-20px; right:-40px; width:178px; height:41px; overflow:hidden; }

/* Step 3 */
.checkout-multishipping-billing .multiple-checkout { position:relative; }
/* ======================================================================================= */

/* Account Login/Create Pages ============================================================ */
.account-login .content { min-height:240px; padding:14px 21px; background:#faf7ee; border:1px solid #bbb6a5; border-bottom:0; }
.account-login .content h2 { font-weight:bold; font-size:13px; margin:0 0 14px; padding:0 0 5px 23px; border-bottom:1px solid #ddd; background-position:0 1px; background-repeat:no-repeat; text-transform:uppercase; color:#e76200; }

.account-login .buttons-set { border:1px solid #bbb6a5; border-top:0; margin:0; padding:8px 13px; background:#dee5e8; }

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

/********** < Dashboard */
.dashboard .welcome-msg { margin:0 8em 1.5em 0; }
.dashboard .welcome-msg p { margin:0; }
.dashboard .col2-set { margin:0 0 15px; }

/* General Box */
.box-account { background:#fff; border:1px solid #ccc; border-color:#ccc #999 #999 #ccc; padding:15px; margin: 0 0 20px; }
.box-account .box-head { border-bottom:1px solid #d9dde3; margin:0 0 10px; text-align:right; }
.box-account .box-head h2 { float:left; margin:0; font-size:13px; font-weight:bold; text-transform:uppercase; background-position:0 0; background-repeat:no-repeat; padding-left:21px; color:#e65505; }

.dashboard .box .box-title { padding:0 0 2px; margin:0 0 8px; text-align:right; }
.dashboard .box .box-title h3,
.dashboard .box .box-title h4 { float:left; font-size:13px; font-weight:bold; margin:0; }

/* Block: Account Information */
.dashboard .box-info h4 { font-size:11px; font-weight:bold; text-transform:uppercase; }

/* Block: Reviews */
.dashboard .box-reviews .number { float:left; font-size:10px; font-weight:bold; line-height:1; color:#fff; margin:3px -20px 0 0; padding:2px 3px; background:#0a263c; }
.dashboard .box-reviews .details { margin-left:20px; }
.dashboard .box-reviews li.item { margin:0 0 7px; }
.dashboard .box-reviews li.item.last { margin:0; }
.dashboard .box-reviews .ratings { margin:7px 0 0; }

/* Block: Tags */
.dashboard .box-tags .number { float:left; font-size:10px; font-weight:bold; line-height:1; color:#fff; margin:3px -20px 0 0; padding:2px 3px; background:#0a263c; }
.dashboard .box-tags .details { margin-left:20px; }
.dashboard .box-tags li.item { margin:0 0 7px; }
.dashboard .box-tags li.item.last { margin:0; }
.dashboard .box-tags .tags strong,
.dashboard .box-tags .tags ul,
.dashboard .box-tags .tags ul li { display:inline; }
/********** Dashboard > */

/* Address Book */
.addresses-list h2 { font-weight:bold; font-size:13px; color:#e26703; text-transform:uppercase; }
.addresses-list h3 { font-weight:bold; font-size:13px; }
.addresses-list address { margin:0 0 3px; }
.addresses-list p { margin:0; }
.addresses-list a { font-weight:bold; }
.addresses-list .link-remove { color:#646464; }
.addresses-list .separator { margin:0 3px; }
.addresses-list li.item { background:#fff; border:1px solid #ccc; padding:10px 13px; margin:0 0 10px; }
.addresses-list li.empty { background:none; border:0; padding:0; }
.addresses-list li.empty p { font-weight:bold; }
.addresses-list .addresses-additional li.item { background:none; border:0; padding:0; }

.my-account .address-book-back-link{ padding: 10px 22px 0;}
.my-account .addresses-additional .sub-title{ padding: 0px; }
.my-account .addresses-list li.empty p.normal {font-weight:normal;}
.my-account .addresses-primary .box .box-content  .hold-box .hold {padding: 15px 0 0;}
.account-create .form-list li.control-password {
    padding: 0;
}
/* Order View */
.order-info { background:#dee5e8; border:1px solid #d0cbc1; padding:4px 8px; margin:0 0 8px; }
.order-info dt,
.order-info dd,
.order-info ul,
.order-info li { display:inline; }
.order-info .current { font-weight:bold; }
.order-info li { margin:0 3px; }

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

.order-info-box { background:#fff; border:1px solid #d0cbc1; padding:12px 15px; margin:0 0 15px; }
.order-info-box h2 { font-weight:bold; font-size:13px; }
.order-info-box .box-payment p { margin:0 0 3px; }
.order-info-box .box-payment th { font-weight:bold; padding-right:7px; }

.order-items { width:100%; overflow-x:auto; }
.order-items h2,
.order-items h3 { font-weight:bold; font-size:13px; }
.order-items .product-name { font-size:1em !important; font-weight:bold !important; }
.order-items .link-print { float:right; color:#1e7ec8; font-weight:normal; }
.order-items p .link-print { float:none; }

.order-gift-message { margin:15px 0; }
.gift-message dt strong { color:#666; }
.gift-message dd { margin:5px 0 0; font-size:13px; }

.order-about { margin:15px 0; }
.order-about dt { font-weight:bold; }
.order-about dd { font-size:13px; margin:0 0 7px; }

.tracking-table { margin:0 0 15px; }
.tracking-table th { font-weight:bold; white-space:nowrap; }
.tracking-table th,
.tracking-table td { padding:1px 5px 0 0; }

.tracking-table-popup { width:100%; }
.tracking-table-popup th { font-weight:bold; white-space:nowrap; }
.tracking-table-popup th,
.tracking-table-popup td { padding:1px 8px; }

/* Order Print Pages */
.page-print .print-head { margin:0 0 15px; }
.page-print .print-head .logo { float:left; }
.page-print .print-head address { float:left; margin-left:15px; }
.page-print h1 { font-size:16px; font-weight:bold; }
.page-print h2,
.page-print h3 { font-size:13px; font-weight:bold; }
.page-print h2.h2 { font-size:16px; font-weight:bold; }
.page-print .order-date { padding:0 0 10px; margin:0 0 10px; }
.page-print .col2-set { margin:0 0 10px; }
/* Price Rewrites */
.page-print .gift-message-link { display:none; }
.page-print .price-excl-tax,
.page-print .price-incl-tax { display:block; white-space:nowrap; }
.page-print .cart-price,
.page-print .price-excl-tax .label,
.page-print .price-incl-tax .label,
.page-print .price-excl-tax .price,
.page-print .price-incl-tax .price { display:inline; }

/* My Wishlist */
.my-wishlist .data-table td { padding:10px; }
.my-wishlist .product-image { display:block; width:113px; height:113px; margin:0 0 5px; }
.my-wishlist textarea { display:block; width:97%; height:109px; }
.my-wishlist .buttons-set { margin-top:2em; }
.my-wishlist .buttons-set button.button { float:none; }
.my-wishlist .buttons-set .btn-add span,
.my-wishlist .buttons-set .btn-share span { border-color:#406a83; background:#618499; }
#wishlist-table .add-to-links { white-space:nowrap; }

/* My Tags */
.my-tag-edit { float:left; margin:0 0 10px; }
.my-tag-edit .btn-remove { float:right; margin:5px 0 0 5px; }
#my-tags-table { clear:both; }
#my-tags-table td { padding:10px; }
#my-tags-table .add-to-links { white-space:nowrap; }

/* My Reviews */
#my-reviews-table td { padding:10px; }

.product-review .product-img-box { float:left; width:140px;  }
.product-review .product-img-box .product-image { display:block; width:125px; height:125px; }
.product-review .product-img-box .label { font-size:11px; margin:0 0 3px; }
.product-review .product-img-box .ratings .rating-box { float:none; display:block; margin:0 0 3px; }
.product-review .product-details { margin-left:150px; }
.product-review .product-name { font-size:16px; font-weight:bold; margin:0 0 10px; }
.product-review h3 { font-size:13px; margin:0 0 3px; color:#2f2f2f; }
.product-review .ratings-table { margin:0 0 10px; }
.product-review dt { font-weight:bold; }
.product-review dd { font-size:13px; margin:5px 0 0; }

/* Billing Agreements */
.billing-agreements .form-list li select { float:left; }
.billing-agreements .form-list li button.button { float:left; margin-left:10px; }
.billing-agreements .table-caption { font-weight:bold; font-size:13px; }
/* ======================================================================================= */

/* Footer ================================================================================ */
.footer-container { border-top:15px solid #b6d1e2; }
.footer { width:930px; margin:0 auto; padding:10px 10px 50px; }
.footer .store-switcher { display:inline; margin:0 5px 0 0; color:#fff; }
.footer .store-switcher label { font-weight:bold; vertical-align:middle; }
.footer .store-switcher select { padding:0; vertical-align:middle; }
.footer a { color:#fff; text-decoration:none; }
.footer a:hover { text-decoration:underline; }
.footer .bugs { margin:13px 0 0; color:#ecf3f6; }
.footer .bugs a { color:#ecf3f6; text-decoration:underline; }
.footer .bugs a:hover { text-decoration:none; }
.footer address { margin:0 0 20px; color:#ecf3f6; }
.footer address a { color:#ecf3f6; text-decoration:underline; }
.footer address a:hover { text-decoration:none; }
.footer ul { display:inline; }
.footer ul.links { display:block; }
.footer li { display:inline; padding:0 7px 0 4px; }
.footer li.last { background:none !important; padding-right:0 !important; }
.footer-container .bottom-container { margin:0 0 5px; }
/* ======================================================================================= */

/* Sample Data============================================================================ */
.home-callout { margin-bottom:12px; }
.home-callout img { display:block }
.home-spot { float:left; width:470px; margin-left:20px; }
.best-selling h3 { margin:12px 0 6px 0; color:#e25203; font-size:1.2em; }
.best-selling table { border-top:1px solid #ccc; }
.best-selling td { width:50%; border-bottom:1px solid #ccc; padding:8px 10px 8px 8px; font-size:11px; }
.best-selling .product-img { float:left; border:2px solid #dcdcdc; }
.best-selling .product-description { margin-left:107px; line-height:1.3em; }
.best-selling a.product-name,
.home-spot .best-selling a.product-name:hover { color:#203548; }
/* ======================================================================================= */

/* Clears ================================================================================ */
.clearer:after,
.header-container:after,
.header-container .top-container:after,
.header:after,
.header .quick-access:after,
#nav:after,
.main:after,
.footer:after,
.footer-container .bottom-container:after,
.col-main:after,
.col2-set:after,
.col3-set:after,
.col3-layout .product-options-bottom .price-box:after,
.col4-set:after,
.search-autocomplete li:after,
.block .block-content:after,
.block .actions:after,
.block li.item:after,
.block-poll li:after,
.block-layered-nav .currently li:after,
.page-title:after,
.products-grid:after,
.products-list li.item:after,
.box-account .box-head:after,
.dashboard .box .box-title:after,
.box-reviews li.item:after,
.box-tags li.item:after,
.pager:after,
.sorter:after,
.ratings:after,
.add-to-box:after,
.add-to-cart:after,
.product-essential:after,
.product-collateral:after,
.product-view .product-img-box .more-views ul:after,
.product-view .box-tags .form-add:after,
.product-options .options-list li:after,
.product-options-bottom:after,
.product-review:after,
.cart:after,
.cart-collaterals:after,
.cart .crosssell li.item:after,
.opc .step-title:after,
.checkout-progress:after,
.multiple-checkout .place-order:after,
.group-select li:after,
.form-list li:after,
.form-list .field:after,
.buttons-set:after,
.page-print .print-head:after,
.advanced-search-summary:after,
.gift-messages-form .item:after,
.send-friend .form-list li p:after { display:block; content:"."; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }
/* ======================================================================================= */

/* Custom settings */

/* General reset */
body{
    margin:0;
    color:#484848;
    font:13px/14px HelveticaNeueW02-55Roma, Kalimati, sans-serif;
    text-align:left;
}
.shipping-tracking-popup{
    background: #FFFFFF !important;
}
body.base,
body.page-template-blanktemplate-php,
body.homepage{
    background: #000000 url(http://www.thenorthface.eu/skin/frontend/enterprise/tnf/images/bg-bn-01.jpg) center top no-repeat;
    background-attachment: fixed;
}
img{border-style:none;}
a{
    text-decoration:none;
    color:#737373;
}
a:hover{text-decoration:underline;}
input,
textarea,
select,
button{
    font:11px HelveticaNeueW02-55Roma, Kalimati, sans-serif;
    vertical-align:middle;
    color:#818181;
}
form,
fieldset{
    margin:0;
    padding:0;
    border-style:none;
}
table{border-collapse:collapse;}
h1, h2, h3, h4, h5, h6{color:#484848;}
h2{
    font-size:13px;
    font-weight:bold;
}
p{margin:0 0 22px;}
/* Geberal settings */
.loader {
    display:none;
    width:100%;
    overflow:hidden;
}
.loader img {
    display:block;
    margin:0 auto;
}
.link-href {display:none;}
#checkoutSteps{line-height:1.5;}
.opc .step{background:#fff;}
.opc .allow .step-title{
    background:#e9e6e8;
    border-color:#b5b5b5;
}
.opc .allow .step-title h2{color:#999;}
.opc .allow .step-title .number{
    background:#d9d7d8;
    border-color:#ccc;
    color:#999;
}
.opc .active .step-title .number{
    background:#e9e6e8;
    color:#484848;
}
.opc .active .step-title{background:#fbfbfb;}
.opc .active .step-title h2{color:#484848;}
#opc-login h4{color:#727272;}
.fieldset{background:#f5f4f5;}
.fieldset .legend{
    color:#484848;
    border:1px solid #bbafa0;
    background:#e9e6e8;
}
.block-account .block-content li.current{color:#9f000f;}
.block .block-subtitle{color:#484848;}
.addresses-list h2{color:#484848;}
#checkout-review-table thead th {
    background:#eee;
    color:#484848;
}
#opc-review .product-name{color:#484848;}
#checkout-review-table tfoot tr.last td,
#checkout-review-table tfoot td{background:#eee;}
#checkout-review-table td,
#checkout-review-table th,
#opc-review .buttons-set,
#checkout-review-table tfoot{border-color:#999;}
#checkout-review-table{
    border:solid #999;
    border-width:0 1px 1px 1px;
}
.block-progress dt.complete{
    background:#e9e6e8;
    color:#484848;
}
.block-progress dt.complete,
.block-progress dd{border-color:#999;}
.account-login .content{background:#f5f5f5;}
.account-login .new-users h2{background:none;}
.account-login .content h2{
    padding:0 0 5px;
    color:#484848;
}
.account-login #login-form .buttons-set{
    padding:8px 13px;
    border:1px solid #bbb6a5;
    background:#eee;
}
.account-login #login-form .f-left{margin:0;}
.dashboard .box-recent .box-head h2,
.dashboard .box-info .box-head h2{
    color:#484848;
    padding:0;
    background:none;
}
.link-reorder{color:#737373 !important;}
#my-orders-table th{
    background:#eee;
    color:#484848;
}
.pager .limiter select{width:60px;}
.pager .limiter .selectArea{
    float:none;
    display:inline-block;
    text-align:left;
    vertical-align:middle;
}
*+html .pager .limiter .selectArea{display:inline;}
.product-name a{color:#484848;}
.product-name a:hover{
    text-decoration:none;
    color:#96000e;
}
.data-table thead th,
.order-info{background:#eee;}
#my-orders-table tfoot tr{background:#eee !important;}
.data-table tbody th,
.data-table thead th,
.data-table tbody td{
    border-bottom:1px solid #d1d1d1;
    border-right:1px solid #d1d1d1;
}
.data-table tfoot{border-bottom:1px solid #d1d1d1;}
.buttons-set{
    margin:0;
    padding:0;
    border:none;
}
.buttons-set-tracking{
    margin:14px 0px 28px 480px;
    display:block;
}
#button-set-tracking-view{
    float:right;
}
.print-logo{
    position:absolute;
    left:-9999px;
    top:-9999px;
}
.hidden{
    position:absolute;
    left:-9999px;
    top:auto;
    width:1px;
    height:1px;
    overflow:hidden;
}
.page{
    overflow:hidden;
    width:100%;
    position:relative;
}
/* #wrapper */
.wrapper{
    width:990px;
    margin:0 auto;
}
/* header */
#header{
    background:url(http://www.thenorthface.eu/skin/frontend/enterprise/tnf/images/bg-header2.gif) repeat-x;
    margin:0 -9999px;
    padding:4px 9999px 0;
    height:111px;
    width:100%;
    position:relative;
    z-index:1000;
}
.inner-page #header{
    height:85px;
    background:url(http://www.thenorthface.eu/skin/frontend/enterprise/tnf/images/bg-header2.gif) repeat-x;
    margin:0 -9999px 16px;
    padding:10px 9999px 0;
}
#header .page-title{
    background:none;
    border:none;
    padding:12px 28px 10px;
}
#header .btn-holder{padding:0 0 11px;}
#header .page-title .back{
    background:url(http://www.thenorthface.eu/skin/frontend/enterprise/tnf/images/arrow-link6.png) no-repeat 2px 5px;
    padding:0 0 0 17px;
    font:bold 14px/18px Helvetica Neue LT W04_77 Bd Cn, Kalimati, sans-serif;
    color:#323232;
}
#header .customer-info {
    float:right;
    width:350px;
    margin-top:10px;
}
#header .customer-info .secure-checkout {
    background:url("http://www.thenorthface.eu/skin/frontend/enterprise/tnf/images/bg-networks-box.png") no-repeat scroll 40% 10px transparent;
}
#header .customer-info .secure-checkout p {
    font-size:0.8em;
    font-weight:bold;
    color:#777;
    margin-bottom:7px;
}
#header .customer-info .service-phone{
    padding-left:10px;
}
#header .customer-info .service-phone p {
    font-weight:bold;
    font-size:1.1em;
    color:#111;
    padding-top:15px;
    margin-bottom:10px;
}
#header .customer-info .service-phone img {
    float:left;
    margin: 0 10px 0 20px;
}
#header .customer-info .service-phone p.customer-service-phone {
    text-align:center;
    height:20px;
    padding-top:5px;
    color:#444;
}
.top-box{
    width:100%;
    margin:0 0 7px;
    display:table;
    position: relative;
    z-index: 2000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#header .store-select { position:relative; width:124px; color: #565656; font: 11px/17px HelveticaNeueW02-55Roma,Kalimati,sans-serif; height: 17px;  border: none; padding: 0 21px 0 8px; background: url("http://www.thenorthface.eu/skin/frontend/enterprise/tnf/images/select-button.gif") no-repeat scroll 100% 0 #F1F1F1; float:left; margin-left:5px; }
#header .store-select .drop-stores { display:none; background: none repeat scroll 0 0 #F1F1F1; border:none; left: 0; top: 17px; padding: 0 !important; position: absolute; width: 152px; z-index: 2000;}
#header .store-select .drop-stores li {background:url("http://www.thenorthface.eu/skin/frontend/enterprise/tnf/images/divider-drop-select.gif") repeat-x scroll 0 0 #F1F1F1 !important; width:144px; position:relative; padding: 2px 0 2px 8px !important; height:14px;}
#header .store-select a { color: #565656 !important; font: 11px/14px HelveticaNeueW02-55Roma,Kalimati,sans-serif; padding: 0; text-decoration:none; display:block; height:14px; width:144px;}
#header .store-select a:hover { color: #FF0000 !important;}
#header .store-select .drop-stores span {float: left; display: block; height:17px; cursor:pointer;}
#header .store-select .flag { float: left; margin: 2px 3px 0 0;}
#header .store-select .top-flag { float: left; margin: 3px 3px 0 0;}
#header .store-select span.name { float: left; display: block; height:17px;font-size:13px;}

.top-box:after,
.header-block:after,
.info-row .holder:after,
.colors-list:after,
.filter-box:after,
.filter-box .head:after,
.add-to-box .add-to-cart:after,
.product-view .product-shop .add-to-links:after,
.compare-table .link-box:after,
.login-popup .holder:after,
.login-popup .frame:after,
.products .columns:after,
.cart-carousel .products-grid:after,
.cart-carousel .wrap,
.orders-table .wrap:after,
.steps-table .row:after,
.steps-table label:after{
    display:block;
    clear:both;
    content:'';
}
.top-box .hold{float:right;}
#header .links{
    font-family: HelveticaNeueW02-55Roma, Helvetica, sans-serif;
    font-size: 14px;
    letter-spacing: 0.02em;
    line-height: 16px;
    color:#ffffff;
    float:left;
    margin:1px 2px 0 0;
}
#header .links li{
    float:left;
    background:url(http://www.thenorthface.eu/skin/frontend/enterprise/tnf/images/separator-links.gif) no-repeat 0 4px;
    padding:0 6px 0 8px;
}
#header .links a{color:#ffffff;}
#header .links a:hover{
    color: #CB1B2C;
    text-decoration: none;
}
#header .links strong a{color:#dedede;}
#header .links li:first-child,
#header .links li#logout_link{
    background:none;
    padding:0 6px 0 0;
}
#header .links li.cs_logout_link {
    display: inline;
}
#header .links li.cs_logout_link a{
    position: relative;
    display: block;
}
#header .links li.cs_logout_link img{
    position: absolute;
    display: block;
    right: 1px;
    top: -7px;
}
#header .links li.first-bg{
    background:url(http://www.thenorthface.eu/skin/frontend/enterprise/tnf/images/separator-links.gif) no-repeat 0 4px;
    padding:0 5px 0 8px;
}
#header .links label{
    float:left;
    margin:0 8px 0 0;
}
#header .links select{width:129px;}
#header .block-cart{
    float:left;
    border:none;
    height:19px;
    background:none;
    margin:0;
    position:relative;
}
#header .block-cart .summary{
    width:57px;
    color:#333;
    text-align:center;
    float:left;
    font-size:11px;
    line-height:14px;
    border:solid #dfdedf;
    border-width:1px 0 1px 1px;
    background:#fff;
    margin:0;
    padding:0 0 1px;
}
#header .block-cart .summary a{color:#333;}
.block-cart .amount a:hover{text-decoration:underline;}
#header .block-cart .actions{
    float:left;
    padding:0;
    border:none;
    background:none;
}
button.button{
    vertical-align:top;
    height:19px;
}
*+html button.button{
    overflow:visible;
    white-space:nowrap;
}
button.button span,
.block-subscribe .actions button.button span,
.block-poll button.button span,
.my-wishlist .buttons-set button.button span{
    border:none;
    font:bold 13px/18px Helvetica Neue LT W04_77 Bd Cn, Kalimati, sans-serif;
    background: #dc241f none repeat scroll 0 0;
    height:19px;
    padding:0 0 0 3px;
    transition: all 0.2s ease 0s;
    text-transform: uppercase;
}

.block-content .storelocator-label{
    margin-top: 10px!important;

}
#storelocator-link .hold{
    margin-top: 18px;
}

#salesforce-chat-container{
    cursor: pointer !important;
    z-index: 1000;
    margin-right: -265px;
    height: 105px;
    top: 322px;
    right: 0;
    position: fixed;
}
#onlineButtonColor1{
    padding-top: 18px;
    vertical-align: middle;
}
#salesforce-chat-container .salesforce-chat{
    line-height:105px;
    text-align: center;
    height:126px;
    width:300px;
    background-color:black;
}
#header-chat{
    float:left;
    height:126px;
    width:30px;
    background-color:black;
}
#salesforce-chat-container .border {
    position:absolute;
    width:35px;
    border-right:2px solid white;
    height:100px;
    top:15px;
}

#salesforce-chat-container .vertical-text {
    margin-left:-34px;
    margin-top:47px;
    text-align:center;
    vertical-align: middle;
    width:105px;
    height:30px;
    color:white;
    font: 16px / 23px "FranklinITCCond","Arial Narrow Bold",Arial,Helvetica,sans-serif;
    /* Safari */
    -webkit-transform: rotate(-90deg);

    /* Firefox */
    -moz-transform: rotate(-90deg);

    /* IE */
    -ms-transform: rotate(-90deg);

    /* Opera */
    -o-transform: rotate(-90deg);

}
.safari4 button.button span,
.safari5 button.button span{margin:-1px 0 0;}
.safari4 button.button span span,
.safari5 button.button span span{margin:0;}
button.button span span,
.block-subscribe .actions button.button span span,
.block-poll button.button span span,
.my-wishlist .buttons-set button.button span span{
    background-position:100% -45px;
    padding:0 10px 0 7px;
    min-width:70px;
}
button.button:hover span{transition: all 0.2s ease 0s;}
#send2.button,
.account-login button.button,
button.btn-checkout,
button.btn-cart,
.login-popup button.button,
.login-popup button.button,
#form-validate button.button,
#billing-buttons-container button.button,
#shipping-buttons-container button.button,
#pickRelayButton,
#payment-buttons-container button.button,
.buttons button.button,
#contactForm button.button,
#newsletter-validate-detail button.button,
#giftcard-form button.button{
    height:29px;
    text-transform:uppercase;
}

button.btn-checkout span,
button.btn-cart span,
#send2.button span,
.account-login button.button span,
.login-popup button.button span,
#form-validate button.button span,
#billing-buttons-container button.button span,
#shipping-buttons-container button.button span,
#pickRelayButton span,
#payment-buttons-container button.button span,
.buttons button.button span,
#contactForm button.button span,
#newsletter-validate-detail button.button span,
#giftcard-form button.button span{
    background: #dc241f none repeat scroll 0 0;
    height:29px;
    font:bold 13px/28px Helvetica Neue LT W04_77 Bd Cn, Kalimati, sans-serif;
    padding:0 0 0 3px;
    text-decoration: none;
    text-shadow: none;
    transition: all 0.2s ease 0s;
}
button.button:hover span,
button.btn-checkout:hover span,
button.btn-cart:hover span,
#send2.button:hover span,
.account-login button.button:hover span,
.login-popup button.button:hover span,
#form-validate button.button:hover span,
#billing-buttons-container button.button:hover span,
#shipping-buttons-container button.button:hover span,
#pickRelayButton:hover span,
#payment-buttons-container button.button:hover span,
.buttons button.button:hover span,
#contactForm button.button:hover span,
#newsletter-validate-detail button.button:hover span,
#giftcard-form button.button:hover span,
.block-compare .actions .button:hover span,
#discount-coupon-form button.button:hover span,
#giftcard-form-checkout button.button:hover span{
    background-color: #000;
}
button.btn-checkout span span,
button.btn-cart span span,
#send2.button span span,
.account-login button.button span span,
.login-popup button.button span span,
#form-validate button.button span span,
#billing-buttons-container button.button span span,
#shipping-buttons-container button.button span span,
#pickRelayButton span span,
#payment-buttons-container button.button span span,
.buttons button.button span span,
#contactForm button.button span span,
#newsletter-validate-detail button.button span span,
#giftcard-form button.button span span{
    padding:0 6px 0 3px;
    background-position:100% 0;
}
button.btn-checkout span span{padding:0 20px 0 16px;}
#send2.button span span,
.account-login button.button span span,
#billing-buttons-container button.button span span,
#shipping-buttons-container button.button span span,
#payment-buttons-container button.button span span,
.buttons button.button span span,
#contactForm button.button span span,
#newsletter-validate-detail button.button{
    padding:0 3px 0 0;
    width:121px;
}
#contactForm .buttons-set{text-align:left;}
#contactForm .buttons-set .row{
    overflow:hidden;
    margin:0 0 18px 124px;
}
.add-to-cart button.btn-cart{float:right;}
.add-to-cart button.btn-cart span span{
    text-align:center;
    padding:0 10px 0 1px;
    min-width:113px;
}
#contactForm .buttons-set a{
    background:url(http://www.thenorthface.eu/skin/frontend/enterprise/tnf/images/arrow-link4.png) no-repeat 100% 3px;
    padding:0 16px 0 0;
    color:#e50015;
    font-size:11px;
    margin:7px 0 0;
    float:left;
}
#contactForm button.button{
    float:left;
    margin:0 25px 0 0;
}
.buttons button.button{
    float:none;
    margin:0 auto;
    display:block;
    width:127px;
}
#billing-buttons-container button.button,
#shipping-buttons-container button.button{
    margin:0 0 0 258px;
    float:left;
}
#pickRelayButton {
    margin:auto;
    display:block;
    width:324px;
}
#picked-data {
    margin-top:10px;
    margin-bottom:50px;
}
#picked-data .details{
    background-color:#EEE;
    padding:10px;
}
#picked-data .details > div.info {
    float:left;
    width:230px;
    padding:0 15px;
}
#picked-data .details > button.button {
    margin-top:20px;
}

#form-validate button.button{
    float:right;
    margin:0 83px 0 0;
}
.form-two-columns #form-validate button.button{
    margin:0;
}
#lightbox #form-validate button.button{
    margin:0 auto 22px;
    float:none;
    display:block;
    width:127px;
}
#lightbox #form-validate .buttons-set{text-align:center;}
#lightbox .account-create #form-validate{width:469px;}
#lightbox #form-validate .buttons-set a{
    background:url(http://www.thenorthface.eu/skin/frontend/enterprise/tnf/images/arrow-link4.png) no-repeat 100% 2px;
    font-size:11px;
    text-align:center;
    padding:0 17px 0 0;
}
.add-to-cart button.btn-cart{float:right;}
.add-to-cart button.btn-cart span span,
#wishlist-table .btn-cart span span{
    text-align:center;
    padding:0 10px 0 1px;
    min-width:113px;
}
#wishlist-table .btn-cart{
    margin:0 0 16px;
}
button.btn-details span span{min-width:107px;}
#header .block-cart .button{
    float:left;
    height:19px;
}
#header .block-cart .button span{
    background:url(http://www.thenorthface.eu/skin/frontend/enterprise/tnf/images/btn-checkout.png) no-repeat;
    padding:0;
    width:114px;
    height:19px;
    text-indent:-9999px;
    overflow:hidden;
    border:none;
}
.safari4 #header .block-cart .button span,
.safari5 #header .block-cart .button span{margin:-1px 0 0 -3px;}
.safari4 #header .block-cart .button span span,
.safari5 #header .block-cart .button span span{margin:0;}
.header-block{width:100%;}
.logo{
    width:83px;
    height:83px;
    background:url(http://www.thenorthface.eu/skin/frontend/enterprise/tnf/images/logo.gif) no-repeat;
    text-indent:-9999px;
    overflow:hidden;
    float:left;
}
.logo a{
    display:block;
    height:100%;
}
.header-block .holder{
    width:893px;
    float:right;
    padding:8px 0 0;
}
.header-block #comodo-secure{
    float:right;
    padding:0 0 0 20px;
}
.header-block #comodo-secure #comodoTL {
    display: block;
    font-size: 8px;
    padding-left: 18px;
    margin-bottom: -10px;
}
#header .row{
    float:right;
    margin:0 0 -4px;
}
*+html #header .row{margin:0 0 -5px;}
#header .networks-box{
    float:left;
    background:url(http://www.thenorthface.eu/skin/frontend/enterprise/tnf/images/bg-networks-box.png) no-repeat 100% 0;
    padding:15px 17px;
    margin:0 19px 0 0;
}
.networks-box ul{
    margin:0;
    padding:0;
    list-style:none;
}
.networks-box li{
    float:left;
    margin:0 4px 0 0;
    height: 16px;
}
.networks-box a{
    width:16px;
    height:16px;
    background:url(http://www.thenorthface.eu/skin/frontend/enterprise/tnf/images/bg-networks.png) no-repeat;
    text-indent:-9999px;
    overflow:hidden;
    display:block;
}
.networks-box .googleplus{background:none; text-indent:0px;}
.networks-box .youtube{background-position:0 0;}
.networks-box .twitter{background-position:-20px 0;}
.networks-box .facebook{background-position:-40px 0;}
#header #search_mini_form{
    float:left;
    padding:10px 0 0;
}
#header #search_mini_form label{
    float:left;
    color:#ffffff;
    font:13px/14px HelveticaNeueW02-55Roma, Kalimati, sans-serif;
    margin:6px 7px 0 0;
}
#header #search_mini_form .wrap{
    border:1px solid #d1d1d1;
    float:left;
    padding:0 0 0 6px;
    width:222px;
    background:#fff;
}
#header #search_mini_form .input-text{
    font-size:13px;
    border:0;
    background:none;
    margin:0;
    padding:4px 0;
    width:193px;
    float:left;
    font-weight:normal;
}
#header #search_mini_form .button{
    float:right;
    height:23px;
}
#header .switcher-store select{
    width: 160px;
}
.safari4 #header #search_mini_form .button,
.safari5 #header #search_mini_form .button{margin:-1px -3px 0 0 !important;}
#header #search_mini_form .button span,
.footer-block .block-subscribe .actions .button span,
.footer-block .block .button span{
    width:23px;
    height:23px;
    background:url(http://www.thenorthface.eu/skin/frontend/enterprise/tnf/images/btn-submit.gif) no-repeat;
    text-indent:-9999px;
    overflow:hidden;
    border:none;
    padding:0;
}

.footer-block .block-subscribe .actions .button span,
.footer-block .block .button span{
    height: 26px;
    background-size: 26px 26px;
}

.block-cart .popup-box{
    width:233px;
    background:url(http://www.thenorthface.eu/skin/frontend/enterprise/tnf/images/bg-popup.gif) repeat;
    border:1px solid #fff;
    padding:8px 5px 11px;
    position:absolute;
    left:0;
    top:20px;
    z-index:100;
    color:#fff;
    font-size:11px;
    line-height:12px;
}
.block-cart .popup-box .close{
    width:11px;
    height:11px;
    background:url(http://www.thenorthface.eu/skin/frontend/enterprise/tnf/images/ico-close.gif) no-repeat;
    text-indent:-9999px;
    overflow:hidden;
    float:right;
    clear:both;
    margin:2px 1px 0 10px;
}
.block-cart .popup-box p{margin:0;}
.popup-box .title{
    overflow:hidden;
    margin:0 0 9px 10px;
}
.block-cart .products{
    margin:0 0 7px;
    padding:12px 5px 0 18px;
    list-style:none;
    background:#fff;
}
.block-cart .products li{padding:0 0 7px;}
.block-cart .products .product-name{
    color:#acaea9;
    float:right;
    margin:0 0 6px;
}
.block-cart .products .product-name a,
.products .image-box .remove{
    color:#acaea9;
    text-decoration:underline;
}
.block-cart .products .product-name a:hover,
.products .image-box .remove:hover{
    text-decoration:none;
    color:#9f000f;
}
.block-cart .products .product-name a:hover{text-decoration:none;}
.products .columns{
    width:100%;
    clear:both;
    color:#333736;
}
.products .columns:after{
    display:block;
    clear:both;
    content:'';
}
.products .columns .image-box{
    float:left;
    width:75px;
    margin:0 10px 0 0;
    text-align:center;
}
.products .columns .image-box img{margin:0 0 4px;}
.products .box dl{
    margin:0;
    padding:0;
    float:left;
    width:116px;
    line-height:14px;
}
.products .box dt{
    font-weight:bold;
    float:left;
    clear:both;
    width: 49px;
}
.products .box dd{
    margin:0;
    float:left;
    width: 66px;
}
.products .description-box{
    width:120px;
    float:right;
    padding:10px 4px 0 0;
}
.products .separator-list{
    width:1px;
    height:70px;
    float:left;
}
.products .box{
    overflow:hidden;
    background:url(http://www.thenorthface.eu/skin/frontend/enterprise/tnf/images/divider2.gif) repeat-x 0 100%;
    padding:0 0 1px;
    margin:0 0 3px;
}
.products .item-row{margin:0 -5px 0 0;}
.products .item-row dl{
    margin:0;
    width:100%;
    overflow:hidden;
}
.products .item-row dt{
    float:left;
    margin:0 5px 0 0;
}
.products .item-row dd{
    margin:0;
    text-align:right;
    color:#a8362c;
}
.total-row dl{
    margin:0 0 5px;
    width:100%;
    overflow:hidden;
    background:url(http://www.thenorthface.eu/skin/frontend/enterprise/tnf/images/divider3.gif) repeat-x 0 100%;
    font-weight:bold;
    color:#fff;
    padding:0 0 8px;
}
.total-row dt{
    float:left;
    margin:0 10px 0 0;
}
.total-row dd{
    margin:0;
    text-align:right;
    font-size:13px;
}
/* main-nav */
#header .header-block .logo{
    margin-top: 2px;
}

.div-nav{
    margin-top: 44px;
    clear:right;
    width:100%;
    font-family: 'Helvetica Neue LT W04_77 Bd Cn', Helvetica, sans-serif;
    font-weight: normal;
    letter-spacing: 0.12em;
    font-size: 14px;
}

.div-nav.ru-style {
    font-family: Roboto Condensed, sans-serif;
    font-weight: bold;
    letter-spacing: 0;
}
.drop .columns strong.ru-style {
    font: 17px "Roboto Condensed", sans-serif;
    font-weight: bold;
}
.main-nav .drop .columns a.ru-style, .main-nav li:hover .columns a.ru-style {
    font-size: 12px;
    font-weight: bold;
}

.main-nav li{
    float:left;
    position:relative;
}
.main-nav a{
    color:#323232;
    padding: 12px 15px 7px 15px;
    display:block;
    height:1%;
    text-transform: uppercase;
}
.main-nav .link{
    /* Removal of the vertical bar between ecom and marktg menus */
    /*background:url(http://www.thenorthface.eu/skin/frontend/enterprise/tnf/images/separator-main-nav.gif) no-repeat 100% 10px;
    padding:0 12px 5px 0;
    margin:0 10px 0 0;*/
}
.main-nav .link a{color:#565656;}
.main-nav .active a,
.main-nav a:hover,
.main-nav li:hover a{
    color:#e50015;
    text-decoration:none;
}
.main-nav .has-drop-down-a:hover,
.main-nav li:hover .has-drop-down-a{
    background:#fff;
    color:#9f000f;
    padding: 8px 15px 7px 15px;
    margin: 4px 0 0;
}
.main-nav li:hover .drop{visibility:visible;}
.main-nav .drop{
    font-size: 13px;
    line-height: 16px;
    visibility:hidden;
    position:absolute;
    top:33px;
    left:0;
    z-index:10;
    background:#fff;
    padding:18px 11px 10px 10px;
    width:999px;
    font-weight:normal;
}
.main-nav .right-side .drop{
    left:auto;
    right:-4px;
}
.main-nav .drop a{display:inline;}
.main-nav .drop-holder{
    float:left;
    position:relative;
}
.drop .drop-row{
    float:left;
    clear:both;
    width:auto;
    padding:0 0 20px;
}
.sales-box{
    float:left;
    width:96px;
    margin:0 0 12px;
}
.drop .sales-box{margin:19px 23px 12px -9px;}
.drop .columns{
    overflow:hidden;
    float:left;
    padding:0 14px 0 0;
    margin:0 0 0 -30px;
}
.drop .columns .col{
    float:left;
    width:150px;
    padding:0 9px 999px 27px;
    margin:0 0 -999px;
    border-left:1px solid #d1d1d1;
}
.drop .columns.cms-flyout {
    margin: 0;
    max-width:250px;
}
.drop .columns.cms-flyout .col {
float: none;
width: auto;
padding: 0;
margin: 0;
border-left: none;
}
.drop .columns .col:first-child{border:none;}
.drop .columns strong{
    display:block;
    margin:0 0 9px;
    color:#737373;
    font: 17px/14px "Helvetica Neue LT W04_77 Bd Cn", sans-serif;
    letter-spacing: 0;
    text-transform:uppercase;
}
.drop .columns ul{
    margin:15px 0 14px;
    line-height:16px;
    border-top: 1px solid #737373;
    padding-top: 15px;
}

.drop .columns ul.noborder{
    border: 0;
    padding: 10px 0;
    margin: 0 10px;
}

.drop .columns li{
    float:none;
    margin:0 !important;
    padding: 0 0 14px !important;
    background:none !important;
}
.main-nav .drop .columns a,
.main-nav li:hover .columns a{
    color:#737373;
    padding:0;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}
.main-nav .drop .columns .more,
.main-nav li:hover .columns .more{color:#929292;}
.main-nav .drop .columns a:hover{
    background:none !important;
    text-decoration:none;
    color:#9f000f;
}
.drop-wrap{
    padding:28px 0 0;
    height:110px;
    clear:left;
}
.drop .ad-box{
    position:absolute;
    right:0;
    bottom:0;
}
.drop .ad-box img{
    vertical-align:top;
    border:6px solid #d1d1d1;
}
.drop .ad-box strong{
    position:absolute;
    right:13px;
    top:23px;
    width:166px;
    color:#fff;
    letter-spacing:-1px;
    font:bold 22px/20px Helvetica Neue LT W04_77 Bd Cn, Kalimati, sans-serif;
}
.drop .ad-box span{
    display:block;
    font-size:28px;
}
.sales-box ul{
    margin:0 0 4px;
    text-align:center;
}
.sales-box li{
    float:none;
    padding:0 0 1px;
}
.sales-box ul a,
.drop .sales-box ul a{
    display:block;
    background:#d1d1d1;
    padding:6px 5px 7px;
    color:#737373;
    width:auto !important;
    height:1%;
    font-size: 11px
}
.sales-box ul a:hover,
.drop .sales-box ul a:hover{text-decoration:underline;}
.sales-box .image-box-sales{
    margin:0 0 5px;
    position:relative;
    height:96px;
}
.sales-box .image-box-sales img{vertical-align:top;}
.sales-box .image-box-sales .more{position:absolute;
    right:0;
    bottom:5px;
}
.sales-box .image-box-sales a,
.drop .sales-box .image-box-sales a{
    background:url(http://www.thenorthface.eu/skin/frontend/enterprise/tnf/images/arrow-link5.png) no-repeat 100% 0;
    padding:1px 31px 2px 8px;
    float:right;
    color:#fdfdfd;
    font:bold 14px/20px Helvetica Neue LT W04_77 Bd Cn, Kalimati, sans-serif;
    width:auto !important;
}
.sales-box .image-box-sales a:hover{text-decoration:underline;}
/* info-row */
.info-row{
    padding: 0px;
    height: 16px;
    color:#fff;
    font-size:18px;
    line-height:23px;
    margin:0 0 10px;
    width:100%;
}
.info-row .holder{
    background:#96000e;
    width:100%;
}
.info-row .frame{
    width:590px;
    float:left;
    margin:0 0 -26px;
}
.info-row p{
    text-align:center;
    margin:0;
}
.info-row p a{
    font-weight:bold;
    color:#fff;
}
.info-row .date{
    float:right;
    color:#dbdbdb;
    font-size:10px;
    font-style:normal;
    font-weight:bold;
}
.info-row .date span{
    font-size:8px;
    position:relative;
    top:-1px;
}
/* main */
#main{
    background:url(http://www.thenorthface.eu/skin/frontend/enterprise/tnf/images/bg-main.png) no-repeat -1000px 100%;
    padding:0 0 6px;
    margin:10px 0 20px;
}
.inner-page #main{margin:0 0 52px;}
.main-holder{
    background:url(http://www.thenorthface.eu/skin/frontend/enterprise/tnf/images/bg-main.png) no-repeat;
    padding:6px 0 0;
    clear:both;
}
.main-frame{
    background:#312f30;
    padding:3px 10px;
}
.inner-page .main-frame{padding:5px 10px;}
/* gallery */
.gallery{
    position:relative;
    width:970px;
    height:411px;
    margin:0 0 4px;
}
.gallery-holder{
    width:970px;
    overflow:hidden;
    position:relative;
}
.gallery .prev,
.gallery .next{
    width:35px;
    height:63px;
    background:url(http://www.thenorthface.eu/skin/frontend/enterprise/tnf/images/arrows-gallery.png) no-repeat;
    text-indent:-9999px;
    overflow:hidden;
    position:absolute;
    top:189px;
    z-index:10;
}
.gallery .prev{
    background-position:0 0;
    left:0;
}
.gallery .next{
    right:0;
    background-position:0 -70px;
}
.gallery .switcher{
    position:absolute;
    right:27px;
    top:10px;
    z-index:10;
}
.gallery .switcher li{
    float:left;
    margin:0 0 0 1px;
}
.gallery .switcher a{
    width:11px;
    height:11px;
    background:url(http://www.thenorthface.eu/skin/frontend/enterprise/tnf/images/bg-switcher.png) no-repeat;
    text-indent:-9999px;
    overflow:hidden;
    display:block;
}
.gallery .switcher a:hover,
.gallery .switcher .active a{background-position:0 -15px;}
.gallery .slide-list{
    width:99999px;
    overflow:hidden;
}
.gallery .slide-list li{
    float:left;
    width:970px;
    position:relative;
    height:411px;
}
.slide-list .lists-box{
    position:absolute;
    right:0;
    bottom:0;
    background:url(http://www.thenorthface.eu/skin/frontend/enterprise/tnf/images/bg-links-box.png) no-repeat 100% 0;
    height:22px;
    padding:3px 0;
}
.slide-list .lists-box ul{
    float:right;
    font-size:15px;
    line-height:22px;
    width:auto;
}
.slide-list .lists-box li{
    float:left;
    width:auto;
    height:auto;
    padding:0 6px 0 7px;
    background:url(http://www.thenorthface.eu/skin/frontend/enterprise/tnf/images/separator.gif) no-repeat 0 5px;
}
.slide-list .lists-box li:first-child{background:none;}
.slide-list .lists-box a{color:#fff;}
.slide-list .text-box{
    width:600px;
    position:absolute;
    left:61px;
    top:47px;
}
.slide-list h1,
.slide-list h2{
    color:#fff;
    font:bold 30px/24px Helvetica Neue LT W04_77 Bd Cn, Kalimati, sans-serif;
    letter-spacing:-1px;
}
.slide-list h1 strong,
.slide-list h2 strong{
    font-size:40px;
    line-height:34px;
    display:block;
}
.slide-list h2{margin:0 0 0 8px;}
.links-box{
    position:relative;
    margin:0 0 0 -14px;
}
.links-box img{vertical-align:top;}
.links-box .link1,
.links-box .link2,
.links-box .link3{
    position:absolute;
    color:#fff;
    font:bold 13px/14px Helvetica Neue LT W04_77 Bd Cn, Kalimati, sans-serif;
    background:#323232 url(http://www.thenorthface.eu/skin/frontend/enterprise/tnf/images/arrow-link.gif) no-repeat 100% 0;
    padding:0 23px 1px 6px;
}
.links-box .link1{
    background:url(http://www.thenorthface.eu/skin/frontend/enterprise/tnf/images/ico-play.png) no-repeat 100% 0;
    padding:2px 20px 4px 0;
    left:326px;
    top:123px;
}
.links-box .link2{
    left:255px;
    top:259px;
}
.links-box .link3{
    left:13px;
    top:259px;
}
.slide-list .holder{
    width:814px;
    position:absolute;
    left:54px;
    top:43px;
}
.slide-list .images-column{
    width:244px;
    float:right;
}
.images-column .image-box{
    width:230px;
    height:151px;
    background:url(http://www.thenorthface.eu/skin/frontend/enterprise/tnf/images/bg-image-box.png) no-repeat;
    padding:10px 7px 9px 7px;
    margin:0 0 4px;
}
.images-column .image-box img{vertical-align:top;}
.slide-list .video-column{
    width:280px;
    float:left;
    padding:10px 0 0;
}
.slide-list .author{
    width:180px;
    height:34px;
    background:url(http://www.thenorthface.eu/skin/frontend/enterprise/tnf/images/bg-author.png) no-repeat;
    text-align:center;
    font:bold 13px/32px Helvetica Neue LT W04_77 Bd Cn, Kalimati, sans-serif;
    color:#fff;
}
.video-column .video-box{
    width:253px;
    height:162px;
    background:url(http://www.thenorthface.eu/skin/frontend/enterprise/tnf/images/bg-video-box.png) no-repeat;
    padding:18px 10px 16px 11px;
    margin:0 0 -16px
}
.video-column .video-box img{vertical-align:top;}
.slide-list .watch{
    color:#fff;
    width:164px;
    background:url(http://www.thenorthface.eu/skin/frontend/enterprise/tnf/images/arrow-link2.png) no-repeat 100% 100%;
    padding:0 18px 0 0;
    display:block;
    text-align:center;
    font:bold 11px/14px Helvetica Neue LT W04_77 Bd Cn, Kalimati, sans-serif;
    margin:0 auto 20px;
}
.slide-list .watch span{
    font-size:14px;
    line-height:14px;
}
.slide-list .info-holder{
    position:absolute;
    left:77px;
    top:0;
    width:820px;
}
.slide-list .info-holder .alignright{
    float:right;
    margin:4px 0 -14px;
}
.slide-list .info-holder .text-hold{
    overflow:hidden;
    padding:52px 26px 0 0;
}
.info-holder .text-hold h2{
    font-size:48px;
    line-height:38px;
    margin:0 0 5px;
}
.slide-list .info-holder .list{
    overflow:hidden;
    margin:0 0 1px 3px;
}
.slide-list .info-holder .list li{
    float:left;
    margin:0 15px 0 0;
    width:auto;
    height:auto;
}
.slide-list .info-holder a,
.section-block .links-box a{
    background:#403c3d url(http://www.thenorthface.eu/skin/frontend/enterprise/tnf/images/btn-submit.gif) no-repeat 100% 0;
    font:bold 14px/22px Helvetica Neue LT W04_77 Bd Cn, Kalimati, sans-serif;
    padding:0 31px 1px 11px;
    color:#fff;
    display:block;
}
.slide-list .info-holder .list a{width:54px;}
.slide-list .product{
    margin:0 -24px 14px -16px;
    position:relative;
}
.slide-list .product img{vertical-align:top;}
.slide-list .product a{
    position:absolute;
    left:285px;
    top:90px;
}
/* section-block */
.section-block{
    overflow:hidden;
    margin:0 0 6px;
    background:url(http://www.thenorthface.eu/skin/frontend/enterprise/tnf/images/bg-section.jpg) no-repeat 0 100%;
}
.section-block .column{
    float:left;
    width:308px;
}
.section-block .column .image-box img{vertical-align:top;}
.section-block .links-list{
    overflow:hidden;
}
.section-block .links-list li{
    float:left;
    background:url(http://www.thenorthface.eu/skin/frontend/enterprise/tnf/images/separator2.gif) no-repeat 0 2px;
    padding:0 0 0 1px;
}
.section-block .links-list li:first-child{background:none;}
.section-block .link,
.section-block .links-list a{
    text-align:center;
    color:#fefefe;
    font:bold 13px/16px Helvetica Neue LT W04_77 Bd Cn, Kalimati, sans-serif;
    height:88px;
    width:327px;
    display:table;
    cursor:pointer;
}
*+html .section-block .link,
*+html .section-block .links-list a{display:block;}
.section-block .link{
    width:308px;
    background:url(http://www.thenorthface.eu/skin/frontend/enterprise/tnf/images/bg-link2.gif) no-repeat;
    overflow:hidden;
    border:1px solid #5d5c5d;
}
.section-block .link .holder,
.section-block .links-list .holder{
    padding:0 5px;
    display:table-cell;
    vertical-align:middle;
}
*+html .section-block .link .holder,
*+html .section-block .links-list .holder{display:block;}
.section-block .link:hover,
.section-block .links-list a:hover{text-decoration:none;}
.section-block .link strong,
.section-block .links-list strong{
    display:block;
    font:bold 28px/30px Helvetica Neue LT W04_77 Bd Cn, Kalimati, sans-serif;
}
.section-block .link .holder span,
.section-block .links-list .holder span{
    background:url(http://www.thenorthface.eu/skin/frontend/enterprise/tnf/images/arrow-link4.png) no-repeat 100% 2px;
    padding:0 15px 0 0;
}
.section-block .column.long{
    width:656px;
    float:right;
}
.section-block .row{
    overflow:hidden;
    margin:0 -4px 4px 0;
    width:660px;
}
.section-block .row .wrap{
    float:left;
    width:326px;
    margin:0 4px 0 0;
    position:relative;
}
.section-block .row .wrap.long{width:656px;}
.section-block .text-box1{
    position:absolute;
    left:15px;
    top:60px;
    width:296px;
    z-index:10;
}
.section-block .text-box1 strong{
    font:bold 28px/26px Helvetica Neue LT W04_77 Bd Cn, Kalimati, sans-serif;
    display:block;
    color:#fff;
}
.section-block .text-box1 strong span{
    color:#3c3c3c;
    font-size:20px;
    line-height:18px;
    display:block;
}
.section-block .text-box2{
    position:absolute;
    left:15px;
    top:21px;
    z-index:10;
    width:296px;
}
.section-block .text-box2 strong{
    font:bold 30px/26px Helvetica Neue LT W04_77 Bd Cn, Kalimati, sans-serif;
    display:block;
    color:#b70002;
    letter-spacing:-1px;
    text-align:center;
}
.section-block .text-box2 strong span{
    color:#3b3b3b;
    font-size:16px;
    line-height:16px;
    display:block;
    letter-spacing:0;
}
.section-block .text-box2 strong em{
    font-style:normal;
    font-size:18px;
    line-height:16px;
    position:relative;
    top:-10px;
}
.section-block .text-box3{
    position:absolute;
    left:16px;
    top:24px;
    width:450px;
    z-index:10;
}
.section-block .text-box3 strong{
    font:bold 22px/22px Helvetica Neue LT W04_77 Bd Cn, Kalimati, sans-serif;
    display:block;
    color:#fff;
    margin:0 0 17px;
}
.section-block .text-box3 strong span{
    font-size:38px;
    line-height:32px;
    display:block;
}
.section-block .text-box3 ul{
    margin:0 0 0 -16px;
    font:bold 13px/22px Helvetica Neue LT W04_77 Bd Cn, Kalimati, sans-serif;
}
.section-block .text-box3 li{
    overflow:hidden;
    width:100%;
    padding:0 0 5px;
    vertical-align:top;
}
.section-block .text-box3 ul a,
.category-image .link{
    float:left;
    background:#dd2421 url(http://www.thenorthface.eu/skin/frontend/enterprise/tnf/images/arrow-link3.gif) no-repeat;
    color:#fff;
    padding:0 10px 0 35px;
}
.section-block .links-box{
    position:absolute;
    right:0;
    bottom:4px;
    margin:0;
}
.section-block .links-box a{
    display:block;
    margin:0 0 2px;
}
/* carousel-holder */
.carousel-holder{
    margin:0 0 10px;
    overflow:hidden;
}
.carousel-holder .title-hold{
    width:218px;
    height:132px;
    float:left;
    background:url(http://www.thenorthface.eu/skin/frontend/enterprise/tnf/images/bg-title-hold.jpg) no-repeat;
    margin:0 -1px 0 0;
    text-align:center;
    padding:23px 6px;
}
.carousel-holder .title-hold h2{
    color:#fefefe;
    font:bold 18px/22px Helvetica Neue LT W04_77 Bd Cn, Kalimati, sans-serif;
}
.carousel-holder .title-hold h2 span{
    display:block;
    font:bold 46px/48px Helvetica Neue LT W04_77 Bd Cn, Kalimati, sans-serif;
    letter-spacing:-2px;
    padding:11px 0 0;
}
.carousel-holder .carousel{
    width:692px;
    height:158px;
    background:url(http://www.thenorthface.eu/skin/frontend/enterprise/tnf/images/bg-carousel.gif) no-repeat;
    float:right;
    padding:10px 26px 10px 23px;
}
.lightbox .carousel{
    width:700px;
    margin:0 auto -11px;
}
.carousel .title{
    overflow:hidden;
    margin: 0 0 10px 0;
    text-transform:uppercase;
    font:17px HelveticaNeueW02-55Roma, Kalimati, sans-serif;
}
.lightbox .carousel .title{margin:10px -11px;}
.carousel .title h2{
    font:16px/20px HelveticaNeueW02-55Roma, Kalimati, sans-serif;
    color:#484848;
    margin:0 0 12px;
}
.carousel-wrapper{overflow:hidden;}
.carousel .prev,
.carousel .next,
.cart-carousel .prev,
.cart-carousel .next{
    width:19px;
    height:36px;
    background:url(http://www.thenorthface.eu/skin/frontend/enterprise/tnf/images/arrows-carousel.gif) no-repeat;
    text-indent:-9999px;
    overflow:hidden;
}
.carousel .prev,
.cart-carousel .prev{
    float:left;
    margin:49px 10px 0 0;
    background-position:0 0;
}
.carousel .next,
.cart-carousel .next{
    float:right;
    background-position:0 -40px;
    margin:49px 0 0;
}
.carousel .holder,
.lightbox .carousel-holder{
    width:634px;
    overflow:hidden;
    position:relative;
    float:left;
}
.cart .carousel .holder {
    width:793px;
}
.carousel .frame,
.lightbox .carousel-frame{
    width:636px;
    overflow:hidden;
    position:relative;
}
.carousel .slide{
    width:99999px;
    overflow:hidden;
}
.carousel .slide li{
    float:left;
    width:159px;
    background:url(http://www.thenorthface.eu/skin/frontend/enterprise/tnf/images/separator3.gif) no-repeat 100% 60px;
    text-align:center;
}
.carousel .slide .image-box{
    width:100%;
    display:table;
    margin:0 0 10px;
}
.carousel .image-box .wrap{
    display:table-cell;
    vertical-align:middle;
}
.carousel .text-box{
    width:100%;
    height:40px;
    display:table;
}
.carousel .text-box h3{
    display:table-cell;
    vertical-align:top;
    font:bold 13px/14px Helvetica Neue LT W04_77 Bd Cn, Kalimati, sans-serif;
    color:#484848;
    padding:0 10px;
}
.carousel .text-box h3 a{color:#484848;}
#content .carousel{padding:0 24px 14px;}
#content .carousel .holder{
    margin:0 0 0 16px;
}
#content .carousel .frame{width:795px;}
#category_carousel .carousel{
    float:none;
    width:683px;
    margin:10px auto 9px;
    padding:0;
}
#category_carousel .carousel .holder{
    width:622px;
    margin:0;
}
#category_carousel .carousel .frame{width:624px;}
#category_carousel .carousel .slide li{width:156px;}
.carousel-control {display:none;}

/* breadcrumbs */
.breadcrumbs{
    font-size:13px;
    line-height:14px;
    color:#9f9f9f;
    margin:-3px 0 5px 21px;
    height:14px;
}
.breadcrumbs li{
    background:url(http://www.thenorthface.eu/skin/frontend/enterprise/tnf/images/bg-breadcrumbs.gif) no-repeat 0 4px;
    display:inline;
    padding:0 5px 0 10px;
}
.breadcrumbs li.active{background-position:0 -46px;}
.breadcrumbs li:first-child{
    background:none;
    padding:0 5px 0 0;
}
.breadcrumbs a{
    color:#737373;
    font-size:13px;
    font-family:HelveticaNeueW02-55Roma, Helvetica, Arial;
}
.breadcrumbs li span{color:#737373;}
.breadcrumbs li strong{
    font-weight:normal;
    font-size:13px;
    font-family:HelveticaNeueW02-55Roma, Helvetica, Arial;
}
/* twocolumns */
#twocolumns{overflow:hidden;}
/* content */
#content{
    background:#fff;
    padding:0;
    min-height:489px;
    overflow:hidden;
}
.catalog-product-view #content{overflow:visible;}
#twocolumns #content{
    width:726px;
    float:right;
    background-image: none;
}
#twocolumns.col2-layout #content{
    width:842px;
    float:left;
}
.sub-main #content{width:950px;}
/* page-title */
.page-title{
    border:none;
    width:auto;
    margin:0;
    background:#eae7e8 url(http://www.thenorthface.eu/skin/frontend/enterprise/tnf/images/bg-page-title.gif) repeat-x;
    border-bottom:1px solid #b5b5b5;
}
.sub-title{padding:25px 19px 27px;}
.page-title>h1{
    color:#929292;
    font:bold 22px/26px Helvetica Neue LT W04_77 Bd Cn, Kalimati, sans-serif;
    clear:both;
    width:390px;
    position:relative;
    margin:0;
    padding:15px 25px;
}

.title-buttons h1{width:auto;}
.cart .page-title h1{
    margin:14px 0 0;
    padding:0 0 8px;
    text-transform:uppercase;
}
.cart .discount h2 { background-image:none; }
.cart .shipping h2 { background-image:none; }

.page-title>h1 span{
    color:#484848;
    font-size:18px;
    line-height:27px;
}
.title-section{position:relative;}
.title-section h2{
    position:absolute;
    left:21px;
    top:73px;
    color:#fff;
    font-size:22px;
    line-height:26px;
    width:900px;
}
.contact-title{
    padding:0;
    background:none;
    border:none;
    position:relative;
}
.contact-title h1{
    color:#fff;
    position:absolute;
    left:29px;
    top:37px;
    width:600px;
    font-size:30px;
    line-height:34px;
}
.contact-title h1 strong{
    padding:0 0 0 18px;
    font-size:38px;
    line-height:42px;
    display:block;
}
/* title-buttons */
.title-buttons{
    background:#fafafa url(http://www.thenorthface.eu/skin/frontend/enterprise/tnf/images/bg-page-title.gif) repeat-x 0 100%;
    margin:0 !important;
    overflow:hidden;
    padding:12px 13px 12px 19px;
    border-bottom:1px solid #b5b5b5 !important;
    min-height:25px;
}
.title-buttons .holder{
    display:table;
    width:100%;
}
.title-buttons .box{
    display:table-cell;
    vertical-align:middle;
}
.title-buttons .tools{
    background:url(http://www.thenorthface.eu/skin/frontend/enterprise/tnf/images/bg-networks-box.png) no-repeat;
    padding:10px 0 10px 4px;
    margin:-10px 0;
    float:right;
}
*+html .title-buttons .tools{float:right;}
.title-buttons .tools li{
    float:left;
    margin:0 0 0 16px;
}
.link-print{
    width:23px;
    height:21px;
    background:url(http://www.thenorthface.eu/skin/frontend/enterprise/tnf/images/ico-print.png) no-repeat;
    text-indent:-9999px;
    overflow:hidden;
    float:right;
    text-align:left;
    color:#333;
    text-transform:uppercase;
    font:13px/20px HelveticaNeueW02-55Roma,Kalimati,sans-serif;
    font-weight:bold;
}
.title-buttons .tools .link-print{
    display:block;
    float:left;
}
.my-wishlist .title-buttons .link-print{
    width:auto;
    background:url(http://www.thenorthface.eu/skin/frontend/enterprise/tnf/images/ico-print-middle.png) repeat-x;
    text-indent:0px;
}
.link-print-left{
    background:url(http://www.thenorthface.eu/skin/frontend/enterprise/tnf/images/ico-print-left.png) no-repeat;
    height:21px;
    width:29px;
    float:left;
}
.link-print-right{
    background:url(http://www.thenorthface.eu/skin/frontend/enterprise/tnf/images/ico-print-right.png) no-repeat;
    height:21px;
    width:11px;
    float:right;
}
.title-buttons .tools .share{margin:3px 0 0 12px;}
.title-buttons .tools img{vertical-align:top;}
.title-buttons .back{
    background:url(http://www.thenorthface.eu/skin/frontend/enterprise/tnf/images/arrow-link6.png) no-repeat 0 4px;
    padding:0 0 0 13px;
    font-size:13px;
    font-family:HelveticaNeueW02-55Roma, Helvetica, Arial;
    line-height:14px;
    color:#737373;
    margin:2px 0 9px 2px;
    float:left;
}
.title-buttons .back span{
    background:url(http://www.thenorthface.eu/skin/frontend/enterprise/tnf/images/ico1.gif) no-repeat 100% 0;
    padding:0 21px 0 0;
}
/* toolbar */
.toolbar{overflow:hidden;}
.page-title .toolbar{
    background:none;
    clear:both;
}
.toolbar select{width:230px;}
.toolbar .sorter{
    background:none;
    overflow:hidden;
    padding:10px 20px 0px 0px;
    border:none;
    float:right;
    width:270px;
}
.toolbar .amount{
    color:#484848;
    float:left;
    padding:0 0 12px;
    margin: 0 0 0 10px;
    font-size:13px;
}
.toolbar .suggestions a,
.toolbar .amount a{
    font-weight:bold;
    text-decoration:underline;
}
.toolbar .suggestions {
    display:block;
    padding:20px 20px 0px 20px;
    margin: 0;
}
.toolbar .suggestions p,
.toolbar .suggestions {
    color:#fff;
    text-align: right;
    font-size:13px;
}
.toolbar.last .suggestions p,
.toolbar.last .suggestions {
    color:#484848;
}
.toolbar .suggestions a:hover,
.toolbar .amount a:hover{text-decoration:none;}
.toolbar .suggestions p{
    margin:0 20px 0 20px;
}
.sorter .sort-by{
    padding:0 0 6px 17px;
    background:url(http://www.thenorthface.eu/skin/frontend/enterprise/tnf/images/divider2.png) no-repeat 0 50%;
    margin:0 0 0 20px;
}
.sorter .sort-by label{
    /*float:left;*/
    color:#848384;
    font:bold 10px/24px Helvetica Neue LT W04_77 Bd Cn, Kalimati, sans-serif;
    margin:1px 15px 0 0;
}
.sorter .sort-by .selectArea {
    float:none;
}
.toolbar .pager{
    background:none;
    border:none;
    text-align:left;
    padding:18px 8px 3px 8px;
}
.pager p{
    margin:0;
}
.pager .amount .total {
    font-weight:bold;
}
.pager .pages{
    margin:0;
}
.pager .pages .current {
    font-weight:bold;
}
.pager .limiter {
    margin-top:23px;
    background:url("http://www.thenorthface.eu/skin/frontend/enterprise/tnf/images/arrow-link4.png") no-repeat scroll 100% 2px transparent;
    padding-right:20px;
}
.toolbar .pager .limiter a{
    color:#DC251F;
}
.pager .pagination{
    margin:0 135px;
    padding-left:20px;
    background:url("http://www.thenorthface.eu/skin/frontend/enterprise/tnf/images/divider2.png") no-repeat scroll 0 50% transparent;
}
.pager .label{
    text-align:left;
    text-transform:uppercase;
    margin:0;
    color:#848384;
    font:bold 10px/24px Helvetica Neue LT W04_77 Bd Cn, Kalimati, sans-serif;
}
/*
.tab-content .toolbar{
    background:#565656;
    color:#fff;
    border:none;
}
.tab-content .toolbar .pager .label{
    color:#fff;
}
.tab-content .toolbar.last, .tab-content .toolbar.last li a {
    color:#484848;
}
.tab-content .toolbar.last .pager .label{
    color:#848384;
}
.tab-content .toolbar .sorter{
    margin:0;
    padding:11px 20px 14px 20px;
    border:none;
}
.tab-content .sorter .sort-by label,
.tab-content .toolbar .amount,
.tab-content .toolbar a{color:#fff;}
.tab-content .toolbar.last .suggestions a{color:#484848;}
.tab-content .sorter .sort-by{background:url(http://www.thenorthface.eu/skin/frontend/enterprise/tnf/images/divider.png) no-repeat 0 50%;}
.toolbar.last{background:#fafafa url(http://www.thenorthface.eu/skin/frontend/enterprise/tnf/images/bg-page-title.gif) repeat-x;}
.tab-content .toolbar.last .amount{color:#484848;}
.toolbar.last .sorter .sort-by{background:url(http://www.thenorthface.eu/skin/frontend/enterprise/tnf/images/divider2.png) no-repeat 0 50%;}
.toolbar.last .sorter .sort-by label{color:#848384;}
.toolbar.last .sorter{
    padding:11px 20px 15px 22px;
    margin:0;
}
*/
/* category-products */
.category-products .category-image{
    position:relative;
    margin:0 0 15px;
}
.category-products .category-image img{vertical-align:top;}
.category-image strong{
    width:350px;
    position:absolute;
    left:39px;
    top:109px;
    color:#fff;
    font-size:36px;
    line-height:30px;
    text-align:left;
}
.category-image strong span{
    display:block;
    color:#3c3c3c;
    font-size:46px;
    line-height:40px;
}
.category-image .link{
    font: bold 13px/22px Helvetica Neue LT W04_77 Bd Cn,Kalimati,sans-serif;
    position:absolute;
    left:0;
    bottom:25px;
    padding:0 10px 1px 33px;
}
/* products-grid */
.products-grid{
    width:100%;
    overflow:hidden;
    background:#e9e6e8;
    padding:4px 0 0;
}
.products-grid a{
    cursor:pointer;
    text-decoration:none;
}
span.clone,
.products-grid li.item{
    border:none;
    width:207px;
    padding:12px 15px 999px;
    margin:0 1px -994px 3px;
    position:relative;
    background:#FFFFFF;
}
span.clone {
    position:absolute;
    left:0;
    margin-left:0;
    list-style:none;
    top:0;
    padding-bottom:0;
    margin-bottom:0;
    z-index:1000;
}
#content .products-grid li.item:hover{background:#fff;}
.products-grid.last{border-bottom:4px solid #e9e6e8;}
span.clone .product-name,
.products-grid .product-name{
    color:#484848;
    font:bold 14px/18px Helvetica Neue LT W04_77 Bd Cn, Kalimati, sans-serif;
    text-align:center;
    min-height:38px;
    margin:0 0 12px;
}
span.clone .product-name a,
.products-grid .product-name a{color:#484848;}
.products-grid .product-name a:hover{
    text-decoration:none;
    color:#96000e;
}
#content .products-grid li.item:hover .product-name a{color:#96000e;}
span.clone .product-image,
.products-grid .product-image{
    height:185px;
    display:block;
    width:100%;
    text-align:center;
    margin:0 0 5px;
    position:relative;
}
.products-grid .product-image.nontrans {
    height:215px;
}
span.clone .small-product,
.products-grid .small-product{
    width:175px;
    display:none;
}
.active-backet .empty span,
.block-compare .actions {display:none !important;}
.block-compare.active-backet .actions{display:block !important;}
.block-compare .empty span,
.active-backet .actions {display:block;}
.block-compare #compare-items {position:absolute;left:-9999px;top:-9999px;}
.active-backet #compare-items {position:static;left:0;top:0;}
.block-compare .small-product{
    display:block;
}
.block-compare .big-product{
    display:none;
}
.products-grid .small-product .product-image{
    float: left;
    margin: 0 17px 0 0;
    height:auto;
    width:auto;
}
.products-grid .small-product .product-name {
    font: 11px HelveticaNeueW02-55Roma,Kalimati,sans-serif;
    margin:0;
    text-align:left;
}
.products-grid .small-product .product-name a{
    color: #484848;
}
.products-grid .small-product .btn-remove{
    background: url("http://www.thenorthface.eu/skin/frontend/enterprise/tnf/images/btn-close.gif") no-repeat;
    height: 15px;
    float:right;
    margin: 2px 0 0;
    width: 15px;
}
.products-grid .small-product .product-name a:hover{
    text-decoration:none;
    color:#9f000f;
}
span.clone .price-box,
.products-grid .price-box{
    margin:0 0 0 1px;
    font:bold 14px/18px Helvetica Neue LT W04_77 Bd Cn, Kalimati, sans-serif;
    height:40px;
    display:table;
    width:100%;
    position:relative;
    z-index:100;
}
span.clone .regular-price,
.price-box .regular-price{
    display:table-cell;
    vertical-align:middle;
}
*+html span.clone .regular-price,
*+html span.clone .price-box,
*+html .products-grid .price-box,
*+html .price-box .regular-price{display:block;}
.regular-price,
.regular-price .price{
    color:#3c3c3c;
    font-size:14px;
}
.special-price,
.special-price .price{
    color:#f60;
    display:block;
    font-size:14px;
}
.special-price{padding:0;}
.old-price,
.old-price .price{
    display:block;
    color:#929292;
    font-weight:normal;
}
span.clone .info,
.products-grid .info,
.product-shop .info{
    padding:0 0 0 16px;
    position:absolute;
    left:-6px;
    top:-7px;
    font:10px/14px HelveticaNeueW02-55Roma, Kalimati, sans-serif;
    color:#dc251f;
}
span.clone .bestseller,
.products-grid .bestseller,
.product-shop .bestseller{
    background:url(http://www.thenorthface.eu/skin/frontend/enterprise/tnf/images/bg-star.gif) no-repeat 0 1px;
}
span.clone .athletepick,
.products-grid .athletepick,
.product-shop .athletepick{
    background:url(http://www.thenorthface.eu/skin/frontend/enterprise/tnf/images/bg-athlete.gif) no-repeat 0 0;
}
.product-shop .info{
    position:static;
    float:left;
}
span.clone .info span,
.products-grid .info span,
.product-shop .info span{
    float:left;
    background:url(http://www.thenorthface.eu/skin/frontend/enterprise/tnf/images/bg-info-text.gif) no-repeat;
}
span.clone .info em,
.products-grid .info em,
.product-shop .info em{
    font-style:normal;
    float:left;
    background:url(http://www.thenorthface.eu/skin/frontend/enterprise/tnf/images/bg-info-text.gif) no-repeat 100% -20px;
    height:15px;
    padding:0 3px;
}
/* sidebar */
#sidebar{
    font-family:HelveticaNeueW02-55Roma, Helvetica, Arial;
    font-size:13px;
    width:220px;
    float:left;
    background:#fbfbfb;
    padding:20px 10px 70px;
}
.block{margin:0 0 20px;}
.block,
.block .block-content,
.block .block-subtitle,
.block .block-title,
.block .actions{
    background:none;
    border:none;
    padding:0;
}
#sidebar .block,
.block a{
    color:#737373;
    font-size:13px;
    font-family:HelveticaNeueW02-55Roma, Helvetica, Arial;
}
#sidebar .block a:hover,
#sidebar .block span:hover,
.block a:hover{
    text-decoration:none;
    color:#9f000f;
    cursor:pointer;
}
#sidebar .block dl li{margin:0 0 9px;}
#sidebar .block dl .options li,
.block .options li{margin:0 0 11px;}
.block .options{
    font-size:13px;
    padding:0 10px 10px;
}
.block ul.options{
    padding:0 10px;
    width:100%;
    position:relative;
}
.block dd.options{padding:7px 10px 10px;}
.block .slide-block{padding:7px 0 21px;}
.block .slide-block .open-block{
    width:220px;
    overflow:hidden;
    position:relative;
    display:none;
}
.block .slide-block.active .open-block{display:block;}
.block .slide-block .row{
    overflow:hidden;
    padding:6px 0 0 10px;
}
.block-layered-nav dd{
    padding:0 10px 15px;
    font-size:13px;
}
.block-layered-nav .category-list {
    padding-top:15px;
}
.block .slide-block .open-close{
    background:url(http://www.thenorthface.eu/skin/frontend/enterprise/tnf/images/arrow-link4.png) no-repeat 100% 2px;
    padding:0 18px 0 0;
    color:#dc251f;
    font-size:11px;
    overflow:hidden;
}
#narrow-by-list {
    border-top:1px solid #d1d1d1;
}
#narrow-by-list .active > a{
    font-size:13px;
    font-family: HelveticaNeueW02-55Roma, Helvetica, Arial;
    background:url(http://www.thenorthface.eu/skin/frontend/enterprise/tnf/images/arrow-link4.png) no-repeat 0 2px;
    padding:0 0 0 17px;
    color:#9f000f;
}
#narrow-by-list.sub-list{border-bottom:2px solid #d1d1d1;}
#sidebar .slide-block .open-close:hover{
    text-decoration:underline;
    color:#dc251f;
}
#sidebar .slide-block .open-close:hover span,
#sidebar .slide-block .open-close:hover em{text-decoration:underline;}
.slide-block .open-close span{display:inline;}
.slide-block .open-close em{
    font-style:normal;
    display:none;
}
.slide-block.active .open-close span{display:none;}
.slide-block.active .open-close em{display:inline;}
/* block-compare */
#compareboxid,
.block-compare,
.block-compare-default{
    background:url(http://www.thenorthface.eu/skin/frontend/enterprise/tnf/images/bg-compare-block.gif) no-repeat;
    margin:19px 0 20px;
    position:relative;
}
.block-compare .holder,
.block-compare-default .holder{
    background:url(http://www.thenorthface.eu/skin/frontend/enterprise/tnf/images/bg-compare-block.gif) no-repeat -230px 100%;
    overflow:hidden;
    min-height:122px;
    padding:25px 20px 21px;
}
.block .block-title{
    color:#484848;
    font-size:13px;
    line-height:14px;
    margin:0 11px 15px;
    text-align:center;
    height:auto;
}
.block-compare .block-title,
.block-compare-default .block-title{margin:0 0 16px;}
.block .block-title strong{
    background:none;
    padding:0;
    text-transform:none;
    color:#484848;
}
.block-compare .block-title strong{background:none;}
.block .empty{
    padding:0 8px 4px;
    font-size:11px;
    line-height:18px;
    color:#737373;
    text-align:center;
}
.block .empty span{
    font-size:13px;
    padding:12px 0;
    display:block;
}
.block .empty img{
    display:block;
    margin:0 auto;
}
.block-layered-nav .block-title strong{
    font-size:13px;
    line-height:14px;
    margin:0;
    color:#929292;
    text-indent:0;
    text-align:left;
}
/* currently */
.currently{
    border-top:1px solid #d1d1d1;
    padding:20px 10px 23px;
    background:#fff;
    margin:0;
    position:relative;
}
.currently .block-subtitle{
    text-transform:none;
    margin:0 0 10px;
    color:#484848;
}
.block-layered-nav .currently li{
    background:#323232;
    color:#fff;
    font-size:11px;
    font-weight:bold;
    line-height:15px;
    margin:0 0 11px;
    padding:3px 4px 3px 7px;
}
.block-layered-nav .currently .label{
    padding:0;
    text-transform:none;
}
#jp-side-col .btn-remove,
#sidebar .btn-remove{
    width:15px;
    height:15px;
    background:url(http://www.thenorthface.eu/skin/frontend/enterprise/tnf/images/btn-close.gif) no-repeat;
    margin:0;
}
#jp-side-col .block-compare .btn-remove,
#sidebar .block-compare .btn-remove{margin:2px 0 0;}
.currently .actions{
    background:none;
    border:none;
}
.currently .actions a{
    background:url(http://www.thenorthface.eu/skin/frontend/enterprise/tnf/images/arrow-link4.png) no-repeat 100% 2px;
    padding:0 19px 0 0;
    color:#dc251f;
    font-size:11px;
    line-height:14px;
    margin:0 2px 0 0;
}
.category-list .action a.more {
    background:url(http://www.thenorthface.eu/skin/frontend/enterprise/tnf/images/arrow-link4.png) no-repeat 100% 2px;
    padding:0 19px 0 0;
    color:#dc251f;
    font-size:11px;
    line-height:14px;
    margin:0 2px 0 0;
}
#sidebar .block .category-list .action a:hover{
    color:#dc251f;
    text-decoration:underline;
}
#sidebar .currently .actions a:hover{
    text-decoration:underline;
    color:#dc251f;
}
.currently .color span{
    width:13px;
    height:13px;
    margin:1px 0 -2px 24px;
    display:inline-block;
}
*+html .currently .color{display:inline;}
.currently .light-yellow span{background:#ffffc0;}
.currently .beige span{background:#FFC;}
.currently .black span{background:#000;}
.currently .blue span{background:#1083fa;}
.currently .brown span{background:#4b3907;}
.currently .green span{background:#14a20d;}
.currently .grey span{background:#666;}
.currently .orange span{background:#ffa127;}
.currently .light-purple span{background:#b546d1;}
.currently .pink span{background:#F3F;}
.currently .purple span{background:#5d0ba3;}
.currently .red span{background:#e50d0d;}
.currently .white span{background:#fff;}
.currently .yellow span{background:#eae81c;}
.block-layered-nav dt{
    border-top:1px solid #d1d1d1;
    padding:19px 10px 23px;
    background:none;
    text-transform:none;
    color:#484848;
    font-size:13px;
}
.block-layered-nav dt:first-child{border-top:1px solid #d1d1d1;}
/* colors-list */
.colors-list{height:1%;}
#sidebar .colors-list{
    margin:3px -20px 4px 0;
    width:220px;
}
.colors-list li{
    float:left;
    margin:0 !important;
    padding:0 9px 7px 0 !important;
}
.lightbox .colors-list li{padding:0 9px 11px 0 !important;}
.filter-box .colors-list{
    margin:0 0 -10px;
    width:220px;
    display:table;
}
.filter-box .colors-list li{padding:0 4px 10px 0 !important;}
.colors-list a,
.colors-list span.outter{
        width:36px;
        height:36px;
        display:block;
        cursor:pointer;
        padding:1px;
}

.colors-list a:hover, .filter-box .colors-list li.active a, .filter-column .colors-list li.active a {
        background: #9f000f;
}

.colors-list a img:hover, .filter-box .colors-list li.active a img {
    background: #FFFFFF;
}

.colors-list .beige{background:#FFC;}
.colors-list .beige:hover,
.colors-list .active .beige{border-color:#FFC;}
.colors-list .pink{background:#F3F;}
.colors-list .pink:hover,
.colors-list .active .pink{border-color:#F3F;}
.colors-list .light-yellow{background:#ffffc0;}
.colors-list .light-yellow:hover,
.colors-list .active .light-yellow{border-color:#ffffc0;}
.colors-list .black{background:#000;}
.colors-list .black:hover,
.colors-list .active .black{border-color:#000;}
.colors-list .blue{background:#36F;}
.colors-list .blue:hover,
.colors-list .active .blue{border-color:#36F;}
.colors-list .brown{background:#630;}
.colors-list .brown:hover,
.colors-list .active .brown{border-color:#630;}
.colors-list .green{background:#390;}
.colors-list .green:hover,
.colors-list .active .green{border-color:#390;}
.colors-list .grey{background:#666;}
.colors-list .grey:hover,
.colors-list .active .grey{border-color:#666;}
.colors-list .orange{background:#F90;}
.colors-list .orange:hover,
.colors-list .active .orange{border-color:#F90;}
.colors-list .light-purple{background:#b546d1;}
.colors-list .light-purple:hover,
.colors-list .active .light-purple{border-color:#b546d1;}
.colors-list .purple{background:#606;}
.colors-list .purple:hover,
.colors-list .active .purple{border-color:#606;}
.colors-list .red{background:#F00;}
.colors-list .red:hover,
.colors-list .active .red{border-color:#F00;}
.colors-list .white{background:#fff;}
.colors-list .white:hover,
.colors-list .active .white{border-color:#fff;}
.colors-list .yellow{background:#FF0;}
.colors-list .yellow:hover,
.colors-list .active .yellow{border-color:#FF0;}
.colors-list .light-brown{background:#835b2c;}
.colors-list .light-brown:hover,
.colors-list .active .light-brown{border-color:#835b2c;}
.colors-list .dark-blue{background:#1a3685;}
.colors-list .dark-blue:hover,
.colors-list .active .dark-blue{border-color:#1a3685;}
.colors-list span,
.colors-list span.inner{
    display:block;
    width:18px;
    height:18px;
    margin:-2px;
    padding:1px;
    position:relative;
}
.colors-list a:hover span,
.colors-list span:hover span,
.colors-list .active span span,
.colors-list .active a span{background:url(http://www.thenorthface.eu/skin/frontend/enterprise/tnf/images/bg-colors-hover.png) -4px -4px no-repeat;}

.colors-list a span.color2,
.colors-list .outter span.color2{
    height: 8px;
    width: 16px;
    float:left;
    clear:both;
    padding:0;
    margin: -9px 2px 0 0;
    background:none;
}
.colors-list a:hover span.spec,
.colors-list span:hover span.spec{background:none;}

.size-form{
    overflow:hidden;
    width:100%;
    margin:0 0 -5px;
}
.size-form fieldset{
    width:260px;
    padding:2px 0 0;
    overflow:hidden;
    margin:0 -60px 0 0;
}
.size-form .col{
    float:left;
    width:80px;
    margin:0 41px 0 0;
}
.size-form .row{
    overflow:hidden;
    margin:0 0 9px;
}
.size-form .radio{
    width:13px;
    height:13px;
    padding:0;
    margin:2px 9px 0 0;
    float:left;
}
.size-form label{float:left;max-width:53px;}
.block li.odd,
.block li.even{background:none;}
.block .block-content li.item{
    overflow:hidden;
    padding:7px 0 20px 5px;
}
#compare-items{margin:12px 0 4px;}
.block .product-image{
    float:left;
    margin:0 17px 0 0;
}
.block .product-name,
.block .block-content .product-name {color:#484848;}
.block-compare .product-name{
    overflow:hidden;
    padding:5px 8px 0 0;
}
.block .product-name a{color:#484848;}
.block-compare .actions button.button{
    height:19px;
    margin:0 auto;
    float:none;
    display:block;
    text-transform:uppercase;
    color:#fff;
    font-size:13px;
    line-height:14px;
}
.block-compare .actions .button span{
    width:107px;
    height:19px;
    background: #dc241f none repeat scroll 0 0;
    border:none;
    padding:0 5px;
    transition: all 0.2s ease 0s;
}
.block-compare .actions .button span span{padding:0;}
.product-essential{
    padding:0 0 0 11px;
    margin:0 0 17px;
}
/* product-view */
.product-view{
    position: relative;
    border:none;
}
.product-view .row-wrap{
    overflow:hidden;
    margin:0 2px 17px;
}
.product-view .row-wrap dl{
    margin:0;
    font-family: HelveticaNeueW02-55Roma, Helvetica, Arial;
    float:right;
    font-size:13px;
}
.product-view .row-wrap dt{
    float:left;
    clear:left;
}
.product-view .row-wrap dd{
    margin:0 0 0 2px;
    float:left;
    font-weight:bold;
}
.product-view .product-shop{
    width:273px;
    background:#fbfbfb;
    padding:20px 12px 0 18px;
}
.product-view .product-shop .product-name{margin:0 0 11px;}
.product-view .product-shop .product-name h1{
    font-weight: normal;
    font-size:22px;
    line-height:24px;
    color:#929292;
    margin:0;
}
.product-view .product-shop .price-box{margin:0 0 16px;}
.product-shop .price-box .special-price{
    margin:0 0 3px;
    display:block;
}
.product-shop .price-box .old-price{
    display:block;
    color:#737373;
    font-size:14px;
}
.product-shop .price-box .special-price .price{
    font-size:22px;
    line-height:26px;
}
.product-shop .price-box .old-price .price{
    font-size:14px;
    line-height:16px;
}
.product-view .product-shop .short-description{
    padding:0;
    margin:0 0 23px;
    color:#484848;
    font-size:14px;
    line-height:15px;
}
.filter-block{
    font-family:HelveticaNeueW02-55Roma, Helvetica, Arial;
    border-top:1px solid #d1d1d1;
    padding:13px 0 0 2px;
    width:265px;
}
.filter-box{
    width:100%;
    margin:0 0 10px;
}
.filter-box .number{
    color:#3c3c3c;
    float:left;
    font-size:20px;
    line-height:24px;
    width:25px;
}
.filter-box .wrap{
    width:234px;
    float:right;
    padding:6px 0 0 6px;
}
.filter-box .head{
    font-size: 13px;
    width:100%;
    margin:0 0 12px;
}
.filter-box .head dl{
    margin:0;
    float:left;
}
.filter-box .head dt{
    float:left;
    clear:left;
    font-weight:bold;
}
.filter-box .head dd{
    margin:0 0 0 3px;
    float:left;
    color:#929292;
}
.filter-box .head strong{
    float:left;
    margin:0 28px 0 0;
}
.filter-box .head .more{
    float:right;
    background:url(http://www.thenorthface.eu/skin/frontend/enterprise/tnf/images/ico-more.gif) no-repeat 0 1px;
    padding:0 0 0 19px;
    color:#dc251f;
    font-size:10px;
    line-height:14px;
}
.filter-box .head .chart{
    float:left;
    background:url(http://www.thenorthface.eu/skin/frontend/enterprise/tnf/images/ico2.gif) no-repeat;
    padding:2px 0 3px 30px;
    line-height:10px;
    margin:-2px 10px 0 0;
    font-size:10px;
}
.filter-box .info-text{
    font-size:13px;
    font-weight:normal;
    display:block;
    margin:-10px 0 6px;
    color:#ff8a00;
}
.sizes-list,
.buttons-list{
    position:relative;
    overflow:hidden;
    text-align:center;
    font-size:13px;
    line-height:19px;
    margin:0 0 -12px;
}
.sizes-list li,
.buttons-list li{
    position:relative;
    float:left;
    margin:0 7px 10px 0;
    text-indent:1px;
}
.buttons-list li{padding:0 0 10px 0;}
.sizes-list a,
.buttons-list a{
    display:block;
    background:url(http://www.thenorthface.eu/skin/frontend/enterprise/tnf/images/bg-buttons.gif) no-repeat;
    cursor:pointer;
    padding-left:2px;
}
.buttons-list a {width:auto;}
.sizes-list a span,
.buttons-list a span{
    display:block;
    height:21px;
    background:url(http://www.thenorthface.eu/skin/frontend/enterprise/tnf/images/bg-buttons.gif) no-repeat 100% -25px;
    padding-right:2px;
    margin-left: 5px;
    padding-right: 6px;
}
.buttons-list a span{
    padding:0 5px;
    min-width:52px;
}
.sizes-list a:hover,
.buttons-list a:hover,
.sizes-list .active a,
.buttons-list .active a{
    text-decoration:none;
    color:#9f000f;
    background-position:0 -50px;
}
.sizes-list a:hover span,
.buttons-list a:hover span,
.sizes-list .active a span,
.buttons-list .active a span{background-position:100% -75px;}

.sizes-list img,
.buttons-list img{
position: absolute;
z-index: 0;
border: none;
left: 0px;
top: 0px;
}
.buttons-list img{
    height: 21px;
    width: 62px;
}
.sizes-list img {
    height:21px;
    width:23px;
}

/* add-to-box  */
.add-to-box{
    margin:0;
    padding:3px 0 0 0;
    overflow:visible;
}
.add-to-box .add-to-cart,
.product-view .product-shop .add-to-links{
    width:100%;
    margin:0;
    padding:0 0 17px;
}
*+html .add-to-box .add-to-cart{padding:0 0 14px;}
.add-to-box select{width:58px;}
.add-to-box .selectArea {margin:2px 0 0 !important;}
.add-to-links button.button span span{
    background:none;
    width:auto;
    padding:0 5px;
}
.link-wishlist{
    width:127px;
    height:21px;
    background: #2a2a2a none repeat scroll 0 0;
    padding:0;
    display:block;
    color:#fff !important;
    text-align:center;
    font:bold 13px/20px Helvetica Neue LT W04_77 Bd Cn, Kalimati, sans-serif;
    margin:0 auto;
    text-transform:uppercase;
    transition: all 0.2s ease 0s;
}
.link-wishlist:hover {
    text-decoration: none;
    background-color:#000;
}
.compare-table tr.add-to-row td p,
.compare-table .add-to-links{margin:0 0 14px;}
.product-view .product-shop .add-to-links .link-wishlist{
    color:#fff !important;
    font-weight:bold !important;
    float:right;
}
.product-view .product-shop .add-to-links #check-in-store {
    background: #2a2a2a none repeat scroll 0 0;
    height: 29px;
    padding-left: 1px;
    margin-bottom: 17px;
}
.product-view .product-shop .add-to-links #check-in-store span{
    background: #2a2a2a none repeat scroll 0 0;
    background-position: 100% 0px;
    display: block;
    height: 29px;
    text-align: center;
    font: bold 13px/28px Helvetica Neue LT W04_77 Bd Cn, Kalimati, sans-serif;
}
.product-view .product-shop .add-to-links .link{
    float:left;
    background:url(http://www.thenorthface.eu/skin/frontend/enterprise/tnf/images/arrow-link4.png) no-repeat 100% 2px;
    padding:0 16px 0 0;
    color:#e50015 !important;
    font-size:11px;
    margin:5px 0 0 -26px;
}
.product-view .row-holder{
    overflow:hidden;
    margin:0 20px 24px;
}
.product-view .facebook-box{
    width:264px;
    float:right;
}
.product-view .facebook-like {
    margin-left:1px;
}
.product-view .product-img-box{
    width:516px;
    padding:16px 0 0;
}
.product-view .product-img-box .product-image-zoom{
    height:490px;
    width:300px;
    text-align:center;
    float:right;
    margin:0 0 30px;
}
.card-view .product-img-box .product-image-zoom{
    width:100%;
    float:none;
}
.product-view .product-img-box .product-image-zoom img{cursor:default;}
.product-view .zoom-notice{
    width:250px;
}
.product-view .zoom-notice a{
    background:url(http://www.thenorthface.eu/skin/frontend/enterprise/tnf/images/arrow-link4.png) no-repeat 100% 2px;
    padding:0 16px 0 0;
    color:#737373;
    font-size:13px;
    line-height:14px;
}
.more-views{
    float:left;
    width:140px;
    padding:11px 0 0;
}
.product-view .product-img-box .more-views ul{
    margin:0 0 15px;
    width:100%;
    overflow:hidden;
}
.product-view .product-img-box .more-views li{
    padding:0 0 16px 3px;
    margin:0;
}
.product-view .product-img-box .more-views li a{
    width:60px;
    height:65px;
    border:none;
    text-align:center;
}
.product-view .product-img-box .more-views h2{
    border:none;
    font-size:13px;
    line-height:16px;
    color:#323232;
    margin:0 0 15px;
    text-align:center;
}
.product-view .product-img-box .image-box{
    text-align:center;
    padding:0 0 29px;
}
.product-view .product-img-box .image-box img{margin:0 0 10px;}
.product-view .product-img-box .video-holder{margin:0 -10px 10px 0;}
/* product-collateral */
.product-collateral{
    padding:0;
    background:none;
    overflow:hidden;
    width:100%;
}
/* tabset */
.tabset{
    overflow:hidden;
    line-height:30px;
    padding:0 12px;
    position:relative;
}
.tabset-holder{
    display: none;
    overflow:hidden;
    margin:-31px 0 -1px;
    position:relative;
}
.tabset-holder .tabset{
    float:right;
    padding:0 16px;
}
.product-collateral .tabset{margin:0 0 -1px;}
.tabset li{
    float:left;
    padding:0 7px 0 0;
}
.tabset a{
    float:left;
    color:#565656;
    text-align:center;
    background:url(http://www.thenorthface.eu/skin/frontend/enterprise/tnf/images/bg-tabset.gif) no-repeat;
    cursor:pointer;
}
.tabset span{
    display:block;
    height:31px;
    background:url(http://www.thenorthface.eu/skin/frontend/enterprise/tnf/images/bg-tabset.gif) no-repeat 100% -40px;
    min-width:90px;
    padding:0 16px;
}
.tabset a:hover,
.tabset .active a{
    background-position:0 -80px;
    text-decoration:none;
    color:#fff;
}
.tabset .active a{font-weight:bold;}
.tabset a:hover span,
.tabset .active a span{background-position:100% -120px;}
.tab-content{overflow:hidden;}
.product-collateral .tab-content{
    background:#565656;
    color:#fff;
    font-size:13px;
    line-height:15px;
    padding:37px 25px 11px 36px;
}
.product-collateral .tab-content a{color:#fff;}
.product-collateral .tab-content p{margin:0 0 27px;}
.product-collateral h2{
    border:none;
    color:#fff;
    font-size:11px;
    margin:0 0 11px;
}
.product-collateral .list{
    padding:0 0 20px 15px;
    font-weight:bold;
}
/* lightbox */
.lightbox{
    width:827px;
    overflow:hidden;
    left:-99999px;
    position:absolute;
    top:-9999px;
    background:url(http://www.thenorthface.eu/skin/frontend/enterprise/tnf/images/bg-lightbox.png) no-repeat;
    padding:7px 0 0;
}
.lightbox-msg {width:700px;}
.lightbox > .holder{
    background:url(http://www.thenorthface.eu/skin/frontend/enterprise/tnf/images/bg-lightbox.png) no-repeat -1660px 100%;
    padding:0 0 7px;
    overflow:hidden;
}
.lightbox .frame{
    background:url(http://www.thenorthface.eu/skin/frontend/enterprise/tnf/images/bg-lightbox.png) repeat-y -830px 0;
    padding:21px 21px 14px 18px;
    overflow:hidden;
}
.lightbox .close,
.login-popup .close{
    position:absolute;
    right:22px;
    top:13px;
    padding:0 26px 0 0;
    font-size:13px;
    background:url(http://www.thenorthface.eu/skin/frontend/enterprise/tnf/images/btn-close.gif) no-repeat 100% 0;
    color:#323232;
    font-weight:bold;
    font-family: Helvetica Neue LT W04_77 Bd Cn, Helvetica, Arial;
}
.login-popup .close{top:17px;}
.lightbox .filter-column{
    float:left;
    width:120px;
}
.lightbox .image-block{
    float:left;
    width:550px;
    text-align:center;
    padding:10px 75px 0 0;
}
.lightbox h3{
    color:#484747;
    font-size:13px;
    margin:0 0 13px;
}
.lightbox .item-box{text-align:center;}
.lightbox .item-box h3{
    color:#323232;
    font-size:13px;
    text-transform:uppercase;
}
.lightbox .item-box img{margin:0 0 15px;}
.lightbox .colors-list{margin:0 0 45px;}
.lightbox .slide-list{
    padding:0 13px 0 0;
    overflow:hidden;
    margin:0 0 18px;
}
.lightbox .slide-list li{
    width:100%;
    text-align:center;
    margin:0 0 22px;
}

/* aside */
.aside{
    width:113px;
    float:right;
    background:#fff;
    padding:22px 5px 35px;
    margin:0 0 16px;
}
.aside .heading{
    background:url(http://www.thenorthface.eu/skin/frontend/enterprise/tnf/images/bg-aside-heading.gif) no-repeat 50% 100%;
    padding:0 0 20px;
    text-align:center;
    margin:0 0 2px;
}
.aside .heading h2{
    font:bold 18px/18px Helvetica Neue LT W04_77 Bd Cn, Kalimati, sans-serif;
    color:#3c3c3c;
    margin:0 0 11px;
}
.aside .heading .custom{
    font:bold 23px/23px Helvetica Neue LT W04_77 Bd Cn, Tahoma, Kalimati, sans-serif;
    color:#000;
}
.aside .heading h2 span{
    font-size:13px;
    line-height:12px;
}
.aside .heading strong{
    font:bold 18px/18px Helvetica Neue LT W04_77 Bd Cn, Kalimati, sans-serif;
    color:#dc251f;
    display:block;
    margin:0 0 10px;
}
.aside .products-grid{
    background:none;
    border:none;
}
.aside .products-grid li.item{
    padding:28px 0 17px;
    margin:0;
    width:100%;
    background:url(http://www.thenorthface.eu/skin/frontend/enterprise/tnf/images/separator-products.gif) no-repeat 50% 0;
    vertical-align:top;
    height:1%;
}
.aside .products-grid li.item:first-child{background:none;}
.aside .products-grid .product-image{
    height:auto;
    display:block;
    margin:0 0 24px;
}
.aside .products-grid .product-name{
    font-size:11px;
    line-height:14px;
    margin:0 0 2px;
    min-height:14px;
}
.aside .products-grid .product-price {
    text-align:center;
    margin: 10px 0;
    font-size:11px;
}
.aside .products-grid .product-name a{cursor:pointer;}
.aside .products-grid .product-name a:hover span{color:#96000e;}
.aside .products-grid .price-box{
    overflow:hidden;
    display:block;
    height:auto;
    margin:0 auto 9px;
    font-size:11px;
    width:78px;
}
.aside .products-grid .price-box .price{font-size:11px;}
.aside .products-grid .regular-price{
    text-align:center;
    width:100%;
    display:block;
}
.aside .products-grid .special-price{float:left;}
.aside .products-grid .old-price{float:right;}
/* compare-table */
.compare-table,
.cart-table{
    font-family: HelveticaNeueW02-55Roma, Helvetica, Arial;
    background:none;
    border:none;
}
.data-table .odd,
.data-table .even{background:none;}
.compare-table tbody th{
    background:none;
    width:65px !important;
}
.compare-table tbody th,
.compare-table tbody td{
    border:solid #e9e6e8;
    border-width:0 1px 0 0;
    padding:7px 29px 6px;
}
.compare-table tbody td{border-width:0 3px 1px 0;}
.data-table .even td,
.compare-table tr.add-to-row.even td{background:#fbfbfb;}
.compare-table tr.add-to-row.odd td{background:none;}
.compare-table tr.add-to-row.odd td,
.compare-table tr.add-to-row.odd th{padding:20px 29px 5px;}
.compare-table .price-box{
    height:38px;
    width:100%;
    display:table;
    margin:0;
    text-align:left;
    position:relative;
    left:-7px;
}
.compare-table .price-box .price{
    font-size:14px;
    display:block;
    padding:0 0 5px;
}
.compare-table .price-box .regular-price{
    display:table-cell;
    vertical-align:middle;
}
*+html .compare-table .price-box .regular-price{display:block;}
.compare-table .link-box{
    width:100%;
    margin:0 0 -8px;
}
.compare-table .btn-remove{
    width:13px;
    height:13px;
    background:url(http://www.thenorthface.eu/skin/frontend/enterprise/tnf/images/btn-remove.gif) no-repeat;
    text-indent:-9999px;
    overflow:hidden;
    position:relative;
    right:-21px;
}
.compare-table .btn-remove-all{
    background:url(http://www.thenorthface.eu/skin/frontend/enterprise/tnf/images/btn-remove.gif) no-repeat 100% 1px;
    color:#e50015;
    font-size:11px;
    padding:0 18px 0 0;
    float:right;
    font-weight:normal;
    margin:-1px -20px 0 -24px;
}
.compare-table tr.first td .product-name{
    color:#484848;
    font-size:14px;
    line-height:18px;
    margin:0 22px 11px;
    min-height:38px;
    position:relative;
}
.compare-table tr.first td .product-name a{color:#484848;}
.compare-table tr.first td .product-name a:hover{
    color:#96000e;
    text-decoration:none;
}
.compare-table .product-image{
    margin:0 0 3px;
    display:block;
    text-align:center;
}
.compare-table .slide{
    position:relative;
    min-height:190px;
}
.compare-table .slide li{
    width:100%;
    position:absolute;
    left:0;
    top:0;
}
.compare-table .colors-list li{padding:6px 9px 8px 0 !important;}
.compare-table .list-hold .colors-list{
    left:-50%;
    position:relative;
    padding:0 4px 0 4px;
}
.compare-table .list-hold{
    width:100%;
    overflow:hidden;
    position:relative;
}
.compare-table .list-hold .inner{
    position:relative;
    float:left;
    left:50%;
}
.compare-table .list-hold .sizes-list{
    float:left;
    position:relative;
    left:-50%;
    margin:6px 0 -4px;
}
.compare-table .list-hold .sizes-list li{padding:0 4px 10px 3px;}
.compare-table .nobr{
    width:130px;
    height:31px;
    background:url(http://www.thenorthface.eu/skin/frontend/enterprise/tnf/images/bg-table-head.png) no-repeat 0 -35px;
    overflow:hidden;
    margin:0 -38px 0 -29px;
    position:relative;
    text-align:right;
    display:table;
    line-height:15px;
    white-space:normal !important;
}
.compare-table .even .nobr{background-position:0 0;}
.compare-table .nobr span{
    display:table-cell;
    vertical-align:middle;
    padding:0 24px 2px 10px;
}
*+html .compare-table .nobr,
*+html .compare-table .nobr span{display:block;}
.compare-table .disc{
    padding:12px 0 0;
    margin:0 0 5px;
}
.compare-table .disc li{padding:0 0 14px;}
.compare-table .disc strong{
    display:block;
    margin:0 0 1px;
}
.compare-table p{margin:12px 0 9px;}
/* cart */
.cart-empty{
    padding: 20px;
}
.cart{
    padding:0 0 15px;
    position:relative;
}
button.btn-continue span{
    color:#323232;
    font:bold 13px/16px Helvetica Neue LT W04_77 Bd Cn, Kalimati, sans-serif;
    padding:0 14px 0 0;
    background:url(http://www.thenorthface.eu/skin/frontend/enterprise/tnf/images/arrow-link4.png) no-repeat 100% 3px;
    text-transform:uppercase;
}
.lightbox button.btn-continue span{
    padding:0 0 0 14px;
    background:url(http://www.thenorthface.eu/skin/frontend/enterprise/tnf/images/arrow-link6.png) no-repeat 0 5px;
}
button.btn-continue span span,
.lightbox button.btn-continue span span{
    font-size:13px;
    padding:0;
    background:none;
}
.messages{border:none !important;}
.success-msg{
    background:#ffffff;
    border:none !important;
    color:#484848;
    font-weight:normal !important;
}
.messages li{
    margin:0 !important;
}
.messages li li{padding:0!important;}
/* cart-table */
.cart-table{margin:0;}
.cart-table .a-center{
    width:109px;
    vertical-align:middle;
}
.cart-table thead th,
.my-wishlist .head-table td{
    background:#e9e6e8 url(http://www.thenorthface.eu/skin/frontend/enterprise/tnf/images/divider-head.gif) no-repeat 0 50%;
    border:none;
    color:#484848;
    font-size:13px;
    padding:13px 23px;
    border-width:0;
}
.my-wishlist .head-table{border:none !important;}
.my-wishlist .head-table td{font-weight:bold;}
.cart-table thead th:first-child,
.my-wishlist .head-table td:first-child{background:#e9e6e8;}
.my-wishlist .head-table td:first-child{
    width:121px;
    padding:13px 10px 13px 22px;
}
.my-wishlist .head-table .col{
    width:226px;
    padding:13px 11px 13px 25px;
}
.my-wishlist .head-table td.last{
    width:134px;
    padding:13px 12px;
    text-align:center;
}
.my-wishlist .date {
    font-style:italic;
    font-size:10px;
}
.cart-table tbody td,
#wishlist-table td{
    border:none;
    border-width:0;
    padding:26px 10px 26px 22px;
    background:url(http://www.thenorthface.eu/skin/frontend/enterprise/tnf/images/divider-cart-table.gif) no-repeat 50% 100% !important;
}
.cart-table tr td:first-child,
#wishlist-table tr td:first-child{background-position:0 100% !important;}
*+html .cart-table tr td:first-child{padding:26px 2px 26px 28px;}
.cart-table tr td.last{background-position:100% 100% !important;}
#wishlist-table tr.last td{background:none !important;}
.cart-table .product-name,
#wishlist-table .product-name{
    font-size:13px;
    font-weight:bold;
    margin:3px 0 27px;
}
#wishlist-table .product-name{
    line-height:14px;
    margin:4px 0 27px;
}

.cart-table .product-name a{
    font-size: 13px;
}
.cart-table .product-name a,
#wishlist-table .product-name a{color:#484848;}
.cart-table .product-name a:hover,
#wishlist-table .product-name a:hover{color:#96000e;}
.item-options{
    font-size: 13px;
    margin:0 0 15px;
    overflow:hidden;
}
.item-options dt{
    float:left;
    margin:0 4px 0 0;
    font-style:normal;
    font-weight:normal;
}
.item-options dd{margin:0;}
.cart-table .old-price{
    font-size:11px;
    display:block;
    margin:0 0 3px;
}
.cart-price{
    width:97px;
    text-align:left;
    display:block;
    padding:0 0 13px 26px;
}
.cart-price .price{
    font-weight:normal;
    font-size: 13px;
}
.cart-table td.last .cart-price .price{font-weight:bold;}
.cart-table td.last .cart-price{padding:0 0 13px 13px;}
.cart-price .regular-price .price{color:#737373;}
.cart-table td.last .regular-price .price{color:#323232;}
.cart-table .box{
    overflow:hidden;
    padding:18px 0 16px;
}
.cart-table .box .less,
.cart-table .box .more{
    width:23px;
    height:23px;
    background:url(http://www.thenorthface.eu/skin/frontend/enterprise/tnf/images/bg-links.gif) no-repeat;
    text-indent:-9999px;
    overflow:hidden;
    float:left;
}
.cart-table .box .less{
    background-position:0 0;
    margin:0 5px 0 0;
}
.cart-table .box .more{background-position:0 -25px;}
.cart-table input.input-text{
    font-family:HelveticaNeueW02-55Roma, Kalimati, sans-serif;
    font-size: 13px;
    background:#fff;
    border:1px solid #d1d1d1;
    padding:4px 9px;
    float:left;
    margin:0 5px 0 0;
    color:#737373;
    line-height:13px;
    height:14px;
}
input.qty{width:26px !important;}
.cart-table .btn-remove2{
    background:url(http://www.thenorthface.eu/skin/frontend/enterprise/tnf/images/btn-remove.gif) no-repeat 100% 1px;
    padding:0 22px 0 0;
    color:#e50015;
    font-size:13px;
    line-height:14px;
    width:auto;
    height:auto;
    text-align:right;
    position:relative;
    right:19px;
    text-indent:0;
}
*+html .cart-table .btn-remove2{right:5px;}
.cart-table .truncated .truncated_full_value {position:absolute;}
/* cart-collaterals */
.cart .cart-collaterals{
    border-top:5px solid #fbfbfb;
    padding:1px 0 10px;
    overflow:hidden;
    margin:0 20px 11px;
    border-bottom:5px solid #fbfbfb;
}
.cart .cart-collaterals .col2-set{
    width:522px;
    background:url(http://www.thenorthface.eu/skin/frontend/enterprise/tnf/images/bg-columns.gif) no-repeat 275px 30px;
    padding:0 0 0 12px;
}
.cart .col2-set .col-1 button span{
    font-size: 13px;
    font-family: HelveticaNeueW02-55Roma, Helvetica, Arial;
}
.cart .col2-set .col-1{
    width:248px;
    padding:18px 0 0;
}
.cart .cart-collaterals .col2-set .col-2{
    width:236px;
    padding:18px 0 0;
}
.cart .cart-collaterals h2{
    color:#929292;
    font:bold 13px/16px Helvetica Neue LT W04_77 Bd Cn, Kalimati, sans-serif;
    margin:0 0 9px;
    padding:0;
}
.cart .col-2 h2{margin:0 0 17px;}
.cart .col2-set p{margin:0 0 7px;
font-size:13px;}
.cart .col2-set a{
    color:#737373;
    font-size:13px;
}
.cart .col2-set p a,
.card-block p a{
    background:url(http://www.thenorthface.eu/skin/frontend/enterprise/tnf/images/arrow-link4.png) no-repeat 100% 2px;
    padding:0 17px 0 0;
}
.card-block p a{font-size:11px;}
.cart .col2-set .input-box{
    overflow:hidden;
    margin:0 0 19px;
    width:228px;
    padding:4px 0 0;
}
.col2-set .text{
    font-family: HelveticaNeueW02-55Roma, Helvetica, Arial;
    background:#fff;
    border:1px solid #d1d1d1;
    float:left;
    width:191px;
    margin:0;
    padding:4px 9px 6px;
    font-size:13px;
    line-height:13px;
    color:#737373;
}
.col2-set .cards .text,
.col2-set .discount .text{width:126px;}
.cart .col2-set .buttons-set{
    margin:0 0 10px;
    width:211px;
}
.col2-set .cards img{margin:0 0 5px;}
.col2-set .cards .form-row{
    overflow:hidden;
    margin:0 0 18px;
    padding:3px 0 0;
}
.cart .col2-set .cards .buttons-set,
.cart .col2-set .discount .buttons-set{
    float:right;
    margin:7px 0 0;
    clear:none;
    width:auto;
}
.cart .col2-set .cards .input-box,
.cart .col2-set .discount .input-box{
    margin:0;
    float:left;
    width:auto;
}
.col2-set .cards .link{
    margin:0 0 10px;
    text-align:center;
}
.col2-set .cards .link a{cursor:pointer;}
.col2-set .cards .link span{
    display:inline-block;
    width:11px;
    height:11px;
    background:url(http://www.thenorthface.eu/skin/frontend/enterprise/tnf/images/arrow-link4.png) no-repeat;
    position:relative;
    top:2px;
}
*+html .col2-set .cards .link span{top:0;}
.cart .discount,
.cart .shipping{
    font-family: HelveticaNeueW02-55Roma, Helvetica, Arial;
    background:none;
    border:none;
    padding:0;
    margin:0 0 7px;
}
.cart .shipping{
    padding:0 0 2px;
}
.cart .col-1 .cards {border-bottom:1px solid #d1d1d1; margin-bottom: 8px;font-family: HelveticaNeueW02-55Roma, Helvetica, Arial}
.cart .shipping .selectArea{overflow:hidden}
*+html .cart .shipping{margin:-14px 0 18px;}
.shipping-form select{width:211px;}
#shipping-form select{width:211px;}
.cart .discount .buttons-set button.button,
.cart .shipping .buttons-set button.button{float:right;}
.cart .shipping button.button span{background: #dc241f none repeat scroll 0 0;}
.cart .discount button.button span span,
.cart .shipping button.button span span{background-position:100% -45px;}

.cart .discount button.button span{
    background: none;
    background-color: #2a2a2a;
    color: #fff
}
.cart .discount button.button span:hover{
background: none;
background-color: #000;
color: #fff
}

.cart .totals{
    font-family: HelveticaNeueW02-55Roma, Helvetica, Arial;
    width:352px;
    background:#e9e6e8;
    border:none;
    padding:18px 10px 12px;
    border-bottom:4px solid #fbfbfb;
}
.cart .totals table{margin:0 0 9px;}
.cart .totals td{padding:0 23px 10px 0;}
.cart .totals .last td{padding:0 23px 21px 0;}
.cart .totals tfoot td{
    padding:20px 23px 10px 0;
    border-top:1px solid #d1d1d1;
}
.cart .totals .price{
    color:#737373;
    font-size:14px;
    width:129px;
    display:block;
}
.cart .totals tfoot th strong,
.cart .totals tfoot td strong{
    font-weight:normal;
    font-size:16px;
    line-height:20px;
}
.cart .totals tfoot th strong span,
.cart .totals tfoot td strong span{font-size:13px;}
.cart .totals tfoot .price{
    font-weight:bold;
    color:#323232;
    font-size:22px;
}
.cart .totals .checkout-types{padding:0 24px 9px;}
.cart .totals .checkout-types li{
    overflow:hidden;
    margin:0;
}
.cart .totals .btn-remove{float:left;width:13px;height:13px;}
button.btn-checkout,
button.btn-cart,
.login-popup button.button{
    height:29px;
    text-transform:uppercase;
}
button.btn-checkout span,
button.btn-cart span,
.login-popup button.button span{
    background: #dc241f none repeat scroll 0 0;
    height:29px;
    font:bold 13px/28px Helvetica Neue LT W04_77 Bd Cn, Kalimati, sans-serif;
    padding:0 0 0 6px;
}
button.btn-checkout span span,
button.btn-cart span span,
.login-popup button.button span span{
    padding:0 6px 0 3px;
    background-position:100% 0;
}
button.btn-checkout span span{
    padding:0 20px 0 16px;
    font-size: 13px;
}
.add-to-cart button.btn-cart{float:right;}
.add-to-cart button.btn-cart span span{
    font-size:13px;
    text-align:center;
    padding:0 10px 0 1px;
    min-width:113px;
}
/* login-popup */
.login-popup{
    width:717px;
    background:url(http://www.thenorthface.eu/skin/frontend/enterprise/tnf/images/bg-lightbox2.png) no-repeat;
    padding:8px 0 0;
    margin:0 auto;
    position:absolute;
    left:-9999px;
    top:-9999px;
}
.login-popup .holder{
    background:url(http://www.thenorthface.eu/skin/frontend/enterprise/tnf/images/bg-lightbox2.png) no-repeat -1440px 100%;
    width:100%;
    padding:0 0 8px;
}
.login-popup .frame{
    background:url(http://www.thenorthface.eu/skin/frontend/enterprise/tnf/images/bg-lightbox2.png) repeat-y -720px 0;
    width:100%;
}
.login-popup .popup-content{
    width:675px;
    min-height:120px;
    float:left;
    position:relative;
    padding:0 40px 0 2px;
    margin:-6px 0 -4px;
}
.login-popup img{
    float:left;
    margin:0 21px 0 0;
}
.login-popup .text-block{
    overflow:hidden;
    padding:56px 0 15px;
}
.login-popup h2{margin:0 0 16px;}
.login-popup p{margin:0 0 22px;}
.login-popup #form-validate p{margin:0 43px 34px 0;}
.login-popup .account-create .form-list label{width:117px;}
.login-popup .form-list li.control{
    padding:0 0 0 121px;
    margin:-2px 0 20px;
}
.login-popup .text-block .info-text{margin:0 0 10px;}
.login-popup .accept-box{margin:0 0 43px;}
#guest-checkout-form .accept-box{margin:0 0 20px;}
#login-form fieldset{padding:0 0 48px;}
.form-list{
    padding:0;
    margin:0;
}
.form-list li{
    margin:0 0 10px;
    vertical-align:top;
    overflow:hidden;
}
.account-create .form-list{padding:0 0 11px;}
.account-create .form-list li{margin:0 0 15px;}
.card-block .form-list li{margin:0 0 8px;}
.form-list label{
    float:left;
    width:100px;
    margin:3px 4px 0 0;
    padding:0;
    line-height:18px;
    font-weight:normal;
    color:#484848;
}

#relay-pick .step-table .form-list {
    display: block;
    margin: auto;
    width: 400px;
}
#relay-pick .step-table .form-list label {
    width: 150px;
}

.account-create .form-list label{width:107px;}
.form-list li.control{
    padding:0 0 0 112px;
    margin:0 0 -1px;
}
.account-logout {
    padding:20px;
}
#checkout-step-login #login-form .form-list label{
    float:none;
    width:auto;
    margin:0;
}
.form-list .input-box{
    clear:none;
    float:left;
    width:auto;
}
.giftcard-form .form-list .input-box{
    float:none;
}
.form-list .input-box-margin-right{
    margin: 0 40px 0 0;
}
.form-list .input-box-margin-left{
    margin: 0 0 0 20px;
}
.form-list input.input-text{
    float:left;
    margin:0;
    width:172px;
    padding:4px 9px 6px;
    border:1px solid #d1d1d1;
    background:#fff;
    font-size:12px;
    line-height:13px;
    height:13px;
    color:#737373;
}
#login-form .buttons-set{
    margin:0;
    border:none;
    padding:0;
    text-align:left;
    overflow:hidden;
}
.login-popup button.button{
    min-width:107px;
    float:none;
    margin:0 0 0 171px;
    clear:left;
}
.login-popup #login-form .buttons-set {
    width:320px;
}
.login-popup #login-form #send2 {
    margin-left:50px;
    float:right;
}
.login-popup #login-form .form-list .input-box{width:300px;}
#login-form .f-left{
    margin:-2px 0 14px 92px;
    font-size:11px;
    background:url(http://www.thenorthface.eu/skin/frontend/enterprise/tnf/images/arrow-link4.png) no-repeat 100% 2px;
    padding:0 14px 0 0;
}
/* articles */

.articles img{
    float:right;
    margin:0 0 0 0px;
}
.articles .text-box{overflow:hidden;}
.articles h2{
    font-size:13px;
}
.articles h2 a{color:red;}
.articles .more{
    background:url(http://www.thenorthface.eu/skin/frontend/enterprise/tnf/images/arrow-link4.png) no-repeat 100% 2px;
    font-size:11px;
}
/* note-msg */
.note-holder{
    margin-left: 15px;
    height:225px;
    width:98%;
    display:table;
    border: 1px solid #CCCCCC;
}
.note-frame{
    padding:15px 30px;
    display:table-cell;
    vertical-align:middle;
    text-align:center;
}
.error-msg,
.note-msg,
.notice-msg{
    text-align:center;
    font-weight:bold;
    color:#484848;
    border:none !important;
    font-size:13px !important;
    margin:0 0 17px;
    background:none !important;
    padding:0 !important;
}
.note-holder p{margin:0 !important;}
/* footer */
#footer{
    background:#2a2a2a url(http://www.thenorthface.eu/skin/frontend/enterprise/tnf/images/bg-footer.gif) repeat-x;
    margin:0 -9999px;
    padding:31px 9999px 29px;
    width:100%;
    overflow:hidden;
    font-family: 'HelveticaNeueW02-55Roma', Helvetica, sans-serif;
    font-size: 14px!important;
    line-height: 20px!important;
}
#footer .list-holder{
    width:100%;
    overflow:hidden;
    position:relative;
    margin:0 0 58px;
}
#footer .list-holder .inner{
    position:relative;
    float:left;
    left:50%;
}
#footer .list-holder .holder{
    float:left;
    position:relative;
    left:-50%;
}
.footer-list{
    float:left;
    padding:21px 10px 0 0;
    color:#929292;
}
.footer-list li{
    float:left;
    background:url(http://www.thenorthface.eu/skin/frontend/enterprise/tnf/images/separator-footer-list.gif) no-repeat 0 3px;
    padding:0 5px 0 7px;
}
.footer-list li:first-child{background:none;}
.footer-block{
    width:750px;
    float:left;
    overflow:hidden;
}
.footer-block .row{
    overflow:hidden;
    width:724px;
    padding:0 0 13px;
    margin:0 -6px 12px 0;
    border-bottom:2px solid #3c3c3c;
}
.footer-block .social-networks{
    float:left;
    width:116px;
    padding:1px 0 0;
    font-weight:bold;
    font-size: 13px;
}
.footer-block .social-networks li{margin:0 0 5px;}
.footer-block .social-networks a{
    display:block;
    background:url(http://www.thenorthface.eu/skin/frontend/enterprise/tnf/images/bg-link.gif) no-repeat;
    color:#fff;
}
.footer-block .social-networks span{
    display:block;
    background:#333 url(http://www.thenorthface.eu/skin/frontend/enterprise/tnf/images/bg-link.gif) no-repeat -120px 100%;
    padding:0 6px;
}
.footer-block .social-networks em{
    font-style:normal;
    padding:4px 0 5px 31px;
    background:url(http://www.thenorthface.eu/skin/frontend/enterprise/tnf/images/bg-networks2.gif) no-repeat;
    display:block;
}
.social-networks .facebook em{background-position:0 2px;}
.social-networks .twitter em{background-position:0 -98px;}
.social-networks .youtube em{background-position:0 -198px;}
.footer-block .block{
    float:left;
    width:250px;
    margin:-2px 6px 0 48px;
    padding:0 0 10px;
    border:none;
    background:none;
    color:#818181;
}
.footer-block .block .block-title{
    background:none;
    padding:0 0 4px;
    border:none;
    text-align:left;
    margin:0;
}
.footer-block .block .block-title strong{
    padding:0;
    color: #ffffff;
}
.footer-block .block .block-content{
    background:none;
    padding:0;
}
.footer-block .block label{
    display:block;
    width:250px;
    margin:0 0 8px;
    font-weight:normal;
}
.footer-block .block .hold{
    overflow:hidden;
    clear:left;
    margin:0 0 0 -2px;
}
.footer-block .block .input-box{
    float:left;
    width:223px;
    height:24px;
    background:url(http://www.thenorthface.eu/skin/frontend/enterprise/tnf/images/bg-text.gif) no-repeat;
    padding:2px;
}
.footer-block .block .actions{
    background:none;
    padding:0;
    float:left;
    margin:2px 0 0;
}
.footer-block .block .actions .button{
    height: 26px;
    float: left;
}
.safari4 .footer-block .block .actions .button,
.safari5 .footer-block .block .actions .button{margin:0 -3px 0 -3px !important;}
.footer-block .block .input-box input{
    cursor:pointer;
    margin:0;
    padding:6px 8px 5px;
    float:left;
    background:white;
    border:0;
    width:207px;
    font-weight:bold;
    font-size:13px;
    line-height:14px;
    font-family: 'HelveticaNeueW02-55Roma', Helvetica, sans-serif;
}
#footer .columns{
    overflow:hidden;
    width:750px;
    margin:0 -42px 0 0;
}
#footer .column{
    width: 176px;
    float: left;
    padding: 0 5px 0 0;
}
#footer h3{
    color: #ffffff;
    font-size: 14px;
    font-family: 'Helvetica Neue LT W04_77 Bd Cn', Helvetica, sans-serif;
    text-transform: uppercase;
}
#footer .columns ul{margin:0 0 12px;}
#footer .columns a{color:#737373;}
.footer-box{
    float:right;
    width:199px;
    background:#484848;
    padding:21px 18px 12px 23px;
}
.footer-box .title-box{
    overflow:hidden;
    margin:0 0 15px;
}

.footer-box .title-box h2{
    font-family: 'Helvetica Neue LT W04_77 Bd Cn', Helvetica, sans-serif;
    font-size: 18px;
    line-height: 17px;
}

.footer-box .title-box h3{
    color: #cb1b2c;
    text-decoration: none;
}

.footer-box .title-box ul li a{
    font-size: 13px;
    line-height: 17px;
}

#footer ul.social-networks li a span em{
    font-family: 'Helvetica Neue LT W04_77 Bd Cn', Helvetica, sans-serif;
    letter-spacing: 0.05em;
}

.footer-logo{
    width:46px;
    height:46px;
    background:url(http://www.thenorthface.eu/skin/frontend/enterprise/tnf/images/footer-logo.gif) no-repeat;
    text-indent:-9999px;
    overflow:hidden;
    float:left;
    margin:2px 14px 0 0;
}
.footer-logo a{
    display:block;
    height:100%;
}
#footer .title-box h2{
    overflow:hidden;
    color:#2a2a2a;
    font-size:14px;
    line-height:16px;
    font-weight:bold;
    margin:0;
    clear: none;
}
.footer-box ul{margin:0 0 9px;}
.footer-box ul a{color:#737373;}
/* Custom forms */
.outtaHere{
    position:absolute;
    left:-3000px;
}
/*Checkboxes*/
.checkboxArea,
.checkboxAreaChecked{
    float:left;
    width:16px !important;
    height:16px;
    overflow:hidden;
    background:url(http://www.thenorthface.eu/skin/frontend/enterprise/tnf/images/bg-checkbox.gif) no-repeat;
    margin:0 10px 0 0;
}
.checkboxAreaChecked{background-position:0 -20px;}
/* Radio buttons */
.radioArea,
.radioAreaChecked {
    float:left;
    width:12px !important;
    height:12px;
    background:url(http://www.thenorthface.eu/skin/frontend/enterprise/tnf/images/bg-radio.png) no-repeat;
    overflow:hidden;
    margin:2px 9px 0 0;
}
.radioAreaChecked {background-position: 0 -14px;}
/* Selects */

.add-to-cart .selectArea a{
    font-size:13px;
}

.selectArea button{
    font-size: 13px;
}
.selectArea {
    position:relative;
    height:25px;
    float:left;
    color:#818181;
    font:bold 10px/22px Helvetica Neue LT W04_77 Bd Cn, Kalimati, sans-serif;
}
#header .selectArea{
    height:17px;
    color:#565656;
    font:11px/17px HelveticaNeueW02-55Roma, Kalimati, sans-serif;
}
.selectArea .left{
    position:absolute;
    top:0;
    left:0;
    height:100%;
}
.selectArea a.selectButton{
    position:absolute;
    top:1px;
    right:1px;
    width:100%;
    height:100%;
    background:url(http://www.thenorthface.eu/skin/frontend/enterprise/tnf/images/select-button2.gif) no-repeat 100% 0;
}
#header .selectArea a.selectButton{
    background: url(http://www.thenorthface.eu/skin/frontend/enterprise/tnf/images/select-button.gif) no-repeat 100% 0;
    top:0;
    left:0;
}
#header .links .switcher-language select{width:50px;}
.selectArea .center{
    font-family: HelveticaNeueW02-55Roma, Helvetica, Arial;
    font-size:13px;
    height:23px;
    line-height:23px;
    display:block;
    padding:0 26px 0 10px;
    background:#fff;
    border:1px solid #d1d1d1;
    text-align: left;
}
.validation-failed .center {background-color:#FAEBE7;}
.selectArea.disabled .center{background:#ededed;}
.selectArea.disabled .disabled{
    display:block !important;
    height:100%;
    left:0;
    position:absolute;
    top:0;
    width:100%;
    z-index:10;
}
#header .selectArea .center{
    border:none;
    background:#f1f1f1;
    height:17px;
    line-height:17px;
    padding:0 21px 0 7px;
}
.selectArea .center img{float:left;}
.path-link{display:none;}
.over{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    cursor:pointer;
    z-index:100;
    background:url(http://www.thenorthface.eu/skin/frontend/enterprise/tnf/images/none.gif)
}
.clone .over{cursor:move;}
.active-backet .over{display:none;}
/* products-wrapper */
.products-wrapper{
    width:800px;
    margin:0 -6px 11px;
    padding:26px 0 0;
    border-bottom:1px solid #d1d1d1;
}

.products-wrapper h3{
    font-size:13px;
    color:#484848;
    margin:0 38px 12px;
}
.products-wrapper .total-block{
    overflow:hidden;
    width:727px;
    margin:0 auto 20px;
}
.products-wrapper .total-block .btn-checkout{
    float:right;
    margin:5px 0 0 34px;
}
.products-wrapper .button.btn-checkout span span{padding:0 21px 0 17px;}
.products-wrapper .btn-continue{margin:30px 0 0 19px;}
.products-wrapper .total{
    width:150px;
    float:right;
    margin:0 0 0 30px;
}
.products-wrapper .total dt{
    font-size: 13px;
    float:left;
    margin:0 3px 3px 0;
}
.products-wrapper .total dd{margin:0 0 3px;}
.products-wrapper .total strong{
    font-size:14px;
    line-height:18px;
}
.products-wrapper .buttons-wrap{
    background:#fbfbfb;
    padding:22px 23px;
    float:right;
    width: 364px;
}
.products-wrapper .total-block .buttons-wrap{
    width: 400px;
}
/* cart-carousel */
.cart-carousel{
    position:relative;
    overflow:hidden;
    margin:0 0 1px;
}
.cart-carousel .hold{
    padding:10px 0 0;
    margin:0 35px;
    overflow:hidden;
    width:726px;
    border-bottom:3px solid #e9e6e8;
}
.cart-carousel .inner{
    float:left;
    width:719px;
    border:solid #e9e6e8;
    border-width:3px 4px 0 3px;
    position:relative;
}
.cart-carousel .wrap{
    width:723px;
    position:relative;
    overflow:hidden;
    margin:-12px 0 0;
    padding:12px 0 0;
}
.cart-carousel .prev{margin:145px 0 0 0;}
.cart-carousel .next{margin:145px 0 0;}
.cart-carousel .products-grid{
    width:99999px;
    overflow:visible;
    border:none;
    padding:0;
}
.cart-carousel .products-grid li{
    margin:0 0 -994px;
    border-right:4px solid #e9e6e8;
    background:#fbfbfb;
}
.cart-carousel .products-grid li:hover{background:#fff;}
.cart-carousel .products-grid li:hover .product-name a{color:#96000e;}
.cart-carousel .added{
    float:left;
    background:url(http://www.thenorthface.eu/skin/frontend/enterprise/tnf/images/bg-info-text.gif) no-repeat;
    overflow:hidden;
    color:#dc251f;
    font:11px/14px HelveticaNeueW02-55Roma, Kalimati, sans-serif;
    position:absolute;
    left:50%;
    margin:0 0 0 -20px;
    top:-10px;
}
.cart-carousel .added:hover span{text-decoration:underline;}
.cart-carousel .products-grid li:hover .added{display:block;}
.cart-carousel .products-grid li:hover .added{display:block;}
.cart-carousel .added span{
    float:left;
    background:url(http://www.thenorthface.eu/skin/frontend/enterprise/tnf/images/bg-info-text.gif) no-repeat 100% -20px;
    height:15px;
    padding:0 7px;
}
/* js update */
#twocolumns.sidebar-disabled #sidebar{display: none;}
#twocolumns.sidebar-disabled #content {width: 970px;}

/* account-login */
.account-login{width:100%;}
.account-login .page-title,
.account-create .page-title{
    width:898px;
    height:107px;
    background:url(http://www.thenorthface.eu/skin/frontend/enterprise/tnf/images/bg-title-page.jpg) no-repeat;
    padding:26px 36px 24px;
    border:none;
}
.account-create .page-title{
    height:82px;
    width:898px;
    padding:52px 36px 23px;
}
.account-login .page-title h1,
.account-create .page-title h1{
    font:bold 30px/32px Helvetica Neue LT W04_77 Bd Cn, Kalimati, sans-serif;
    color:#fff;
    margin:0;
    width:auto;
}
.account-login .page-title h1 strong,
.account-create .page-title h1 strong{
    display:block;
    font-size:38px;
    line-height:40px;
    padding:0 0 0 17px;
}
.account-create .page-title h1 strong{padding:0 0 0 17px;}
.account-login .col2-set{
    padding:34px 117px 120px 125px;
    overflow:hidden;
}
.account-login .col2-set .col-1{width:343px;}
.account-login .col2-set .col-2{
    width:283px;
    margin:0 102px 0 0;
}
.account-login .col2-set .col-1,
.account-login .col2-set .col-2{float:left;}
.account-login .content{
    background:none;
    border:none;
    padding:0;
    min-height:20px;
}
.account-login .content h2{
    font-size:13px;
    margin:0 0 16px;
    padding:0;
    border:none;
}
.account-login .content p{
    margin:0 0 19px;
    text-align:justify;
}
.account-login .form-list{
    padding:19px 0 0;
    margin:0 0 -2px !important;
}
.account-login .form-list li{
    overflow:hidden;
    margin:0 0 15px;
}
.account-login #login-form .form-list label{
    float:left;
    width:86px;
    margin:3px 5px 0 0;
}
.account-login #login-form .form-list .input-box{width:auto;}
.account-login #login-form .buttons-set{
    padding:0 0 20px;
    background:none;
    border:none;
}
.account-login #login-form .f-left{
    margin:0 0 24px 92px;
    padding:0 17px 0 0;
}
.account-login .image-box{
    position:relative;
    margin:0 0 21px;
}
.account-login .image-box .text-box{
    width:250px;
    position:absolute;
    right:15px;
    top:16px;
    text-align:right;
}
.account-login .image-box strong{
    font:bold 13px/16px Helvetica Neue LT W04_77 Bd Cn, Kalimati, sans-serif;
    color:#3c3c3c;
}
.account-login .col2-set .col-1 .buttons-set .button{
    margin:0 0 0 110px;
    float:none;
}
/* account-create */
.account-create{width:100%;}
.account-create .columns-wrapper{
    padding:32px 17px 87px 116px;
    overflow:hidden;
    height:1%;
}
.account-create #form-validate{
    width:386px;
    float:left;
}
.account-create .info-column{
    float:right;
    width:343px;
}
.account-create .info-column h2{
    font-size:13px;
    margin:0 0 19px;
}
.form-two-columns #form-validate{
    width:646px;
}
.advantages{
    margin:0;
    padding:0;
    list-style:none;
}
.advantages li{
    overflow:hidden;
    padding:0 0 12px;
    margin:0 0 8px;
    border-bottom:1px solid #d1d1d1;
}
.advantages img{
    float:left;
    margin:3px 17px 0 0;
}
.advantages .text-box{overflow:hidden;}
.advantages h3{
    font-size:13px;
    margin:0 0 6px;
}
.advantages p{margin:0;}
.fieldset{
    background:none;
    border:none;
    margin:0;
    padding:0 0 13px;
}
.fieldset .legend{
    font-size:13px;
    background:none;
    border:none;
    padding:0;
    margin:0 0 22px;
    float:none;
}
.form-list label.required em{
    position:static;
    float:none;
    color:#ff8a00;
}
.privacy-policy-gap{
    margin-top:25px;
}
.accept-box{
    background:#e9e6e8;
    padding:13px 5px 17px 11px;
    margin:0 0 14px;
}
#lightbox .accept-box{width:370px;}
.accept-box label{
    line-height:14px;
    margin:2px 0 0 25px;
    display:block;
}
*+html .accept-box label{padding:2px 0 0;}
.accept-box label a{
    color:#484848;
    font-weight:bold;
    text-decoration:underline;
}
.accept-box label a:hover{text-decoration:none;}
p.required{
    text-align:left;
    color:#ff8a00;
    font-size:10px;
    margin:0 !important;
    padding:0 0 10px;
}
.account-create .accept-box .validation-advice,
.contact-block .accept-box .validation-advice,
.login-popup .accept-box .validation-advice,
.newsletter .accept-box .validation-advice{
    position: absolute;
    margin: -40px 0 0 -10px;
    width: 400px;
    clear:none;
}
.login-popup .accept-box .validation-advice{
    margin: -40px 0 0 -25px;
}
.contact-block .accept-box .validation-advice {
    width:600px;
    margin-top: -30px;
}

.account-create .accept-box,
.contact-block .accept-box{
    margin-top: 10px;
}

.newsletter .accept-box{
    width: 525px;
}

/* content-section */
.content-section{padding:19px 25px 0 31px;}
.card-block{
    overflow:hidden;
    margin:0 0 20px;
    padding:13px 0 0;
}
.card-block img{
    float:left;
    margin:0 32px 0 0;
}
.login-popup .card-block img{margin:3px 34px 0 0;}
.card-block .text-box{
    overflow:hidden;
    padding:14px 0 0;
}
.card-block .text-box p{margin:0 0 18px;}
.card-block .form-list{width:260px;}
.card-block .form-list input.input-text{width:111px;}
.card-block .form-list .buttons-set{
    float:right;
    clear:none;
}
.login-popup .card-block{
    margin:0;
    padding:29px 70px 9px 37px;
}
.login-popup .card-block .text-box{padding:0;}
.login-popup .card-block h2{
    margin:0 0 15px;
    color:#929292;
}
.login-popup .card-block p{margin:0 0 17px;}
.login-popup .card-block input.input-text{border:none;}
.login-popup .card-block button.button{
    margin:0;
    float:left;
    width:auto;
    min-width:23px;
    height:24px;
    font-size:0;
    line-height:0;
}
.safari4 .login-popup .card-block button.button,
.safari5 .login-popup .card-block button.button{margin:-1px -3px 0 -3px;}
.login-popup .card-block button.button span{
    width:23px;
    height:23px;
    text-indent:-9999px;
    overflow:hidden;
    padding:0 !important;
    background:url(http://www.thenorthface.eu/skin/frontend/enterprise/tnf/images/btn-submit.gif) no-repeat;
    font-size:0;
    line-height:0;
}
.login-popup .card-block .buttons-set{
    padding:0;
    float:left;
}
.login-popup .card-block .form-list{width:224px;}
.login-popup .card-block .form-list input{border:1px solid #d1d1d1;}
.login-popup .card-block .form-list input.input-text{width:181px;}
.safari4 .login-popup .card-block .form-list input.input-text,
.safari5 .login-popup .card-block .form-list input.input-text{padding:4px 9px 5px;}
.login-popup .card-block dl{
    margin:0;
    width:100%;
    overflow:hidden;
    padding:27px 0 0;
}
.login-popup .card-block dt{
    float:left;
    margin:0 3px 16px 0;
}
.login-popup .card-block dd{margin:0 0 16px;}
/* box-account */
.box-account{
    background:none;
    border:none;
    margin:0;
    padding:19px 20px 0 22px;
}
.box-account.sub-box2{
    padding:0 0 16px;
    border:solid #e9e6e8;
    border-bottom-color:#d1d1d1;
    border-width:1px 1px 2px;
    margin:0 0 40px;
}
.box-account.sub-box .orders-table{
    width:726px;
    margin:0 -20px 0 -22px;
}
.dashboard{min-height:800px;}

.box-account{
    font-family:HelveticaNeueW02-55Roma, Helvetica, Arial;
}

button.cart-buttons span{
    background: none;
    background-color: #2a2a2a;
    color: #fff
}
button.cart-buttons:hover{
    background: none;
    background-color: #000;
    color: #fff
}
.box-account p{margin:0 15px 18px;}
.box-account h2{margin:25px 0 25px;}
.orders-table{
    width:726px;
    margin:0 -20px 0 -22px;
	padding:0 0 10px;
}
.newsletter-table .head-row,
.orders-table .head-row{
    font-family:HelveticaNeueW02-55Roma, Helvetica, Arial;
	overflow:hidden;
	background:#e9e6e8;
	font-size:13px;
	position:relative;
	text-align:center;
	padding:0;
}
.orders-table .slide-row
{
    font-size: 13px;
    font-family: HelveticaNeueW02-55Roma, Helvetica, Arial;
	margin:-1px 0 0;
	border:solid #fff;
	border-width:0 1px 2px;
}
.orders-table .slide-row.active{margin:-1px 0 11px;}
.box-account.sub-box .orders-table{padding:0;}
.orders-table .slide-row.active{
	border-color:#e9e6e8;
	border-bottom-color:#d1d1d1;
	border-top:1px solid #d1d1d1;
}
.orders-table .wrap{
	width:100%;
	border-top:1px solid #d1d1d1;
    text-align:center;
}
.orders-table .wrap.last{border-bottom:1px solid #d1d1d1;}
.orders-table .slide-row.active .wrap{border:none;}
.orders-table .price{
    color:#323232;
    font-weight:normal;
}
.orders-table .wrap .price{padding:0 0 0 5px;}
.orders-table .wrap .status{padding:0 5px 0 0}
.newsletter-table .col1,
.newsletter-table .col2,
.orders-table .col1,
.orders-table .col2,
.orders-table .col3,
.orders-table .col4,
.orders-table .col9,
.orders-table .col10{
	float:left;
	padding:13px 8px;
}
.newsletter-table{
    border:1px solid #CCC;
    margin-bottom:20px;
}
.newsletter-row{
    overflow:hidden;
}
.newsletter-table .head-row .col2,
.orders-table .head-row .col1,
.orders-table .head-row .col2,
.orders-table .head-row .col3,
.orders-table .head-row .col4,
.orders-table .head-row .col9,
.orders-table .head-row .col10{background:url(http://www.thenorthface.eu/skin/frontend/enterprise/tnf/images/separator4.gif) no-repeat 0 5px;}
.orders-table .head-row .col1{background:none;}
.orders-table .col1{
	width:85px;
}
.sales-guest-history .orders-table .col1,
.sales-guest-history .orders-table .col2,
.sales-guest-history .orders-table .col3,
.sales-guest-history .orders-table .col4{width:120px}
.sales-guest-history .orders-table .col9{width:124px}
.newsletter-table .col1{
    width:50%;
}
.orders-table .col2{
	width:85px;
}
.orders-table .col3{
	width:80px;
}
.orders-table .col4{
	width:95px;
}
.orders-table .col9{
    width:95px;
}
.orders-table .col10{
    width:140px;
}
.orders-table .wrap .col1, .orders-table .col1{padding:18px 8px 17px;}
.orders-table .wrap .col2,
.orders-table .wrap .col3,
.orders-table .col2,
.orders-table .col3{padding:18px 13px 17px;}
.orders-table .wrap .col4,
.orders-table .col4,
.orders-table .wrap .col9,
.orders-table .col9{padding:18px 13px 17px;}
.orders-table .wrap .col10,
.orders-table .col10{padding:18px 12px 17px;}
.orders-table .active .last.wrap .col4{padding-bottom:16px;}
.orders-table .open-close{
	font-size:13px;
	background:url(http://www.thenorthface.eu/skin/frontend/enterprise/tnf/images/arrow-link4.png) no-repeat 100% 3px;
	padding:0 16px 0 0;
	line-height:15px;
}
.orders-table .active .open-close{background:url(http://www.thenorthface.eu/skin/frontend/enterprise/tnf/images/arrow-link7.png) no-repeat 100% 5px;}
.orders-table .open-close em{font-style:normal;}
.orders-table .active .open-close span,
.orders-table .open-close em{display:none;}
.orders-table .open-close span,
.orders-table .active .open-close em{display:inline;}
.orders-table .slide-section{
    width:100%;
    overflow:hidden;
    position:relative;
    position:absolute;
    left:-9999px;
    top:-9999px;
}
.orders-table .slide-section .block-holder{
    border-top:1px solid #d1d1d1;
    padding:20px 0 0;
    margin:1px 0 0;
    overflow:hidden;
    width:100%;
}
.orders-table .slide-row .wrap{
    border-bottom: 1px solid #d1d1d1;
    margin-bottom: 10px;
}
.orders-table .button-row{
    overflow:hidden;
    margin:0 0 14px;
}
.orders-table .button-row .button{float:right;}
.orders-table .adress-block{
    overflow:hidden;
    margin:0 0 23px;
}
.orders-table .adress-block .box{
    padding:0 41px 0 17px;
    width:230px;
    float:left;
}
.orders-table .adress-block .box-tiers{
    padding:0 10px 0 17px;
    width:185px;
}
.orders-table .adress-block .box-tiers-delivery{
    padding:0 10px 0 17px;
    width:230px;
}
.orders-table .adress-block h2{
    margin:0 0 12px;
    font-size:13px;
}
.orders-table .adress-block dl{
    margin:0;
    width:100%;
    overflow:hidden;
}
.orders-table .adress-block dt{
    float:left;
    margin:0 5px 0 0 ;
}
.orders-table .adress-block dd{margin:0;}
.orders-table .openHours {margin-top: 10px;}
.history-table{width:100%;}
.history-table th{
    padding:15px 15px;
    font-weight:bold;
    text-align:center;
    font-size:13px;
    background:#fbfafa url(http://www.thenorthface.eu/skin/frontend/enterprise/tnf/images/separator4.gif) no-repeat 0 7px;
}
.sub-box2 .history-table th{
    padding:13px 15px 15px;
    background-position:0 6px;
    text-align:center;
}
.history-table thead th:first-child, .history-table thead th.col5{background:#fbfafa;}
.history-table td{
    text-align:center;
    padding:15px 17px 12px;
    vertical-align:middle;
}
.sub-box2 .history-table td{padding:16px 17px 16px;}
.history-table td:first-child{background-position:0 100%;}
.sub-box2 .history-table td:first-child{background-position:7px 100%;}
.sub-box2 .history-table .price{font-weight:normal;}
.history-table td.last{background-position:100% 100%;}
.history-table td.col5{
    text-align:left;
    width:228px;
}
.history-table .col6{width:98px;}
.history-table .col7{width:78px;}
.history-table .col7,
.history-table .col8{
    text-align:right;
    padding:14px 36px 14px;
}
.sub-box2 .history-table th.col7,
.sub-box2 .history-table th.col8{
    padding:13px 36px 15px;
    text-align:right;
}
.sub-box2 .history-table td:first-child{
    width:108px;
    padding:17px 5px 16px 30px;
}
.sub-box2 .history-table td.col5{
    width:316px;
    padding:16px 10px 16px 17px;
    vertical-align:top;
}
.sub-box2 .history-table .total td.col5{padding:0;}
.sub-box2 .history-table th.col5{
    background:#FBFAFA;
    text-align:left;
}
.sub-box2 .history-table td.col6{width:98px;}
.sub-box2 .history-table td.col7{
    width:92px;
    padding:16px 49px 16px 17px;
}
.sub-box2 .history-table th.col7{padding:13px 49px 14px 17px;}
.sub-box2 .history-table td.col8{
    width:79px;
    padding:16px 36px 16px 17px;
}
.sub-box2 .history-table th.col8{padding:13px 40px 14px 17px;}
.buttons{
    overflow:hidden;
    margin:0 35px 39px 48px;
}
.buttons .back{
    float:left;
    background:url(http://www.thenorthface.eu/skin/frontend/enterprise/tnf/images/arrow-link6.png) no-repeat 0 5px;
    padding:0 0 0 16px;
    color:#323232;
    font:bold 13px/16px Helvetica Neue LT W04_77 Bd Cn, Kalimati, sans-serif;
    margin:7px 31px 0 0;
}
.history-table .product-name{
    font:bold 13px/14px Helvetica Neue LT W04_77 Bd Cn, Kalimati, sans-serif;
    margin:0 0 14px;
}
.history-table dl{
    margin:0;
    overflow:hidden;
}
.history-table dt{
    float:left;
    margin:0 4px 0 0;
}
.history-table dd{margin:0;}
.history-table .total td{
    padding:0;
    background:none;
}
.history-table .total td:first-child{padding:0 0 0 10px;}
.sub-box2 .history-table .total td:first-child{padding:0 0 0 17px;}
.history-table .total td.last{padding:0 10px 0 0;}
.sub-box2 .history-table .total td.last{padding:0 9px 0 0;}
.history-table .box{
    border-bottom:1px solid #d1d1d1;
    background:#e9e6e8;
    padding:8px 37px 8px;
    text-align:right;
}
.history-table td:first-child .box{
    text-align:left;
    padding:8px 10px;
}
.history-table .total td.col5{width:auto;}
.history-table .total td.col5 .box{text-align:left;}
.history-table .total td.last .box{padding:8px 27px 8px;}
.sub-box2 .history-table .total .box{padding:8px 48px 8px 37px;}
.sub-box2 .history-table .total td.col5 .box{padding:8px 17px;}
.sub-box2 .history-table .total-row td:first-child{
    padding:0;
    width:908px;
}

#shopping-cart-totals-table tbody{
    font-size: 13px;
}
.sub-box2 .history-table .shopping-cart-totals-table td:first-child{width:190px;}
.sub-box2 .history-table td:first-child .box{width:41px;}
.history-table .total{margin:0 10px;}
.history-table .totals{
    float:right;
    width:352px;
    padding:12px 10px 0;
    background:#e9e6e8;
    margin:0 10px;
}
.sub-box2 .history-table .totals{margin:0 9px 0 17px;}
.history-table .total-row td{
    padding:0;
    background:none;
    border:none;
}
.history-table .total-row > td{
    background:#e9e6e8;
}
.history-table .shopping-cart-totals-table{width:100%;}
.history-table .shopping-cart-totals-table td{padding:0 14px 10px 0 !important;}
.history-table .shopping-cart-totals-table td:first-child{width:195px;}
.history-table .shopping-cart-totals-table tfoot td{
    border-top:1px solid #d1d1d1;
    padding:14px 14px 12px 0 !important;
    vertical-align:top;
}
.history-table .shopping-cart-totals-table .mark,
.history-table .shopping-cart-totals-table .mark .price{color:#f60;}
.history-table .shopping-cart-totals-table .price{
    color:#737373;
    font-size:14px;
}
.history-table .shopping-cart-totals-table tfoot .price{
    font-weight:bold;
    color:#323232;
    line-height:18px;
}
/* Selects drop-down */
.optionsDivInvisible,
.optionsDivVisible {
    position:absolute;
    background:#fff;
    z-index:1000;
    font-size:11px;
    text-align:left;
    font-weight:bold;
    margin:2px 0 0;
}
.optionsDivInvisible .select-center,
.optionsDivVisible .select-center{
    border:solid #d1d1d1;
    border-width:0 1px 1px;
}
.drop-select.optionsDivInvisible,
.drop-select.optionsDivVisible{
    background:#f1f1f1;
    z-index:1000;
    font-weight:normal;
    margin-top:-6px;
}
.drop-select.optionsDivInvisible .select-center,
.drop-select.optionsDivVisible .select-center{border:none;}
.optionsDivInvisible{display:none;}
.optionsDivVisible ul {
    overflow:hidden;
    border-bottom: 1px solid #D1D1D1;
}
.optionsDivVisible ul li{
    float:left;
    width:100%;
}
.drop-select.optionsDivVisible ul li{background:url(http://www.thenorthface.eu/skin/frontend/enterprise/tnf/images/divider-drop-select.gif) repeat-x;}
.optionsDivVisible a{
    color:#818181;
    overflow:hidden;
    text-decoration:none;
    display:block;
    height:1%;
    padding:2px 10px;
    font:bold 10px/16px HelveticaNeueW02-55Roma, Kalimati, sans-serif;
}
.drop-select.optionsDivVisible a{
    color:#565656;
    padding:2px 4px;
    font:11px/14px HelveticaNeueW02-55Roma, Kalimati, sans-serif;
}
.optionsDivVisible a img{
    border:none;
    float:left;
}
.optionsDivVisible a:hover{color:#f00;}
/* dashboard */
.dashboard .col2-set{
    margin:0 0 0 -2px;
    padding:3px 0 49px;
    width:686px;
}
.dashboard .col2-set .col-1{width:333px;}
.dashboard .col2-set .col-2{width:332px;}
.dashboard .col-center{width:333px;margin:auto;}
.dashboard .col-center .box,
.dashboard .col2-set .box{
    background:#e9e6e8;
    margin:0 0 12px;
}
.dashboard .box.colored{
    background:#565656;
    color:#fff;
}
.dashboard .box .box-title{
    border-bottom:1px solid #d1d1d1;
    background:none;
    margin:0;
    padding:15px 16px 8px 15px;
}
.dashboard .box-account .box h4.box-title { border: medium none; padding: 10px 0; text-align: left;}

.dashboard .box .box-title h3{
    color:#484848;
    margin:0;
    font-size:13px;
}
.dashboard .box h3{
    color:#929292;
    font-size:13px;
    margin:0 0 13px;
}
.dashboard .box a,
.dashboard .box-head a{
    font-size: 13px;
    background: url(http://www.thenorthface.eu/skin/frontend/enterprise/tnf/images/arrow-link4.png) no-repeat 100% 4px;
    padding: 0 15px 0 0;
}
.dashboard .box-title a,
.dashboard .box-head a{line-height:18px;}
.dashboard .box .box-content{padding:15px 16px 21px;}
.dashboard .box.colored .box-content{padding:13px 14px 20px;}
.dashboard .box p{margin:0 0 17px;}
.dashboard .box p a{
    color:#484848;
    background:none;
    padding:0;
    font-size:13px;
}
.dashboard .box h4{
    font-size:13px;
    margin:0 0 13px;
    text-transform:none;
}
.dashboard .hold-box{margin:0 0 -29px;}
.dashboard .box .hold{margin:-1px 0 29px;}
.dashboard .box dl{
    margin:0;
    width:100%;
    overflow:hidden;
}
.dashboard .box dl em{font-style:normal;}
.dashboard .box dt{
    float:left;
    margin:0 4px 0 0;
}
.dashboard .box dd{margin:0;}
.dashboard .box.colored a,
.dashboard .box.colored h3{color:#d1d1d1;}
.dashboard .box.colored dl{
    font-weight:bold;
    margin:0 0 9px;
}
.dashboard .box .wrap{width:100%;}
.dashboard .box-head{
    border:none;
    margin:0 0 5px 6px;
}
.dashboard .box-head h2{font-size:13px;}
/* sitemap-block */
.sitemap-block{
    overflow:hidden;
    padding:32px 1px 0;
}
.sitemap-block .column{
    width:165px;
    float:left;
    font-size:11px;
    padding:27px 0 0 46px;
}
.sitemap-block .column h2{
    margin:-30px 0 16px;
    font-size:11px;
    color:#323232;
    position:relative;
    text-transform:uppercase;
}
.sitemap-block .column h3,
.page-sitemap .block-card h3{
    margin:0 0 9px;
    font-size:11px;
    color:#929292;
    position:relative;
    text-transform:uppercase;
}
.page-sitemap .block-card h3{
    margin:0 0 20px;
    text-align:left;
}
.page-sitemap .block-card ul{text-align:left;}
.sitemap-block .column .box{
    margin:0 0 26px;
    border-right:1px solid #d1d1d1;
    padding:0 30px 3px 0;
}
.page-sitemap .sitemap{
    margin:0;
    line-height:16px;
}
.page-sitemap .sitemap ul{
    padding:0 0 1px 13px;
    font-size:10px;
    margin:-4px 0 0;
}
.page-sitemap .sitemap li{margin:2px 0;}
.page-sitemap .sitemap a{color:#737373;}
.page-sitemap .block-card{
    overflow:hidden;
    margin:0 0 25px;
    float:left;
    width:353px;
    padding:70px 0 0 46px;
    text-align:center;
}
/* lightbox-overlay */
#lightbox-overlay{background:url(http://www.thenorthface.eu/skin/frontend/enterprise/tnf/images/bg-overlay.png);}
#redirect_iframe_loading{background:url(http://www.thenorthface.eu/skin/frontend/enterprise/tnf/images/bg-overlay.png);}
/* spinner-overlay */
.spinner-overlay {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    opacity:0.7;
    background-color:white;
}

/* vscrollable */
.vscrollable {
    height:509px;
    overflow:auto;
    position:relative;
    margin:0 2px 0 0;
}
.vscroll-bar{
    width:13px !important;
    border:solid #d1d1d1;
    border-width:0 1px;
}
.vscroll-line{
    width:13px !important;
    cursor:default;
}
.vscroll-slider{
    background:#dc251f;
    cursor:default;
}
.vscroll-up{
    background:url("http://www.thenorthface.eu/skin/frontend/enterprise/tnf/images/button-up.gif") no-repeat scroll 0 0 transparent;
}
.vscroll-down{
    background:url("http://www.thenorthface.eu/skin/frontend/enterprise/tnf/images/button-down.gif") no-repeat scroll 0 0 transparent;
}
/* wishlist-table */
#wishlist-table{border:none;}
#wishlist-table td{
    padding:27px 8px 14px 23px;
    vertical-align:top;
    border:none;
    background:none;
    width:230px;
}
*+html #wishlist-table .cart-price{
    padding:0 0 25px 40px;
    width:80px;
}
#wishlist-table td.last{
    width:127px;
    padding:27px 7px 17px 1px;
    vertical-align:bottom;
}
#wishlist-table td:first-child{
    width:121px;
    padding:27px 3px 14px 30px;
}
*+html #wishlist-table td:first-child{padding:27px 7px 14px 26px;}
#wishlist-table .a-middle{
    vertical-align:middle;
    width:123px;
}
#wishlist-table .btn-hold{
    overflow:hidden;
    padding:0 0 12px;
    clear:right;
}
.my-wishlist .product-image{margin:0 0 16px;}
#wishlist-table .btn-remove2{
    background:url(http://www.thenorthface.eu/skin/frontend/enterprise/tnf/images/btn-remove.gif) no-repeat 100% 1px;
    padding:0 22px 0 0;
    color:#e50015;
    font-size:11px;
    line-height:14px;
    float:right;
    text-align:right;
    width:auto;
    height:auto;
    text-indent:0;
}
#wishlist-table .edit{
    background:url(http://www.thenorthface.eu/skin/frontend/enterprise/tnf/images/arrow-link4.png) no-repeat 100% 3px;
    padding:0 23px 0 0;
    float:right;
    font-size:11px;
    margin:0 -2px 0 0;
}
#wishlist-table .old-price,
#wishlist-table .old-price .price{
    font-size:11px;
    padding:0 0 4px;
    color:#737373;
    margin:-16px 0 0;
    position:relative;
}
#wishlist-table .old-price .price{
    padding:0;
    margin:0;
}
#wishlist-table .special-price,
#wishlist-table .special-price .price{font-weight:bold;}
#wishlist-table .regular-price,
#wishlist-table .regular-price .price{
    font-weight:bold;
    color:#323232;
}
.my-wishlist .buttons-set{
    background:#eae7e8 url(http://www.thenorthface.eu/skin/frontend/enterprise/tnf/images/bg-content.gif) repeat-x;
    margin:0;
    padding:0 20px 46px;
}
.my-wishlist .shared-bottom-btns {padding-top:10px;}
.my-wishlist .buttons-set .holder{
    overflow:hidden;
    border-top:1px solid #d1d1d1;
}
.my-wishlist .buttons-set .btn-remove{
    background:#fff;
    border:solid #d1d1d1;
    border-width:0 1px 1px;
    float:right;
    width:auto;
    height:auto;
    text-indent:0;
    font-size:11px;
    line-height:14px;
    color:#dc251f;
    padding:6px 8px 9px;
}
.my-wishlist .buttons-set .btn-remove span{
    background:url(http://www.thenorthface.eu/skin/frontend/enterprise/tnf/images/arrow-link8.png) no-repeat 100% 5px;
    display:block;
    padding:0 17px 0 0;
}
/* inner-page */
.inner-page #twocolumns #content{
    float:left;
    margin:0 0 -999px;
    padding:0 0 999px;
}
.inner-page #sidebar{
    float:right;
    background:#fff;
    margin:0 0 -999px;
    padding:16px 10px 1023px;
}
.inner-page #sidebar-wrapper{
    position:relative;
}
#sidebar .block-title{
    font-size:13px;
    padding:0 5px 8px;
    margin:0 0 10px;
}
.inner-page #sidebar .block-title{
    padding:0 5px 12px;
    margin:0 0 11px;
}
.inner-page #sidebar h2{
    font-size:13px;
    color:#929292;
    margin:0 0 10px;
    padding:0 6px;
}
/* total-table */
.total-table,
.sub-total-table{
    border:none;
    width:100%;
    font-size:11px;
    margin:0 0 14px;
}
.total-table .product-name,
.sub-total-table .product-name{
    font-size:11px;
    line-height:13px;
}
.total-table td,
.sub-total-table td{
    border:none !important;
    background:none !important;
    vertical-align:bottom;
    padding:6px 5px 3px;
}
.sub-total-table td{padding:6px 5px;}
.total-table tr.last td{padding:6px 5px 16px;}
.sub-total-table tr.last td{padding:6px 5px 21px;}
.sub-total-table tfoot td strong{font-size:11px;}
.total-table tfoot,
.total-table tfoot tr,
.sub-total-table tfoot,
.sub-total-table tfoot tr{background:none !important;}
.total-table tfoot,
.sub-total-table tfoot{border:none !important;}
.total-table tfoot td{
    border:solid #d1d1d1 !important;
    border-width:2px 0 !important;
    padding:21px 5px 18px;
    background:none !important;
    font-weight:bold;
}
.sub-total-table tfoot td{
    background:#e9e6e8 !important;
    padding:11px 5px 12px;
    font-weight:bold;
}

.sub-total-table tfoot tr.first {
    border-top:2px solid #d1d1d1 !important;
}

.total-table .mark td strong{
    color:#f60;
    font-weight:normal !important;
}
/* checkoutSteps */
.list-holder{
    overflow:hidden;
    position:relative;
}
.page-title .list-holder .logo {display:none;}
.list-holder .frame{
    position:relative;
    float:left;
    left:50%;
}
#checkoutSteps{
    position:relative;
    float:left;
    left:-50%;
    background:url(http://www.thenorthface.eu/skin/frontend/enterprise/tnf/images/separator-steps.gif) no-repeat 100% 0;
    color:#323232;
    font:bold 11px/16px Helvetica Neue LT W04_77 Bd Cn, Kalimati, sans-serif;
    padding:1px 0 7px 10px;
}
#checkoutSteps li{
    float:left;
    background:url(http://www.thenorthface.eu/skin/frontend/enterprise/tnf/images/separator-steps.gif) no-repeat;
    padding:18px 26px 14px 25px;
}
#checkoutSteps li.active{color:#9f000f;}
#checkoutSteps li.done a{
    color:#939393;
    padding:0 0 0 18px;
    background:url(http://www.thenorthface.eu/skin/frontend/enterprise/tnf/images/ico3.png) no-repeat 0 3px;
    float:left;
    margin:0 0 0 -18px;
}
.inner-page .page-title .link-print,
.buttons .link-print{
    width:auto;
    background:url(http://www.thenorthface.eu/skin/frontend/enterprise/tnf/images/ico-print-middle.png) repeat-x;
    text-indent:0px;
    height:21px;
    float:left;
    /*margin:16px 11px 0 61px;*/
}
.inner-page .page-title .print-wrapper {
    float:right;
    margin:16px 11px 0 61px;
}
.print-wrapper {
    float:right;
}
.shipping-desc > div {
    background-color:#EEE;
    clear:both;
    margin: 5px 0;
    padding:10px;
    width:335px;
}
.shipping-desc-mini {
    background-color:#EEE;
    clear:both;
    padding:10px;
    margin-bottom: 12px;
    width:191px;
}
.shipping-desc > div > p{
    margin:0;
}
/* section */
.section{padding:12px 20px 0;}
.inner-page .section{min-height:650px;}
.section .step-title{padding:6px 16px 11px;}
.section .step-title h2{margin:0;}
.steps-table{
    border-bottom:1px solid #d1d1d1;
    margin:0 0 20px;
    overflow:hidden;
}
.steps-table .box-row{
    padding:15px 19px 16px 16px;
    border-top:1px solid #d1d1d1;
    overflow:hidden;
}
.steps-table .radioArea,
.steps-table .radioAreaChecked{margin:1px 7px 0 2px;}
.steps-table .box{
    float:left;
    width:500px;
}
.steps-table .buttons-box{
    float:right;
    width:100px;
}
.steps-table .selected{background:#e9e6e8;}
.steps-table .row{height:1%;}
.steps-table label{
    height:1%;
    padding:0 0 0 5px;
    display:table;
}
*+html .steps-table label{display:block;}
.steps-table label .address{
    display:block;
    margin:0 0 -4px;
    height:1%;
}
#billing-buttons-container,
#shipping-buttons-container
{
    padding:14px 0 35px;
}
.steps-table label .address span{display:block;}
.steps-table label .address em{font-style:normal;}
.steps-table .btn-hold{
    overflow:hidden;
    padding:0 0 10px;
}
.steps-table .box dl{
    margin:0;
    width:100%;
    overflow:hidden;
}
.steps-table .box dt{
    float:left;
    margin:0 4px 0 0;
}
.steps-table .box dd{margin:0;}
.steps-table .delete{
    background:url(http://www.thenorthface.eu/skin/frontend/enterprise/tnf/images/btn-remove.gif) no-repeat 100% 2px;
    color:#e50015;
    font-size:11px;
    padding:0 20px 0 0;
    float:right;
    line-height:16px;
}
.steps-table .modify{
    background:url(http://www.thenorthface.eu/skin/frontend/enterprise/tnf/images/arrow-link4.png) no-repeat 100% 2px;
    padding:0 15px 0 0;
    float:right;
    font-size:11px;
}
.steps-table .form-block{
    padding:39px 0 7px 79px;
    width:350px;
    position:absolute;
    lefT:-9999px;
    top:-9999px;
}
.steps-table .selected .form-block{
    position:static;
    left:0;
    top:0;
}
.steps-table button.button{margin:0 17px 0 0;}
.steps-table .form-list{
    padding:0;
    width:334px;
    overflow:hidden;
}
.steps-table .form-list .field{width:auto;}
.steps-table .form-list .selectArea .center{padding:0 25px 0 8px;overflow:hidden;}
.steps-table .form-list li{margin:0;}
.steps-table .form-list .input-box{
    float:right;
    margin:0 0 15px;
    width:252px;
}
.steps-table .form-list label{
    padding:0;
    line-height:14px;
    width:78px;
    margin:5px 3px 0 0;
}
.steps-table .form-list .label-indent{margin:-1px 3px 0 0;}
.steps-table .form-list .control label{
    width:auto;
    margin:1px 0 00;
}
.steps-table .form-list li.control{padding:7px 0 20px 81px;}
.steps-table p.required{padding:0 0 7px;}
.steps-table .form-list .indent{margin:0 0 21px;}
.steps-table .form-list .input-text{width:232px;}
.steps-table .form-list .input-text.small{width:98px;}
.steps-table .form-list select{width:252px;}
.steps-table .form-list .selectArea{margin:0 16px 0 0;}
.steps-table .form-list select.small{width:118px;}
.steps-table .title-box{
    overflow:hidden;
    width:357px;
    margin:0 0 17px;
    padding:7px 0 0;
    line-height:14px;
}
.steps-table .title-box h3{
    font-size:13px;
    color:#929292;
    margin:0;
}
.steps-table .title-box a{
    float:right;
    background:url(http://www.thenorthface.eu/skin/frontend/enterprise/tnf/images/arrow-link4.png) no-repeat 100% 3px;
    padding:0 15px 0 0;
    margin:0 0 0 15px;
    font-size:11px;
}
.method-box{
    overflow:hidden;
    margin:0 0 17px;
}
.steps-table .method-box select{
    float:left;
    width:355px;
}
.steps-table .method-box .buttons-set{
    float:left;
    clear:none;
    margin:3px 0 0;
}
.steps-table .method-box .button{
    margin:0;
    float:left;
}
.steps-table .method-box .form-list{width:auto;}
.option-block{
    overflow:hidden;
    margin:-7px 0 2px -5px;
}
.option-block img{
    float:left;
    margin:0 28px 0 0;
}
.option-block .text-box{
    overflow:hidden;
    padding:10px 0 0;
}
.option-block .item-row{
    overflow:hidden;
    margin:0 0 6px;
}
.option-block .item-row .wrap{
    float:left;
    margin:0 35px 0 0;
    white-space:nowrap;
}
.option-block .item-row label{
    font-weight:bold;
    width:auto !important;
    overflow:visible;
    float:left;
    padding:1px 0 0;
}
.option-block .item-row a,
.block-progress dt.complete a,
.steps-table .card-box p a{
    float:left;
    background:url(http://www.thenorthface.eu/skin/frontend/enterprise/tnf/images/arrow-link4.png) no-repeat 100% 3px;
    padding:0 16px 0 0;
    font-size:11px;
}
.steps-table .card-box p a{
    float:none;
    background-position:100% 2px;
}
.steps-table .validation-advice{padding-left:0;}
.option-block .item-row a{
    padding:2px 16px 0 0;
    background-position:100% 4px;
}
.option-block p{margin:0;}
/* checkout-progress-wrapper */
#checkout-progress-wrapper{padding:14px 0 0;}
.block-progress dt.complete,
.block-progress dd{
    border:none;
    background:none;
    line-height:14px;
}
.block-progress dt.complete{
    font-size:11px;
    overflow:hidden;
    font-weight:bold;
    padding:2px 0 9px 5px;
}
.block-progress dd.complete address strong{
    display:block;
    margin:0 0 3px;
}
.block-progress dt.complete a{
    float:right;
    font-weight:normal;
    margin:0 -2px 0 0;
    position:relative;
}
.box-row .card-box{
    float:left;
    width:256px;
    margin:-4px -20px 0 0;
    padding:0 0 0 25px;
}
.box-row .card-box.wide{
    width:390px;
    margin:-4px 0;
    padding:0;
    background:url(http://www.thenorthface.eu/skin/frontend/enterprise/tnf/images/separator5.gif) no-repeat 100% 60%;
}
.steps-table .card-box .title-box{
    width:auto;
    margin:0 0 13px;
}
.steps-table .card-box .box-form{overflow:hidden;}
.steps-table .card-box img{
    float:left;
    margin:0 13px 0 -1px;
}
.steps-table .card-box .form-list{width:auto;}
.steps-table .card-box.wide .form-list{padding:29px 0 0;}
.steps-table .card-box .input-box{
    float:left;
    width:auto;
    margin:0 17px 0 0;
}
.steps-table .card-box .input-box .input-text{width:118px;}
.steps-table .card-box .buttons-set{
    float:left;
    clear:none;
    margin:3px 0 0;
}
.steps-table .card-box .buttons-set .button{
    margin:0;
    float:left;
}
.steps-table .card-box p{
    margin:0 0 11px;
    padding:4px 0 0;
}
#customerbalance_placer{
    height:20px;
    margin: 0 0 10px 0;
}
.steps-table .cards-row{
    width:100%;
    padding:3px 0 0 2px;
}
.steps-table .cards-row h4{
    font-size:13px;
    margin:0 0 3px;
}
.steps-table .cards-row .holder{
    overflow:hidden;
    margin:0 0 15px;
}
.cards-row .holder span{
    float:left;
    padding:11px 8px 0 0;
}
.cards-row .holder .radio-box{
    float:left;
    margin:0 0 0 15px;
    text-align:center;
}
.steps-table .cards-row label{
    padding:0;
}
.steps-table .cards-row label img{display:block;}
.cards-row .radioArea,
.cards-row .radioAreaChecked{margin:12px 9px 0 0;}
.cards-row .validation-advice{
    position:absolute;
    margin-top:15px;
}
.steps-table .cards-row .radio-box input {
    margin:12px 0 0 0;
}
#payment-buttons-container{
    overflow:hidden;
    position:relative;
    padding:5px 0 30px;
}
#payment-buttons-container .holder{
    position:relative;
    float:left;
    left:20%;
}

#payment-buttons-container .holder-text{
    float: left;
    text-align: left;
    margin-left: 31px;
    margin-top: 7px;
    width: 270px;
    margin-right: 20px;
}

#payment-buttons-container ul{
    position:relative;
    float:left;
}
#payment-buttons-container li{
    float:left;
    padding:0 0;
}
#payment-buttons-container .button{
    margin:6px 0 0 28px;
    float:none;
    display:block;
}
#payment-buttons-container li span{
    padding:13px 0 0;
    display:block;
}
#sidebar .block-progress dt.complete a:hover{
    color:#737373;
    text-decoration:underline;
}
.block-progress dd{
    border-bottom:1px solid #d1d1d1;
    padding:0 0 14px 16px;
    margin:0 0 13px;
    color:#484848;
    font-size:11px;
    line-height:14px;
}
.block-progress dd dl{
    margin:0;
    width:100%;
    overflow:hidden;
    border:none;
    font-size:11px;
    font-weight:normal;
}
.block-progress dd dl em{font-style:normal;}
.block-progress dd dt{
    float:left;
    margin:0 4px 0 0;
    border:none;
    background:none;
    padding:0;
    font-size:11px;
    font-weight:normal;
    color:#484848;
}
.block-progress dd dd{
    margin:0;
    border:none;
    padding:0;
}
.section .info{padding:8px 17px 7px;}
.section .info p{margin:0 0 10px;}
/* info-shell */
.info-shell{background:#e9e6e8;}
.info-shell .title{
    margin:0 1px 15px;
    border-bottom:1px solid #fbfafa;
    padding:11px 16px 11px;
}
.info-shell .title h2{
    font-size:14px;
    line-height:18px;
    margin:0;
}
.info-shell .content-shell{
    overflow:hidden;
    padding:17px 20px 34px 51px;
}
.info-shell .content-shell .box{
    float:left;
    width:215px;
    padding:0 0 0 110px;
}
.info-shell .content-shell .box-tiers-delivery{
    float:left;
    width:275px;
    padding:0px;
}
.info-shell .content-shell .box-tiers{
    float:left;
    width:244px;
    padding:0 0 0 46px;
}
.info-shell .content-shell h3{
    font-size:13px;
    margin:0 0 20px;
}
.info-shell .content-shell dl{
    margin:0;
    width:100%;
    overflow:hidden;
}
.info-shell .content-shell dt{
    float:left;
    margin:0 4px 0 0;
}
.info-shell .content-shell dd{margin:0;}
/* contact-block */
.contact-block{padding:20px 16px 9px;}
.contact-block .text-box{
    padding:0 0 2px;
    margin:0 0 21px;
    border-bottom:1px solid #d1d1d1;
}
/* contactForm */
#contactForm{
    display:block;
    padding:14px 0 29px 90px;
    font-family:HelveticaNeueW02-55Roma, Helvetica, Arial;
}
#contactForm .form-list label{
    width:120px;
    font-size:13px;
}
#contactForm .form-list li{margin:0 0 16px;}
#contactForm .form-list li.description{margin:0px;}
#contactForm .form-list li.control{padding: 0;}
#contactForm select{width:288px;}
#contactForm .form-list .input-box p.info-text{
    font-size:11px;
    float:left;
    width:160px;
    margin:-3px 0 0;
}
#contactForm .fieldset{padding:0 0 3px;}
.form-list textarea{
    background:#fff;
    border:1px solid #d1d1d1;
    width:277px !important;
    height:85px !important;
    padding:5px 0 5px 9px;
    margin:0 10px 0 0;
    float:left;
    overflow:auto;
}
/* contact-section */
.contact-section{margin:0 0 0 6px;}
.contact-section h2{
    font:16px/18px Helvetica Neue LT W04_77 Bd Cn, Kalimati, sans-serif;
    margin:0 0 18px;
}
.contact-section .holder{
    overflow:hidden;
    margin:0 -15px 0 -21px;
}
.contact-section .holder .column:first-child{background:none;}
.contact-section .column{
    float:left;
    width:219px;
    background:url(http://www.thenorthface.eu/skin/frontend/enterprise/tnf/images/separator6.gif) no-repeat 0 50%;
    padding:5px 0 10px 21px;
    min-height:92px;
}
.contact-section dl{
    margin:0;
    width:100%;
    overflow:hidden;
}
.contact-section dt{
    margin:0 0 14px;
    font-weight:bold;
}
.contact-section dd{
    margin:0;
    color:#929292;
}
.contact-section dl span{display:block;}
address{line-height:14px;}
address em{font-style:normal;}
address span{display:block;}

.contact-subject-description {
    height: auto;
    overflow: auto;
    padding: 0px;
    margin:0px;
    font: bold 10px/22px Helvetica Neue LT W04_77 Bd Cn,Kalimati,sans-serif;
    width: 277px !important;
}

#contact_subject_descriptions {
    margin-top : -5px;
    margin-bottom : 5px;
    margin-left: 124px;
    color: red;
}

.contacts-index-index #optionsDiv2.optionsDivInvisible .select-center, .optionsDivVisible .select-center {
    border-width: 0 1px 0;
}

/* card-view */
.card-view{width:100%;}
.card-view .product-essential{
    padding:0 0 0 18px;
}
.card-view .product-shop{
    width:400px;
    padding:19px 19px 0 18px;
}
.card-view .product-shop .product-name{margin:0 0 17px;}
.card-view .product-img-box{
    width:500px;
    padding:10px 0 0;
}
.card-view .filter-block{
    font-size:13px;
    padding:19px 0 0;
    width:306px;
}
.card-view .product-essential{margin:0 0 35px;}
.card-view .filter-box .wrap{
    width:275px;
    padding:2px 0 0 6px;
}
.card-view .row-holder{margin:0 80px 44px;}
.card-view .product-collateral .tabset{padding:0 16px;}
.card-view .product-collateral .tab-content p{margin:0 0 14px;}
.card-view .product-collateral .tab-content{padding:37px 25px 31px 36px;}
.card-view .tabset span{
    padding:0 21px;
    min-width:120px;
}
.card-view .filter-box .number{
    padding:0 0 0 2px;
    width:23px;
}
.card-view .filter-box .head strong{
    margin:4px 15px 0 2px;
    width:86px;
}
.card-view .form-list{
    overflow:hidden;
    width:auto;
    margin:0 0 0 -31px !important;
}
.card-view .head .form-list{margin:0 !important;}
.card-view .form-list select{width:165px;}
.card-view .form-list select#qty{width:58px;}
.card-view .form-list .input-text{width:152px;}
.card-view .form-list .input-text.small{
    width:122px;
    margin:0 0 4px;
}
.card-view .form-list #giftcard_amount_input{
    clear: both;
}
.card-view .form-list label{
    width:128px;
    margin:3px 4px 0 2px;
    padding:0 0 4px;
}
.card-view .form-list textarea{
    width:295px !important;
    height:76px !important;
}
.card-view .required{
    clear:both;
    padding:0;
}
.card-view .filter-box{margin:0 0 1px;}
.card-view .filter-box .head .form-list li{margin:0;}
.card-view .filter-box .head{margin:0 0 13px;}
.card-view .form-list textarea{
    margin:2px 0 0;
    height:74px !important;
}
.card-view .add-to-box{
    padding:10px 0 0;
    margin:0 0 0 -32px;
    width:306px;
}
.card-view .add-to-box p.required{
    float:left;
    padding: 3px 0 0 34px;
}
/* newsletter */
.block-subscribe .block-content .validation-error {
    height: 60px;
}

#messages_product_view{
    width:350px;
    margin-left:50px;
    text-align:left;
    font-weight:bold;
    color:#333333;
    margin-top:5px;
}
.contact-block #messages_product_view {
    width:100%;
}
.newsletter{
    padding: 10px 20px 10px 20px;
}
.newsletter #privacy_policy,
.account-create #privacy_policy,
.contact-block #privacy_policy,
.frame .popup-content #privacy_policy
{
    display: none;
}
.newsletter fieldset{
    margin: 30px 0 10px 0;
}
.newsletter p{
    margin: 10px 0;
}
.newsletter p label{
    display:block;
    width:250px;
    float:left;
}
.newsletter p label.required em{
    color: #FF8A00;
    float: none;
    position: static;
    font-style: normal;
    right: -8px;
    top: 0;
}
.newsletter p input[type=text]{

    border: 1px solid #D1D1D1;
    color: #737373;
    font-size: 11px;
    height: 13px;
    line-height: 13px;
    margin: 0;
    padding: 4px 9px 6px;
    width: 154px;
}
.newsletter p textarea{
    border: 1px solid #B7B7B7;
    font-family: HelveticaNeueW02-55Roma,helvetica,san-serif;
    font-size: 11px;
    height: 82px;
    padding-left: 8px;
    width:750px;
    margin-bottom: 5px;
}
.newsletter .tel_ex{
    margin-left: 252px;
    margin-top:-10px;
    color: #9D9D9D;
    font-size: 10px;
}
.newsletter .policy{
    width: 500px;
    margin-left: 5px;
    padding-left: 20px;
}
.newsletter h3{
    font-size: 13px;
}
.newsletter .news_intro{
    text-align: left;
}
.newsletter .validation-advice{
    padding-left:250px;
}
.newsletter .policy-block .validation-advice{
    padding-left:0px;
}
.newsletter .buttons-set{
    clear:none;
}
.news_header{
    background-color: #EEE8E1;
}
.news_header h2{
    padding: 10px 15px 7px;
    font-size: 18px;
    font-weight: normal;
    line-height: 18px;
    color: #DC241F;
}
.newsletter .prevPage{
    float: left;
    text-decoration: none;
    background: url(http://www.thenorthface.eu/skin/frontend/enterprise/tnf/images/arrow_prevPage.gif) no-repeat left 5px;
    padding-left: 9px;
}

.newsletter fieldset.newsbutton{
    border-top : 1px solid #DC241F;
    padding-top: 10px;
    margin-bottom: 10px;
}
.newsletter button.submit{
    background: url(http://www.thenorthface.eu/skin/frontend/enterprise/tnf/images/btn_submit.gif) no-repeat top left;
    width: 62px;
    height: 19px;
    float: right;
    text-indent: -9999em;
    overflow: hidden;
    border: none;
    cursor: pointer;
}
.newsletter button.submit.fr_FR{
    background: url(http://www.thenorthface.eu/skin/frontend/enterprise/tnf/images/btn_submit_fr.gif) no-repeat top left;
    width: 85px;
}

.no-items-message{padding: 10px 0 245px 10px;}
.center {
    text-align:center;
}
#header .form-search .search-autocomplete { z-index:999; left:10760px !important; width:205px !important; top:73px  !important;}
#header .form-search .search-autocomplete ul { border:1px solid #5c7989; background-color:#f9f5f0; }
#header .form-search .search-autocomplete li { text-align:left; border-bottom:1px solid #f4eee7; padding:2px 8px 1px 8px; cursor:pointer; }
#header .form-search .search-autocomplete li .amount { float:right; font-weight:bold; }
#header .form-search .search-autocomplete li.odd { background-color:#fffefb; }
#header .form-search .search-autocomplete li.selected { background-color:#f7e8dd; }

.account-create .validation-advice,
.account-login .validation-advice,
.contact-block .validation-advice{ padding-left:0px; width:191px; }
#giftcard-email-form .validation-advice { padding-left:0px; width:183px; }

/*no-route*/
.no-route .create_cont {
    margin: 0 !important;
    width: 990px !important;
}
.no-route .ma_contents_wide {
    clear: none;
    display: inline;
    float: none;
    margin: 0 0 0 9px;
    padding: 0;
    text-align: left;
    width: 784px;
}
.no-route .ma_contents_wide .ma_header {
    background: url("http://www.thenorthface.eu/skin/frontend/enterprise/tnf/images/white-70.png") repeat scroll left top transparent;
    clear: left;
    float: left;
    margin: 0;
    padding: 0;
    width: 784px;
}
.no-route .create_cont {
    margin: 0 !important;
    width: 990px !important;
}
.no-route .error_page {
    background: url("http://www.thenorthface.eu/skin/frontend/enterprise/tnf/images/error_page404.jpg") no-repeat scroll 50% 50% transparent;
    float: none;
    height: 299px;
    margin-top: 1px;
    padding: 59px 80px;
    width: 810px;
}
.no-route .error_page h2 {
    font-size: 30px;
    font-weight: normal;
    margin: 7px 0 20px 50px;
}
.cms-index-noroute #content{
    min-height:0px;
}

.cms-customer-privacy-policy .page-title {
    padding: 25px 19px 27px;
}
.cms-customer-privacy-policy .page-title h1 {
    width: auto;
}
.cms-customer-privacy-policy .std {
    padding: 25px 0;
}
.cms-customer-privacy-policy .std p {
    text-align: justify;
    padding: 0 25px;
}

/* Selects drop-down */
.drop-select.optionsDivVisible ul li{background:url(http://www.thenorthface.eu/skin/frontend/enterprise/tnf/images/divider-drop-select.gif) repeat-x;}
.optionsDivVisible a{
    color:#818181;
    overflow:hidden;
    text-decoration:none;
    display:block;
    height:1%;
    padding:2px 10px;
    font:bold 10px/16px Helvetica Neue LT W04_77 Bd Cn, Kalimati, sans-serif;
}
/* loader */
.loading_image{
    text-align:center;
    padding: 10px;
}

.buttons-set div.btn-facebook {
    border:none;
    cursor: pointer;
}

.account-login .buttons-set p.required{ clear: both;}


.page-sitemap .sub-links{ padding: 15px;}
.page-sitemap table.sitemap td.first-column{ padding-left:20px; }
.page-sitemap table.sitemap td.second-column{ padding-left:200px; }
.page-sitemap .pager {padding: 10px;}


#lightbox-coupon #lightbox_coupon_message{
    text-align: center;
    padding: 50px;
    font-weight: bold;
}
#lightbox-coupon .popup-content{
    min-height:none;
}

#lightbox .popup-content .separator {
    clear:both;
    font-size: 0;
    line-height: 0;
}

#ajax_top_cart_content {display:none;}
.block-cart .amount #items_text{
    padding-left:3px;
    font-size:13px;
    font-weight:normal;
}

#top_cart_qty{
    font-size:13px;
    font-weight: normal;
}
.inner_form_address{
    clear: both;
}
.inner_form_address h5{
    margin-top:10px;
}
.loader-address {
    position: absolute;
}
.loader-inseam {
    position: absolute;
    margin-left: 100px;
}
.info-comment:before{

}
.info-comment{
    padding:5px 80px;
    margin:10px 50px;
}

.entry-content{
    font-family: HelveticaNeueW02-55Roma, Helvetica, Arial;
    font-size: 13px;
    padding:10px 10px 20px;
}
/** FAQ **/
.faq_question{
cursor: pointer;
font-weight: bold;
margin-top: 4px;
padding-left: 10px;
font-size:13px;
}
.faq_answer{
margin: 5px 0;
padding-bottom: 10px;
padding-left: 10px;
position: relative;
}
/* Hide from IE5-mac \*/
* html .faq_answer {height: 1%;}
/* End hide from IE5-mac */

.faq_sub-menu strong{
  margin:10px;
}
.faq_answer p{
  font-weight: normal !important;
  text-align: justify !important;
  margin: 0 15px 0 0;
  padding-left:10px;
}
li.faq_menuAccordion {
margin: 0 -10px;
}
li.faq_title a {
display: block;
position: relative;
width: 758px;
background: url("http://www.thenorthface.eu/skin/frontend/enterprise/tnf/images/bg_checkout_completed.gif") repeat-x scroll left top transparent;
border: 1px solid #FFFFFF;
font-weight: bold;
padding: 10px 12px;
font-family: Helvetica Neue LT W04_77 Bd Cn,Verdana,Sans-serif;
font-size: 11px;
}
li.faq_title a span {
display: block;
position: absolute;
top: 0;
right: 0;
width: 4px;
height: 44px;
}
.faq_sub-menu {
display: none;
width: 100%;
padding-top: 5px;
}
.faq_sub-menu li {
margin: 5px 0;
padding: 4px 18px;
border: 1px solid #40392c;
background-color: #2F2F2F;
color: #cccccc;
}
.vertical_accordion_content {
margin: 5px 0;
padding: 0 0 10px 5px;
position: relative;
}
.vertical_accordion_content p {
font-weight: normal !important;
margin: 0 15px 0 0;
padding-left: 10px;
text-align: justify !important;
}
.faq_list {
margin-left:10px;
}
.accordion_content{
overflow:hidden;
}

#payment_logo_footer {
    clear: left;
    border-top: 2px solid #3c3c3c;
    padding-top: 13px;
    color: #929292;
    font-size: 13px;
    line-height: 16px;
    margin: 0 0 -1px;
}

#payment_logo_footer span,
.payment-icon-cart #payment_logo_checkout span,
.payment-icon-onepage #payment_logo_checkout span {
    color: #929292;
    font-weight: bold;
}

#payment_logo_footer img,
.payment-icon-cart #payment_logo_checkout img,
.payment-icon-onepage #payment_logo_checkout img {
    vertical-align: middle;
    margin: 0 2px;
}

.payment-icon-cart {
    margin: 16px 0 0 230px;
    text-align: left;
}

.checkout-onepage-index #header .page-title,
.payment-icon-onepage {
    float: left;
}

.payment-icon-onepage {
    padding-top: 43px;
}

.download-buttons-div {
    margin: 30px 14px
}

.download-buttons {
    padding: 6px 7px;
    margin-top: 5px;
    color: #fff;
    width: 100%;
    border: none;
}
.download-buttons a{
	border: medium none;
    font: bold 13px/18px Helvetica Neue LT W04_77 Bd Cn,Kalimati,sans-serif;
    height: 19px;
    padding: 0 0 0 3px;
    display: block;
    text-decoration: none;
}
.download-buttons a:hover span{
    background-color: #000;
}
.download-buttons a span{
    background: #dc241f none repeat scroll 0 0;
    min-width: 70px;
    padding: 0 10px 0 7px;
    display: block;
    height: 19px;
    font-size:13px;
    transition: all 0.2s ease 0s;
    text-transform: uppercase;
}
.download-buttons tr td {
    text-align: left;
}

.download-buttons a{
    color: #fff;
    font: bold 13px/18px HelveticaNeueW02-55Roma, Kalimati, sans-serif;
}

body.homepage2 .info-row {
    width: 990px;
    height: 26px;
    position:absolute;
    z-index: 15;
}

body.homepage2 .wrapper-main {
    width: 100%;
    position: relative;
    padding-bottom: 30px;
}

body.homepage2 {
    background: #141414;
}

/** contact us **/
/** choice **/
.contact-block h1 {color:#d72624;font-weight: bold; font-size: 17px;}
.contact-block #contactForm {background: none repeat scroll 0 0 #F5F5F5; margin: 0 90px; padding: 20px 20px 0;}
.contact-block #contactForm button.button {float: left; margin: 0 0 0 45px;}
.contact-block #contactForm label.is-subscribed{display: block; float: left; width: 400px; margin-top: -2px;}
.contact-block #contactForm .accept-box {background: none; padding:3px; margin: -5px 0 10px -3px;}
.contact-block #contactForm .accept-box .validation-advice { position:absolute; margin:-19px 0 0 0 !important; width: 474px !important; clear:none;}
.contact-block #contactForm .form-list input.input-text{width: 268px;}
.contact-section {margin:40px 0  60px 0;}
.contact-section h2 {color:#d72624;font-weight: bold;}
.contact-section ul {margin: 0; padding: 0; list-style-type: none; text-align: center;}
.contact-section li {display: inline-block; zoom: 1; *display: inline; vertical-align: top; list-style-type: none;  background-repeat: no-repeat; padding-left: 25px; padding-bottom: 1px; margin-right: 30px;text-align: left; line-height: 17px; color: #929292;}
.contact-section li.phone {background-image: url(http://www.thenorthface.eu/skin/frontend/enterprise/tnf/images/contact-phone.jpg);}
.contact-section li.calendar {background-image: url(http://www.thenorthface.eu/skin/frontend/enterprise/tnf/images/contact-calendar.jpg);}
.contact-section li.case {background-image: url(http://www.thenorthface.eu/skin/frontend/enterprise/tnf/images/contact-case.jpg);}

.contact-choice h1 {
    font-family:Helvetica Neue LT W04_77 Bd Cn, Helvetica, Arial;
    text-align:center; color:#d72624;font-weight: bold; font-size: 17px;
}
.contact-choice p.title {
    font-size:13px;
    text-align:center;
    font-family:Helvetica Neue LT W04_77 Bd Cn, Helvetica, Arial;
}
.contact-choice .fieldset .form-list li {background: none repeat scroll 0 0 #F5F5F5; padding:16px;}
.contact-choice .fieldset .form-list li.description {margin: -16px 0 0 !important; padding: 0 0 0 16px;}
.contact-choice .selectArea .center {overflow: hidden;}
.contact-choice #contactForm {padding: 14px 90px 29px 90px; margin: 0}
.contact-faq {margin:14px 90px 29px;}
.contact-faq .contact-content {margin: 0 0 29px 0; padding:0 16px 16px 16px; background: none;}
.contact-faq #content-faqs {padding:0 0 15px;}
.contact-faq h2 {text-align:center; margin:0px;}
.contact-faq p.title {text-align:center; font-weight: bold;}
.contact-faq #subject-title {text-align:left; color:#d72624;}
.contact-faq {margin-bottom:20px;}
.faq-content .faq-question {font-weight: normal; display: block; padding-bottom: 5px;}
.faq-question:hover {text-decoration: none}
.faq-content .faq-answer {background-color: #F5F5F5; font-size: 11px; line-height: 20px; margin-bottom: 10px;  padding: 10px 20px 10px 15px;}
.contact-faq #contact-faq-form {color:#d72624 !important;}
.contact-faq .faq_close {color:#D72624; display: block; margin-top: 5px; padding-bottom: 5px; text-decoration: none;}
.faq-answer p {margin-bottom: 0; margin-top: 4px;}
.title_full_width{width:inherit !important;}


/* Cookie Banner */
.cookie-banner {
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 1000;
}
.cookie-banner .cookie-banner-wrapper {
    text-align: left;
    width: 990px;
    margin: 0 auto;
    margin-top: 5px;
    position: relative;
}
.cookie-banner .close {
    position: absolute;
    right: 0px;
    top: 1px;
    padding: 0 26px 0 0;
    font-size: 9px;
    background: url(http://www.thenorthface.eu/skin/frontend/enterprise/tnf/images/btn-close.gif) no-repeat 100% 0;
    color: #323232;
    font-weight: bold;
}
.cookie-banner .cookie-banner-content h2 {
    font-size: 21px;
    margin: 0;
    text-transform: uppercase;
}
.cookie-banner .cookie-banner-content p a:hoveradmin {
    text-decoration: underline;
}

/********** BEGIN FITANALYTICS *************/
#widget-container {
    margin-top: 10px;
    position: relative;
    float: left;
}

.filter-box .widget-button-link {
    display: block;
    background: url(http://www.thenorthface.eu/skin/frontend/enterprise/tnf/images/bg-buttons3.gif) no-repeat;
    cursor: pointer;
    text-decoration: none;
}
.filter-box .widget-button-action {
    display: block;
    background: url(http://www.thenorthface.eu/skin/frontend/enterprise/tnf/images/bg-buttons.gif) no-repeat no-repeat 100% -25px;
    padding: 3px 10px 0px 11px;
    width: auto;
    height: 20px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 13px;
}

.filter-box .widget-button-action.active {
    color: red;
    text-decoration: none;
}
.widget-info-popup {
    position: absolute;
    width: auto;
    height: auto;
    background: #ffffff;
    border-color: #d2d3d4;
    border-style: solid;
    border-width: 1px;
    padding: 6px;
    border-radius: 5px;
    z-index: 1001;
    padding: 10px;

    max-width: 200px;
}

.widget-info-popup .custom-corner {
    display: block;
    width: 20px;
    height: 31px;
    background: url(http://www.thenorthface.eu/skin/frontend/enterprise/tnf/images/corner.png) no-repeat scroll 10px 0px transparent;
    position: absolute;
}


/********** END FITANALYTICS *************/
.track-container, .buttons-set-tracking {
    margin: 0 5px 5px 0 !important;
}
.request-return-button {
    float:right;
    background: url("http://www.thenorthface.eu/skin/frontend/enterprise/tnf/images/arrow-link4.png") no-repeat scroll 100% 3px rgba(0, 0, 0, 0);
    font-size: 13px;
    line-height: 16px;
    padding: 0 16px 0 0;
}

.request-return-container, .view-return-container {
    margin: 0 5px 5px 0 !important;
}

.view-return-button {
    float:right;
    background: url("http://www.thenorthface.eu/skin/frontend/enterprise/tnf/images/arrow-link4.png") no-repeat scroll 100% 3px rgba(0, 0, 0, 0);
    font-size: 13px;
    line-height: 16px;
    padding: 0 16px 0 0;
}

/* RR Banners BEGIN */
.rr-banner {
    overflow:hidden;
    padding: 0;
    border:0;
}
.rr-banner-vertical {
    background-color: #ffffff;
    padding-left: 2px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 10px;
    border: 0px solid;
    width: 110px;
    height: auto;
}
.rr-banner-vertical .rr-banner__list__item img {
    max-height: 110px;
    max-width: 110px;
    margin-top: 15px;
    margin-bottom: 5px;
}
.rr-banner-vertical .rr-banner__list__item {
    text-overflow: ellipsis;
    overflow: hidden;
    font-family: Helvetica Neue LT W04_77 Bd Cn, Geneva, sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #333333;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    text-align: center;
    max-width: 110px;
    padding-bottom: 40px;

}
.rr-banner-vertical .rr-banner__list__item div {
    height: auto;
    margin-top: 10px;
}

.rr-banner-vertical .rr-banner__title{
    text-align: center;
}
.rr-banner__title {
    margin: 5px 0 0px;
    font-family: Helvetica Neue LT W04_77 Bd Cn, Geneva, sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    color: #dc251d;
}
.rr-banner-horizontal {
    padding: 5px 10px 20px 25px;
}
.rr-banner-horizontal .rr-banner__title {
    margin: 5px 0 0px;
    text-align: center;
}
.rr-banner-horizontal .rr-banner__list__item img {
    max-height: 100px;
    max-width: 100px;
    margin-top: 10px;
    margin-bottom: 0px;
    border: none;
}
.rr-banner-horizontal .rr-banner__list__item {
    text-align: center;
    width: 191px;
}
.rr-banner-horizontal .rr-banner__list__item .rr-banner__list__item-price {
    margin-top: 10px;
}

.rr-banner-horizontal .rr-banner__list__item-name{
    height: 28px;
}

.rr-banner__list {
    table-layout: fixed;
    border-spacing: 0;
    text-align: left;
    vertical-align: top;
    margin: 0;
}

.rr-banner__list th,
.rr-banner__list td{
    padding: 0;
}


.rr-banner__list__item {
    display: inline-table;
    width:140px;
    margin: 0;
}

.rr-banner__list__item-last-child {
    margin: 0;
}

.rr-banner__list__item img {
    border:none;
    width:140px;
    height:140px;
}

.rr-banner__list__item div {
    text-overflow:ellipsis;
    overflow:hidden;
    font-family:HelveticaNeueW02-55Roma, Helvetica, Arial;
    font-weight:normal;
    font-size:13px;
    line-height:14px;
    color:#333333;
}

.rr-banner__list__item .rr-banner__list__item-name {
    margin: 15px 0 0;
}

.rr-banner__list__item .rr-banner__list__item-price {
    font-weight:bold;
    margin: 0;
}

.rr-banner__list__item a:hover{ text-decoration:none;}

#ajaxcart-banner,
#rr_ajax_banner
{
    padding: 0 0 20px 10px;
}

#cart-banner {
    padding: 5px 10px 20px 10px;
}
#cart-banner .rr-banner__list{
    padding-left: 5px;
}
#cart-banner .rr-banner__list .rr-banner__list__item {
    width: 188px;
}
#search-noresult-banner .rr-banner__list .rr-banner__list__item {
    width: 186px;
}

#search-noresult-banner .rr-banner__list__item .rr-banner__list__item-name {
    margin: 10px 0 0;
}

.special_price_rr {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.special_price_rr_base {display: inline-block; margin-left: 6px; margin-right: 5px;}
.special_price_rr_percent {display: inline-block; margin-right: 3px;}
.special_price_rr_final {display: inline-block; margin-right: 0px;}
/* RR Banners END */

#contactForm .selectArea {
    width:288px !important;
}

/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     base_default
 * @copyright   Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

/* Widgets =============================================================================== */
.widget { display:inline; }
.widget .widget-title { clear:both; padding:15px 0 0; margin:0 0 7px; }
.widget .widget-title h2 { font-size:15px; font-weight:bold; color:#e25203; }

.widget .mini-products-images-list .product-image { display:block; width:76px; height:76px; border:1px solid #a9a9a9; margin:0 auto; }
.widget .mini-products-images-list li.item { float:left; width:77px; height:77px; }

/* Widget: Catalog New Proructs List */
.widget-new-products { display:block; }
.col-main .widget-new-products { margin:7px 0; }
.widget-new-products .products-grid .product-image,
.widget-new-products .products-list .product-image { width:85px; height:85px; }
.widget-new-products .products-list .product-shop { margin-left:100px; }
.sidebar .widget-new-products .block { font-size:11px; line-height:1.25; }
.sidebar .widget-new-products .block-title strong { background:url(http://www.thenorthface.eu/skin/frontend/enterprise/tnf/images/widgets/i_widget-new.gif) 0 1px no-repeat; padding-left:21px; color:#dc5033; }

/* Widget: Recently Viewed Proructs */
.widget-viewed { display:block; }
.col-main .widget-viewed { margin:7px 0; }
.widget-viewed .products-grid .product-image,
.widget-viewed .products-list .product-image { width:85px; height:85px; }
.widget-viewed .products-list .product-shop { margin-left:100px; }
.sidebar .widget-viewed .block { font-size:11px; line-height:1.25; }
.sidebar .widget-viewed .block-title strong { background:url(http://www.thenorthface.eu/skin/frontend/enterprise/tnf/images/widgets/i_block-list.gif) 0 0 no-repeat; padding-left:21px; }

/* Widget: Recently Compared Proructs */
.widget-compared { display:block;}
.col-main .widget-compared { margin:7px 0; }
.widget-compared .products-grid .product-image,
.widget-compared .products-list .product-image { width:85px; height:85px; }
.widget-compared .products-list .product-shop { margin-left:100px; }
.sidebar .widget-compared .block { font-size:11px; line-height:1.25; }
.sidebar .widget-compared .block-title strong { background:url(http://www.thenorthface.eu/skin/frontend/enterprise/tnf/images/widgets/i_block-list.gif) 0 0 no-repeat; padding-left:21px; }

/* Widget: CMS Static Block */
.widget-static-block {}
.sidebar .widget-static-block { display:block; margin:0 0 15px; }

/* Widgets: Links Common Styles */
.top-container .widget a { padding:0 0 0 7px; }

.bottom-container .widget a { padding:0 3px; }

/* Widget: Catalog Product Link */
.widget-product-link-inline { display:inline; }

.col-main .widget-product-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-product-link a { background:url(http://www.thenorthface.eu/skin/frontend/enterprise/tnf/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-product-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-product-link a { background:url(http://www.thenorthface.eu/skin/frontend/enterprise/tnf/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }

/* Widget: Catalog Category Link */
.widget-category-link-inline { display:inline; }

.col-main .widget-category-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-category-link a { background:url(http://www.thenorthface.eu/skin/frontend/enterprise/tnf/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-category-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-category-link a { background:url(http://www.thenorthface.eu/skin/frontend/enterprise/tnf/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }

/* Widget: CMS Page Link */
.widget-cms-link-inline { display:inline; }

.col-main .widget-cms-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-cms-link a { background:url(http://www.thenorthface.eu/skin/frontend/enterprise/tnf/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-cms-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-cms-link a { background:url(http://www.thenorthface.eu/skin/frontend/enterprise/tnf/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }
/* ======================================================================================= */



#paypal-popin {
color:#292929;
font-family:Arial,Helvetica,sans-serif;
font-size:81.25%;
-webkit-font-smoothing:antialiased;
font-smoothing:antialiased;
margin:0;
padding:0;
min-width:500px;
width:770px;
}

#paypal-popin #page {
min-width:490px;
background:#fff;
}
#paypal-popin #content{
    margin:15px 10px 0 10px;
}
#paypal-popin #content .column {
position:relative;
display:inline-block;
margin-right:2.0242914979757%;
vertical-align:top;
height:auto;
overflow:visible;
}

#paypal-popin #content .column.nogutter,.nogutter {
margin-right:0;
}

#paypal-popin #content h3{
font-family:Helvetica Neue LT W04_77 Bd Cn,"Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,sans-serif;
font-weight:300;
margin:0;
padding:0;
}

#paypal-popin #content a:link,#paypal-popin #content a:visited,#paypal-popin #content a:active {
font-weight:700;
letter-spacing:0;
}


#paypal-popin ul li {
margin-bottom:.8em;
margin-left:1.25em;
padding-left:.2em;
}

#paypal-popin a:link,#paypal-popin a:visited {
color:#0079c1;
text-decoration:none;
}

#paypal-popin a:hover,#paypal-popin a:focus {
text-decoration:underline;
color:#0079c1;
}

#paypal-popin a.button,#paypal-popin .button,#paypal-popin button {
color:#fff;
font-weight:700;
line-height:1.4545em;
text-shadow:0 -1px #00629c;
text-align:center;
background-color:#0079c1;
background:linear-gradient(bottom,#0079c10,#0079c1 20%,#00a1ff 100%);
-moz-box-shadow:0 1px #4dbeff inset;
-webkit-box-shadow:0 1px #4dbeff inset;
box-shadow:0 1px #4dbeff inset;
-webkit-border-radius:5px 5px 5px 5px;
-moz-border-radius:5px;
border-radius:5px 5px 5px 5px;
height:1.4545em;
-moz-box-sizing:content-box;
-webkit-box-sizing:content-box;
box-sizing:content-box;
cursor:pointer;
border-color:#0079c1 #00588b #004b77;
border-style:solid;
border-width:1px;
padding:7px 15px 8px;
}

#paypal-popin .button:hover,#paypal-popin button:hover,#paypal-popin button:focus,#paypal-popin .button:focus {
text-shadow:0 -1px #004c77;
background-color:#005282;
background:linear-gradient(bottom,#0052820,#005282 20%,#0083cf 100%);
-moz-box-shadow:0 1px #1794dc inset;
-webkit-box-shadow:0 1px #1794dc inset;
box-shadow:0 1px #1794dc inset;
border-color:#00629b #004872 #003b5d;
}

#paypal-popin a.button {
display:inline-block;
padding-left:18px;
padding-right:18px;
text-decoration:none;
text-shadow:none;
}
#paypal-popin .contentWrapper {
color:#666;
width:750px;
margin:0 auto;
padding:30px 0 0;
}


#paypal-popin #content .catWidget.buttonContainer.adjusted a.catWidget.button {
padding-left:18px;
padding-right:18px;
width:auto;
}

#paypal-popin a.catWidget.button {
display:table;
}
#paypal-popin a.catWidget.button.rightAlign {
text-align:right;
margin:0 0 16px auto;
}

#paypal-popin .contentWrapper h3 {
color:#444;
font-size:22px;
line-height:28px;
margin:0;
}

#paypal-popin .contentWrapper h4 {
color:#666;
font-size:18px;
line-height:26px;
font-weight:400;
text-shadow:0 1px 0 #FFF;
margin:0 0 30px;
}

#paypal-popin .contentWrapper p {
color:#666;
font-size:13px;
line-height:19px;
margin:3px 0 13px;
}

#paypal-popin .catWidget {
margin:0 0 16px;
}

#paypal-popin .iconTextContainer .iconWrapper {
position:absolute;
top:0;
margin:0;
}

#paypal-popin .catWidget.horizontalRule {
background:transparent url(http://www.thenorthface.eu/skin/frontend/enterprise/tnf/images/paypal/hr-sprite.png) no-repeat scroll;
width:100%;
height:30px;
margin:10px 0;
}

#paypal-popin .catWidget.horizontalRule.solid {
background-position:0 -365px;
}

#paypal-popin .contentWrapper .catWidget.horizontalRule.feathered,.nsb_24 .column .catWidget.horizontalRule.feathered {
background-position:0 -345px;
}

#paypal-popin ul,#paypal-popin ol,#paypal-popin li,#paypal-popin dt,#paypal-popin .cardStack.active ul.tabHeaders li,#paypal-popin form .group {
margin:0;
padding:0;
}

#paypal-popin .catWidget.horizontalRule hr {
display:none;
}

#paypal-popin  .nsb_6_18,#paypal-popin .nsb_6_6_6_6 {
width:100%;
margin:0 auto;
}

#paypal-popin #content .nsb_6_6_6_6 .one,#paypal-popin #content .nsb_6_6_6_6 .two,#paypal-popin #content .nsb_6_6_6_6 .three,#paypal-popin #content .nsb_6_6_6_6 .four {
width:23.00%;
}

#paypal-popin #content .nsb_16_8 .two {
width:31.5%;
}

#paypal-popin #content .nsb_16_8 .one {
width:65.991902834008%;
}

#paypal-popin .button.small{
font-size:.8461em;
padding-top:4px;
padding-bottom:4px;
}

#paypal-popin .iconTextContainer {
position:relative;
}

.img_paypal{cursor:pointer;} /* paypal logo in cart */

/*!
 * PLAYGROUND
 */

.faq .page-title h1 {
    font-weight: bold;
    font-size: 24px;
    color: #5a5a5c;
    margin-left:10px;
}

.faq h1 {
    font-weight: bold;
    font-size: 16px;
    color: #929292;
    margin-left:10px;
}

.faq h2 {
    color: #d72624;
    font-weight: bold;
    font-size: 15px;
    margin-top: 10px;
}

.faq h3 {
    margin-bottom: 9px;
}

.faq h5 {
    font-size: 13px;
    font-weight: normal;
    margin-bottom: 3px;
 }

.faq p {
    margin-top: 4px;
    margin-bottom: 0;
}

.faq #list_category ul li h3 {
    font-weight: bold;
    font-size: 13px;
    color: #5a5a5c;
    margin-bottom: 10px;
    margin-top: 13px;
}

.faq #list_category div.faq_line {
    margin-bottom: 15px;
}

.faq #list_category div.left {
    width: 350px;
}

.faq #list_category div.right {
    width: 350px;
    padding-right: 10px;
}

.faq #most_frequently {
    padding-left: 15px;
    float:left;
    width:45%;
}

.faq #list_category #title, .faq #list_category #title:visited, .faq #list_category #title:link, .faq #most_frequently ul li #title, .faq #most_frequently ul li h5, .faq a:hover{
    color: #5a5a5c;
    text-decoration: none;
}

.faq a {
    text-decoration: none;
}

.faq .more {
    font-size: 13px;
    color: #d72624;
    text-decoration: none;
}

.faq .faq_close {
    color: #d72624;
    margin-top: 5px;
    padding-bottom: 5px;
    text-decoration: none;
    display: block;
}

.faq #searchform{
    height: 24px;
    background-color: #efefef;
    padding: 5px;
    float: right;
    margin-right: 6px;
    width: 180px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.faq #searchform label {
    display:none;
}

.faq #searchform #keyword{
    border: 0;
    background-color: #efefef;
    float: left;
    margin-left: 10px;
    height: 23px;
    width: 140px;
    font-size: 15px;
}

.faq #searchform .btnSearch {
    float: left;
    display: inline;
    margin: 0px 0 0 5px;
    width: 25px;
    height: 25px;
    border: 0;
    background: url(http://www.thenorthface.eu/skin/frontend/enterprise/tnf/images/search.gif) top left no-repeat;
}

.faq_conent ul{
    list-style: disc outside none;
    margin-left: 14px;
}

.faq_conent {
    background-color: #efefef;
    font-size: 11px;
    line-height: 20px;
    padding: 10px 20px 10px 15px;
    margin-bottom: 10px;
}

.faq_conent a {
    text-decoration: underline;
}

.faq .faq_left {
    float: left;
    width: 350px;
}

.faq .faq_right {
    float: left;
    width: 350px;
}

.faq .faq_top{
    margin-bottom: 15px;
    margin-top: 15px;
    height: 20px;
}

#faq_body {
    font-family:HelveticaNeueW02-55Roma, Helvetica, Arial;
    padding-left: 8px;
}

#faq_results {
    padding-right: 20px;
    display: inline-block;
    margin-top: 20px;
}

#faq_results .hide-show {
    padding-left: 15px;
}

.faq #faq_topics {
    clear: both;
}

.faq #list_category ul li.left {
    width: 350px;
}

.faq #faq_body #list_category ul li.right {
    width: 350px;
}

#faq-categories .block-title strong{
    font-size: 12px;
    line-height: 14px;
    color: #929292;
    text-indent: 0;
    text-align: left;
}

#narrow-by-sublist .active > a{
    padding:0 0 0 17px;
    color:#9f000f;
}

#list_category.faq_left h2{
    font-size: 22px;
    margin: 5px 0 0 14px;
    color: #5A5A5C;
}

.faq #searchdiv h2, {
    float: left;
}

.faq #searchdiv h2 {
    font-size: 17px;
    margin: 10px 10px 0 0px;
    float: left;
}

div#twocolumns div.faq div.page-title > h1 {
    width: auto;
}

/*
This CSS resource incorporates links to font software which is the valuable copyrighted
property of Monotype and/or its suppliers. You may not attempt to copy, install,
redistribute, convert, modify or reverse engineer this font software. Please contact Monotype
with any questions regarding Web Fonts:  http://www.linotype.com
*/

@import url("http://fast.fonts.net/lt/1.css?apiType=css&c=674bbe6a-d459-4c3d-bbac-47aa04360084&fontids=694021,692698,694057,1459732,694069");
@font-face{

    font-family:"HelveticaNeueW02-55Roma";

    src:url("http://www.thenorthface.eu/skin/frontend/enterprise/tnf/blog/summit/helvetica-neue-webfonts/0b3a3fca-0fad-402b-bd38-fdcbad1ef776.eot?#iefix");

    src:url("http://www.thenorthface.eu/skin/frontend/enterprise/tnf/blog/summit/helvetica-neue-webfonts/0b3a3fca-0fad-402b-bd38-fdcbad1ef776.eot?#iefix") format("eot"),url("http://www.thenorthface.eu/skin/frontend/enterprise/tnf/blog/summit/helvetica-neue-webfonts/b4cd926c-1a31-4785-b261-1db1a68c521e.woff2") format("woff2"),url("http://www.thenorthface.eu/skin/frontend/enterprise/tnf/blog/summit/helvetica-neue-webfonts/d5af76d8-a90b-4527-b3a3-182207cc3250.woff") format("woff"),url("http://www.thenorthface.eu/skin/frontend/enterprise/tnf/blog/summit/helvetica-neue-webfonts/1d238354-d156-4dde-89ea-4770ef04b9f9.ttf") format("truetype"),url("http://www.thenorthface.eu/skin/frontend/enterprise/tnf/blog/summit/helvetica-neue-webfonts/b68875cb-14a9-472e-8177-0247605124d7.svg#b68875cb-14a9-472e-8177-0247605124d7") format("svg");

}

@font-face{

    font-family:"HelveticaNeueW01-57Cn";

    src:url("http://www.thenorthface.eu/skin/frontend/enterprise/tnf/blog/summit/helvetica-neue-webfonts/ecaa98fe-425a-42de-846b-c235f0dbc449.eot?#iefix");

    src:url("http://www.thenorthface.eu/skin/frontend/enterprise/tnf/blog/summit/helvetica-neue-webfonts/ecaa98fe-425a-42de-846b-c235f0dbc449.eot?#iefix") format("eot"),url("http://www.thenorthface.eu/skin/frontend/enterprise/tnf/blog/summit/helvetica-neue-webfonts/88a238be-6477-4e71-bdc4-5a35bbf8d392.woff2") format("woff2"),url("http://www.thenorthface.eu/skin/frontend/enterprise/tnf/blog/summit/helvetica-neue-webfonts/842088d0-1ae2-40d0-8561-3c95761ba7a6.woff") format("woff"),url("http://www.thenorthface.eu/skin/frontend/enterprise/tnf/blog/summit/helvetica-neue-webfonts/c74505d5-13e8-47ed-94a8-630aab4da3e6.ttf") format("truetype"),url("http://www.thenorthface.eu/skin/frontend/enterprise/tnf/blog/summit/helvetica-neue-webfonts/6cd480d1-47d0-48b4-86bd-283db2cb9235.svg#6cd480d1-47d0-48b4-86bd-283db2cb9235") format("svg");

}

@font-face{

    font-family:"HelveticaNeueW02-57CnOb";

    src:url("http://www.thenorthface.eu/skin/frontend/enterprise/tnf/blog/summit/helvetica-neue-webfonts/1910a1ca-dd9c-4296-a75e-32fd3d467acd.eot?#iefix");

    src:url("http://www.thenorthface.eu/skin/frontend/enterprise/tnf/blog/summit/helvetica-neue-webfonts/1910a1ca-dd9c-4296-a75e-32fd3d467acd.eot?#iefix") format("eot"),url("http://www.thenorthface.eu/skin/frontend/enterprise/tnf/blog/summit/helvetica-neue-webfonts/f3ef20a1-5162-4fdd-a43a-a807afa61585.woff2") format("woff2"),url("http://www.thenorthface.eu/skin/frontend/enterprise/tnf/blog/summit/helvetica-neue-webfonts/d37af467-6908-4edb-85b4-1b923e8677e0.woff") format("woff"),url("http://www.thenorthface.eu/skin/frontend/enterprise/tnf/blog/summit/helvetica-neue-webfonts/046b9c60-95ae-4340-922f-d8b9be5c1a87.ttf") format("truetype"),url("http://www.thenorthface.eu/skin/frontend/enterprise/tnf/blog/summit/helvetica-neue-webfonts/96b13e39-bd8a-4903-8af8-7567039cfd87.svg#96b13e39-bd8a-4903-8af8-7567039cfd87") format("svg");

}

@font-face{

    font-family:"Helvetica Neue LT W04_77 Bd Cn";

    src:url("http://www.thenorthface.eu/skin/frontend/enterprise/tnf/blog/summit/helvetica-neue-webfonts/c76e23a9-45a0-47e0-95cd-a721fa76052e.eot?#iefix");

    src:url("http://www.thenorthface.eu/skin/frontend/enterprise/tnf/blog/summit/helvetica-neue-webfonts/c76e23a9-45a0-47e0-95cd-a721fa76052e.eot?#iefix") format("eot"),url("http://www.thenorthface.eu/skin/frontend/enterprise/tnf/blog/summit/helvetica-neue-webfonts/18df15d8-ae4d-4e9a-9d11-212d65403f8e.woff2") format("woff2"),url("http://www.thenorthface.eu/skin/frontend/enterprise/tnf/blog/summit/helvetica-neue-webfonts/7a9e893b-bb07-4276-8fe3-0cb066680655.woff") format("woff"),url("http://www.thenorthface.eu/skin/frontend/enterprise/tnf/blog/summit/helvetica-neue-webfonts/44d0853e-41ba-4fb7-85fd-a37506b62e6b.ttf") format("truetype"),url("http://www.thenorthface.eu/skin/frontend/enterprise/tnf/blog/summit/helvetica-neue-webfonts/3b76e7ab-c94f-467b-b387-4f3b519d6401.svg#3b76e7ab-c94f-467b-b387-4f3b519d6401") format("svg");

}

@font-face{

    font-family:"HelveticaNeueW02-77BdCn_694069";

    src:url("http://www.thenorthface.eu/skin/frontend/enterprise/tnf/blog/summit/helvetica-neue-webfonts/b140bbd0-c46d-44cc-9624-d6771c7ef867.eot?#iefix");

    src:url("http://www.thenorthface.eu/skin/frontend/enterprise/tnf/blog/summit/helvetica-neue-webfonts/b140bbd0-c46d-44cc-9624-d6771c7ef867.eot?#iefix") format("eot"),url("http://www.thenorthface.eu/skin/frontend/enterprise/tnf/blog/summit/helvetica-neue-webfonts/84d1c1cf-ac75-4786-b1f8-81e4eb438903.woff2") format("woff2"),url("http://www.thenorthface.eu/skin/frontend/enterprise/tnf/blog/summit/helvetica-neue-webfonts/0a4f4fc6-0a6f-48c8-b2ca-d0be41181c3e.woff") format("woff"),url("http://www.thenorthface.eu/skin/frontend/enterprise/tnf/blog/summit/helvetica-neue-webfonts/b1fc01ad-5910-4abe-b74b-64b80fc93e9d.ttf") format("truetype"),url("http://www.thenorthface.eu/skin/frontend/enterprise/tnf/blog/summit/helvetica-neue-webfonts/877fb191-395b-4a54-bd78-78a0c8a4f363.svg#877fb191-395b-4a54-bd78-78a0c8a4f363") format("svg");

}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('http://www.thenorthface.eu/skin/frontend/enterprise/tnf/fonts/helvetica-neue/helveticaNeueReg.eot');
    src: url('http://www.thenorthface.eu/skin/frontend/enterprise/tnf/fonts/helvetica-neue/helveticaNeueReg.eot?#iefix') format('embedded-opentype'),
    url('http://www.thenorthface.eu/skin/frontend/enterprise/tnf/fonts/helvetica-neue/helveticaNeueReg.woff') format('woff'),
    url('http://www.thenorthface.eu/skin/frontend/enterprise/tnf/fonts/helvetica-neue/helveticaNeueReg.woff2') format('woff2'),
    url('http://www.thenorthface.eu/skin/frontend/enterprise/tnf/fonts/helvetica-neue/helveticaNeueReg.ttf') format('truetype');
    font-weight:normal;
    font-style:normal;
}
@font-face {
    font-family: 'Helvetica Neue';
    src: url('http://www.thenorthface.eu/skin/frontend/enterprise/tnf/fonts/helvetica-neue/helveticaNeueBold.eot');
    src: url('http://www.thenorthface.eu/skin/frontend/enterprise/tnf/fonts/helvetica-neue/helveticaNeueBold.eot?#iefix') format('embedded-opentype'),
    url('http://www.thenorthface.eu/skin/frontend/enterprise/tnf/fonts/helvetica-neue/helveticaNeueBold.woff') format('woff'),
    url('http://www.thenorthface.eu/skin/frontend/enterprise/tnf/fonts/helvetica-neue/helveticaNeueBold.woff2') format('woff2'),
    url('http://www.thenorthface.eu/skin/frontend/enterprise/tnf/fonts/helvetica-neue/helveticaNeueBold.ttf') format('truetype');
    font-weight:bold;
    font-style:normal;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('http://www.thenorthface.eu/skin/frontend/enterprise/tnf/fonts/helvetica-neue/helveticaNeueIta.eot');
    src: url('http://www.thenorthface.eu/skin/frontend/enterprise/tnf/fonts/helvetica-neue/helveticaNeueIta.eot?#iefix') format('embedded-opentype'),
    url('http://www.thenorthface.eu/skin/frontend/enterprise/tnf/fonts/helvetica-neue/helveticaNeueIta.woff') format('woff'),
    url('http://www.thenorthface.eu/skin/frontend/enterprise/tnf/fonts/helvetica-neue/helveticaNeueIta.woff2') format('woff2'),
    url('http://www.thenorthface.eu/skin/frontend/enterprise/tnf/fonts/helvetica-neue/helveticaNeueIta.ttf') format('truetype');
    font-weight:normal;
    font-style:italic;
}


