div#tipDiv
{
	position: absolute;
	visibility: hidden;
	left: 0;
	top: 0;
	z-index: 10110;
	
	color: black;
	font-family: Tahoma;
	font-size: 11px;
	line-height: 1.3;
	background-image:url(../../images/site/tooltip.png);
	background-repeat:no-repeat;
	height: 70px;
	width: 180px;
	overflow:hidden;
	padding: 6px 6px 6px 6px;
	word-wrap: break-word;
}
div#tipDiv a:link {
	color:#fff;
	text-decoration: none;
}
div#tipDiv a:visited {
	color:#fff;
	text-decoration: none;
}
div#tipDiv a:hover {
	color:#d9d9d9;
	text-decoration: none;
}
