/** TOOLTIP **/
#tooltip, #tooltip * {
	margin:0;
	padding:0;
}

#tooltip { /* The tooltip container */
	position: absolute;
	z-index: 3000;
	background-color: #555;
	padding: 5px;
	font-size: 0.8em;
	text-align: center;
	color: #fff;

	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;

	opacity: 0.96;
}

#tooltip h3 { /* The tooltip title */
	font-weight: normal;
	color: #ddd;
	font-size: 1.3em;
	/*
	background-image: url(../img/icon_info.png);
	background-repeat: no-repeat;
	background-position: 0 2px;
	padding-left: 20px;
	***/
}

#tooltip p.body { /* The tooltip body, shown when using showBody */
	max-width: 300px;
}

#tooltip p.url { /* The tooltip url, shown when using showURL */
}
