.toolTipElement {
	cursor				: help;
}

.tool-tip {
	width				: 160px;
	z-index				: 13000;
	border				: 1px solid #B5CF74;
	color				: #000;
	letter-spacing 		: -1px;
}
 
.tool-title {
	font-weight			: bold;
	font-size			: 11px;
	margin				: 0;
	color				: #3E4F14;
	padding				: 8px 8px 4px;
	background			: #C3DF7D;
	border-bottom		: 1px solid #B5CF74;
}
 
.tool-text {
	font-size			: 10px;
	padding				: 4px 8px 8px;
	background			: #CFDFA7;
}

.tool-tip img {
	width				: 142px;
	border				: 1px solid #B5CF74;
}