/*------------------------------------*\
        RESET
\*------------------------------------*/
html,body,div,span,applet,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,
a,abbr,acronym,address,big,cite,code,
del,dfn,em,img,ins,kbd,q,s,samp,
small,strike,strong,sub,sup,tt,var,
b,u,i,center,
dl,dt,dd,ol,ul,li,
fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td,
article,aside,canvas,details,figcaption,figure,
footer,header,menu,nav,section,summary,
time,mark,audio,video{
    margin:0;
    padding:0;
}
article,aside,details,figcaption,figure,footer,
header,menu,nav,section{
    display: block;
}

fieldset,img{
    border:0;
}
address,caption,cite,dfn,th,var{
    font-style:normal;
    font-weight:normal;
}
caption,th{
    text-align:left;
}
h1,h2,h3,h4,h5,h6{
    font-size:100%;
    font-weight:normal;
}
q:before,q:after{
    content:'';
}
abbr,acronym{
    border:0;
}

/* FONTS
------------------------------------*/

@font-face {
    font-family: 'HelveticaNeueRegular';
    src: url('fonts/helveneubol-webfont.eot');
    src: url('fonts/helveneubol-webfont.eot?#iefix') format('embedded-opentype'),
        url('fonts/helveneubol-webfont.woff') format('woff'),
        url('fonts/helveneubol-webfont.ttf') format('truetype'),
        url('fonts/helveneubol-webfont.svg#HelveticaNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaNeueLTStd45Light';
    src: url('fonts/helveticaneueltstd-lt-webfont.eot');
    src: url('fonts/helveticaneueltstd-lt-webfont.eot?#iefix') format('embedded-opentype'),
        url('fonts/helveticaneueltstd-lt-webfont.woff') format('woff'),
        url('fonts/helveticaneueltstd-lt-webfont.ttf') format('truetype'),
        url('fonts/helveticaneueltstd-lt-webfont.svg#HelveticaNeueLTStd45Light') format('svg');
    font-weight: normal;
    font-style: normal;
}


/* MAIN
------------------------------------*/
html{
    font-size:100%;
    background-color: #A5A8A8;
}

body{
    min-height:100%;
    margin: auto;
    min-width: 1024px;
    font-family: Georgia, serif;
    font-size: .625em;
    line-height: 1;
    color:#222;
    background-color: #fff;
}

.main a {
    text-decoration:underline;
}

.main p,
.main li,
.main dd,
.main dt,
.main pre,
.main caption,
.main address {
    font-size: 12px;
    font-family:georgia;
    line-height: 1.5;
}
.main li li,
.main li li li,
.main li li li li {
    font-size: 1em;
}
.main big {
    line-height: 1;
}

.main p,
.main ul,
.main ol,
.main label,
.main fieldset,
.main pre,
.main caption,
.main dd,
.main address{
    font-size: 12px;
    font-family:georgia;
    margin-bottom:0.75em;
}
.main ul ul,
.main ul ul ul,
.main ul ul ul ul,
.main ol ol,
.main ol ol ol,
.main ol ol ol ol {
    margin-bottom:0;
}

/* CLEARFIX
------------------------------------*/
/* Fix clearing issues as per: http://nicolasgallagher.com/micro-clearfix-hack/ */
.cf,
.grids,
.main {
    zoom:1;
}
.cf:before,
.grids:before,
.main:before,
.cf:after,
.grids:after,
.main:after {
    content:"";
    display:table;
}
.cf:after,
.grids:after,
.main:after {
    clear:both;
}

.clear	{
    clear:both;
    float:none;
}
.clearer {
    display:block;
    clear:both;
    font-size:0;
    line-height:0;
    height:0;
    overflow:hidden;
}

/* CENTERING
---------------------------------------- */
.innerCtrRel {
    display: table;
    margin: 0 auto;
}

/* Text
---------------------------------------- */
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-family: Georgia, Georgia1, serif;
}
h1 {
    font-size: 2.4em;
    line-height: 1.1;
    margin-bottom: .238em;
}
h2 {
    font-size: 2em;
    line-height: 1.15;
    margin-bottom: .357em;
}
h3 {
    font-size: 2em;
    line-height: 1.2;
    margin-bottom: .476em;
}
h4, h5, h6 {
    font-size: 1.3em;
    margin-bottom: .715em;
}

h1.medTitle,
h2.medTitle,
h3.medTitle {
    text-align: center;
    font-size: 2.6em;
    text-transform: uppercase;
    margin: 18px 0 28px 0;
}
em, i {
    font-style: italic;
}
strong, b {
    font-weight: bold;
}
blockquote, q, cite {
    font-style: italic;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: none;
    content: "";
}
code, kbd, pre, samp, tt {
    font-family: "andale mono", consolas, monaco, "lucida console", "courier new", courier, monospace;
}
pre {
    /* word-wrap: break-word; */
    white-space: pre-wrap;
}
abbr, acronym, dfn {
    border-bottom: 1px dotted;
    cursor: help;
    font-style: normal;
    font-variant: normal;
}
var {
    font-style: normal;
}
center {
    text-align: center;
}

.hide {display: none;}
/* LISTS
---------------------------------------- */
ul {
    list-style: disc inside none;
}
ol {
    list-style: decimal inside none;
}
li ul, li ol {
    margin-bottom: 0;
}

/* LINKS
---------------------------------------- */
a{
    text-decoration:none;
    color: #333;
}
a:hover{
    text-decoration:underline;
}
:focus{
    outline: 0;
}

/* PRESENTATION
---------------------------------------- */
hr {
    border: 0;
    border-bottom: 1px solid;
}
big {
    font-size: 1.25em;
}
small, sub, sup {
    font-size: .85em;
}
sub, sup {
    line-height: 1;
}
sub {
    vertical-align: bottom;
}
sup {
    vertical-align: top;
}
del, s, strike {
    text-decoration: line-through;
}
ins {
    border-bottom: 1px dotted;
    text-decoration: none;
}
bdo {
    border-bottom: 1px dotted;
}
u {
    text-decoration: underline;
}
.bordered {
    padding: 8px 0;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    color: #464749;
}
/* CODE
---------------------------------------- */
pre,
code {
    font-family:monospace;
}
.main pre {
    overflow:auto;
    margin-bottom:1.5em;
}
.main pre {
    font-size: 147.44%;
}
.main code{
    line-height:1.25;
    font-size: 122.967%;
}
.main pre code {
    font-size: 100%;
}

