#tt {
	position: absolute;
	display: block;
	background: url(../images/tooltip/tt_left.gif) top left no-repeat;

}

#tttop {
	display: block;
	height: 5px;
	margin-left: 5px;
	background: url(../images/tooltip/tt_top.gif) top right no-repeat;
	overflow: hidden
}

#ttcont {
	display: block;
	padding: 4px 12px 6px 9px;
	margin-left: 5px; 
	background: #DEDBCD;
	color: #fff;
}

#ttcont p, #ttcont ul, #ttcont li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #000;
	margin: 0;
}

#ttcont ul {
	
}

#ttcont ul li {
	margin: 0 0 0 18px;
}

#ttbot {
	display: block;
	height: 5px;
	margin-left: 5px;
	background: url(../images/tooltip/tt_bottom.gif) top right no-repeat;
	overflow: hidden;
}
