.tool-tip {
	color: #fff;
	width: 139px;
	z-index: 13000;
}
 
.tool-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #C44D11;
	padding: 8px 8px 4px;
	background: url(../images/bubble.png) top left;
}
 .tool-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: url(../images/bubble.png) bottom right;
}
.tool-loading {
	background: url(../images/ajax_load.gif) center center no-repeat;
	width: 30px;
	height: 30px;
	margin: 0 auto;
}
.image-tip {
	color: #000;
	z-index: 13000;

}
.image-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #C44D11;
	padding: 8px 8px 4px;
	background: #FFFDF9;
	border-bottom: 1px solid #C44D11;
}
.image-text {
	font-size: 11px;
}
.custom-tip {
	color: #000;
  border: 1px solid #333333;
  z-index: 13000;
}
.custom-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #C44D11;
	padding: 2px 2px 2px;
	background: #E9E8E7;
  filter: alpha(opacity=80);
	opacity: 0.8;
	-moz-opacity: 0.8;
}
.custom-text {
	font-size: 10px;
	padding: 2px 2px 2px;
	background: #E9E8E7;
  filter: alpha(opacity=80);
	opacity: 0.8;
	-moz-opacity: 0.8;
}
