/*----------------
|  tool tip
----------------*/


.tooltip_div{
    position:absolute;
    z-index:100;
    left:100px;
    top:100px;
    width:241px;
    height:300px;
    background-color:transparent;
}
.tooltip_left{
    width:41px;
    float:left;
    height:100%;
    position:relative;
}
.tooltip_arraw{
    position:absolute;
    background: url(/public/css/tip/tt_l.gif) no-repeat;
    width:41px;
    height:20px;
    left:1px;
    top:20px;   
}
.tooltip_right{
    float:left;
    width:200px;
    
    
}
.tooltip_right ul{
    margin:0px;
    padding:0px;
 
}
.tooltip_right li{
    width:100%;
    margin:0px;
    padding:0px;
}
.tooltip_rt{
    background: url(/public/css/tip/tt_t.gif) no-repeat;
    height:12px;
    overflow-y:hidden;
}
.tooltip_rc{
    background: url(/public/css/tip/tt_c.gif) repeat-y;
}
.tooltip_rb{
    background: url(/public/css/tip/tt_b.gif) no-repeat;
    height:12px;
    overflow-y:hidden;
    font-size:1px;
}
.tooltip_info{
    padding:0px 8px 0 8px;
}
.tooltip_info li{
    padding:1px 0 1px 0;
    word-wrap: break-word;
    overflow-x:hidden;
}
.tooltip_info img{
    width:140px;
    height:140px;
    margin-left:15px;
}
.tooltip_title{
    font-weight:bold;
}
