#tooltip, .ttip_body {
	position: absolute;
	z-index: 3000;
	width:600px;
	border: 1px solid #83a9c0;
	border-top: 10px solid #000;
	border-bottom:3px solid #83a9c0;
	background-color: #d2e8f5;
	padding:0;
	text-align:left;
}
#tooltip h3, #tooltip div { margin: 0; }

.ttip-top {
	float:left;
	width:580px;
	padding:5px 10px;
	background-color:#fff;
	border-bottom:1px solid #83a9c0;
}
.ttip-top ul {
	margin:0 0 0 20px;
}
.ttip-top ul li {
	margin:0;
	line-height:1.5em;
	list-style:none;
}
.ttip-left {
	float:left;
	width:240px;
}
.ttip-right {
	float:right;
	width:240px;
}
.ttip-bottom {
	float:left;
	width:580px;
	padding:0 10px;
	border-top:1px solid #ccc;
}