@charset "utf-8";
/**
 * Stylesheet for «Boka Sverige» white label
 *
 */

/**
 * Helpers
 */
.hidden {
    display: none;
}
.ftr {
    float: right;
}
.ftl {
    float: left;
}
/**
 * This clearing technique was developed by Tony Aslett, of csscreator.com
 * http://www.positioniseverything.net/easyclearing.html
 */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.unselectable, .unselectable * {
    -moz-user-select: none;
    -khtml-user-select: none;
}

/* ========== Progress Indicator ========== */
#pleasewait {
    z-index: 999;
    position: absolute;
    left: 50%;
    top: 50%;
    padding: 10px;
    border: 1px solid #cccccc;
    background-color: white;
    font-weight: bold;
    color: black;
    white-space: nowrap;
}
#pleasewait .roller {
    width: 11px;
    height: 11px;
    background: url(../i-wl/roller.gif) no-repeat left top;
    margin-right: 0.7em;
}



body {
    background-color: white;
    text-align: left;
}

#fixed-width-990 {
    width: 76.1538em;
    margin: auto;
}

#bd {
    margin-top: -30px;
    padding: 12px 8px 16px;
    z-index: 15;
}

.body-main {
    float: left;
    margin-right: -100%;
    position: relative;
    width: 100%;
}
.body-squeeze {
    margin: 0 256px;
    position: relative;
}

.body-main .message {
    padding: 34px 20px 16px 20px;
}
.body-main .message h1 {
    color: #346088;
    font-family: Georgia, serif;
    font-size: 189%;
}
.body-main .message p {
    color: #666666;
    font-size: 108%;
    line-height: 1.74em;
    padding: 6px;
}

.body-main .banners {
    background: url(../i-wl/presentation/sea-boats.jpg) no-repeat center top;
    padding-top: 256px;
}
.body-main .banners .banner-bokasverige {
    background: url(../i-wl/presentation/bokasverige.gif) no-repeat center top;
    height: 99px;
}
.body-main .banners .banner-bokasverige p {
    font-family: Georgia, sans-serif;
    font-size: 138.5%;
    color: white;
    padding: 22px 218px 0 38px;
}
.body-main .banners .banner-bokasverige a {
    color: white;
}



#hd .head-shadow {
    background: url(../i-wl/head-shadow.png) repeat-x left top;
    height: 20px;
    width: 100%;
    position: relative;
    overflow: hidden;
    text-indent: -9999px;
}
#head-panel .head-shadow {
    top: 84px;
    z-index: 25;
}

#head-panel {
    background: url(../i-wl/top.gif) repeat-x left top;
    position: relative;
    height: 84px;
    z-index: 10;
}

/* fixes for presentation pages */
#content #head-panel {
    background: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 400px;
    font-family: Arial, sans-serif;
    font-size: 13px;
}
#content #head-panel .head-menu {
}
#content #head-panel ul {
    list-style: none;
}


#head-panel div.logo, #head-panel div.logo a {
    display: block;
    width: 170px;
    height: 50px;
    overflow: hidden;
    text-indent: -9999px;
    position: relative;
}
#head-panel div.logo {
    position: absolute;
    left: 20px;
    top: 20px;
    background: url(../i-wl/logo.gif) no-repeat -20px -20px;
}

#head-panel ul.head-menu {
    position: absolute;
    right: 0;
    bottom: 10px

}
#head-panel ul.head-menu li {
    background: url(../i-wl/icons/top-panel-sprite.gif) no-repeat left top;
    font-family: Arial, sans-serif;
    font-size: 108%;
    font-weight: bold;
    float: left;
    padding: 8px 0 8px 40px;
    margin-right: 30px;
    position: relative;
    color: white;
    cursor: pointer;
}
#head-panel ul.head-menu li a {
    color: white;
    text-decoration: none;
}
#head-panel ul.head-menu li.hover a {
    text-decoration: underline;
}

