#selectPlugin  .tree_div{
    /*width: 180px;*/
}
#selectPlugin .tab_style05 .l-tab-links ul{
    border-left:0;
}
#selectPlugin .l-tree li .l-body{
}
.chose_div {
    position: relative;
    background:#fff;
}
.chose_div .toolbar_query {
    height:25px !important;
    line-height:25px !important;
    margin-left:0;
    padding:2px 0 2px 0;
    background:url(../images/common/select/position_bg.gif) repeat-x;
    margin-bottom:0
}
.chose_div .list {
    height:220px;
}
.chose_div .list ul {
    margin:0 0 0 3px !important;
}
.chose_div .list li {
    float:left;
    height:20px;
    width:93px;
    line-height:20px;
    margin:5px 4px 5px 4px;
    overflow:hidden;
    border:1px solid #e2e7f5;
    background:#f5f7fd;
    text-indent:3px;
    color:#555;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    border-radius:2px;
    white-space:nowrap;
    overflow: hidden;
    text-overflow:ellipsis;
    cursor: pointer;
}
.chose_div .list .selected {
    background:#faf0a9;
    border:1px solid #f4e369;
    color:#333
}
.chose_div .toolbar_query input {
    height:17px !important;
    padding:0 !important;
    border:1px solid #ccc;
    color:#000;
    border-right:#ececec;
    text-indent:3px;
    border-radius: 0;
}
.chose_div .toolbar_query .r-query-button{
    display:block;
    background:url(../images/common/select/btn_query_grey.gif) no-repeat;
    width:19px;
    height:19px;
    float:left;
    cursor:pointer
}
.chose_div .toolbar_query .btn_query {
    margin-top:2px;
}
.chose_div .toolbar_query li {
    margin-left:5px;
    float:left;
}
.button_div {
    width:100%;
    height:30px;
    border:1px solid red;
    clear:both;
    padding-top:2px;
    background:#f2f2f2;
}
.user_div_textarea {
}
.user_div_input {
    height:24px;
    line-height: 24px;
}
.user_div_input input,
.user_div_input textarea {
    width:100%
}
.user_div_textarea, .user_div_input {
    border:1px solid #ccc;
    color:#003399;
    padding:0 0 5px 0;
    background:#fff url(../images/common/select/input_bg.gif) repeat-x top;
    position:relative;
    border-radius:3px;
}
.select_div {
    margin-right:40px;
}
.select_div li {
    float:left;
    margin:2px 3px 1px 1px;
    padding:2px;
    text-align:center;
    border-radius:2px;
    white-space:nowrap;
    cursor:default;
}
.select_div input {
    border:0;
    background:none;
}
.select_div input:focus{
    box-shadow:none;
}
.select_div textarea {
    border:0;
    overflow:auto;
    resize: none;
    font-size: 13px;
    width: 100%;
}
.select_div textarea:focus{
    box-shadow: none;
}
.select_div .select input {
    border:0;
    height:18px;
    width:50px;
    background:none;
    padding:0;
    margin:0
}
.select_img {
    width:16px;
    margin:5px 5px 0 0;
    display: inline;
    position:absolute;
    right:0;
    top:0;
}
.select_img a {
    float:right;
    width:16px;
    height:16px;
    display:block;
    background:url(../images/common/select/icon_select.gif) no-repeat;
    text-align:right;
}
.single,.shortCut {
    background:#ffdd75 url(../images/common/select/selected_bg.gif) top repeat-x;
    border:1px solid #d9b751;
    float:left;
}
.show_select .li_select {
    background:#f0f8ff url(../images/common/select/selected_bg2.gif) top repeat-x;
    border:1px solid #99bcd4;
}

.single span {
    color:#533516;
    float:left;
    margin-right:5px;
    margin-top:0;
    line-height:normal
}
.li_select span{
    color:#333;
}
.single a {
    display:block;
    width:15px;
    height:15px;
    float:left;
    background:url(../images/common/select/icon-close.gif) no-repeat;
    cursor:pointer;
    text-align:right;
}
.li_select a {
    background:url(../images/common/select/icon-close2.gif) no-repeat;
}
.show_select {
    margin:3px;
    height:70px;
    overflow-y:auto;
    background:#fafafa;
}
.short_select{
    margin:3px;
    height:50px;
    overflow-y:auto;
    background:#fafafa;
}
.show_select li {
    float:left;
    margin:1px 3px 1px 2px;
    text-align:center;
    border-radius:2px;
    white-space:nowrap;
    word-break:break-all;
    cursor:pointer;
    padding:2px;

}
.user_stats_div {
    background:url(../images/common/select/position_bg.gif) repeat-x bottom;
    width:100%;
    height:25px;
    line-height:20px;
    padding-left:5px;
}
.user_stats_div b {
    font-size:14px;
    font-family:Arial;
    padding:0 3px 0 3px;
}
.toolbar_query li {
    float: left;
    margin-right: 5px;
}
.btn_query input {
    float:left;
}
.toolbar_query .ui_btn,
.user_stats_div .ui_btn{
    height:18px;
    line-height: 18px;
    margin:2px 5px 0 0;
}
.chose_div select{
    padding: 0;
}
.shortCutArea{
    height:60px;
}
.short_title{
    border-bottom:1px solid #ddd;
    border-top:1px solid #ddd;
    background: #f8f8f8;
    height:20px;
    line-height: 20px;
    padding-left:5px;
}
.shortCut{
    float:left;
    height:20px;
    padding:0 3px;
    line-height:20px;
    margin:2px;
    border:1px solid #e2e7f5;
    background:#f5f7fd;
    color:#555;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    border-radius:2px;
    cursor: pointer;
    white-space: nowrap;
}
.li_select{
    background:#faf0a9;
    border:1px solid #f4e369;
    color:#333;
}
.advancedSearch{
    background: #fff;
    position: absolute;
    top:26px;
    width: 100%;
}
.advanced_table{
    border:1px solid #ddd;
    border-collapse:collapse;
}
.advanced_table td,
.advanced_table th {
    padding: 4px 5px;
    border: 1px solid #ddd;
}
.advanced_table th{
    background: #f5f5f5;
    color: #333;
    font-size: 13px;
    font-weight: normal;
}
.advanced_table input{
    color:#3163B6;
}
/*添加禁止li样式*/
.chose_div .list .r-disable {
    background-color: rgb(236,236,236);
    color: rgb(136,136,136);
    border-color: rgb(216,216,216);
    cursor: default;
}