#tooltip {
	max-width: 200px;
	padding: 6px 10px;

	position: absolute;
	z-index: 3000;

	font-size: 11px;

	background: url('images/customer/bg_tooltip.jpg') 0 0 repeat-x #dbdbdb;
	text-align: center;
}

#tooltip h3 {
	display: inline;
	margin: 0px;
	padding: 0px;

	font-size: 12px;
	font-weight: normal;
	color: #4e4e4e;
	text-shadow: white 0px 1px 0px;
	text-transform: uppercase;
	font-weight: bold;
}

#tooltip div { margin: 0; }