#head-panel ul.head-menu li.shopping-cart {
    background-position: 0 -115px;
}
#head-panel ul.head-menu li.my-space {
    background-position: 0 -35px;
}
#head-panel ul.head-menu li.login {
    background-position: 0 -35px;
}
#head-panel ul.head-menu li.shopping-cart span {
    color: #ffc600;
}

#head-panel .dropdown-holder {
    height: auto;
    width: 212px;
    position: absolute;
    top: 84px;
    right: 8px;
    z-index: 20;
}
#head-panel .dropdown {
    position: absolute;
    width: 100%;
}
#head-panel .dropdown-cap {
    background: transparent url(../i-wl/top-dropdown-cap.png) no-repeat left top;
    width: 100%;
    height: 21px;
}
#head-panel .dropdown-body {
    background: transparent url(../i-wl/top-dropdown.png) no-repeat left top;
    width: 100%;
}
#head-panel .dropdown-body ul {
    padding: 25px 10px 0;
}
#head-panel .dropdown-body li {
    padding: 8px 0 8px 44px;
    background: white url(../i-wl/icons/top-dropdown-sprite.gif) no-repeat left 100px;
    font-family: Arial, sans-serif;
    font-size: 100%;
    font-weight: bold;
    position: relative;
}
#head-panel .dropdown-body li a {
    color: #114a7e;
    text-decoration: none;
}
#head-panel .dropdown-body li a:hover {
    text-decoration: underline;
}
#head-panel .dropdown-body li.favorites {
    background-position: 0 0;
}
#head-panel .dropdown-body li.orders {
    background-position: 0 -64px;
}
#head-panel .dropdown-body li.contributions {
    background-position: 0 -128px;
}
#head-panel .dropdown-body li.cancellation {
    background-position: 0 -192px;
}
#head-panel .dropdown-body li.logout {
    background-position: 0 -256px;
}


body.anonymous #head-panel .dropdown .dropdown-body {
    height: 100px;
}
body.anonymous #head-panel .dropdown #login-form {
    position: absolute;
    top: 0;
    width: 212px;
}
.anonymous #head-panel .dropdown #login-form .form-wrapper {
    padding: 25px 14px 0;
}
.anonymous #head-panel .dropdown #login-form table {
    width: 100%;
    table-layout: fixed;
}
#login-form td.buttons {
    width: 40%;
}
#login-form td.text {
    padding-right: 20px;
}
#login-form input.text {
    border: 0;
    width: 100%;
    padding: 3px 6px;
    background-color: #518bbb;
    color: white;
    font-family: Arial, sans-serif;
    font-size: 93%;
    font-weight: bold;
}

#login-form span.s-btn,
#login-form span.s-btn span {
    background: transparent url(../i-wl/buttons/btn-long-blue28px-sprite.gif) no-repeat left top;
    display: block;
    cursor: pointer;
    text-align: center;
}
#login-form .btn-white,
#login-form .btn-white span {
    background-image: url(../i-wl/buttons/btn-long-white28px-sprite.gif) !important;
}
#login-form span.s-btn {
    background-position: right -28px;
    padding-right: 6px;
}
#login-form span.s-btn span {
    padding-left: 6px;
    line-height: 28px;
    height: 28px;
}
#login-form .s-btn button {
    padding: 0;
    border: 0 none;
    color: white;
    font-family: Arial, sans-serif;
    font-size: 85%;
    font-weight: bold;
    background: transparent;
    position: relative;
    top: 5px;
    cursor: pointer;
}
#login-form .s-btn a {
    font-family: Arial, sans-serif;
    font-size: 85%;
    font-weight: bold;
    display: block;
    text-decoration: none;
    color: white;
}

#login-form .btn-white button,
#login-form .btn-white a {
    color: #2a567d;
}

#login-form .last a {
    color: #1a3c5a;
    font-size: 93%;
    font-weight: bold;
    text-decoration: none;
}
#login-form .last a:hover {
    text-decoration: underline;
}
#login-form .last {
    padding-top: 6px;
}

