#tooltip {
	position: absolute;
	z-index: 3000;
	width: 135px;
	height: 87px;
	background: transparent url(../../_images/layout/toplayer/tooltip.gif) no-repeat 0% 0%;
}

#tooltip h3 {
	font-size: 11px;
	line-height: 1.25em;
	color: #666;
	padding: 7px 0 0 10px;
}




#tooltip.white {
	position: absolute;
	z-index: 3000;
	width: 150px;
	height: auto;
	padding-bottom: 7px;
	background: transparent url(../../_images/layout/subpage/tooltipBottom.gif) no-repeat  0% 100%;
}

#tooltip.white h3 {
	font-size: 11px;
	line-height: 1.25em;
	color: #666;
	padding: 7px 10px 3px 10px;
	width: 130px;
	height: 92px;
	overflow:hidden;
	background: transparent url(../../_images/layout/subpage/tooltipBody.gif) no-repeat 0% 0%;
}




#tooltip.textOnlyWhite {
	position: absolute;
	z-index: 3000;
	width: 130px;
	height: auto;
	text-align: center;
	background: #fff;
	border: 1px solid #ccc;
	padding: 3px 5px;
}

#tooltip.textOnlyWhite h3 {
	padding: 0;
	font-size: 9px;
	height: auto;
	line-height: 2em;
	color: #666;
}