@charset "utf-8";

/* powerFloat */
.float_ajax_box {
	border: 1px solid #ccc;
	background-color: #fff;
}

.float_loading {
	width: 100px;
	height: 100px;
	background: url(http://www.zhangxinxu.com/study/image/loading.gif)
		no-repeat center;
}

.float_ajax_image {
	padding: 5px;
}

.float_ajax_error {
	width: 200px;
	padding: 40px 0;
	text-align: center;
}

.shadow .float_list_ul {
	width:auto;
	height:auto;
	margin: 0;
	padding: 1px;
	font-size: 12px;
	list-style-type: none;
	
}
.shadow .float_list_ul a {
	text-decoration: none;
}

.shadow .float_list_ul a:link {
	color: gray;
}

.shadow .float_list_ul a:visited {
	color: #039;
}
.shadow .float_list_ul a:hover {
	color: #069;
	text-decoration: none;
}

.shadow .float_list_ul a:active {
	color: #069;
}
.float_list_a {
	display: block;
	text-decoration: none;
}

.float_list_a:hover {
	background-color: #f0f3f9;
	color: #333;
	text-decoration: none;
}

.shadow .float_list_ul li {
	height:auto;
	width:100%;
	padding:0;
	margin:0;
	line-height: 20px;
	border-top: 1px solid #f0f3f9;
	text-indent: 5px;
}
.shadow .float_list_ul li a{
	display:block;
	height:auto;
	line-height:20px;
}
.shadow .float_list_ul li:first-child {
	border-top: 0;
}

.float_list_null {
	padding: 40px 20px;
	text-align: center;
}

.float_remind_box {
	border: 1px solid #F7CE39;
	background: #ffffe0;
	padding: 5px 10px;
}

.float_tip_box {
	line-height: 18px;
	padding: 0 3px;
	background-color: #ffffe0;
	-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, .4);
	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, .4);
	box-shadow: 1px 1px 2px rgba(0, 0, 0, .4);
	border: 1px solid #333;
	position: absolute;
}

.float_doing_box {
	border: 1px solid #F7CE39;
	background: #ffffe0
		url(http://www.zhangxinxu.com/study/image/loading_s.gif) no-repeat 5px
		center;
	padding: 5px 10px 5px 25px;
	font-size: 12px;
	position: absolute;
}

.float_corner {
	font-size: 18px;
	font-family: '宋体';
	position: absolute;
	left: -6000px;
	overflow: hidden;
}

.float_corner .corner {
	position: absolute;
}

.float_corner .corner_1 { /*可去除*/
	color: #ccc;
}

.float_corner .corner_2 { /*可去除*/
	color: #fff;
}

.float_corner_top,.float_corner_bottom {
	width: 16px;
	height: 8px;
}

.float_corner_top {
	line-height: 14px;
}

.float_corner_bottom {
	line-height: 17px;
}

.float_corner_left,.float_corner_right {
	width: 8px;
	height: 16px;
}

.float_corner_top .corner,.float_corner_bottom .corner {
	left: 0;
}

.float_corner_right .corner,.float_corner_left .corner {
	top: -2px;
}

.float_corner_bottom .corner_1 {
	
}

.float_corner_bottom .corner_2 {
	top: 1px;
}

.float_corner_left .corner_1 {
	right: 0;
}

.float_corner_left .corner_2 {
	right: 1px;
}

.float_corner_top .corner_1 {
	bottom: 0;
}

.float_corner_top .corner_2 {
	bottom: 1px;
}

.float_corner_right .corner_2 {
	left: 1px;
}

.target_fixed {
	height: 25px;
	padding: 1px;
	position: fixed;
	_position: absolute;
	top: 0;
	right: 0;
}

.shadow {
	-moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, .4);
	-webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, .4);
	box-shadow: 1px 1px 3px rgba(0, 0, 0, .4);
	background: #EAEAEA;
}

.target_box {
	width: 250px;
	padding: 10px;
	border: 1px solid #aaa;
	background-color: #fff;
}

.target_list {
	padding: 4px;
	border-bottom: 1px dotted #ddd;
	overflow: hidden;
	_zoom: 1;
}

.target_list a {
	width: 22px;
	line-height: 20px;
	margin-right: 5px;
	padding: 1px;
	color: #333;
	font-size: 12px;
	text-align: center;
	text-decoration: none;
	float: left;
}

.target_list a:hover {
	padding: 0;
	border: 1px solid #ddd;
	color: #cd0000;
}

.target_more {
	margin-top: -20px;
}

.target_fixed {
	height: 25px;
	padding: 1px;
	position: fixed;
	_position: absolute;
	top: 0;
	right: 0;
}

.custom_container {
	position: absolute;
	background-color: rgba(0, 0, 0, .5);
	background-color: #999\9;
}

.custom_container img {
	padding: 0;
	position: relative;
	top: -5px;
	left: -5px;
}

.dn {
	display: none;
	cursor:pointer;
}

.db {
	display: block;
}

.dib {
	display: inline-block;
}

.di {
	display: inline;
}