body.authenticated #head-panel .login {
    display: none !important;
}
body.authenticated #head-panel #login-form {
    display: none !important;
}
body.anonymous #head-panel .my-space {
    display: none !important;
}
body.anonymous #head-panel .dropdown-body ul {
    display: none !important;
}


/* ========== Map stuff ========== */
#head-map {
    width: 100%;
    position: relative;
}
#head-map .map-holder {
    height: 480px;
    width: 100%;
    position: relative;
    background-color: #e5e3df;
}
#head-map div.zoom-gadget,
#head-map div.zoom-gadget div.zoom-gadget-img {
    /*width: 190px;*/
    width: 164px;
    height: 28px;
}
#head-map div.zoom-gadget div.zoom-gadget-img {
    background: transparent url(../i-wl/map/zoom.png) no-repeat left top;
}
#head-map div.zoom-gadget div.zoom-gadget-btn {
    position: absolute;
    width: 12px;
    height: 12px;
    cursor: pointer;
    overflow: hidden;
    text-indent: -9999px;
}
#head-map div.zoom-gadget div.zoom-gadget-knob,
#head-map div.zoom-gadget div.zoom-gadget-slider .ui-slider-handle {
    width: 9px;
    height: 17px;
    position: absolute;
    background: url('../i-wl/map/zoom-knob.gif') no-repeat left top;
    cursor: pointer;
}
#head-map div.zoom-gadget div.zoom-gadget-slider {
    width: 87px;
    height: 17px;
    position: absolute;
    left: 57px;
    top: 5px;
}
#head-map div.zoom-gadget div.zoom-gadget-slider a {
    border-style: none;
    outline-style: none;
}

#head-map div.pan-gadget,
#head-map div.pan-gadget div.pan-gadget-img {
    width: 77px;
    height: 77px;
}
#head-map div.pan-gadget div.pan-gadget-img {
    background: transparent url(../i-wl/map/pan.png) no-repeat left top;
}
#head-map div.pan-gadget div.pan-gadget-btn {
    position: absolute;
    width: 15px;
    height: 15px;
    cursor: pointer;
    overflow: hidden;
    text-indent: -9999px;
}

/* ========== Sidebar stuff ========== */
.sidebar {
    width: 248px;
    position: relative;
    z-index: 2;
}
.sidebar-left {
    float: left;
}
.sidebar-right {
    float: right;
}

/* ========== Sidebar Block - common styles ========== */
.sidebar .sideblock {
    background: url( ../i-wl/modules/sideblock-body-blue.gif ) no-repeat left bottom;
    margin-top: 26px;
    padding-top: 30px;
    position: relative;
    font-family: Arial, sans-serif;
}
.sidebar .sideblock a {
    text-decoration: none;
}
.sidebar .sideblock a:hover {
    text-decoration: underline;
}
.sidebar .sideblock-head {
    background: url( ../i-wl/modules/sideblock-head-sprite.gif ) no-repeat left top;
    height: 45px;
    width: 100%;
    position: absolute;
    top: -20px;
}
.sidebar .sideblock-head h1 {
    color: #1a3c5a;
    font-size: 108%;
    font-weight: bold;
    padding: 22px 0 0 51px;
}
.sidebar .sideblock .see-other {
    font-size: 93%;
    font-weight: bold;
    text-align: right;
    padding: 8px 10px 10px 0;
}
.sidebar .sideblock .see-other,
.sidebar .sideblock .see-other a {
    color: #466b8b;
}

.sidebar span.s-btn,
.sidebar span.s-btn span {
    background: transparent url(../i-wl/buttons/btn-sidebar-sprite22px.gif) no-repeat left top;
    display: inline-block;
    cursor: pointer;
}
.sidebar span.s-btn {
    background-position: right -22px;
    padding-right: 6px;
}
.sidebar span.s-btn span {
    padding-left: 6px;
    line-height: 22px;
    height: 22px;
}
.sidebar .s-btn a {
    display: block;
    color: white;
    font-family: Arial, sans-serif;
    font-size: 85%;
    font-weight: bold;
    line-height: 20px;
    text-decoration: none !important;
}
.sidebar .s-btn button {
    padding: 0;
    border: 0 none;
    color: white;
    font-family: Arial, sans-serif;
    font-size: 85%;
    font-weight: bold;
    background: transparent;
    position: relative;
    top: 1px;
    cursor: pointer;
}


