#tooltip {
	position: absolute;
	z-index: 3000;
	width: 142px;
	background: url(../../../images/tooltipShadow.png) no-repeat;
}
#tooltip h3, #tooltip div { margin: 0; }

.tooltipContent {
	position: relative;
	background: #f1f0f0;
	top: -3px;
	left: -2px;
	padding: 8px;
	border: 1px solid #cdcccc;
	color: #202020;
	font-size: 11px;
	font-weight: normal;
	line-height: 15px;
	/*width: 124px; */
}