/* Tips */

.tool-tip {
	width: 200px;
	z-index: 13000;
}
 
.tool-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #004f77;
	padding: 15px 15px 2px;
	background: url('../../images/bubble.png') top left;
}
 
.tool-text {
	font-size: 11px;
	color: #444444;
	padding: 1px 15px 15px;
	background: url('../../images/bubble.png') bottom right;
}