/* small card */
.sidebar .sideblock ul.cards {
    padding: 0 8px 6px;
/*
    TODO: remove bottom margin after enabling link
*/
}
.sidebar .sideblock li.card {
    border-bottom: 1px solid #c5d4e1;
    padding: 5px 0 7px;
    position: relative;
}
.sidebar .sideblock li.last {
    border-bottom: none;
}

.sidebar .sideblock div.card-image {
    float: left;
    overflow: hidden;
    position: relative;
}
.sidebar .sideblock div.card-image,
.sidebar .sideblock div.card-image img {
    width: 60px;
    height: 60px;
}
.sidebar .sideblock div.card-wrapper {
    float: left;
    margin-right: -100%;
    width: 100%;
}
.sidebar .sideblock div.card-body {
    margin-left: 65px;
    position: relative;
}

.sidebar .sideblock div.card-body .price {
    float: left;
}
.sidebar .sideblock div.card-body .info-block {
    float: right;
    margin-left: 0.5em;
    margin-top: 3px;
}

.sidebar .sideblock div.card-body .s-btn,
.sidebar .sideblock div.card-body .rating {
}
.sidebar .sideblock div.card-body .rating {
    color: #1f4a70;
    font-size: 93%;
    font-weight: bold;
    background: url( ../i-wl/icons/star.gif ) no-repeat left 1px;
    line-height: 18px;
    padding: 0 5px 0 18px;
    display: inline-block;
}
.sidebar .sideblock div.card-body .price {
    font-family: Georgia, serif;
    font-size: 108%;
    font-weight: bold;
    color: #bc0000;
}
.sidebar .sideblock .card h2 {
    font-family: Georgia, serif;
    font-size: 100%;
    color: #466b8b;
    padding-bottom: 2px;
}
.sidebar .sideblock .card h2 a {
    color: #466b8b;
}
.sidebar .sideblock div.card-body h2 {
    padding-top: 2px;
    padding-bottom: 0;
}
.sidebar .sideblock div.card-body p.location {
    font-family: Georgia, serif;
    font-size: 69%; 
    color: #466b8b;
    padding-top: 3px;
}
.sidebar .sideblock div.card-body p.location em {
    color: #666666;
}
.sidebar .sideblock div.card-body p.producer {
    font-family: Arial, sans-serif;
    font-size: 69%;
    color: black;
    padding-top: 7px;
}



/* ========== Sidebar FAQ ========== */
.sidebar .sideblock-faq {
    background-image: url( ../i-wl/modules/sideblock-body-pink.gif );
}
.sidebar .sideblock-faq .sideblock-head {
    background-position: 0 -90px;
}
.sidebar .sideblock-faq .sideblock-head h1 {
    color: #ffe07c;
}
.sidebar .sideblock-faq ul {
    text-align: left;
    padding: 0 24px 10px;
}
.sidebar .sideblock-faq li {
    background: url( ../i-wl/icons/rsaquo.gif ) no-repeat left 13px;
    padding: 8px 0 8px 16px;
    font-size: 93%;
    line-height: 1.35em;
}
.sidebar .sideblock-faq li a {
    color: #666356;
}


