/* Header ================================================================================ */

.header {
    padding: 20px 10px 0 10px;
    border: none;
}

.header .col1 {
    float: left;
}

.header .col2 {
    float: right;
}

.header .col2 .row {
    clear: both;
}

.header .logo {
    margin: 21px 0 0 0;
    display: block;
}

.header .welcome-msg {
    color: #00809f;
    margin: 0;
}

.header .links {
    text-align: right;
    margin: 0 0 28px 0;
    padding: 0;
}

.header .links li {
    border-right: 1px solid #ccc;
    margin: 0 10px 0 0;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.header .links a {
    text-transform: uppercase;
    text-decoration: none;
    padding: 0 10px 0 0;
}

.header .links li a span {
    font-weight: bold;
}

.header .links li.last,
.header .links li.last a {
    padding: 0;
    margin: 0;
    border: none;
}

.header #search_mini_form {
    float: right;
}

.header .form-search {
    text-align: right;
    display: block;
    background: #f5f5f5;
    padding: 10px;
}

.header .form-search .input-text {
    border: none;
    color: #666;
    padding: 12px 5px 8px 30px;
    line-height: 11px;
    border-radius: 5px;
    background: #fff url(http://www.country-dreams.se/skin/frontend/vaimo/vaimo_country/images/sprite.png) 5px 8px no-repeat;
    width: 160px;
    text-transform: uppercase;
    font-size: 11px;
    box-shadow: inset 1px 1px 0 1px rgba(0,0,0,0.21);
}

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

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

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

.header .form-search .search-autocomplete li .amount {
    float: right;
    font-weight: bold;
}

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

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

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

/********** < Navigation */
.nav-container {
    margin: 25px 0 18px 0;
}

#nav {
    border-bottom: 10px solid #333333;
    padding: 0;
    margin: 0;
    font-size: 13px;
    line-height: 13px;
}

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

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

#nav li.parent {
}

#nav li a {
    display: block;
    text-decoration: none;
}

#nav li a:hover {
    text-decoration: none;
}

#nav li a span {
    display: block;
    white-space: nowrap;
    cursor: pointer;
}

#nav li ul a span {
    white-space: normal;
}

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

#nav li a {
    float: left;
    padding: 10px;
    font-weight: bold;
    text-transform: uppercase;
}

#nav li a:hover {
    background: #e5e5e5;
}

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

/* 2nd Level */
#nav ul,
#nav div {
    position: absolute;
    width: 15em;
    top: 25px;
    left: -10000px;
    border: 2px solid #333;
    background: #fff;
    padding: 10px 0;
}

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

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

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

#nav ul li {
    float: none;
    border-bottom: none;
}

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

#nav ul li a {
    float: none;
    padding: 3px 9px;
    font-weight: normal;
    font-size: 11px;
}

/* Show menu */
#nav li ul.shown-sub,
#nav li div.shown-sub {
    left: 0;
    z-index: 1001;
}

#nav li .shown-sub ul.shown-sub,
#nav li .shown-sub li div.shown-sub {
    left: 100px;
}

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