/* tooltip styling */
.tooltip {
	display: none;
	background:url(http://www.mauricejongerius.nl/images/layout/tooltip.png);
	height:48px;
	width:180px;
	padding:15px;
	font-size:11px;
	color: #666;
	border: none;
	text-align: left;
	line-height: 16px;
}

/* a .label element inside tooltip */
.tooltip .label {
	color:yellow;
	width:35px;
}

.tooltip a, .tooltip a:visited, .tooltip a:link {
	color:#15A6C1;
	font-size:11px;
	font-weight:bold;
	text-decoration: none;
}
.tooltip a:hover {
	text-decoration: underline;
}
.tooltip_logo {
	float: left;
	margin: 0px;
	width: 21px; 
}
.tooltip_logo img {
	margin: 0;
	padding: 0;
}
.tooltip p {
	float: right;
	width: 154px;
	font-size: 11px;
	line-height: 16px;
	font-family: Tahoma, Geneva, sans-serif;
	padding: 0px;
	margin: 0px;

}
.tooltip p a.link, .tooltip p a.link:hover { 
	color: #15A6C1;
}