﻿#map {
    position: relative;
    background: url("../images/bg_Map.gif");
    height: 543px;
    width: 390px;
    border: 1px solid #CCC;
}

    #map .area {
        position: absolute;        
    }

    #map #area-preview {
        display: none;
    }

    #map .area .point {
        width: 8px;
        height: 8px;
        display: inline-block;
        margin-right: 2px;
        background: url("../images/point.png") no-repeat;
    }

        #map .area .point:hover,
        #map .area .point-active {
            background: url("../images/point-active.png") no-repeat;
        }

    #map .area a {
        text-decoration: none;
        font-size: 9px;
        font-weight: bold;
        color: #505050;
    }
