
/* Start of tooltip.css */

/* our fancy tooltip */
#tt6437743 {
	display: none;
	position: absolute;
	z-index: 2010;
	max-width: 220px;
	font-size: 11px;
}
#tt6437743 #first {
	padding: 7px 10px 9px 10px;
	line-height: 11px;
	color: #F7F7F7;
	background: #000;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	cursor: pointer;
}

#tt6437743 #top,#tt6437743 #bottom {
	line-height: auto;
	width: 9px;
	height: 7px;
	margin: 0 auto;
	background-repeat: none;
}
#tt6437743 #top {
	background: url("/lib/img/tooltip_top.png");
	display: none;
}
#tt6437743 #bottom {
	background: url("/lib/img/tooltip_bot.png");
}

/* End of tooltip.css */
