#tt 
{
	position:absolute; 
	display:block; 
/* 	background:url(/img/tooltip/tt_left.gif) top left no-repeat */
	display: none;
}

#tttop 
{
	display:block; 
	height:5px; 
	margin-left:5px; 
/* 	background:url(/img/tooltip/tt_top.gif) top right no-repeat;  */
	overflow:hidden;
	display: none;

}

#ttcont 
{
	display:block; 
	padding:4px 12px 4px 8px; 
	margin-left:5px; 
	background:#D13E27; 
	color:white;
	border: 1px solid white;
	position: relative;
	z-index: 5;
}

#ttbot 
{
	display:block; 
	height:5px; 
	margin-left:5px; 
/* 	background:url(/img/tooltip/tt_bottom.gif) top right no-repeat;  */
	overflow:hidden;
		display: none;

}