/* IMAGES
---------------------------------------- */
img {
    font-style:italic;
    color:#000;
    text-transform: uppercase;
    vertical-align:top;
    text-align: center;
}
img.left {
    margin:0 20px 0 0;
}
img.right {
    margin:0 0 0 20px;
}

/* FORMS
---------------------------------------- */
/* Forms */
form {
    /* display:inline; magento */
}
fieldset,
div.fieldset {
    clear: left;
    overflow: hidden;
    margin: 0;
    border:0; /* magento */
}
legend {
    font-weight: bold;
    display:none; /* magento */
}
input, textarea, select, button {
    font-family: inherit;
}
label {
    margin: 0 10px 0 0;
}
input[type=button],
input[type=file],
input[type=image],
input[type=reset],
input[type=submit],
button[type=button],
button[type=reset],
button[type=submit] {
    cursor: pointer;
}
input[type=text],
input[type=password],
textarea,
input.input-text,
select {
    padding: 3px 3px 2px 4px;
    border: 1px solid #ececec;
    width: 220px;
    color: #666;
    margin: 0 10px 0 0;
}
select {
    width: 229px;
    line-height: 1.5;
    padding: 4px;
    font-size: 12px;
}

/* IE6, IE7 */
input[type=text],
input[type=password],
textarea {
    padding: 4px 3px 3px 4px
}
/* IE8, IE9 */
input[type=text],
input[type=password],
textarea {
    padding: 4px 3px 3px 4px
}
input[type=text]:focus,
input[type=password]:focus,
textarea:focus {
    color: #333;
}
textarea {
    line-height: 1.25;
    text-align: left;
    overflow: hidden;
}
.form-list {
    width: 100%;
}
.form-list > li,
.form-list li.fields div.field,
.form-list li.fields-inset div.field {
    margin: 10px 0 0 0;
    padding: 0 0 14px 0;
}
.form-list li.fields-inset  {
    padding: 0;
    margin: 0;
}
.form-list label {
    display: inline-block;
    vertical-align: top;
    width: 140px;
    font: 1.1em Georgia, Georgia1, serif;
}
.form-list .block-label {
    display: block;
    margin-bottom: 5px;
    width: auto;
}
.form-list .input-box {
    display: inline-block;
}
.form-list input.input-text  {
    font-family: arial, sans-serif;
}

.form-list li.control {
    width: /*166px*/100%;
}
.form-list li.control label {
    line-height: 1.7;
    margin: 0 6px 0;
    width: auto;
}
.form-list li.control .input-box,
.form-list li.control input {
    padding: 0;
}
.form-list li.control-wide-label {
    width: /*230px*/100%;
}
.form-list li.control-wide-label label {
    width: /*200px*/50% ;
}
p.required {
    display: none;
}
.form-info {
    padding: 35px 0 25px;
    margin: 0;
    font-size: 1.1em;
}
.form-buttons {
    clear: both;
}

/*---  BUTTONS --- */
.btns input,
button,
a.button,
input.button,
input[type=button],
input[type=reset],
input[type=submit] {
    border: 0;
    background: #a5a8a8;
    color: #fff;
    padding: 7px 9px 6px;
    cursor: pointer;
    line-height: 1;
    overflow: visible;
    font-size: 12px;
    text-transform: uppercase;
}
a.button {
    display: inline-block;
    text-decoration: none;
}
a.button:hover,
a.button:focus {
    color:#fff;
}
input[type=button] {
    width: auto;  /* cancel margin fix for other browsers */
}
td input[type=button] {
    width: 100%;
}
/* IE6, IE7 */
input[type=button] {
    /* *width: 0; */ /* IE table-cell margin fix */
    *overflow: visible;
}
/* IE8, IE9 */
input[type=button] {
    /* width: 0\0/; */ /* IE table-cell margin fix */
    overflow: visible\0/;
}

.btns input:hover,
button:hover,
a.button:hover,
input.button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
    background: #222;
}

.button-small {
    font-size: 0.875em;
}
/*---  CHECK LIST --- */
.check-list{
    width:100%;
    overflow:hidden;
    list-style:none;
    margin:0 0 1.5em 0;
}
.check-list li{
    width:25%;
    float:left;
}
.check-label{
    display:inline;
}
.check-label:after{
    content:normal;
}
.check-label::after{
    content:normal;
}

/*
To get placeholders working cross-browser see @dan_bentley�s jQuery plugin: https://github.com/danbentley/placeholder
*/
[placeholder]{
    cursor:pointer;
}
[placeholder]:active,
[placeholder]:focus{
    cursor:text;
}


/* Table
---------------------------------------- */
table{
    border-collapse:collapse;
    border-spacing:0;
    width:100%;
    max-width:100%;
    line-height: 1.3;
    empty-cells:show;
    font-size:100%;
}
thead tr:last-of-type th{
    /* Thicker border on the table-headers of the last row in the table head */
    border-bottom-width:1px;
}
tbody th{
    /* Thicker right border on table-headers in the table body */
    border-right-width:1px;
}
th:empty{
    /* Hide the borders on any empty table-headers */
    border:none;
}
th,td{
    vertical-align:top;
    padding:0.75em;
    border:1px solid #ccc;
}
th{
    text-align:center
}
/*
Assuming IE has an 'implied' colspan of one on cells without an explicit colspan attribute, fix/undo it.
See http://jsfiddle.net/csswizardry/UJJay/
*/
[colspan="1"]{
    text-align:left;
}
[rowspan="1"]{
    vertical-align:top;
}
tbody tr:nth-of-type(odd){
    background:rgba(0,0,0,0.05);
}
tfoot{
    text-align:center;
}
tfoot td{
    border-top-width:1px;
}


