﻿

/*通用组开??*/
.mod-dropdownlist {
    display: inline-block;
    width: 296px; height: 28px;}
.mod-dropdownlist .dropdown-select {
    background: #fff url(../images/seldown.jpg) 265px center no-repeat;
    color: #999;
    cursor: pointer;
    display: inline-block;
    *display: inline;
    width: 296px;
    height: 28px;
    line-height: 28px;
    overflow: hidden;
    font-size: 14px;
    border: 1px #898989 solid;
    border-radius: 4px;}

.mod-dropdownlist .dropdown-select .dropdown-input {
    width: 296px !important;
    padding: 0 10px;
    zoom: 1;
    overflow: hidden;
    font-size: 14px;
    line-height: 24px;
    float: left;
    height: 24px;}

.mod-dropdownlist .dropdown-list {
    background: #fff;
    display: block;
    overflow: hidden;
    padding:0;}
.mod-dropdownlist .dropdown-options {
    background: #fff;
    display: block;
    overflow: hidden;
    overflow-y: auto;
    padding:0;
    margin: 0;
    border: 1px #898989 solid;}
.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: 296px;
    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;
    cursor: pointer;}
.mod-dropdownlist .dropdown-options li.dropdown-options-focus a,
.mod-dropdownlist .dropdown-options li.dropdown-options-focus a:hover{
    background-color: #eee;
    color:#666;}
.mod-dropdownlist .dropdown-list .dropdown-custombox {
    border-top: 1px solid #ccc;}