#tooltip {
	position: absolute;
	z-index: 3000;
	background: url(../styleImages/backgrounds/tint_bg.png);
	padding: 5px;
	color: #eeeeee;
}

#tooltip h1 {
	background: none;
	border: none;
}

#tooltip h1 .txtOldPrice {
	padding-left: 5px;
	color: #888888;
}

#tooltip h3, #tooltip div { margin: 0; }
