
p{margin: 0 0 1.7em; }

/*---------- bubble tooltip -----------*/
a.tt
{
	position: relative;
	z-index: 24;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	text-transform: capitalize;
	text-align: left;
}
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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #990000;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FF0000;
	text-transform: capitalize;
            
}
a.tt:hover span.tooltip
{
	display: block;
	position: absolute;
	top: 0px;
	left: 100px;
	text-align: center;
	filter: alpha(opacity:100);
	khtmlopacity: 0.99;
	mozopacity: 0.99;
	opacity: 0.99;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 152;
}
a.tt:hover span.top{
	display: block;
	background-repeat: no-repeat;
	background-position: top;
	height: 57px;
	width: 281px;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0;
	padding-left: 8px;
}
a.tt:hover span.middle{ /* different middle bg for stretch */
	display: block;
	padding: 0 8px;
	background-repeat: repeat;
	background-position: bottom;
}
a.tt:hover span.bottom
{
	display: block;
	padding: 0px;
}