/* ========== Sidebar Last Minute products ========== */
.sidebar .sideblock-lastminute {
    background-image: url( ../i-wl/modules/sideblock-body-pink.gif );
}
.sidebar .sideblock-lastminute .sideblock-head {
    background-position: 0 -135px;
}
.sidebar .sideblock-lastminute .sideblock-head h1 {
    color: #ffcb16
}
.sidebar .sideblock-lastminute li {
    border-bottom: 1px solid #e5dbb3;
    font-family: Georgia, serif;
    font-size: 93%;
    padding: 8px 0;
    position: relative;
}
.sidebar .sideblock-lastminute li a {
    color: #bc0000;
}
.sidebar .sideblock-lastminute .product {
    /*float: left;*/
    margin-right: 60px;
}
.sidebar .sideblock-lastminute .price {
    color: #bc0000;
    font-weight: bold;
    font-style: italic;
    text-align: right;
    white-space: nowrap;
    /*padding-left: 1em;*/
    /*float: right;*/
    position: absolute;
    right: 0;
    top: 8px;
}
.sidebar .sideblock-lastminute .see-other,
.sidebar .sideblock-lastminute .see-other a {
   color: #bc0000;
}


/* ========== Sidebar New products ========== */
.sidebar .sideblock-newproducts .sideblock-head {
    background-position: 0 -45px;
}




/* ========== Main content module ========== */
.body-main .mainblock {
    background: url( ../i-wl/modules/mainblock-body.gif ) no-repeat left bottom;
    width: 456px;
    margin: 26px auto 0;
    padding-top: 30px;
    position: relative;
    font-family: Arial, sans-serif;
}
.body-main .mainblock a {
    text-decoration: none;
}
.body-main .mainblock a:hover {
    text-decoration: underline;
}
.body-main .mainblock-head {
    background: url( ../i-wl/modules/mainblock-head.gif ) no-repeat left top;
    height: 45px;
    width: 100%;
    position: absolute;
    top: -20px;
}
.body-main .mainblock-head h1 {
    color: #1a3c5a;
    font-size: 108%;
    font-weight: bold;
    padding: 22px 0 0 51px;
}
.body-main .mainblock .see-other {
    font-size: 93%;
    font-weight: bold;
    text-align: right;
    padding: 8px 10px 10px 0;
}
.body-main .mainblock .see-other,
.body-main .mainblock .see-other a {
    color: #897e54;
}

.body-main .mainblock .cards {
    padding: 0 8px;
}

.body-main .mainblock-cities .card {
    border-bottom: 1px solid #e5dbb3;
    font-family: Georgia, serif;
    padding: 8px 0;
    position: relative;
}
.body-main .mainblock-cities .card .city {
    float: left;
    font-size: 108%;
    margin-right: 115px;
    padding-left: 10px;
}
.body-main .mainblock-cities .card .city a {
    color: #413400;
}
.body-main .mainblock-cities .card .price {
    color: #7e775c;
    font-size: 77%;
    font-style: italic;
    font-weight: bold;
    text-align: right;
    white-space: nowrap;
    position: absolute;
    right: 10px;
}
.body-main .mainblock-cities .card .price span {
    color: #bc0000;
    font-size: 140%;
}

.body-main .mainblock-cities li.first {
    padding: 5px 0 3px;
    background: url(../i-wl/modules/mainblock-inner-shadow.gif) no-repeat center bottom;
    position: relative;
}
.body-main .mainblock-cities li.first .card {
    border: 1px solid #d2c38a;
    padding: 8px;
    background: white;
}
.body-main .mainblock-cities li.first .card .description {
    clear: both;
    padding: 4px 6px 0 10px;
    line-height: 138.5%;
    color: #666666;
    font-family: Arial, sans-serif;
}
.body-main .mainblock-cities li.first .card img {
    display: block;
    margin: 0 auto;
    padding-bottom: 10px;
}
.body-main .mainblock-cities li.first .card .city {
    font-size: 138.5%;
}
.body-main .mainblock-cities li.first .card .city a {
    color: #00386b;
    text-decoration: underline;
}
.body-main .mainblock-cities li.first .card .price {
    right: 16px;
}


