/*---------- bubble tooltip -----------*/
a.tt{
    position:relative;
    z-index:24;
	font-size:1em;
	display:block;
	text-decoration:none;
}
a.tt span{ display: none; 
	text-decoration:none;
	font-size: 1.1em;
}

/*background:; ie hack, something must be changed in a for ie to execute it*/
a.tt:hover{ z-index:50; background:;}
a.tt:hover span.tooltip{
    display:block;
    position:absolute;
    top:-30px; left:130px;
	padding: 0 3px 0 20px;
	width:220px;
	height:auto;
	text-decoration:none;
/*	filter: alpha(opacity:90);
	KHTMLOpacity: 0.90;
	MozOpacity: 0.90;
	opacity: 0.90;*/
}
a.tt:hover span.top {
	display: block;
	padding: 0px;
    background: url(/images/tt-box-top.gif) no-repeat top;
}
* html a.tt:hover span.top {
	padding: 10px 5px;
}
a.tt:hover span .middle { /* different middle bg for stretch */
	display: block;
	width:200px;
	min-height: 80px;
	padding: 10px;
	background: url(/images/tt-box-main.gif) bottom left no-repeat; 
	border: 0 3px;
	margin:5px 5px 0px 5px;
	text-decoration:none;
	text-align: left;
}
/* ie height fix */
* html a.tt:hover span .middle { /* different middle bg for stretch */
	height:80px;
	width:180px;
}
a.tt:hover span.bottom {
	display: block;
	padding:0px 8px 10px;
	margin-top: -5px;
	color: #548912;
    background: url(/images/tt-box-bottom.gif) no-repeat bottom;
}
* html a.tt:hover span.bottom {
	border-bottom:1px solid white;
	margin-top:-6px;
}


a.tt ul {
	margin-top: 200px;

}


a.tt li {
	font-size: 1em;
	list-style-image: url(/images/dot.gif);
	margin-left: 0 5x 0 -10px;
	margin-top: 5px;
	line-height: 1.4em;
	text-decoration:none;
}
