@charset "utf-8";
/* CSS Document */
.tooltip {
	margin:0;
	display:none;
	width:251px;
	font-size:12px;
	z-index:1000;
	position:absolute;
	color:#7d7d7d;}

.dvhdr1{
	display:block;
	position:relative;
	z-index:1000;
	height:22px;
	width:207px; 
	background:url(../image/design/tooltip_hd.png) 8px 0 no-repeat;
	padding:8px 18px 0 26px;
	text-align:left;
	color:#fff;
	font-weight:bold;
	line-height:20px;}
.dvfoot1{
	height:12px; 
	line-height:10px; 
	font-size:10px; 
	background:url(../image/design/tooltip_bttm.png) 9px top no-repeat;
	width:251px; 
}
.dvbdy1{
	display:block;
	z-index:1000;
	width:207px; 
	background:url(../image/design/tooltip_body.png) 0 0 no-repeat;
	padding:7px 18px 0 26px;
	line-height:18px;}
* html .tooltip .hint_cont{
	margin-top:-3px}