/* ========== Search module ========== */
#search-gadget-container .search-gadget {
    width: 168px;
    position: absolute;
    top: 16px;
    left: 16px;
}
#search-gadget-container .search-gadget .search-module {
    position: relative;
    margin-bottom: 3px;
    width: 100%;
}
#search-gadget-container .search-gadget .search-module-wrapper {
    padding: 15px 0 5px;
    position: absolute;
    top: 0;
    width: 100%;
    overflow: hidden;
}
#search-gadget-container .search-gadget .search-module-cap {
    height: 12px;
    overflow: hidden;
    text-indent: -9999px;
}
#search-gadget-container .search-gadget .search-type .search-module-body {
    background: url(../i-wl/map/search-type-body.png) no-repeat left top;
}
#search-gadget-container .search-gadget .search-type .search-module-cap {
    background: url(../i-wl/map/search-type-cap.png) no-repeat left top;
}
#search-gadget-container .search-gadget .search-keyword .search-module-body {
    background: url(../i-wl/map/search-keyword-body.png) no-repeat left top;
}
#search-gadget-container .search-gadget .search-keyword .search-module-cap {
    background: url(../i-wl/map/search-keyword-cap.png) no-repeat left top;
}
#search-gadget-container .search-gadget .search-result .search-module-body {
    background: url(../i-wl/map/search-result-body.png) no-repeat left top;
}
#search-gadget-container .search-gadget .search-result .search-module-cap {
    background: url(../i-wl/map/search-result-cap.png) no-repeat left top;
}

#search-gadget-container .search-gadget .search-result .button {
    background: url(../i-wl/buttons/presentation-type-sprite.gif) no-repeat left top;
    padding-left: 44px;
    margin: 6px 1px 0;
}
#search-gadget-container .search-gadget .search-result .list-button {
    background-position: left -35px;
}
#search-gadget-container .search-gadget .search-result .map-button {
    background-position: left -70px;
}
#search-gadget-container .search-gadget .search-result .button span {
    background: url(../i-wl/buttons/presentation-type-sprite.gif) no-repeat right top;
    padding-right: 8px;
    display: block;
    overflow: hidden;
}
#search-gadget-container .search-gadget .search-result .button a {
    display: block;
    line-height: 35px;
    font-family: "Trebuchet MS", Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #183853;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
}

#search-gadget-container .search-gadget .search-result h1 {
    color: #535353;
    font-size: 189%;
    white-space: nowrap;
    padding: 0 10px;
    text-align: center;
}
#search-gadget-container .search-gadget .search-result h1 a {
    color: #535353;
    text-decoration: none;
}
#search-gadget-container .search-gadget .search-result h1 a:hover {
    text-decoration: underline;
}
#search-gadget-container .search-gadget .search-result h1 span {
    color: #1c5181;
    font-size: 112%;
    font-weight: bold;
}
#search-gadget-container .search-gadget .search-result h1 a span {
    color: #1c5181;
}

#search-gadget-container .search-module h2,
#search-gadget-container .search-module ul {
    padding: 0 16px;
    margin: 0;
}

#search-gadget-container .search-module h2 {
    color: #003260;
    font-family: Georgia, serif;
    font-size: 138.5%;
    padding-bottom: 12px;
    line-height: 1em;
}
#search-gadget-container .search-module li {
    color: #003c72;
    font-size: 108%;
    font-weight: bold;
    margin-bottom: 13px;
    padding: 0;
    cursor: pointer;
}
#search-gadget-container .search-module li.last {
    margin-bottom: 0;
}
#search-gadget-container .search-gadget li span {
    padding-left: 6px;
}
#search-gadget-container .search-gadget li em {
    position: absolute;
    right: 18px;
}

#search-gadget-container .search-gadget div.reset {
    width: 27px;
    height: 27px;
    overflow: hidden;
    text-indent: -9999px;
    cursor: pointer;
    position: absolute;
    top: 8px;
    right: 9px;
}
#search-gadget-container .search-gadget .search-type div.reset {
    background: url(../i-wl/buttons/btn-search-type-reset.gif) no-repeat left top;
}
#search-gadget-container .search-gadget .search-keyword div.reset {
    background: url(../i-wl/buttons/btn-search-keyword-reset.gif) no-repeat left top;
}