/* 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       { float:left !important; }
.f-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; }

.upLink {
    font-family: Georgia, Georgia1, serif;
    text-decoration: underline;
    text-transform: uppercase;
}
.ui-list {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.ui-list-inline > li {
    display: inline-block;
}
.promo-blocks {
    margin-bottom: 1em;
    overflow: hidden;
}
.promo-blocks > li {
    display: block;
    float: left;
    margin: 0 0 0 1%;
}

.promo-blocks > li:first-child {
    margin-left: 0;
}
/* Standard Widths */
.one-half {
    width: 49%;
}
.one-third {
    width: 32.666%;
}
.two-thirds {
    width: 64.5%;
}
.one-quarter {
    width: 24.25%;
}
.two-quarters {
    width: 49%;
}
.three-quarters {
    width: 71.4%;
}

/* ======================================================================================= */


/* std class reset */
.std .messages { margin-top:0; }
.std .messages { width:auto; list-style:none !important; padding:0 !important; margin-bottom:0 !important; }
.std .messages ul { list-style:none !important; padding-left:17px !important; margin:0 0 -11px !important; list-style-position: outside !important; }
.std .messages li { margin-bottom: 0; }

/* Global Messages */
.messages { width:100%; overflow:hidden; text-align:left; margin-top:0px/*10px*/; list-style: none; list-style-position: outside; }
.messages li { margin:0 0 10px; padding:0; }
.messages ul { padding:10px 17px 18px; margin:0 0 -11px!important; background-position:35px 100%; background-repeat:no-repeat; position:relative; list-style: none; list-style-position: outside; }
.messages ul li { margin:0; padding:0 0 3px; }
.messages a { text-decoration:underline; }
.messages a:hover { text-decoration:none; }
.messages li.error-msg,
.messages li.success-msg,
.messages li.note-msg,
.messages li.notice-msg { border-style:solid !important; border-width:/*1px*/0px !important; font-size:12px !important; }
p.error-msg { border-style:solid !important; padding:10px; border-width:1px !important; font-size:12px !important; margin:10px 0; }
/* Error Message */
.messages li.error-msg { border-color:#e9581f; background-color:#fff5f3; color:#d91a00; }
.messages li.error-msg a { color:#636363; font-weight: bold}
.messages li.error-msg ul { /* background-image:url(../images/bkg_msg-error.gif); */ }
.messages li.error-msg li { margin-bottom: 0; }
p.error-msg { border-color:#e9581f; background-color:#fff5f3; color:#d91a00; }
/* Success Message */
.messages li.success-msg { border-color:#446423; background-color:#eff5ea; color:#3d6611; }
.messages li.success-msg a { color:#636363; font-weight: bold;}
.messages li.success-msg ul { /* background-image:url(../images/bkg_msg-success.gif); */ }
.messages li.success-msg li { margin-bottom: 0;}
/* Notification Message */
.messages li.note-msg,
.messages li.notice-msg { border-color:#fcd344; background-color:#fafaec; color:#3d6611; }
.messages li.note-msg a,
.messages li.notice-msg a { color:#636363; font-weight: bold;}
.messages li.note-msg ul,
.messages li.notice-msg ul { /* background-image:url(../images/bkg_msg-note.gif); */ }
.messages li.notice-msg li { margin-bottom: 0; }

div.validation-process {
    background: url(../images/icons/opc-ajax-loader.gif) no-repeat 238px 5px;
}

div.validation-error input,
div.validation-error textarea,
div.validation-error select {
    border: 1px solid #9e3535!important;
}
.validation-advice {
    clear: left;
    padding-top: 3px;
    color: #9e3535;
    font-style: italic;
    width: 250px;
}

.cms-home .messages li {
    margin: 10px 30px 0 30px;
}

/* Layout ================================================================================ */

.wrapper {
    background: #fff;
    min-width: 1024px;
    overflow: hidden;
}

.container {
    width: 1015px;
    position: relative;
    margin: 0 auto;
    clear: both;
}

.page-print { background:#fff; padding:20px; text-align:left; }
.page-popup { padding:20px; text-align:left; }
.page-empty { background:#fff; padding:20px; text-align:left; }

#content {
    margin:0 auto;
    width: 1015px;
}

.main {
    margin:12px auto 40px auto;
    width: 1015px;
    text-align:left;
    position: relative;
    color: #333;
}

.sidebar { min-height:350px; }

.std {
    margin: 0;
    padding: 0;
}
/* Base Columns */
.col-left { float:left; width:181px; padding:0; margin:0; }
.col-main { float:left; width:786px; padding:0; }
.col-right { float:right; width:180px; padding:0; margin:0; }

/* 1 Column Layout */
.col1-layout .col-main { width: 1015px; }

/* 2 Columns Layout */
.col2-left-layout .col-main { float:right; padding-left: 20px; border-left: 1px solid #D3D6D6; }

/* 3 Columns Layout */
.col3-layout .col-main { width:586px; display:inline; }
.col3-layout .col-wrapper { float:left; width:788px; }
.col3-layout .col-wrapper .col-main { float:right; }

/* Content Columns */
.col2-set .col-1 { float:left; width:49%; }
.col2-set .col-2 { float:right; width:49%; }
.col2-set .narrow { width:33%; }
.col2-set .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:24%; }
.col4-set .col-2 { float:left; width:23.5%; margin-left: 2.5%; margin-right: 2.5%; }
.col4-set .col-3 { float:left; width:23.5%; }
.col4-set .col-4 { float:right; width:24%; }

/* ======================================================================================= */
/* HEADER
---------------------------------------- */
#header-container-wrap {
    margin-bottom: 5px;
}
#header-container {
    position: relative;
    font-family: Georgia, Georgia1, serif;
    z-index: 11;
}
#header .container {
    height: 165px;
    padding-bottom: 15px;
    border-bottom: 1px solid #d3d6d6;
}
.header-top {
    position: relative;
    z-index: 12;
}
.outerCtrAbs {
    position: relative;
    z-index: 1;
}
.top-form-wrap {
    text-align: center;
    background: #a5a8a8;
}
.top-form {
    margin: auto;
}
.top-form .close {
    cursor: pointer;
    width: 16px;
    height: 16px;
    background: url(../images/icons/btn_close_x_small.gif) no-repeat 0 0;
    position: absolute;
    top: 5px;
    right: 0;
    display: block;
    overflow: hidden;
    text-indent: -999em;
}
.header-right {
    float: right;
    margin-top: 18px;
    font: 1.2em Georgia, Georgia1, serif;
    color: #464749;
}
.header-right img {
    margin-top: 15px;
}
/* --- Logo --- */
#logo {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 50%;
    margin-left: -77px;
    font-size: 1em;
}
.replace {
    position:relative;
    margin:0; padding:0;
}
.replace span{
    position:absolute;
    top:0; left:0;
}
#logo a, #logo span {
    display: block;
    width:153px;
    height:128px;
    background-image: url(../images/logo.gif);
}
/* --- Top links ---*/
.top-links {
    position: relative;
    z-index: 3;
    float: right;
    margin: 30px 0 0 0;
    font-size: 1.2em;
}
.top-links a {
    color: #999;
    font-weight: normal;
}
.top-links a span {
    padding-left: 1px;
    color: black;
}
.top-links .links, .top-links .account-link {
    float: right;
    padding: 0 10px;
    background: url(../images/nav/pipe.gif) no-repeat 100% 0;
}
.top-links .top-cart {
    float: right;
    padding: 0 0 0 10px;
}
.top-links .links {
    list-style-type: none;
    margin: 0;
}
/* Top Sig in Signup */
#sigInTop .login-menu {
    float: right;
}
#sigInTop {
    width: 1015px;
    margin: 0 auto;
    height: 0;
    overflow: hidden;
    position: relative;
}

.sigin-form-list li,
.sigin-form-list li.fields div.field,
.sigin-form-list li.fields-inset div.field {
    clear: left;
    float: right;
    margin: 20px -10px 0 10px;
    /*width: 100%;*/ /* For IE6&7 */
}
#sigInTop .login-menu input.button {
    background: #222;
}
/* --- Language switcher --- */
.switcher-language {
    position: absolute;
    left: 0;
    top: 35px;
    cursor: pointer;
    padding: 5px 0 5px 10px;
    font-size: 1.2em;
}
.switcher-language .switcher {
    margin-left: 3px;
}
.language-list {
    position: relative;
    z-index: 10;
    padding: 3px;
    background: white;
    border: 1px solid #d0cfcf;
}

