.ui_comboBox{
	width:293px;
	display:inline-block;
	*display:block;
	*float:left;
	margin-right:10px;
	position:relative;
	background-color:#fff;
}
.ui_comboBox a {outline: none;} 
.ui_comboBox a:active {star:expression_r(this.onFocus=this.blur());} 
.ui_comboBox *:focus {
    outline: 3px #ff0000;
}
.comboBox_text{
	width:100%;
	height:35px;
	cursor:pointer;
	background:url("../../images/revamp/comboBox_arrow.png") right top no-repeat #fff;
	padding:0px 1px;
}
.comboBox_text.disabled{
    background:#e0e0e0;
    cursor:not-allowed;
}
.comboBox_text.disabled .more{
    background:#e0e0e0; 
}
.comboBox_text.focus,.comboBox_text.selected{
	border-color:#5a8faf;
}
.comboBox_text.selected span{
	color:#004e7f;
        font-weight:bold;
}
.comboBox_text span{
	line-height:36px;
	font-size:13px;
	color:#777;
	padding: 1px 25px 0 10px;
	text-transform:capitalize;
	text-overflow: ellipsis;
	display:block;
	overflow:hidden;
	height:36px;
	white-space:nowrap;
}
.comboBox_list{
	position:absolute;
	left:0px;
	top:44px;
	height:auto;
	-webkit-box-shadow: 2px 3px 6px 0px rgba(0,0,0,0.45);
	-moz-box-shadow: 2px 3px 6px 0px rgba(0,0,0,0.45);
	box-shadow: 2px 3px 6px 0px rgba(0,0,0,0.45);
	border:1px solid #bfbcbd\9;
	display:none;
	background-color:#2B2B2B;
	color:#fff;
	width:100%;
	z-index:10;
	font-size:13px;
	z-index:101;
}
.comboBox_list ul{
	margin:0px;
	padding:5px 0px;
	list-style:none outside;
	height:auto;
}
.comboBox_panel{
	max-height:300px;
	overflow-x:hidden;
	overflow-y:hidden;
}
.comboBox_panel.top{
	width:338px;
	float:left;
	background-color:#404041;
}
.comboBox_panel.sub{
	width:370px;
	*width:368px;
	float:right;
	background:url(../images/revamp/comboBox_tips.png) 0px 40px no-repeat transparent;
	height:270px;
}
.comboBox_panel.sub ul{
	display:none;
}
.comboBox_panel dt{
	padding: 8px 10px 8px 20px;
	line-height:20px;
	cursor:default; margin-right: 13px; /* katherine 20150123 */
}
.comboBox_panel dt.second{
    padding-left: 30px;
}
.comboBox_panel dt.selected{
	font-weight:bold;
}
.comboBox_panel dt:hover{
	background-color:#4c4d4f;
}
.comboBox_panel dt.active{
	background:url("../images/revamp/comboBox_arrow.png") right -78px no-repeat #4c4d4f;
}
.ui_comboBox.slider dl{
    display:none;
}
.comboBox_text input{
    width: 100%;
    height: 0px;
    background: transparent;
    border: 0px;
    position: absolute;
    top: 0px;
    opacity: 0.01;
    text-align: right;
    color: #fff!important;
    overflow:hidden;
}
.comboBox_text.focus input{
    height: 0px;
}
.ui_comboBox.slider ul{
    padding:20px 10px;
}
.ui_comboBox.slider .comboBox_list #slider{
    margin:10px;
    background-color:#555555;
}
.comboBox_list ul li{
	padding:5px 5px 5px 20px;
	cursor:default;
        display:block;
}
.ui_comboBox.slider .scale{
    padding:0px 0px 0px 0px;
    position:relative;
}
.ui_comboBox.slider .plus{
    color:#fff;
    position:absolute;
    z-index:2;
    right:-1px;
    top:0px; /*katherine 20150123*/
}
.ui_comboBox.slider .scale table{
    width:99%; padding:0 0.5%;
    cursor:default;
    color:#fff; /*katherine 20150123*/
}
.ui_comboBox.slider .comboBox_selected ul{
    padding:8px 10px; /*katherine 20150123*/
}
.ui_comboBox.slider .comboBox_selected ul label{
    padding:5px 0px; font-weight:normal; /*katherine 20150123*/
}
.ui_comboBox .ui-widget-header{
    background:#00b3e8;
}
.ui_comboBox .ui-state-default,.ui_comboBox .ui-widget-content .ui-state-default,.ui_comboBox .ui-widget-header .ui-state-default{
    border: none;
    background: #005493;
    font-weight: normal;
    color: #555555;
    margin-top:0px;
	border-radius:50%;  /*katherine 20150123*/
	
}
.ui_comboBox .ui-widget-content{
    border:none;
    background:none;
}
.ui_comboBox.slider .scale td{
    text-align: center;
    font-size:12px;
}
.ui_comboBox.slider .scale td i{
    display:inline-block;
    width:4px;
    height:4px;
    -webkit-border-radius: 2px;
    -moz-border-radius:2px;
    border-radius: 2px;
    background-color:#ccc;
}
.comboBox_list ul li.selected{
	font-weight:bold;
}
.comboBox_list .sub ul li{
	background-color:transparent;
	line-height:20px;
}
.comboBox_list ul li:hover{
	background-color:#4c4d4f;
}
.comboBox_list i.arrow{
	position:absolute;
	top:-8px;
	height:8px;
	width:16px;
	left:20px;
	background:url("../../images/revamp/comboBox_arrow.png") left bottom no-repeat;
        display:block;
}
.comboBox_selected{
	border-bottom: 1px solid #bfbcbd;
        padding: 5px;
        background-color: #404041;
		border-radius:2px;
}
.comboBox_selected .done_btn{
	float:right;
}
.comboBox_list .comboBox_selected ul li{
	list-style:none outside;
	display:block;
	padding: 4px 18px 4px 6px;
	margin: 0px 8px 4px 0px;
	background: url(../images/revamp/comboBox_close.png) #575657 right 50% no-repeat;
	width:auto;
	float:left;
	cursor:default;
	color:#FFF;
	word-break:keep-all;
	word-wrap:normal;
	white-space:nowrap; 
        -webkit-border-radius: 2px;
        -moz-border-radius:2px;
        border-radius: 2px; font-size:12px; /* katherine 20120123 */
}
.comboBox_list .sub ul li:hover{
	background-color:#4c4d4f;
}
.comboBox_selected span{
	display:block;
	width:auto;
	float:left;
	padding: 2px 0px 2px 6px;
	color:#666;
}
.comboBox_list .comboBox_selected ul li:hover{
	text-decoration:line-through;
}
.comboBox_list span{
	line-height:20px;
	cursor:default;
}
.comboBox_selected ul{
	padding:2px 60px 2px 2px;
}
.comboBox_list .done_btn{
	background-color:#005492;
	color:#fff;
	border:none;
	height:24px;
	text-transform:capitalize;
        margin:2px 2px 4px 0px;
        width:60px;
		-webkit-appearance: none;
        -moz-appearance:none; /* katherine 20150123*/
}
.comboBox_list .done_btn:hover{
	background-color:#004977;
}
.comboBox_list .done_btn.right{
    position:absolute;
    right:5px;
    top:4px;
    z-index:5;
}
.comboBox_text .more{
	display:block;
	position:absolute;
	line-height:34px;
	height:32px;
	top:2px;
	right:24px;
	width:auto;
	color:#999;
	text-decoration:none;
	font-weight:bold;
	padding-left:10px;
	font-size:13px;
        background:url("../images/revamp/comboBox_more_bg.png") repeat-y;
}/*katherine*/
.comboBox_list dl{
	margin:0px;
	padding:8px 10px 8px 10px;
	border-bottom:1px solid #c6c3c3;
	background-color:#404041;
	line-height:20px;
	cursor:default; margin-right:0px; /*katherine 20150123*/
}
.comboBox_list .top dl{
	border-bottom:1px dotted #fff;
        background-color:#404041;
}
.comboBox_list dl.selected{
	font-weight:bold;
}
.comboBox_list dl.submenu{
	padding:9px 0px 7px 0px;
	width:51%;
	float:right;
	margin:0px;
	background-color:transparent;
	display:none;
	border-bottom: 1px dotted #fff;
}
#search_box  .comboBox_list dl.submenu .custom_checkbox{
	margin-left:10px;
}
.comboBox_list .custom_checkbox input{
	width:16px;
	height:16px;
	overflow:hidden;
	margin-left:-20px;
	/*-ms-transform: scale(0.01); /* IE */
    /*-moz-transform: scale(0.01); /* FF */
	/*-webkit-transform: scale(0.01); /* Safari and Chrome */
    /*-o-transform: scale(0.01); /* Opera */
}
.comboBox_list .custom_checkbox{
	*display:block;
	*float:left;
}
.comboBox_panel.sub.none_bg{
	background-image:none;
}
.ui_comboBox h1{
    font-size:13px;
    margin:0px;
    padding:4px 4px 4px 24px;
    cursor: default;
    background:url("../images/revamp/dropDownList_plus.gif") 6px 6px no-repeat transparent;
    font-weight: normal;
}
.ui_comboBox h1:hover{
    background-color: #ececec;
}
.ui_comboBox h1.on{
    background:url("../images/revamp/dropDownList_minus.gif") 6px 6px no-repeat transparent;
}
.comboBox_list dl.tree_list{
    display:none;
    border:none;
    padding:0px;
    background-color:#fff;
}
.comboBox_list dl.tree_list li{
    display:block;
    padding:1px 5px 1px 20px!important;
}
.comboBox_list dl.tree_list li:hover{
    background:#1e90ff;
    color:#fff;
}
/*for customize*/
#wrapper .comboBox_text{
	border:1px solid #c7c7c7;
	height:32px;
	cursor:pointer;
	padding:0px 5px;
        width:250px;
        background: url(../../images/revamp/ui_search_drop_box.png) no-repeat 236px 2px;
}
#wrapper .ui_comboBox{
    width:auto;
    background-color: transparent;
    margin-right:0px;
}
#wrapper  .comboBox_text .more,#wrapper .comboBox_text span{
    height:32px;
    line-height:32px;
    background: transparent;
}
#wrapper .comboBox_text span{
    text-align:left;
    font-size:14px;
    padding:0px 25px 0px 2px;
}
#wrapper .comboBox_text.selected span{
    color:#000;
    font-weight:normal;
}
#wrapper .ui_comboBox dl,#wrapper .ui_comboBox .arrow{
    display:none;
}
#wrapper .comboBox_list{
    top:33px;
    border:1px solid #9d9d9d;
    -webkit-box-shadow:none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: #fff;
    margin:0px 0px 0px 5px;
    width:250px;
    max-height:330px;
    overflow-y:auto;
}
#wrapper .ui_comboBox ul{
    padding:0px;
    margin:0px;
    line-height:18px;
}
#wrapper .ui_comboBox ul.sub{
    padding:0px 0px 0px 10px;
}
#wrapper .ui_comboBox ul.sub h1{
    line-height:16px;
}
#wrapper  .comboBox_text.focus{
 background-color:#fff;
 border-color: #9d9d9b;
}
#wrapper .ui_comboBox .bottom_btn{
    padding:5px 20px;
    border-top:1px solid #9d9d9d;
    
}
#wrapper .ui_comboBox .bottom_btn input{
     background-color:#37c1fc;
     -webkit-border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    color:#fff;
    background-color:#009fe3;
    border:0px none;
    width:auto;
    height:26px;
    min-width:60px;
}
#wrapper .ui_comboBox .bottom_btn input:hover{
     background-color:#37c1fc;
}
#wrapper .ui_comboBox .checkbox_list li:hover{
    background-color:#1e90ff;
    color:#fff;
}
#wrapper .comboBox_list{
    color:#575757;
}
#wrapper .comboBox_text span{
    color:#000;
}
.ui_comboBox .jspDrag{
    -webkit-border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    background-color:#fff;
}