#search-gadget-container .search-gadget .text {
    padding-left: 16px;
    padding-top: 12px;
}
#search-gadget-container .search-gadget .text input {
    color: #413400;
    font-size: 93%;
    font-style: italic;
    border: 1px solid #a0925c;
    padding: 4px;
    width: 126px;
}


#search-submenu {
    position: absolute;
}
#search-submenu .search-submenu-knob {
    background: url(../i-wl/map/search-submenu-marker.gif) no-repeat left top;
    height: 30px;
    width: 160px;
    left: 12px;
    position: absolute;
}
#search-submenu .search-submenu-body {
    background: url(../i-wl/map/search-submenu-body.png) no-repeat left top;
}
#search-submenu .search-submenu-cap {
    background: url(../i-wl/map/search-submenu-cap.png) no-repeat left top;
}
#search-submenu .search-submenu-body,
#search-submenu .search-submenu-cap,
#search-submenu .search-submenu-wrapper {
    width: 165px;
}
#search-submenu .search-submenu-wrapper {
    overflow: hidden;
    padding: 12px 0 4px;
    position: absolute;
    top: 0;
}
#search-submenu .search-submenu-cap {
    height: 12px;
    overflow: hidden;
    text-indent: -9999px;
}
#search-submenu .search-submenu-layer {
    position: absolute;
    left: 170px;
}
#search-submenu .search-submenu-layer ul {
    overflow: hidden;
    padding: 0 14px;
    margin: 0;
}
#search-submenu .search-submenu-layer li {
    font-weight: normal;
    color: #535353;
    background: url(../i-wl/buttons/checkbox-submenu.gif) no-repeat left 3px;
    padding: 0 0 0 22px;
    margin-bottom: 13px;
    white-space: nowrap;
    position: relative;
}
#search-submenu .search-submenu-layer li.add {
    font-weight: bold;
    color: #003c72;
    background-position: left -49px;
}

#search-submenu .search-submenu-layer .scroll {
    margin: 0 16px;
    text-align: center;
    color: #666666;
    cursor: pointer;
}
#search-submenu .search-submenu-layer .disabled {
    visibility: hidden;
    cursor: default !important;
}
#search-submenu .search-submenu-layer .scroll-container {
    position: relative;
    overflow: hidden;
}


/* ========== Map bubble ========== */
#map-bubble {
    width: 512px;
}
#map-bubble_tl, #map-bubble_t, #map-bubble_tr,
#map-bubble_l, #map-bubble_r,
#map-bubble_bl, #map-bubble_b, #map-bubble_br {
    width: 0;
    height: 0;
}
#map-bubble_t {
    background: transparent url(../i-wl/map/bubble-body.png) no-repeat left top;
}
#map-bubble_contents {
    width: 512px;
}
#map-bubble_beak {
    background: transparent url(../i-wl/map/bubble-cap.png) no-repeat left top;
    width: 512px;
    height: 24px;
}
#map-bubble_close {
    width: 18px;
    height: 17px;
    margin-top: 32px;
    left: 484px !important;
    cursor: pointer;
    background: url(../i-wl/map/bubble-close.gif) no-repeat left top;
}

#map-bubble-inner {
    margin: 44px 32px 12px 32px;
}

#map-bubble-inner .block-image {
    position: absolute;
    top: 11px;
    left: 24px;
    width: 128px;
    height: 128px;
    overflow: hidden;
}

#map-bubble-inner .block-title {
    padding-left: 130px;
    min-height: 100px;
}

#map-bubble-inner .block-bottom {
    text-align: right;
}

#map-bubble-inner h1 {
    font-family: Georgia, serif;
    font-size: 153.9%;
    font-style: italic;
    font-weight: bold;
}
#map-bubble-inner h1,
#map-bubble-inner h1 a {
    color: #264e73;
    text-decoration: none;
}
#map-bubble-inner h1 a:hover {
    text-decoration: underline;
}
#map-bubble-inner p.location {
    font-family: Georgia, serif;
    font-size: 85%;
    color: #346088;
    margin-bottom: 2px;
}
#map-bubble-inner p.location span {
    color: #666666;
}

