#package {
	width: 208px;
	position: relative;
	z-index:20;
}
.package_ul { padding: 0 10px 10px; }
.package_ul .normal {
	height: 27px;
	background: url(package_pic.gif) no-repeat 5px center;
	color: #666;
	padding-left: 15px;
	width:150px;
	font-weight: bold;
	line-height: 27px;
}
.package_ul .active {
	height: 24px;
	line-height: 27px;
	background: url(package_pic.gif) no-repeat 5px center;
	color: #414141;
	font-weight: bold;
	padding-left: 15px;
	width:150px;
}
.package_ul .active a {
	line-height: 27px;
	text-decoration: none;
	color: #600;
	height: 27px;
}
.package_ul .normal a {
	text-decoration: none;
	color: #656565;
}
.float_div { width: 453px; padding-bottom: 3px; position: absolute; left: 170px; z-index: 999; display:none; margin-top:-25px;}
.float_content {
	width: 300px;
	padding: 8px;
	background: #fff;
	border: 2px solid #FF0C00;
	position: relative;
	z-index: 10;
	top: -10px;
}
.float_bg {
	width: 320px;
	background: #000;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 1;
	-moz-opacity: 0.1;
	opacity: .1;
	filter: alpha(opacity=10);
	left: 0px;
}
.float_ico {
	width: 9px;
	height: 14px;
	position: absolute;
	top: 3px;
	left: -7px;
	z-index: 11;
	background-image: url(float_ico.gif);
	background-repeat: no-repeat;
}

.float_content li { width: 100%; overflow: hidden; line-height: 25px; border-bottom: 1px dotted #ddd; }
.float_content li h3 { float: left; font-weight: normal; font-size: 12px; background: url(float_content_h3.gif) no-repeat 5px center; padding-left: 15px; color: #404040; }

.float_content li p { float: right; width: 78%; word-spacing: 8px; font-weight: normal; }
.float_content li a { color: #656565; text-decoration: none; }
.float_content li a:hover { text-decoration: underline; }
.float_content .activechild { background: #f3f3f3; }
