@charset "utf-8";
/* CSS Document */
.hotspot{
}
.hotspot a{
}
#text {margin:50px auto; width:500px}
#tt {position:absolute; display:block; background:url('../img/addon/tooltip/tt_left.gif') top left no-repeat}
#tttop {display:block; height:5px; margin-left:5px; background:url('../img/addon/tooltip/tt_top.gif') top right no-repeat; overflow:hidden}
#ttbot{
	display:block; margin-left:5px;
	height:5px; overflow:hidden;
	background:url('../img/addon/tooltip/tt_bottom.gif') top right no-repeat;
}
#ttcont{
	display:block; padding:1px 9px; margin:0;
	background:#666; color:#f9c16f;
	text-align:left;
}
#ttcont h3{
	margin:0 0 4px 0; padding:0;
	line-height:22px; height:22px;
	font-weight:bold; font-size:0.8em; letter-spacing:0.1em;
	border-bottom:solid 1px #999999;
}
#ttcont a{
	color:#FFFFFF;
}
#ttcont ul{
	margin:0 2px; padding:0;
	list-style:none;
	font-size:0.75em;
}
#ttcont li{
	margin:0; padding:0 0 0 10px;
	line-height:18px; height:18px;
	background:url('../img/addon/tooltip/tipli.gif') center left no-repeat;
}
#ttcont li{
	overflow:hidden;
}
