@charset "utf-8";

/* Tooltip */
#tooltip {
	width: 150px;
	position: absolute;
	z-index: 9999;
	color: #FFFFFF;
	font-size: 1px;
	text-decoration: none;
	text-indent: 0px;
	
}
#tooltip span {display: block;}

#tooltip .tip-head {height: 8px; background: url(../img/common/tooltip/head.gif) no-repeat;}
#tooltip .tip-body {padding: 5px 10px 5px 15px; font-size: 13px; text-indent: -5px; background-color: #000000;}
#tooltip .tip-foot {height: 8px; background: url(../img/common/tooltip/foot.gif) no-repeat;}
