﻿/* tooltip styling */ 
.tooltip { 
    display:none; 
    background:url(/images/white_arrow_big.png) no-repeat 100% 100%; 
    height:163px; 
    padding:30px 30px 10px 30px; 
    width:310px; 
    font-size:11px; 
    color:#000000; 
    z-index: 1000;
} 
 
/* a .label element inside tooltip */ 
.tooltip .label { 
    color:yellow; 
    width:35px; 
} 
 
.tooltip a { 
    color:#ad4; 
    font-size:11px; 
    font-weight:bold;
}

.bottom 
{
    display:none; 
    background:url(/images/white_arrow_bottom_big.png); 
    height:163px; 
    padding:60px 30px 10px 30px; 
    width:310px; 
    font-size:11px; 
    color:#000000; 
    z-index: 1000;
}
