
#tooltip {
	position: absolute;
	z-index: 3000;
	width: 155px;
	top: 0;
	font-size: 0.9em;
	padding-bottom: 6px;
	padding-top: 0px;
	background: transparent url(../../images/tooltip-down.gif) bottom left no-repeat;
}
#tooltip .innerTool {
	padding: 6px 10px 4px 20px;
	background: transparent url(../../images/tooltip.gif) top left no-repeat;
}
#tooltip .innerTool h3,
#tooltip .innerTool div { 
	margin: 0; 
	padding:0;
	line-height: 1em;
}
#tooltip .innerTool ul {
	list-style: none;
	margin-bottom: 6px;
}
#tooltip  .innerTool p {
	margin: 0 0 0.4em 0;
}