/* Header ================================================================================ */
.top-container {
    background: url(../images/header-background.png);
    background-repeat: repeat-x;
}
.header-container {
    clear: both;
    width:960px;
    margin: auto;
    padding: 0px;
}

.header-row1 a {
    margin-left: 5px;
    margin-right: 5px;
}

.header-row1-col1 {
    float: left;
    width: 40%;
    margin-top: 20px;
}

.header-row1-col1 a {
    float: left;
}
.header-container a {
    text-transform: uppercase;
    font-size: 12px;
    font-family: 'SofiaProRegular';
    font-style: normal;
    font-weight: 400;
    cursor: pointer;
}


.header-row1-col2 {
    float: left;
    text-align: center;
    width:20%;
}

.logo img {
    max-width: 200px;
    max-height: 55px;
}

.header-row1-col3 {
    float:right;
    width: 40%;
    margin-top: 20px;
}

.header-row1-col3-link {
    float: right;
}

.header-row2 {
    clear: both;
    /*text-align: center;*/
    margin: auto;
    padding: 20px;
    width: 680px;
}
.header-row1-col1 #header_wishlist .links li.last a {
    text-transform: uppercase;
    text-decoration: none;
    padding: 0 10px 0 0;
    font-size: 12px;
    color: #000;
    font-family: 'SofiaProRegular';
    font-style: normal;
    font-weight: 400;
}

.header-row1-col3 .store-switcher {
    float: right;
    position: relative;
    margin-left: 0;
}
.header-row1-col3 .store-switcher-arrow {
    background-image: url('../images/sprite.png');
    background-repeat: no-repeat;
    background-position: right -66px;
    width: 6px;
    left: 37px;
    height: 6px;
    top: 18px;
    position: absolute;
}
.header-row1-col3 .store-switcher ul {
    margin: -2px 0 0 ;
    padding: 0;
}
.header-row1-col3 .store-switcher ul#select-stores-flags {
    position: absolute;
    z-index: 1000;
    left: 17px;
    top: 30px;
    padding: 5px 9px 0;
}
.header-row1-col3 .store-switcher ul#select-stores-flags li{
    display: block;
    margin-top: -10px;
}
.header-row1-col3 .store-switcher ul li ul {
    display: none;
}

.header-row1-col3 .store-switcher a {
    font-family: 'SofiaProRegular'
}
.header-row1-col3 .store-switcher a img {
    margin-bottom: 15px;
}
.header-row1-col3 .store-switcher a.selected {
    display: none;
}

#atca-cart {
    float: right;
}
.header-row1-col1 #search_mini_form {
    float: left;
}

.header-row1-col1 .form-search {
    text-align: left;
    display: block;
}

.header-row1-col1 .form-search .input-text {
    border: none;
    color: #000;
    padding: 0 5px 0 18px;
    height: 16px;
    line-height: 16px;
    border-radius: 5px;
    background: url(../images/sprite.png) 0 -174px no-repeat;
    text-transform: uppercase;
    width: 115px;
    font-size: 12px;
    font-family: 'SofiaProRegular';
    font-style: normal;
    font-weight: 400;
    cursor: pointer;
}

.header-row1-col1 .form-search .search-autocomplete {
    z-index: 999;
}

.header-row1-col1 .form-search .search-autocomplete ul {
    border: 1px solid #ddd;
    background-color: #fff;
}

.header-row1-col1 .form-search .search-autocomplete li {
    padding: 5px;
    border-bottom: 1px solid #ddd;
    cursor: pointer;
    text-align: left;
}

.header-row1-col1 .form-search .search-autocomplete li .amount {
    float: right;
    font-family: 'SofiaProSemiBold'
    font-weight: 400;
}

.header-row1-col1 .form-search .search-autocomplete li.selected {
    background-color: #efefef;
}

.header-row1-col1 .form-language {
    clear: both;
    text-align: right;
}

.header-container .top-container {
    clear: both;
    text-align: right;
}

/********** < Navigation */
.nav-container {
    /*max-width: 50%;*/
    display: block;
    /*margin-left: auto;*/
    /*margin-right: auto;*/
}

#nav {
    padding: 0;
    margin: 0;
    font-size: 12px;
    line-height: 12px;
}

/* All Levels */
#nav li {
    text-align: left;
    position: relative;
}

#nav li.over {
    z-index: 998;
}

#nav li.parent {
}

#nav li a {
    display: block;
    text-decoration: none;
    color: #000;
    background: url(../images/sprite.png) no-repeat 100% 7px;
}
#nav li.last a {
    background: none;
}

#nav li a:hover span,
#nav li.active a span {
    text-decoration: none;
    background: url(../images/top-nav-active.png) no-repeat center bottom;
    color: #000;
}

#nav li li a:hover span,
#nav li.active li a span {
    text-decoration: none;
    background: none;
    color: #000;
    font-size: 20px;
}

#nav li a span {
    display: block;
    white-space: nowrap;
    cursor: pointer;
    font-size: 20px;
    line-height: 20px;
    font-family: 'SofiaProSemiBold';
    font-style: normal;
    font-weight: 400;
    padding: 0 0 6px 0;
}

#nav li ul a span,
#nav li ul a:hover span,
#nav li.active ul li a span {
    white-space: normal;
    font-size: 16px;
    line-height: 16px;
}

/* 1st Level */
#nav li {
    float: left;
}

#nav li a {
    font-family: 'SofiaProSemiBold'
    float: left;
    padding: 0 25px 0 20px;
    font-weight: 400;
    text-transform: uppercase;
}
#nav li li{
    margin: 0 13px;
    border-bottom: 1px dashed #666;
}
#nav li li a{
    padding: 20px 12px;
    background: none;
}
#nav li li a span{
    padding: 0;
}

#nav li.over a:hover,
#nav li.active a:hover {
}

/* 2nd Level */
#nav ul,
#nav div {
    position: absolute;
    width: 164px;
    top: 25px;
    left: -10000px;
    background: #c9cfd8;
    padding: 0;
}

#nav div ul {
    position: static;
    width: auto;
    border: none;
}

#nav li.over ul li a,
#nav li.active ul li a {
    background: #c9cfd8;
}

/* 3rd+ leven */
#nav ul ul,
#nav ul div {
    top: 7px;
    background: #fff;
}

#nav ul li {
    float: none;
}

#nav ul li.last {
    border-bottom: 0;
}

#nav ul li a {
    float: none;
    font-weight: normal;
}

/* 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: 200px;
    top: -20px;
}

/********** Navigation > */
/* ======================================================================================= */