/*reset css*/
.selectadorn {
	/*width: 500px;
	margin: 100px auto;
	height: 32px;*/
}
.selectadorn p span {
	padding-right: 0px;
	float: left;
}
/*通用组开始 */
.mod-dropdownlist {
    display: inline-block;
}
.mod-dropdownlist .dropdown-select {
    background: #ffffff;
    border: 1px solid #d9d9d9;
    color: #666;
    /*cursor: default;*/
    /*display: inline-block;*/
    *display: inline;
    /*height: 30px;
    line-height: 30px;*/
    overflow: hidden;
    *zoom: 2;
    -webkit-user-select:none;
    -moz-user-select:none;
    -o-user-select:none;
    -ms-user-select:none;
    user-select:none;
    font-size: 14px;
}
.mod-dropdownlist .dropdown-select:visited,
.mod-dropdownlist .dropdown-select:hover,
.mod-dropdownlist .dropdown-select:active {
    border: 1px solid #c7c7c7;
    color: #666;
    background: transparent;
}
.mod-dropdownlist .dropdown-select .dropdown-input {
    border-right: 1px solid #ededed;
    padding: 0 10px;
    zoom: 1;
    overflow: hidden;
    font-size: 14px;
    line-height: 30px;
    float: left;
    height: 30px;
	width: auto !important;
}
.mod-dropdownlist .dropdown-select .dropdown-icon {
    background: transparent url(../images/icon_dropdown.gif) center center no-repeat;
    border-left: 1px solid #fff;
    width: 40px;
    padding: 0 0;
    zoom: 1;
    font-size: 14px;
    line-height: 30px;
    float: left;
    height: 30px;
}
.mod-dropdownlist .dropdown-select:hover .dropdown-icon {
    background: transparent url(../images/icon_dropdown_hover.gif) center center no-repeat;
}
.mod-dropdownlist .dropdown-list {
    background: #fff;
    border-left: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
    display: block;
    overflow: hidden;
    padding:0;
}
.mod-dropdownlist .dropdown-options {
    background: #fff;
    display: block;
    overflow: hidden;
    overflow-y: auto;
    padding:0;
    margin: 0;
	z-index: 801;
	position: absolute;
	/*width: 117px;*/
}
.mod-dropdownlist .dropdown-options li {
    margin: 0;
    padding: 0;
}
.mod-dropdownlist .dropdown-options li a {
    color: #666;
    cursor: default;
    display: block;
    padding: 0 10px;
    white-space: nowrap;
    width: 100%;
    font-size: 14px;
    -webkit-user-select:none;
    -moz-user-select:none;
    -o-user-select:none;
    -ms-user-select:none;
    user-select:none;
}
.mod-dropdownlist .dropdown-options li a:hover {
    background-color: #eee;
    color: #666;
}
.mod-dropdownlist .dropdown-options li.dropdown-options-focus a,
.mod-dropdownlist .dropdown-options li.dropdown-options-focus a:hover{
    background-color: #8ea94e;
    color:#fff;
}
.mod-dropdownlist .dropdown-list .dropdown-custombox {
    border-top: 1px solid #ccc;
}