#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
	opacity: 0.85;
	font-size: 10px;
}
#tooltip h3, #tooltip div { margin: 0; }

#tooltip.pretty {
	font-family: Arial;
	border: none;
	width: 210px;
	padding:20px;
	height: 135px;
	opacity: 0.9;
	background: url('shadow.png');
}
#tooltip.pretty h3 {
	margin-bottom: 0;
	font-size: 12px;
	width: 220px;
	text-align: center;
	text-decoration: underline;
}

#tooltip.pretty div { width: 220px; text-align: left; }

#tooltip.fancy {
	background: url('shadow2.png');
	padding-top: 5em;
	height: 110px;
}

#tooltip.fancy.viewport-right {
	background: url('shadow2-reverse.png');
}
#tooltip.fancy.viewport-right.viewport-bottom {
	background: url('shadow2-top-reverse.png');
}
#tooltip.fancy.viewport-bottom {
	background: url('shadow2-top.png');
	padding-top: 2em;
	padding-bottom: 3em;
	top:20px;
}
.salesrank {
	font-size:12px;
}