﻿/* ************************************************** */
/* REQUIRED ELEMENTS */

#mapView {
    width: 680px;
    height: 340px;
    border: 2px solid #036;
}

#mapInfo {
    display: none;
    position: absolute;
    width: 150px;
    height: 50px;
    padding: 5px; 
    background: #000;
    color: #fff;
}


/* ************************************************** */
/* MAP POINT LIST ITEMS */

.mapItem {
    color: #369;
    cursor: pointer;
}

.mapItemHover {
    color: #6c3;
}

.mapItemSelect {
    color: #f80;
}
