.tool-tip {
	color: #fff;
	width: 139px;
	z-index: 13000;
}
 
.tool-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #FF5178;

	background: url(../img/bubble_nou.png) top left;
}
 
.tool-text {
	font-size: 0.7em;
	line-height:1.2em;
	padding-top: 8px;
	background: url(../img/bubble_nou.png) bottom right;
}

.custom-tip {
	color: #CCCCCC;
	width: 130px;
	z-index: 13000;
}

.custom-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #3E4F14;
	padding: 8px 8px 4px;
	
	border-bottom: 1px solid #B5CF74;
}

.custom-text {
	font-size: 0.7em;
	line-height:1.2em;
	padding: 4px 8px 8px;
	
}
