.tool-tip
{
	color: #fff;
	height: 160px;
	width: 208px;
	z-index: 13000;
}
 
.tool-title
{
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #008DCF;
	padding: 8px 8px 4px;
	background: url(http://mmf.logic-immo.ch/mmf/ch/static/tooltips/background.png) top left;
}
 
.tool-text
{
	padding: 3px 2px 0px 2px; 
	background: url(http://mmf.logic-immo.ch/mmf/ch/static/tooltips/background.png);

	font-size: 11px;
}

.tool-loading
{
	background: url(http://mmf.logic-immo.ch/mmf/ch/static/maps/loading.gif) center center no-repeat;
	width: 30px;
	height: 30px;
	margin: 0 auto;
}

.tool-bottom
{
	background: url(http://mmf.logic-immo.ch/mmf/ch/static/tooltips/background.png) bottom;

	width: 208px;
	height: 3px;
}