/*
 * **************************************
 BUBBLE TIP - VERSIONE 1.0 - THEFOX
 ***************************************
 */

a.tt {
    position: absolute;
    z-index: 24;
    color: #3CA3FF;
    font-weight: bold;
    text-decoration: none !important;
}

a.tt span {
    display: none;
}

a.tt:hover {
    z-index: 25;
    color: #aaaaff;
}

a.tt:hover span.tooltip {
    display: block;
    position: absolute;
    top: -10px;
    padding: 0;
    width: 401px;
    text-align: center;
    filter: alpha( opacity: 90);
	KHTMLOpacity: 0.90;
	MozOpacity: 0.90;
	opacity: 0.90;
	left: 35px;
	text-decoration: none !important;
}

a.tt:hover span.top {
    display: block;
    padding: 20px 8px 0;
    background: url(../images/bubble.gif) no-repeat top;
}

a.tt:hover span.middle {
    display: block;
    padding: 0 8px;
    background: url(../images/bubble_filler.gif) repeat bottom;
}

a.tt:hover span.middle p {
    margin: 0 !important;
    font-size: 12px;
    color: #000000;
    text-align: justify;
    font-weight: normal !important;
	padding: 0 0 0 30px 
}

a.tt:hover span.middle h5 {
    margin: 0 !important;
    font-size: 14px;
    color: #d86112;
}

a.tt:hover span.bottom {
    display: block;
    padding: 5px 8px 10px;
    color: #548912;
    background: url(../images/bubble.gif) no-repeat bottom;
}