.switcher-language .current:after {
    content: '';
    display: inline-block;
    background: url('../images/nav/swicther.png') no-repeat 0 0;
    width: 11px;
    height: 8px;
    margin-left: 2px;
}
.language {
    display: block;
    padding: 5px;
    color: #999;
}
.language:before {
    height: 15px;
    width: 24px;
    margin-right: 10px;
    content: '';
    display: inline-block;
    vertical-align: middle;
    background: url('../images/nav/swicther.png') no-repeat 0 -19px;
}
.language-list li {
    border-top: 1px solid #e4e4e4;
}
.language-list a:hover {
    text-decoration: none;
    background-color: #e4e4e4;
}
.language-list li:first-child {
    border-top: none;
}
.language-gb:before, .language-default:before {
    background-position: 0 -19px;
}
.language-es_es:before {
    background-position: 0 -46px;
}
.language-fr_fr:before {
    background-position: 0 -74px;
}
.language-de_de:before {
    background-position: 0 -102px;
}

/* --- Shopping bag --- */
.top-cart .block-title {
    white-space:nowrap;
    cursor:pointer;
}

#cartHeader {
    display:block;
    text-decoration:none;
}

/* Top Shopping Cart */
.top-cart .block-content {
    position:absolute;
    z-index: 11;
    right:-66px;
    top:25px;
    width:312px;
    padding: 12px 0 0 0;
    background: url("../images/top_cart/indicator.png") no-repeat 50% 0 transparent;
    font-size: 0.8em;
}
@media screen and (max-width: 1165px) {
    .top-cart .block-content {
        right: 15px;
        background: url("../images/top_cart/indicator.png") no-repeat 76% 0 transparent;
    }
}
.top-cart .inner-wrapper {
    padding: 0;
    background: #fff;
    -moz-box-shadow: 0px 3px 3px rgba(102,102,102,0.5);
    -webkit-box-shadow: 0px 3px 3px rgba(102,102,102,0.5);
    -o-box-shadow: 0px 3px 3px rgba(102,102,102,0.5);
    box-shadow: 0px 3px 3px rgba(102,102,102,0.5);
}
.top-cart .cart-empty {
    border: 1px solid #d6d6d6;
    font-size: 1.2em;
}

.top-cart .block-subtitle {
    font-size:1em;
    color:#fff;
    background: #413d3e;
    line-height:1.5;
    padding:10px 10px 11px;
    font-family: Georgia, Georgia1, serif;
    min-height: 10px;
}
.top-cart .block-subtitle .close-btn {
    float:right;
    text-align:left;
    cursor:pointer;
    position:relative;
    z-index:1;
    text-transform: uppercase;
    font-family: arial, sans-serif;
    display: inline-block;
}
.top-cart .block-subtitle .close-btn:hover {
    text-decoration: underline;
}
.top-cart .cart-empty {
    padding:10px 10px 10px 20px;
}
.top-cart ol {
    padding: 0 10px;
    list-style: none;
    list-style-position: outside;
}
.top-cart ol .product-image {
    float: left;
    margin: 0 9px 0 0;
}
.top-cart ol img {
    width: 84px;
    height: 90px;
    float: left;
    margin: 0 0 9px 0;
}

.top-cart .item {
    padding: 8px 0 9px 0;
    margin: 0 0 1px 0;
    border-bottom: 1px solid #d2d6d5;
    overflow: hidden;
}

.top-cart .item .product-details {}

