/*CSS for Bubble Tooltips by Alessandro Fulciniti
- http://pro.html.it - http://web-graphics.com */

.tooltip{
width: 200px; 
min-height: 60px;
color: #545353;
font-family: Verdana;
font-size: 8pt;
text-decoration: none;
background: url(/skin/img/bt5.gif) left top repeat-y;
}

.tooltip span.top{
padding: 20px 15px 10px 55px;
}

.tooltip b.bottom{
padding:3px 8px 15px;
color: #c42532;
display: block;
/*display: hidden;*/
}
