/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 01.06.2016, 16:47:50
    Author     : ghost
*/

.ul_vertical_menu li a.hover {
    background: url('/images/menu_focus_vertical1.png') no-repeat;
}
.pin{
    width: 34px;
    height: 40px;
    background: url("/images/point_map.png");
    text-align: center;
    position:absolute;
    z-index: 1;
}
.pin.hover{
    background: url("/images/point_map_hov.png");
}
.tt{
    border: 1px solid red;
    width: 150px;
    height: 45px;
    /*padding: 10px 5px;*/
    text-align: center;
    font-size: 11px;
    color:red;
    background: #FFF323;
    border-radius: 7px;
    display: none;
    margin: 45px 12px;
    z-index: 9999;
    position: absolute;
}
.tt p{
    margin: 2px;
}
.tt .metro{
    font-weight: bold;
}