#map-bubble-inner .rating,
#map-bubble-inner .rating-bar {
    display: block;
    height: 19px;
    background: url(../i-wl/map/bubble-rating.gif) repeat-x left bottom;
    text-indent: -9999px;
    overflow: hidden;
}
#map-bubble-inner .rating {
    width: 95px;
}
#map-bubble-inner .rating-bar {
    background-position: left top;
}
#map-bubble-inner .rating-wrapper {
    color: #1f4a70;
    font-family: Arial, sans-serif;
    font-size: 123.1%;
    font-weight: bold;
    margin-top: 2px;
}
#map-bubble-inner .rating-wrapper em {
    font-size: 75%;
    font-weight: bold;
}
#map-bubble-inner .rating-wrapper .rating,
#map-bubble-inner .rating-wrapper .text {
    float: left;
}
#map-bubble-inner .rating-wrapper .rating {
    margin-right: 8px;
}

#map-bubble-inner span.price {
    font-family: Georgia, serif;
    font-size: 108%;
    font-style: italic;
    font-weight: bold;
    color: #7e775c;
    margin-right: 8px;
}
#map-bubble-inner span.price em {
    color: #bc0000;
    font-size: 157%;
    font-style: italic;
    font-weight: bold;
}

#map-bubble-inner p {
    color: #666666;
    font-family: Arial, sans-serif;
    font-size: 85%;
    margin-bottom: 0.5em;
}
#map-bubble-inner p.producer {
    font-family: Georgia, serif;
    color: #172a3c;
    font-size: 108%;
}

#map-bubble-inner span.s-btn,
#map-bubble-inner span.s-btn span {
    background: transparent url(../i-wl/buttons/btn-long-blue28px-sprite.gif) no-repeat left top;
    display: inline-block;
    cursor: pointer;
}
#map-bubble-inner span.s-btn {
    background-position: right -28px;
    padding-right: 6px;
}
#map-bubble-inner span.s-btn span {
    padding-left: 6px;
    line-height: 28px;
    height: 28px;
}
#map-bubble-inner .s-btn a {
    color: white;
    font-family: Arial, sans-serif;
    font-size: 108%;
    font-weight: bold;
    display: block;
    text-decoration: none;
}




/* ===== footer ===== */
#ft #footer {
	height: 112px;
	overflow: hidden;
    background: url(../i-wl/footer-bg.gif) repeat-x left top;
}
#ft #footer .block {
    float: left;
    background: url(../i-wl/footer-block-spliter.gif) no-repeat right top;
    height: 112px;
}
#ft #footer .last {
    float: right;
    background: none;
}
#ft #footer-logo {
    width: 188px;
}
#ft #footer-logo .block-wrap {
    padding: 43px 0 0 40px;
}
#ft #footer-logo a {
    display: block;
    width: 119px;
    height: 30px;
    background: url(../i-wl/footer-logo.gif) no-repeat left top;
    text-indent: -9999px;
    overflow: hidden;
}
#ft #footer-contacts {
    width: 174px;
}
#ft #footer-contacts .block-wrap {
    padding: 30px 20px 0;
}
#ft #footer-contacts p {
    font-family: Arial, sans-serif;
    font-size: 10px;
    line-height: 1.4em;
    color: #58533f;
}
#ft #footer-contacts a {
    color: #4c7091;
}
#ft #footer-message {
    width: 460px;
}
#ft #footer-message .block-wrap {
    padding: 45px 30px 0;
}
#ft #footer-message p {
    font-family: Georgia, serif;
    font-size: 14px;
    font-style: italic;
    line-height: 1.231em;
    color: #58533f;
}
#ft #footer-verisign {
    width: 150px;
}
#ft #footer-verisign .block-wrap {
    padding: 20px 20px 0 0;
}

.seo {
    text-indent: -9999px;
    height: 0;
    overflow: hidden;
}