 /*---------- Setting CSS properties for :unknown -----------*/  
 /*---------- Theme Selected: magenta -----------*/    
.tip-tip {
    color: #000;
    width: 130px;
    z-index: 13000;
}
 
.tip-title {
    font-weight: bold;
    font-size: 11px;
    margin: 0;
    color: #3E4F14;
    padding: 8px 8px 4px;
    background: #C3DF7D;
    border-bottom: 1px solid #B5CF74;
}
 
.tip-text {
    font-size: 11px;
    padding: 4px 8px 8px;
    background: #CFDFA7;
}

.tooltip{
    width: 200px; color:#000;
    font:lighter 11px/1.3 Arial,sans-serif;
    text-decoration:none;
    text-align:center;
    
}

.tooltip span.top{padding: 30px 8px 0;
    background: url('/images/bt.gif') no-repeat top
}

.tooltip b.bottom{padding:3px 8px 15px;color: #548912;
    background: url('/images/bt.gif') no-repeat bottom
}
/*--------------------------------------------------------*/
       