.tool-tip {
	color: #FFF;
	width: 350px;
	z-index: 13000;
	text-align: left;
	
	
}
 
.tool-title { font-weight: bold; font-size: 18px; margin: 0; color: #FFF; font-family: Helvetica, Arial, SunSans-Regular, sans-serif, Geneva; background-color: #47443d; background-repeat: repeat; background-attachment: scroll; background-position: left top; text-transform: capitalize; padding: 15px 20px 0px; filter: alpha(opacity=89); -moz-opacity:0.89; -khtml-opacity: 0.89; opacity: 0.89; }
 
.tool-text { font-size: 11px; font-family: Helvetica, Arial, SunSans-Regular, sans-serif, Geneva; padding: 5px 20px 20px; background: #47443d  right bottom; filter: alpha(opacity=89); -moz-opacity:0.89; -khtml-opacity: 0.89; opacity: 0.89; }
 
.custom-tip {
	color: #FFF;
	width: 130px;
	z-index: 13000;
}
 
.custom-title {
	font-weight: bold;
	font-size: 16px;
	margin: 0;
	color: #FFF;
	padding: 8px 8px 4px;
	background: #C3DF7D;
	border-bottom: 1px solid #B5CF74;
	text-align: left;
}
 
.custom-text {
	font-size: 16px;
	padding: 4px 8px 8px;
	background: #CFDFA7;
}