/*	-------------------------------------------------------------
	8. TOOLTIP
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/	
	.stickytooltip{display:none;position:absolute;z-index:3000;}
	.atip {text-align: left;background:url(../images/hoverTOP.png) top no-repeat;}
	.atip .inner{background:url(../images/hoverBOTTOM.png) bottom no-repeat; width: 346px;  padding:0.875em 1.125em 0.625em 1.1875em;}
	* html .atip {background-image:none; background:#FFF; border:1px #000 solid;}
	* html .atip .inner {background-image:none;}
	.atip h1{font-size:1.125em; color:#000; padding-bottom:0.9375em;}
	.atip p{padding:0.625em 0; font-size:0.75em; font-size:12px; color:#393939; font-family:Verdana, Arial, Helvetica, sans-serif; line-height:17px; font-weight:normal;}
	.atip p.type{ border-top:#999999 1px solid; font-size:12px; color:#393939; font-family:Verdana, Arial, Helvetica, sans-serif; line-height:17px; font-weight:normal; }
	.atip p.type span{color:#000;} 
	.atip p.type span.mark{padding-left:1.125em;}
 
