.tool-tip {
	background: url(../images/tool-tip.png);
	height:42px;
	line-height:42px;
	padding-left:20px;
	width: 194px;
	z-index: 100;
	color:#333333;
	font-weight:bold;
}
	.tool-title {
		display: none;
	}
	.bubble-lg {
		background: url(../images/bubbles/lg-00.png);
		height: 40px;
		width: 40px;
	}
	.bubble-md {
		background: url(../images/bubbles/md-00.png);
		height: 28px;
		width: 28px;
	}
	.bubble-sm {
		background: url(../images/bubbles/sm-00.png);
		height: 12px;
		width: 12px;
	}