.top-cart .product-details-main {
    position: relative;
    float: left;
    width: 138px;
    padding: 0 9px 0 0;
    margin: 0 0 10px 0;
}
.top-cart .item .product-name {
    font-size:1.1em;
    line-height:1.5;
    margin: 0;
    text-align: left;
}
.top-cart .item .product-name a {
    text-decoration:none;
}
.top-cart .item .product-name a:hover,
.top-cart .item .product-name a:focus {
    text-decoration:underline;
}
.top-cart .item .prod_qty {
    text-transform: none;
}
.top-cart .block-content table {
    margin:0 0 9px 0;
}

.top-cart .block-content table th,
.top-cart .block-content tbody tr,
.top-cart .block-content table td {
    text-align:left;
    padding:0;
    border: 0;
    background: none;
    font-size: 1.1em;
    font-family: Georgia, Georgia1, serif;
}

.product-details-main .btn-edit {
    position: absolute;
    bottom: 0;
    right: 10px;
    text-decoration: underline;
    display: none;
}
.product-details-actions {
    float : left;
    width : 44px;
    text-transform: uppercase;
    text-align: right;
    padding-top: 2px;
}
.product-details-actions .btn-remove {
    color: #666;
    font-size: 0.9em;
}

.top-cart .subtotal {
    border-top: 1px solid #d2d6d5;
    border-bottom: 1px solid #d2d6d5;
    padding:12px 10px 12px 0;
    margin:0 10px;
    text-align:right;
    font-size: 1.8em;
    font-family: Georgia, Georgia1, serif;
}
.top-cart .subtotal .slash {
    color: #666;
}

.top-cart .actions {
    padding: 8px 10px 14px 10px;
    overflow: hidden;
}

.truncated .item-options span {
    font-size: 1.1em;
    text-transform: uppercase;
    float: left;
    padding: 0 0 0 11px;
    margin: 0 0 0 3px;
    background: url(../images/top_cart/tilda.png) no-repeat 0 2px;
}
.truncated .item-options span:first-child {
    padding: 0;
    background: 0;
    margin: 0;
}

/* Buttons
------------------------------------------------------------------------------*/
.buttons-set button,
.top-cart .actions button,
.btn-proceed-checkout,
.btn-shop-the-look,
.btn-continue,
.add-saved-items,
.account-login button {
    float: right;
    color: #fff;
    padding: 1px !important;
    margin: 0;
    position: relative;
}
.buttons-set button span,
.btn-proceed-checkout span,
.btn-shop-the-look span,
.btn-continue span,
.add-saved-items span,
.account-login button span {
    display: block;
    padding: 0;
    margin: 0 !important;
    padding: 7px 19px;
    margin: 0;
    position: relative;
}
.buttons-set button span span,
.btn-proceed-checkout span span,
.btn-shop-the-look span span,
.btn-continue span span,
.add-saved-items span span,
.account-login button span span {
    display: block;
    border: 0;
    margin: 0;
    padding: 0;
}
.button-small {
    font-size: 0.875em;
}
.buttons-center {
    text-align: center;
}
.buttons-center button {
    float: none;
}
.button-primary {
    background: #22793d;
}
.button-primary:hover {
    background: #1d9342;
}
/* Firefox & Safari adjustment */
.buttons-set button span,
.account-login button span,
.add-saved-items span,
.btn-proceed-checkout span,
.btn-shop-the-look span {
    margin: -1px -3px;
    padding: 7px 14px;
}

/* Top cart buttons */
.top-cart .actions button {
    width: 140px;
    height: 25px;
    padding: 0;
}
.top-cart .actions button span {
    display: block;
    padding: 0;
    margin: 0;
    width: 140px;
    height: 25px;
    line-height: 25px;
    position: absolute;
    top: 0;
    left: 0;
}
.top-cart .actions button span span {
    width: 136px;
    display: block;
    padding: 0;
    margin: 1px;
}

/* Top cart link button */
.top-cart .actions a,
#shop-the-look .btn-shop-the-look {
    float: left;
    color: #fff;
    font-size: 1.1em;
    background: #767676;
    padding: 0;
    margin: 0;
    text-align: center;
}
.top-cart .actions a span {
    color: white;
}
#shop-the-look .btn-shop-the-look{
    float:none;
    display:block;
    text-decoration: none !important;
}

.top-cart .actions a span,
#shop-the-look .btn-shop-the-look span {
    display: block;
    padding: 5px 16px;
    display: block;
    margin: 1px;
}
.top-cart .actions a span,
#shop-the-look .btn-shop-the-look span {
    padding: 5px 13px;
}

/* Top cart link button */
.top-cart .actions a {
    float: left;
    width: 146px;
    height: 25px;
    padding: 0;
    margin: 0;
    font-family: Georgia, serif;
}
.top-cart .actions a span {
    width: 142px;
    line-height: 24px;
    padding: 0;
    margin: 1px;
    text-transform: uppercase;
}

/* Continue button */
.btn-continue {
    float: left;
    border: 1px solid #d2d6d5;
    color: #8d8d8d;
    background: #ffffff;
}
.btn-continue span {
    border: 0;
    padding: 6px 10px;
}

.link-continue,
.back-link {
    display: inline-block;
    padding: 6px 0;
}
p.back-link {
    margin: 0;
}
.back-link a {
    font-size: 1.2em;
    color: #464749;
}
/* hover / focus actions */
.btn-shop-the-look:hover,
.btn-shop-the-look:focus,
#lookbookProducts .product-details a.button:hover,
#lookbookProducts .product-details a.button:focus,
#shop-the-look .btn-shop-the-look span:hover,
#shop-the-look .btn-shop-the-look span:focus {
    background: #595959;
    text-decoration: none;
    color: #f5f5f5;
    text-shadow: 0 0 1px #bebebe;
}
.add-saved-items:hover,
.add-saved-items:focus,
.btn-shop-the-look:hover,
.btn-shop-the-look:focus,
.account-login button:hover,
.account-login button:focus {
    color: #f5f5f5;
    text-shadow: 0 0 1px #737373;
    background: black;
}
.btn-continue:hover,
.btn-continue:focus,
.link-continue:hover,
.link-continue:focus {
    border: 1px solid #ccc;
    color: #222;
    background: #f5f5f5;
}

