#tooltip {
	position: absolute;
	z-index: 3000;
	background-color: #000000;
	padding: 0px;
	padding: 15px 0 0 0px;
}
#tooltip h3, #tooltip div {
	margin: 0;
	font-size: 12px;
	font-weight: normal;
}
#tooltip h3, #tooltip .body {
	width: 168px;
	margin: 0 auto;
}
#tooltip.fancy {
 	background: url('images/popup2.png');
	width: 264px;
	height: 245px;
}
#tooltip.fancy.viewport-right {
	background: url('images/popup.png');
}
#tooltip.fancy.viewport-bottom {
	background: url('images/popup3.png');
}
#tooltip .ttname {
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	padding: 0 0 8px 0;
}
#tooltip .ttimg {
	width: 65px;
	float: left;
	padding: 0 5px 5px 0;
}
#tooltip .ttc {
	line-height: 16px;
}
#tooltip .ttmore {
	color: #ff9900;
}
