.tooltip,.tooltip * { display:block; } /*added by javascript*/

.tooltip {
	width: 200px;
	color: #646464;
	font: lighter 11px/1.3 Arial, sans-serif;
	text-decoration: none;
	text-align: left;
}

.tooltip span.top {
	padding: 35px 0 0 0;
	background: url(images/bubble-tooltip.gif?031040) no-repeat top left;
}

.tooltip span.content {
	padding: 0 8px 0 10px;
	margin:0;
	width:200px;
	/* @NOTE no shortcut because of safari */
	background-image:url(images/bubble-tooltip-content.gif?031040);
	background-position:0 0;
	background-repeat:no-repeat !important;
	background-repeat:repeat-y;
	display: block;
}
.tooltip b.bottom {
	padding: 3px 8px 15px 10px;
	color: #548912;
	background: url(images/bubble-tooltip.gif?031040) no-repeat bottom left;
}