/* ---  Search --- */
.form-search {
    width: auto;
    margin: 20px 0 0 0;
    padding: 0;
    float: right;
    clear: right;
}
#search {
    padding: 7px 5px 6px;
    margin: 0 -20px 0 0;
    width: 208px;
    float: right;
    font-size: 1.2em;
}
.form-search button {
    float: right;
    background:url(../images/nav/search.gif) left 5px no-repeat;
    width: 15px;
    height: 20px;
    border: 0;
    position: relative;
    z-index: 2;
    text-indent: -9999px;
}
.form-search button.search-active {
    background-position: 0 -66px;
}
.form-search button.search-active:hover {
    background-position: 0 -135px;
}
.form-search label {
    display:none;
}
.form-search a {
    display: none;
}

#search_autocomplete {
    width: 244px!important;
    border-style: solid;
    border-color: #e8e8e8;
    border-width: 0 1px 1px 1px;
}
#search_autocomplete ul {
    list-style: none;
}
#search_autocomplete ul li {
    padding: 9px 12px;
    font-size: 1.1em;

}
#search_autocomplete ul li:nth-child(2n+2) {
    background-color: #f1f1f1;
}
#search_autocomplete ul .amount {
    display: none;
}


/* TOP NAVIGATION
---------------------------------------- */
.nav-container {
    width: 1015px;
    border-top: 1px solid #d3d6d6;
    padding-top: 110px;
}

#header .innerCtrAbs {
    top: 0;
}
#nav {
    padding-top: 24px;
    border-top: 1px solid #d3d6d6;
    list-style: none;
    text-align: center;
}
#nav li {
    display: inline-block;
    *display: inline;
    zoom: 1;
    background: transparent url(../images/nav/pipe.gif) no-repeat 100% 50%;
    text-transform: uppercase;
    font-size: 14px;
    position: relative;
    z-index: 11;
}

#nav li.last{
    margin: 0;
    padding: 0;
    background: none;
}

#nav > li:last-child {
    margin: 0;
    padding: 0;
    background: none;
}
#nav li a.level-top {
    display:block;
    padding: 15px;
    text-transform:uppercase;
    color:#212020;
}
#nav li a.level-top:visited {
    color:#212020;
}
.home #nav li a.level-top{
    color:#212020;
}
#nav li a.level-top:hover
#nav li a.level-top:focus,
#nav li.hover a.level-top{
    color:#fff;
    background: #8a8a8a;
    background: rgba(138,138,138,0.9);
    padding: 15px 15px 18px 15px;
}
#nav li img {
    position: relative;
    top: -2px;
    left: -2px;
}

#nav ul.level0 {
    background:#eeeeee;
    background: rgba(238,238,238,0.95);
    height: 0;
    overflow: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    padding: 0 20px;
    margin: 0;
    z-index: 10;
    border-top: none;
    max-width: 975px;
}
#nav ul {
    list-style: none;
}
#nav ul li,
#nav ul li.last{
    float: left;
    margin: 14px 0 0 0;
    padding: 0 0 18px 0;
    background-image: none;
    text-transform: none;
    letter-spacing: 0;
    font-size: 13px;
    width: 230px;
}
#nav ul li.view-all {
    display: none;
}
#nav ul li.show-view-all {
    text-align: left;
    margin: 20px 0 0;
    padding: 0;
    width: 100%;
    display: block;
}
#nav ul li.view-all + li {
    clear: left;
}
#nav ul li li,
#nav ul li li.last {
    clear: left;
    margin: 0;
    padding: 0;
}
#nav ul.level0 ul {
    float: left;
    width: 230px;
    list-style: none;
    margin: 0 0 10px 0;
    overflow: hidden;
}
#nav ul.level0 ul li {
    /* clear: left; */
    margin: 0;
    background: 0;
    text-transform: none;
    letter-spacing: 0;
    font-weight: normal;
    line-height: 1.5;
    width: 100%;
    text-align: left;
}
#nav ul.level0 li.parent span {
    text-transform: uppercase;
    margin: 0 0 8px 0;
    display: block;
    text-align: left;
}
#nav ul.level0 li.parent li a span {
    font-family: Georgia, Georgia1, serif;
    text-transform: none;
    margin: 0;
    display: inline;
    line-height: 1.8;
}

#nav ul.level0 ul li.spacer {
    margin: 0 0 9px 0;
}

#nav ul.level0 #twoColList, #nav ul.level0 .twoColLi {
    width: 460px;
}
#nav ul.level0 #twoColUL  {
    width: 230px;
}
.page-title {
    overflow: hidden;
    border-bottom: 1px solid #D3D6D6;
    margin: 0 auto;
}
.catalog-category-view .page-title {
    background-color: #f3f6f6;
    margin: 0;
}
.page-title h1 {
    text-align: center;
    text-transform: uppercase;
    padding: 40px 0 20px;
    margin: 0;
}
.sub-head {
    padding: 12px 0 4px;
    font: 1.4em Georgia, Georgia1, serif;
    color: #464749;
}
.sub-head p {
    margin-top: 7px;
}
.sub-head .logos {
    float: right;
}

/* BreadCrumbs */
.breadcrumbs {
    margin: 0;
    padding:7px 10px 5px;
    text-align:left;
    font-family: Georgia, Georgia1, serif;
    color: #aeb0b3;
    font-style: italic;
}
.breadcrumbs ul { margin: 0; }
.breadcrumbs li { display:inline; font-size: 1.1em; line-height: 1.5;}
.breadcrumbs li span { padding: 0 4px; }
.breadcrumbs li strong { font-weight: normal; }
.breadcrumbs a { color:inherit; text-decoration:none; }
.breadcrumbs a:hover { text-decoration:underline; }

/* Light windows */

/* ie6 box-model issue as lightwindow_contents has a border */
#lightwindow_container {
    padding-right:4px !important;
}

