﻿.clearfix:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix
{
    display: inline-block;
}
.clearfix
{
    display: block;
}
#map
{
    position: relative;
    width: 709px;
    height: 353px;
    margin: 0;
    padding: 0;
    background: url('../Images/DopravoMap.jpg') no-repeat;
}
#map #dopravo
{
    position: absolute;
    top: 236px;
    left: 174px;
    width: 73px;
    height: 27px;
    margin: 0;
    padding: 0;
    right: 462px;
}
.tooltip_wrap
{
    position: relative;
}
.tooltip_wrap a.pin
{
    float: left;
    position: absolute;
    width: 32px;
    height: 27px;
    right: 41px;
}
.tooltip_wrap a.updated.dopravo
{
    width: 73px;
}
.tooltip
{
    position: absolute;
    display: block;
    width: 176px;
    height: 44px;
    bottom: 2px;
    left: 0px;
    background: #fff;
}
.tooltip a
{
    display: block;
    width: 176px;
    height: 78px;
    margin: 0;
    padding: 0;
    background: #DE3D81;
}
.tooltip a img
{
    text-decoration: none;
}

