@charset "utf-8";
.dropdown {
    display: inline;
    float: left;
    margin-right: 0;
    outline: medium none;
    position: relative;
    z-index: 100;
	
}
.dropdown h4 {
    cursor: default;
    margin: 0;
    padding:1px 0 0;
	line-height:26px;
    text-indent: 5px;
	color:#b0b0b0;
	
}
.dropdown * {
    -moz-user-select: none;
}
.dropdown h4.over {
}
.dropdown div {
    display: block;
}
.dropdown ul {
    clear: both;
    display: none;
    float: left;
    margin: 0;
    max-height: 200px;
    overflow: auto;
    padding: 0 0 0 0;
    position: absolute;
	left:0;
	top:0;
    z-index: 500;
}
.dropdown ul li {
    cursor: default;
    display: block;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    text-indent: 5px;
}
.dropdown ul li.over {
}
.dropselectbox {
    display: inline;
 color: #333; text-align:left; }

.dropdown h4 {
/*    background:  no-repeat scroll right 0 transparent;
	background:  no-repeat scroll right -3px\9;*/
   border: medium none;
    font: 12px 宋体;
    height: 27px;
	line-height:26px;
	
}
.dropdown h4.over {
 /*   background:  no-repeat scroll right 0 transparent;
	background:  no-repeat scroll right -3px\9;*/
    border: medium none;
 
}
.dropdown h4.current {
    border-color: #b3b3b4;
}
.dropdown ul {
    background: none repeat scroll 0 0 #ffffff;
    border: 1px solid #b8babb;
	border-top:none;
	width:147px;
}
.dropdown ul li {
    background: none repeat scroll 0 0 #ffffff;
    font: 400 12px/19px 宋体;
    height: 19px;
}
.dropdown ul li.over {
    background: none repeat scroll 0 0 #b3b3b4;
    color: #ffffff;
}
.sc11 a.ser {
    background:  no-repeat scroll 0 center transparent;
    display: block;
    float: right;
    height: 23px;
    padding-right: 0;
    width: 51px;
    margin-top:8px;
}