#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #E1E6D2;
	background-color: #FCF3DC;
	color: #7D6538;
	font-size: 15px;
	letter-spacing: -1px;
	-moz-opacity:.90;
	/*opacity:.90;*/
	-khtml-opacity:.90;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	padding:12px;
	width:140px;
	line-height:21px;
	
}
#tooltip h3, #tooltip div {
	margin: 0;
	text-align: center;
	font-weight:normal;
}
/*TOOLTIPS START HERE*/
.tool {
	/*color: #fff;*/
	width: 185px;
	z-index: 13000;
	padding:17px 0 17px 0;
}
.tip-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #e8e3d0;
	padding: 8px 8px 4px;
	background: url(../images/bubble.png) top left;
}
.tip-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: url(../images/bubble.png) bottom right;
	color:#eeebdd;
}
/*TOOLTIPS END HERE*/

