.hotspot {
	color:#000;
	padding-bottom:1px;
/*	border-bottom:1px dotted #000;*/
	cursor:pointer;z-index:100000;
}
#tt {
	position:absolute;
	display:block;
	/*background:url(../images/tt_left.gif) top left no-repeat;*/
	/*background:#ffb3a3;*/
	z-index:100000;
	border-radius: 8px 8px 8px 0;
	background:#ffb3a3;
	padding:5px 12px 5px 7px;
}
#tttop {
	display:none;
	height:5px;
	margin-left:5px;
	/*background:url(../images/tt_top.gif) top right no-repeat;*/
	background:#ffb3a3;
	border-radius: 8px 8px 0 0;
	overflow:hidden;
	z-index:100000;
}
#ttcont {
	display:block;
	padding:2px 12px 3px 7px;
	margin-left:5px;
	/*background:#ffb3a3;*/
	color:#000;
	z-index:100000;
	text-align: left ;
	font-size: 14px;
	line-height: 1.5;
}
#ttbot {
	display:none;
	height:5px;
	margin-left:5px;
	/*background:url(../images/tt_bottom.gif) top right no-repeat;*/
	background:#ffb3a3;
	border-radius: 0 0 8px 0;
	overflow:hidden;
	z-index:100000;
}