/* Mall Map Styles
================================================== */

/*.dropdown-category {
    color: #000;
    background: #f2c715;
    padding: 10px;

}

.map-header-row {
    border-bottom: 1px solid #00465A;
    border-left: 1px solid #00465A;
    border-right: 1px solid #00465A;
    color: #FFFFFF;
    padding: 15px;
}

.map-header-row.top {
    border-top: 1px solid #00465A;
}

.map-header-row select {
    width: 100%;
}*/

a#mall-map-btn-up, a#mall-map-btn-down, a#mall-map-btn-left, a#mall-map-btn-right { position: absolute; display: block; text-indent: -9999px; overflow: hidden;
    cursor: pointer; width: 42px; height: 42px; background: #17b4ee no-repeat center center; background-color: rgba(23,180,238,0.75); z-index: 99; }
a#mall-map-btn-up:hover, a#mall-map-btn-down:hover, a#mall-map-btn-left:hover, a#mall-map-btn-right:hover { background-color: #36e98b; }

a#mall-map-btn-up, a#mall-map-btn-down { left: 50%; margin-left: -21px; }

a#mall-map-btn-left, a#mall-map-btn-right { top: 50%; margin-top: -21px; }

a#mall-map-btn-up { background-image: url('/img/arrows/chevron-up-white.png'); top: 1px; }
a#mall-map-btn-down { background-image: url('/img/arrows/chevron-down-white.png'); bottom: 1px; }
a#mall-map-btn-left { background-image: url('/img/arrows/chevron-left-white.png'); left: 1px; }
a#mall-map-btn-right { background-image: url('/img/arrows/chevron-right-white.png'); right: 1px; }

#mall-map-container {
    position: relative;
    width: 100%;
    height: 300px;
    overflow: hidden;
    border: solid 1px #17b4ee;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#mall-map-window { width: 100%; position: relative; overflow: hidden; height: 100%; }

#no-point {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    text-align: center;
    z-index: 500;
    font-size: 16px;
}

#mall-map-pane {
    max-width: none;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    z-index: 20;
}

#mall-map-shop-point {
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    z-index: 20;
    max-width: none;
    cursor: pointer;
}

#mall-map-img {
    max-width: none;
}