<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.hotspot {
color: #94772d;
    padding-bottom: 1px;
    border-bottom: 1px dotted #10b700;
    cursor: pointer;
    z-index: 99999;
}
#tt {
	position: absolute;
	display: block;
	background: url(../img/tooltip/tt_left.gif) top left no-repeat;
		z-index: 99999
}
#tttop {
	display: block;
	height: 5px;
	margin-left: 5px;
	background: url(../img/tooltip/tt_top.gif) top right no-repeat;
	overflow: hidden;
		z-index: 99999
}
#ttcont {
	display: block;
	padding: 2px 12px 3px 7px;
	margin-left: 5px;
	background: #666;
	color: #FFF;
		z-index: 99999
}
#ttbot {
	display: block;
	height: 5px;
	margin-left: 5px;
	background: url(../img/tooltip/tt_bottom.gif) top right no-repeat;
	overflow: hidden;
		z-index: 99999
}
</pre></body></html>