#lightwindow_title_bar #lightwindow_title_bar_inner a#lightwindow_title_bar_close_link{
    /*right:32px;
    top:42px;
    color: #111;
    font-size: 11px;

    background: url("../images/icons/close_lightbox.gif") no-repeat scroll right top transparent !important;
    height: 40px;
    padding: 0;
    position: absolute;
    text-transform: uppercase;
    width: 41px;
    text-decoration: none;
    z-index: 1;*/
    background: url("../images/icons/close_cross.png") no-repeat scroll 50% 50% #FFFFFF;
    border: 1px solid #CCCCCC;
    height: 15px;
    overflow: hidden;
    padding: 11px;
    position: absolute;
    right: 32px;
    text-indent: -999em;
    top: 42px;
    width: 16px;
    z-index: 1;
}

#lightwindow_title_bar #lightwindow_title_bar_inner a#lightwindow_title_bar_close_link.small{
    background: url("../images/icons/close_cross.png") no-repeat scroll 50% 50% #FFFFFF;
    background-size: 10px 10px;
    border: 1px solid #CCCCCC;
    height: /*15px*/22px;
    padding: /*11px*/0px;
    position: absolute;
    right: 8px;
    top: /*10px*/35px;
    width: /*16px*/22px;
}

#lightwindow_title_bar #lightwindow_title_bar_inner a#lightwindow_title_bar_close_link:hover{
    background-color: #EFEFEF;
}

#lightwindow_data_slide {
    display: none!important;
}
#lightwindow_contents{
    border: 5px solid #808080!important;
}
#lightwindow_title_bar {
    overflow:visible!important;
}

#lightwindow_container .page-title h1 {
    padding: 10px 0 15px 0!important;
}
#lightwindow_container .page-empty  {
    position: absolute!important;
    top: 0!important;
    bottom: 0!important;
}


/* Lightwindows */

.page-empty {
    background: #fff;
    color: #333;
}
.page-empty .page-title h1 {
    background: #fff;
    color: #222;
    font-family: Georgia, Georgia1, serif;
    text-transform: uppercase;
    font-size: 1.4em;
    margin: 0 0 10px 0;
}
.page-empty .std {
    padding: 20px;
    background: #fff;
    margin-bottom: 0;
}

/* Slider styles
---------------------------------------- */

div#fullWidthHolder{
    overflow:visible;
}
div#fullWidthHolder div.slide{
    position:relative;
    top:0;
}
div#fullWidthHolder div.slide div.tooltip div.content{
    display:none;
}
div#tooltipContainer a.close{
    display: block;
    width:15px;
    height:15px;
    position:relative;
    top:18px;
    left:-18px;
    z-index:25;
    font-size:15px;
    line-height:15px;
    border:1px solid #ccc;
    text-transform:uppercase;
    text-indent:3px;
}
div#tooltipContainer a.close:hover{
    text-decoration:none;
}
div#tooltipContent{
    padding:10px;
    z-index:20;
}
div#fullWidthHolder div.slide div.title{
    position:absolute;
    width:422px;
    z-index:2;
    overflow:hidden;
    text-align:center
}
div#fullWidthHolder div.slide div.title a.semitransparent{
    display:block;
    background:transparent url('../images/tooltips/trans-grey.png') repeat;
    padding:6px;
    font-family:Georgia,sans-serif;
    font-size:16px;
    color:#fff;
    text-decoration:none;
    text-transform:uppercase;
    letter-spacing:2px;
}
div#fullWidthHolder div.slide div.title a.opaque{
    display:block;
    background:white;
    padding:6px;
    font-family:Georgia,sans-serif;
    font-size:16px;
    color:black;
    text-decoration:none;
    text-transform:uppercase;
    letter-spacing:2px;
}
div#fullWidthHolder div.slide div.item-video{
    left:0;
}
.widget-product-link a.button{
    font-family: arial,sans-serif;
    margin: 0 0 10px 17px;
    text-decoration: none;
    background: linear-gradient(center top , #767676 0%, #686868 100%) repeat scroll 0 0 transparent;
    color: #FFFFFF;
    font-size: 1.0em;
    font-weight: bold;
    margin: 0;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
}

.widget-product-link a.button span{
    padding: 4px 18px;
    border: 1px solid #FFFFFF;
    display: block;
    margin: 1px;
}

/* FOOTER
---------------------------------------- */
#footerTop {
    margin-top: 20px;
    clear: both;
    border-top: 1px solid #d6d6d6;
    color: #464749;
    font-size: 1.4em;
    line-height: 1.5;
    padding: 0; /* No padding for footerRaise calculation */
}
#footerTop .container {
    overflow: hidden;
    position: static;
}
.footer-top-blocks > li {
    background: url("../images/nav/footer-pipe.gif") no-repeat right 68%;
    float: left;
    margin-top: 11px;
}
.footer-top-blocks > li:last-child {
    background: none;
}
.footer-top-blocks > .tall {
    margin-top: 0;
}
.footer-top-blocks a {
    line-height: 28px;
    margin: 12px 0 3px 0;
    display: inline-block;
    color: inherit;
    text-decoration: none;
}
.footer-top-blocks a:hover {
    color: #000;
}
.promo-block-img {
    margin-right: 15px;
}
#footerTop .newsletter-fields {
    margin: 14px 0 12px 10px;
    display: block;
}
#footerTop .container .form-subscribe,
#footerTop .container .v-fix {
    width: auto;
    margin: 0;
    background: none;
}
#footerTop fieldset {
    margin: 0;
}
#footerTop label {
    float: left;
    display: inline-block;
    margin: 2px 0 10px;
    text-transform: uppercase;
    font-size: 0.8em;
    line-height: normal;
}
#footerTop input[type=text] {
    width: 151px;
    margin: 2px 0 0 0;
    padding: 5px 2px 4px;
}
#footerTop input,
#footerTop button {
    float: left;
}
#footerTop input.button {
    font-size: 83.666%;
    height: 26px;
    margin-top: 2px;
}
.browserSafari #footerTop input.button {
    padding-bottom: 6px;
}
#footerTop input {
    font-size: 0.875em;
}
#footerTop #advice-validate-email-newsletter {
    width: 230px;
    margin-right: 0;
    font-size: 91.666%;
}
#footer {
    width: 100%;
    position: relative;
    z-index: 2;
    background: #c3c6c6;
    color: black;
}
#footer .container {
    width: 1015px;
    margin: 0 auto;
    overflow: hidden;
}

