.hotspot {
	color:#900;
	padding-bottom:1px;
	border-bottom:1px dotted #900;
	cursor:pointer
}



#tt {
	position:absolute;
	display:block;
	background:url(../_img/tooltip/tt_left.gif) top right no-repeat;
	padding-right:5px;
}

#tttop {
	display:block;
	height:5px;
	margin-left:5px;
	background:url(../_img/tooltip/tt_top.gif) top left no-repeat;
	overflow:hidden
}

#ttcont {
	display:block;
	padding:2px 3px 3px 7px;
	margin-left:5px;
	background:#FF6600;
	color:#FFF
}

#ttbot {
	display:block;
	height:5px;
	margin-left:5px;
	background:url(../_img/tooltip/tt_bottom.gif) top left no-repeat;
	overflow:hidden
}

/*
#tt {position:absolute; display:block;  padding-right:5px;}
#tttop {display:block; height:12px; margin-left:5px; background:url(../_img/tooltip_new/tt_top.gif) top left no-repeat; overflow:hidden}
#ttcont {display:block; padding:2px 3px 3px 7px; margin-left:5px; margin-right:2px; background:#FFFFFF url(../_img/tooltip_new/tt_left.gif) repeat-y scroll right top; color:#000}
#ttbot {display:block; height:12px; margin-left:6px; background:url(../_img/tooltip_new/tt_bottom.gif) top left no-repeat; overflow:hidden}
*/

