#tooltip {
	width: 122px;
	height: 57px;
	padding: 3px 10px;
	background: url("images/customer/bg_tooltip.png") no-repeat;

	position: absolute;
	z-index: 3000;

	font-size: 14px;
	line-height: 14px;
	color: #fff;
}

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

	font-size: 14px;
	font-weight: normal;
	color: #fff;
	text-transform: none;
}

#tooltip div { margin: 0; }
