
/* {
    -webkit-transition: .7s cubic-bezier(0.34, -0.13, 0.34, 1.1);
	-o-transition: .7s cubic-bezier(0.34, -0.13, 0.34, 1.1);
	transition: .7s cubic-bezier(0.34, -0.13, 0.34, 1.1);
} */

.custom_dropdowncommon {position:relative;display:-moz-inline-stack; zoom:1; display:inline-block; *display:inline; cursor:default;}
.custom_dropdowncommon ul{padding:0;margin:0;}
.custom_dropdowncommon ul li{list-style-type:none;}
.borderRadiusTp ul li:last-child{-moz-border-radius:0 0 5px 5px ; border-radius:0 0 5px 5px;border-bottom:0 none #c3c3c3; }
.borderRadiusBtm ul li:first-child{-moz-border-radius:5px 5px 0 0; border-radius:5px 5px 0 0 ;border-bottom:1 solid #c3c3c3; }
.custom_dropdowncommon .disabled img, .custom_dropdowncommon .disabled span, .custom_dropdowncommon.disabledAll{
opacity: .5; /* standard: ff gt 1.5, opera, safari */
-ms-filter:"alpha(opacity=50)"; /* ie 8 */
filter:alpha(opacity=50); /* ie lt 7 */
-khtml-opacity:.5; /* safari 1.x */
-moz-opacity:.5; /* ff lt 1.5, netscape */
color:#999999;
}
.custom_dropdowncommon .clear{clear:both}
.custom_dropdowncommon .shadow{-moz-box-shadow:5px 5px 5px -5px #888888;-webkit-box-shadow:5px 5px 5px -5px #888888;box-shadow: 5px 5px 5px -5px #888888;}
.custom_dropdowncommon .text{color:#7e7e7e;padding:0; position:absolute; background:#fff; display:block; width:98%; height:98%; left:2px; top:0; border:none;}
.custom_dropdownOutOfVision{position:relative; display:-moz-inline-stack; display:inline-block; zoom:1; *display:inline;}
.borderRadius .shadow{-moz-box-shadow:5px 5px 5px -5px #888888;-webkit-box-shadow:5px 5px 5px -5px #888888;box-shadow: 5px 5px 5px -5px #888888;}
.borderRadiusBtm .shadow{-moz-box-shadow:-5px -5px 5px -5px #888888;-webkit-box-shadow:-5px -5px 5px -5px #888888;box-shadow: -5px -5px 5px -5px #888888}
.borderRadiusTp .border, .borderRadius .border{-moz-border-radius:0 0 5px 5px ; border-radius:0 0 5px 5px;}
.borderRadiusBtm .border{-moz-border-radius:5px 5px 0 0; border-radius:5px 5px 0 0;}
img.fnone{float:none !important}
.custom_dropdowncommon .divider{width:0; height:100%; position:absolute;}
.custom_dropdowncommon .arrow{display:inline-block; position:absolute; top:50%; right:4px;}
.custom_dropdowncommon .custom_dropdownTitle{padding:0; position:relative; display:inline-block; width:100%}
.custom_dropdowncommon .custom_dropdownTitle .custom_dropdownTitleText{display:block;}
.custom_dropdowncommon .custom_dropdownTitle .custom_dropdownTitleText .custom_dropdownTitleText{padding:0;}
.custom_dropdowncommon .custom_dropdownTitle .description{display:block;}
.custom_dropdowncommon .custom_dropdownTitle .custom_dropdownTitleText img{position:relative; vertical-align:middle; float:left}
.custom_dropdowncommon .custom_dropdownChild{position:absolute;display:none;width:100%;overflow-y:auto; overflow-x:hidden; zoom:1;}
.custom_dropdowncommon .custom_dropdownChild li{clear:both;}
.custom_dropdowncommon .custom_dropdownChild li .description{display:block;}
.custom_dropdowncommon .custom_dropdownChild li img{border:0 none; position:relative;vertical-align:middle;float:left}
.custom_dropdowncommon .custom_dropdownChild li.optgroup{padding:0;}
.custom_dropdowncommon .custom_dropdownChild li.optgroup .optgroupTitle{padding:0 5px; font-weight:bold; font-style:italic}
.custom_dropdowncommon .custom_dropdownChild li.optgroup ul li{padding:5px 5px 5px 15px}
.custom_dropdowncommon .noBorderTop{border-top:none 0  !important; padding:0; margin:0;}

/*************** default theme **********************/
.custom_dropdown{border:1px solid #c3c3c3;}
/* .custom_dropdown .divider{border-left:1px solid #c3c3c3; border-right:1px solid #fff;; right:24px;} */
.custom_dropdown .arrow{width:16px;height:16px; margin-top:-8px; }
.custom_dropdown .custom_dropdownTitle{color:#000;}
.custom_dropdown .custom_dropdownTitle .custom_dropdownTitleText{padding:5px 20px 5px 5px;}
.custom_dropdown .custom_dropdownTitle .custom_dropdownTitleText .custom_dropdownTitleText{padding:0;}
.custom_dropdown .custom_dropdownTitle .description{font-size:12px; color:#666}
.custom_dropdown .custom_dropdownTitle .custom_dropdownTitleText img{padding-right:5px; width:15px;}
.custom_dropdown .custom_dropdownChild{border:1px solid #c3c3c3; background-color:#fff; left:-1px; max-height:187px; overflow-y: auto;}
.custom_dropdown .custom_dropdownChild li{padding:5px; background-color:#fff; border-bottom:1px solid #c3c3c3;}
.custom_dropdown .custom_dropdownChild li .description{color:#666;}
.custom_dropdown .custom_dropdownChild li .custom_dropdownlabel{color:#333;}
.custom_dropdown .custom_dropdownChild li.hover{background-color:#f2f2f2}
.custom_dropdown .custom_dropdownChild li img{padding:0 6px 0 0; width:15px;}
.custom_dropdown .custom_dropdownChild li.optgroup{padding:0;}
.custom_dropdown .custom_dropdownChild li.optgroup .optgroupTitle{padding:0 5px; font-weight:bold; font-style:italic}
.custom_dropdown .custom_dropdownChild li.optgroup ul li{padding:5px 5px 5px 15px}
.custom_dropdown .custom_dropdownChild li.selected{background-color:#d5d5d5; color:#000;}