#footerColumns {
    margin-top: 32px;
    overflow: hidden;
}
#footer .column {
    width: 252px;
    min-height: 400px;
    float: left;
    border-left: 1px solid #d2d0d0;
    margin-left: 17px;
}
#footer .delivery-list {
    color: #464749;
    padding: 18px;
    float: left;
    width: 192px;
    background: #f6f6f6;
    border: 1px solid #949797;
    margin: 0;
}
#footer .delivery-list h3 {
    font-size: 16px;
    color: #464749;
}
#footer .delivery-list p {
    margin: 36px 0 0 0;
    font-size: 1.3em;
    line-height: 1.3em;
}
#footer .delivery-list ul {
    list-style: none;
    font-size: 1.2em;
    margin: 6px 0 0 0;
}
#footer .delivery-list li {
    padding: 14px 0;
    border-top: 1px #e0e1e3 solid;
}
#footer .delivery-list a{ 
    display: block;
    padding: 0 0 0 80px;
    line-height: 39px;
}
#footer .delivery-list .uk {
    background: url("../images/icons/big-flags.gif") 0 0 no-repeat;
}
#footer .delivery-list .fr {
    background: url("../images/icons/big-flags.gif") 0 -39px no-repeat;
}
#footer .delivery-list .es {
    background: url("../images/icons/big-flags.gif") 0 -78px no-repeat;
}
#footer .delivery-list .de {
    background:url("../images/icons/big-flags.gif") 0 -119px no-repeat;
}
#footer .delivery-list li:first-child {
    border: none;
}
#footer .last {
    width: 225px;
}
#footer .column ul {
    list-style: none;
    margin-left: 18px;
    padding-top: 14px;
}
#footer .column li {
    font-family: Georgia, Georgia1, serif;
    font-size: 1.2em;
    padding: 0 0 14px 0;
}
#footer .column li.heading {
    font-weight: bold;
    text-transform: uppercase;
}

#footer .facebook,
#footer .twitter,
#footer .youtube,
#footer .flckr,
#footer .pinterest,
#footer .instagram{
    height: 21px;
    padding: 0 0 0 27px;
    display: block;
    line-height: 21px;
}
#footer .facebook {
    background: url(../images/icons/facebook.png) no-repeat 0 0;
}
#footer .twitter {
    background: url(../images/icons/twitter.png) no-repeat 0 0;
}
#footer .youtube {
    background: url(../images/icons/youtube.png) no-repeat 0 0;
}
#footer .flckr {
    background: url(../images/icons/flckr.png) no-repeat 0 0;
}
#footer .pinterest {
    background: url(../images/icons/pinterest.png) no-repeat 0 0;
}
#footer .instagram {
    background: url(../images/icons/instagram.png) no-repeat 0 0;
}
#footer .facebook:hover,
#footer .twitter:hover,
#footer .youtube:hover,
#footer .flckr:hover,
#footer .pinterest:hover,
#footer .instagram:hover{
    background-position: 0 100%;
    text-decoration: none;
}
#miniLogo {
    clear: left;
    width: 48px;
    height: 40px;
    overflow: hidden;
    text-indent: -999em;
    background: url(../images/logo_mini.png) no-repeat 0 0;
    margin: 30px auto 20px auto;
}
#baseBar {
    background: #a5a8a8;
    width: 100%;
}
#baseBar ul {
    list-style: none;
    text-align: center;
}
#baseBar ul li {
    display: inline;
    text-transform: uppercase;
    font-size: 1.1em;
    line-height: 2;
    padding-bottom: 2px;
    color: #fff;
}
#baseBar ul li a {
    display: inline-block;
    padding: 10px 6px;
    color: #fff;
}

#global_messages_overlay{
    background: none repeat scroll 0 0 #444444;
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 500;
}
#global_messages {
    bottom: 0;
    display: block;
    height: 100%;
    left: 0;
    margin: auto;
    padding: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: visible;
    width: 400px;
    z-index: 9999;
}

#global_messages_content {
    display: block;
    /*height: 400px;*/
    left: 0;
    margin: auto;
    padding: 0;
    position: relative;
    right: 0;
    visibility: visible;
    width: 400px;
}

#global_messages_close {
    background: url("../images/icons/close_cross.png") no-repeat scroll 50% 50% #FFFFFF;
    background-size: 10px 10px;
    border: 1px solid #CCCCCC;
    height: /*15px*/22px;
    padding: /*11px*/0px;
    position: absolute;
    right: 5px;
    top: /*10px*/5px;
    width: /*16px*/22px;
}

#global_messages_close:hover{
    background-color: #EFEFEF;
}

#global_messages div.messages-top{
    background: none repeat scroll 0 0 #C4C5C7;
    height: 37px;
}

#global_messages div.messages-top div.messages-title{
    float: left;
    height: 37px;
    line-height: 37px;
    padding-left: 0;
    text-align: center;
    width: 100%;
    overflow: hidden;
}

#global_messages div.messages-top div.messages-title span{
    color: #FFFFFF;
    font-size: 1.4em;
    text-transform: uppercase;
}

#global_messages div.messages-bottom{
    background: none repeat scroll 0 0 #C4C5C7;
    height: 37px;
    position: relative;
}

#global_messages div.messages-bottom img.logo{
    bottom: 0px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 23px;
    top:0px;
    }

.messages li, .messages li li {
    margin: 0 !important;
    background:#FFFFFF !important;
    border:none !important;
    text-align: center !important;
}

.error-msg, .success-msg, .note-msg, .notice-msg {
    background-position: 13px 13px !important;
    border: medium none !important;
    font-size: 14px !important;
    min-height: 22px !important;
    /*padding: 10px 60px 10px 10px !important;*/
    padding: 10px !important;
    border-width: 0 !important;
}
.note-msg, .notice-msg { color: #d6b501; }

.messages li span{
    font-family: Georgia,Georgia1,serif;
    color: #000000;
    font-size: 1.3em;
    font-weight: normal;
    margin-bottom: 0;
    padding: 0;
    text-align: center;
    letter-spacing: 1px;
    line-height: 1.2;
}
