#tooltip h3 { margin: 0px; color: #fff; font-weight: bold;} 
#tooltip div { margin: 0px; }

.toolbox{
    cursor: default;
}

#tooltip .body span.tooltipimg{
    text-align: center;
}

span.toolbox{
    background: url(../pics/dashed.png) bottom left repeat-x;
}

.tooltipbox{
    position: absolute;
    z-index: 3000;
    padding: 5px;
    color: #fff;
   /* width: 200px;*/ 
}

.tooltipbox .box span.tooltipimg{
    width: 146px;
    text-align: center;
    display: block;
    background-color: #fff;
    margin-bottom: 3px;
}

.tooltipbox img{
    width: 90px;
    margin-top: 0px;
}

.tooltipbox .box{
   /* width: 169px;*/
    float: left;
    border: 3px solid #fff;
    padding: 3px;
    color: #fff;
    background: url(../pics/bg_tooltip.png) center center repeat;
}
