﻿#map,
#map * {
    margin: 0;
    padding: 0;
    border: none;
}

#map {
    width: 500px;
    height: 296px;
    position: relative;
    background: url(/images/map.png) no-repeat;
}

#map .mark {
    width: 34px;
    height: 37px;
    position: absolute;
}

#map .mark .icon,
#map .mark.exist .icon {
    display: block;
    width: 100%;
    height: 100%;
    background: url(/images/mark.png) no-repeat right;
    position: relative;
}

#map .mark.plan{
    display: none;
}


#map .mark.exist .icon {
    background-position: left;
}

#map .tooltip {
    width: 210px;
    padding-bottom: 13px;
    padding-top: 10px;
    position: absolute;
    bottom: 14px;
    display: none;
    z-index: 1;
}

#map .tooltip.right {
    padding-left: 13px;
    left: 1px;
}

#map .tooltip.left {
    padding-right: 13px;
    right: 9px;
}

#map .tooltip span {
    display: block;
    position: absolute;
}

#map .tooltip.right span {
    right: 0;
}

#map .tooltip.left span {
    left: 0;
}

#map .tooltip span.top {
    height: 2px;
    width: 210px;
    top: 0;
    background: url(/images/tooltip-top.png) no-repeat;
}

#map .tooltip span.middle {
    top: 2px;
    bottom: 28px;
    width: 210px;
}

#map .tooltip span.middle img {
    height: 100%;
    width: 100%;
}

#map .tooltip span.bottom {
    height: 28px;
    width: 223px;
    bottom: 0;
}

#map .tooltip.right span.bottom {
    background: url(/images/tooltip-right-bottom.png) no-repeat;
}

#map .tooltip.left span.bottom {
    background: url(/images/tooltip-left-bottom.png) no-repeat;
}

#map .tooltip h1 {
    margin-top: -10px;
    font: bold 17px/33px Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
    padding: 0 15px;
    height: 33px;
    border-bottom: 1px solid #fff;
    color: #0082b7;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

#map .tooltip .text {
    font: normal 12px/18px Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
    margin: 5px 15px 15px;
    color: #292b30;
    position: relative;
    z-index: 1;
}