#tooltip {
	position: absolute;
	z-index: 3000;
	border: none;
	opacity: 1;
	background:url(/img/tooltip2.gif) no-repeat top left;
	border:none;
	margin:0px;
	text-align:center;
	padding:11px 0px 11px 0px;
	font-family:Trebuchet MS;font-size:12px;color:#ffffff;
	font-style:normal;
}
#tooltip h3, #tooltip div { margin: 0;	font-size:11px;
	font-weight:normal;
	font-family:Arial;
	color:#282828;
	}
#tooltip.tth {
	position: absolute;
	z-index: 3000;
	border: none;
	opacity: 1;
	background:#000000;
	height:29px;
	border:1px solid #555555;
	margin:0px;
	padding:6px;
	text-align:left;
	font-family:Arial;font-size:10px;color:#7a7b7c;
	font-style:normal;
	
}
#tooltip.tth h3,#tooltip.tth div{
	font-family:Arial;font-size:10px;color:#7a7b7c;
	font-style:normal;
}
#tooltip.big {
	position: absolute;
	z-index: 3000;
	border: none;
	opacity: 1;
	background:url(/img/tooltip1.png) no-repeat top left;
	border:none;
	margin:0px;
	padding:11px 23px 11px 23px;
	font-family:Trebuchet MS;font-size:12px;color:#ffffff;
	font-style:normal;
	
}
* html #tooltip.big {
	position: absolute;
	z-index: 3000;
	border: none;
	opacity: 1;
	background:url(/img/tooltip1.gif) no-repeat top left;
	border:none;
	margin:0px;
	padding:11px 23px 11px 23px;
	font-family:Trebuchet MS;font-size:12px;color:#ffffff;
	font-style:normal;
	
}
#tooltip.big h3,#tooltip.big div{
	font-family:Trebuchet MS;font-size:12px;color:#ffffff;
	font-style:normal;
}
#tooltip.open {
	position: absolute;
	z-index: 3000;
	border: none;
	opacity: 1;
	background:url(/img/tooltip2.png) no-repeat top left;
	border:none;
	margin:0px;
	padding:11px 23px 11px 23px;
	font-family:Trebuchet MS;font-size:12px;color:#ffffff;
	font-style:normal;
	
}
* html #tooltip.open {
	position: absolute;
	z-index: 3000;
	border: none;
	opacity: 1;
	background:url(/img/tooltip2.gif) no-repeat top left;
	border:none;
	margin:0px;
	padding:11px 23px 11px 23px;
	font-family:Trebuchet MS;font-size:12px;color:#ffffff;
	font-style:normal;
	
}
#tooltip.open h3,#tooltip.open div{
	font-family:Trebuchet MS;font-size:12px;color:#ffffff;
	font-style:normal;
}
