.tool-tip {
	color: #fff;
	width: 190px;
	z-index: 13000;
}
 
.tool-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #F90;
	padding: 8px 8px 4px;
	background: url(../Img/bubble.png) top;
	text-align: left;
}
 
.tool-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: url(../Img/bubble.png) top;
	text-align: left;
}
 
.custom-tip {
	color: #000;
	width: 190px;
	z-index: 13000;
}
 
.custom-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #333F33;
	padding: 8px 8px 4px;
	background: #FB8B5B;
	border-bottom: 1px solid #003322;
	text-align: left;
}
 
.custom-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: #FCA985;
}

