﻿.map {
    width: 516px;
    height: 300px;
    overflow: hidden;
    margin-bottom:0px;
    border: solid 1px #cccccc;
    margin-top:20px;
    display:block;

}

.tooltip {
    font-size: 80%;
    width: 170px;
    overflow: hidden;
    
}

.tooltip .top{
    background: url(/images/bubble.png) no-repeat;
    height: 5px;
    overflow: hidden;
}

.tooltip .middle{
    background: url(/images/bgTooltip.png) repeat;
    background-position: -173px top;
    padding: 0px 5px;
    color: #FFF;
}

.tooltip .middle img{
    margin: 5px 0px 0px 0px;
    clear: both;
}

.tooltip .bottom{
    background: url(/images/bubble.png) no-repeat;
    height: 25px;
    background-position: left bottom;
    overflow: hidden;
}

.tooltip .IE6 {
    background: url(/images/bubble.png) no-repeat;
}

.tooltip .BOTTOMIE6 {
    background: url(/images/bubble.png) no-repeat left bottom;
}

.tooltip .MIDDLEIE6 {
    background: #1A1A1A;
}