﻿/*---------- bubble tooltip -----------*/
a.tt
{
    font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
    position:relative;
    z-index:24;
    color:#3CA3FF;
    text-decoration:none;
}

a.tt h3{font-size:15px; font-style:italic; margin:0 15px 10px 15px; color:#333333}
a.tt p{ margin:0 15px 0; font-size:11px; color:#333; line-height:125%; color:#333333}

a.tt span{ display: none; }

/*background:; ie hack, something must be changed in a for ie to execute it*/
a.tt:hover{ z-index:25; color: #aaaaff; background:#fff;}
a.tt:hover span.tooltip{
    display:block;
    position:absolute;
    top:0px; left:0;
	padding: 30px 0 0;
	width:334px;
	color: #993300;
    text-align: left;
}
a.tt:hover span.top{
	display: block;
	padding: 20px 8px 0;
    background: url(../i/bubble.gif) no-repeat top;
}
a.tt:hover span.middle{ /* different middle bg for stretch */
	display: block;
	padding: 0 8px; 
	background:#fff url(../i/bubble_filler.gif) repeat bottom; 
}
a.tt:hover span.bottom{
	display: block;
	padding:15px 8px 15px;
	color: #548912;
    background: url(../i/bubble.gif) no-repeat bottom;
}