.pane{
	cursor:default;
	float:left;
	width:100%;
	background:#fff;
	padding:10px 0 20px 0;
}


/*.pane .title{
	padding:5px 5px 5px 19px;
}
.pane .title .txt{
	float:left;
	color:#aaa;
	height:18px;
	text-align:left;
	line-height:18px;
}
.pane .title .xclose{
	float:right;
	font-weight:bold;
	line-height:12px;
	padding:2px 5px 5px 6px;
	background:#ccc;
	color:#fff;
}*/


.pane .opt{
	float:left;
	padding:0 20px;
	height:40px;
	line-height:18px;
	width:100%;
}
.pane .opt .list{
	float:left;
	text-align:left;
}
.pane .opt .list li{
	float:left;
	width:97px;
	color:#fff;
	white-space:nowrap;
	position:relative;
}
.pane .opt .list li dl{
	float:left;
	width:50px;
	height:20px;
	line-height:20px;
	padding:0px 6px;
	background:#337ab7;
	text-align:left;
	overflow:hidden;
}
.pane .opt .list li a{
	font-size:12px;
	line-height:20px;
	float:left;
	display:block;
	cursor: pointer;
	height:20px;
	padding:0px 6px;
	font-weight:bold;
	background:#337ab7;
	text-align:center;
	color:#fff
}
.pane .opt .list li .xclose{
}

/*.pane .opt .list li .xclose{
	background:#28518E;
	position:absolute;
	top:-1px;
	right:26px;
	line-height:18px;
	padding:4px 7px;
}*/




/*.pane .opt .save{
	float:right;
	text-align:center;
	color:#fff;
	padding:0px 15px 2px 15px ;
	background:#0A425B;
}*/

.pane .opt .save{
	float:right;
	text-align:center;
	background: -moz-linear-gradient(center top , #fff, #F4F4F4) repeat scroll 0 0 rgba(0, 0, 0, 0);
	background: -webkit-linear-gradient(center top , #fff, #F4F4F4) repeat scroll 0 0 rgba(0, 0, 0, 0);
	background: -o-linear-gradient(center top , #fff, #F4F4F4) repeat scroll 0 0 rgba(0, 0, 0, 0);
	background: -ms-linear-gradient(center top , #fff, #F4F4F4) repeat scroll 0 0 rgba(0, 0, 0, 0);
	
	border: 1px solid #C1C1C1;
	border-radius: 2px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
	color: #555;
	cursor: pointer;
	display: inline-block;
	padding: 0 13px;
	vertical-align: middle;
}

.pane .opt .save:hover {
    background: none repeat scroll 0 0 #F4F4F4;
}
.pane .opt .save:active {
    background: -moz-linear-gradient(center top , #E8E8E8, #FBFBFB) repeat scroll 0 0 rgba(0, 0, 0, 0);
	background: -webkit-linear-gradient(center top , #E8E8E8, #FBFBFB) repeat scroll 0 0 rgba(0, 0, 0, 0);
	background: -o-linear-gradient(center top , #E8E8E8, #FBFBFB) repeat scroll 0 0 rgba(0, 0, 0, 0);
	background: -ms-linear-gradient(center top , #E8E8E8, #FBFBFB) repeat scroll 0 0 rgba(0, 0, 0, 0);
}






.pane .change{
	float:left;
	width:100%;
	color:#337ab7;
	border-bottom: #e0e0e0 1px solid;
}

.pane .change div{	
	position:absolute;
	width:50px;
	height:15px;
	padding:8px 0;
	border-bottom: #28518E 1px solid;
}

.pane .change li{
	float:left;
	position:relative;
	text-align:center;
	width:80px;
	height:15px;
	padding:8px 0;
}
.pane .change a{
	color:#555;
	cursor:pointer;
	position:absolute;
	top:-17px;
	left:20px;
	z-index:1;
	padding:8px 0;
	border-bottom: #e0e0e0 1px solid;
}
.pane .change .selected{
	border-bottom: #337ab7 1px solid;
}

/*.pane .change .select{
	color:#ff0000;
	border-bottom: #ff0000 1px solid;
}*/





.pane .scroll{
	float:left;
	width:100%;
	overflow-y:auto;
}


.pane .scroll .class{
	float:left;
	width:100%;
	color:#444;
	
	/*overflow-y:auto;*//*IE的貌似问题很大？？？*/
	padding-top:5px;
}
.pane .scroll .class .char{
	text-align:center;
	float:left;
	width:52px;
	color:#337ab7;
	padding:11px 0;
	font-weight:bold;
	width:10%;
}
.pane .scroll .class .list{
	float:left;
	height:50px;
	padding:8px 0;
	width:90%;
}

.pane .scroll .class .classlist{
	float:left;
	width:100%;
	height:auto;
}



.pane .scroll .class .mouseover{
	color:#fff;
	background:#337ab7;
}
.pane .scroll .class .list li,
.pane .scroll .class .deel li{
	cursor:pointer;
	float:left;
	width:auto;
	overflow:hidden;
	text-align:left;
	position:relative;
	line-height:18px;
	white-space:nowrap;
	padding:2px 18px;
}



.pane .scroll .class .deel li{
	margin:2px 0;
	
}
.pane .scroll .class .deel{
	border: #cacaca 1px solid;
	position:absolute;
	background:#fff;
	padding:8px;
	width:200px;
	z-index:1;
}
.pane .scroll .class .deel .tip{
	margin:0px;
	position:absolute;
	top:-25px;/*====这个位置======*/
	left:-1px;
	background:#fff;
	padding:4px 20px 2px 20px;
	border: #cacaca 1px solid;
	border-bottom: #fff 1px solid;
}




