#tooltip {
    width: 170px;
    position: absolute;
    z-index: 3000;
    background: url(../images/background/tooltip.png) no-repeat bottom left;
    /*opacity: 0.85;*/
}

#tooltip h3, #tooltip div {
    margin-bottom: 12px;
    padding: 6px 8px;
    background: #FFF;
    font-size: 11px;
    color: #000;
    border-top: 1px solid #BBB;
    border-left: 1px solid #BBB;
    border-right: 1px solid #BBB;
}

#tooltip_img {
    width: auto;
    position: absolute;
    z-index: 3000;
    /*opacity: 0.85;*/
}

#tooltip_img h3, #tooltip_img div {
    margin-bottom: 12px;
    font-size: 11px;
    color: #000;
}