#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #3b3b3b;
	background-color: #191919;
	padding: 7px 10px;
	font-size:11px;
	font-weight:normal;
	font-family:Arial;
	color:#878787;opacity:0.8;filter:alpha(opacity=80);
}
#tooltip.st {
	position: absolute;
	z-index: 3000;
	border: none;
	background: url(/img/toolt.png) no-repeat;
	padding: 2px 4px;
	font-size:9px;
	font-weight:normal;
	font-family:Arial;line-height:8px;
	color:#595959;opacity:1;filter:alpha(opacity=100);
}
#tooltip h3, #tooltip div { margin: 0;	font-size:11px;
	font-weight:normal;
	font-family:Arial;
	color:#878787;text-transform:none;
	}
#tooltip.st h3, #tooltip.st div { margin: 0;	font-size:9px;
	font-weight:normal;line-height:8px;
	font-family:Arial;
	color:#595959;text-transform:none;
	}

