
a.ttip{	position:relative;padding:1px;}
a.ttip span{display: none;}

/*background:; ie hack, something must be changed in a for ie to execute it*/
a.ttip:hover{ z-index:25; background:;}

a.ttip:hover span.tooltip{
	z-index:26;
	color:#777;
	display:block;
	position:absolute;
	bottom:25px; right:-56px;
	padding: 0;
	width:211px;
	text-align: left;
	/*filter: alpha(opacity:90);
	KHTMLOpacity: 0.90;
	MozOpacity: 0.90;
	opacity: 0.90;*/
}

a.ttip:hover span.tttop{
	display: block;
	padding: 10px 0 0 0;
	background: url(images/bubble.gif) no-repeat top;
}

a.ttip:hover span.ttmiddle{
	display: block;
	padding: 0 8px; 
	background: url(images/bubble_filler.gif) repeat bottom; 
}

a.ttip:hover span.ttbottom{
	display: block;
	padding:0 0 30px 0;
	background: url(images/bubble.gif) no-repeat bottom;
}

