.borderRadius{-moz-border-radius:5px; border-radius:5px; }
.borderRadiusTp{-moz-border-radius:5px 5px 0 0; border-radius:5px 5px 0 0;}
.borderRadiusBtm{-moz-border-radius:0 0 5px 5px ; border-radius:0 0 5px 5px;}

.ddcommon {position:relative;display:-moz-inline-stack; zoom:1; display:inline-block; vertical-align: top; *display:inline; cursor:default;}
.ddcommon ul{padding:0;margin:0;}
.ddcommon 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; }

.ddcommon .disabled img, .ddcommon .disabled span, .ddcommon.disabledAll{
opacity: .9; /* standard: ff gt 1.5, opera, safari */
-ms-filter:"alpha(opacity=90)"; /* ie 8 */
filter:alpha(opacity=90); /* ie lt 7 */
-khtml-opacity:.9; /* safari 1.x */
-moz-opacity:.9; /* ff lt 1.5, netscape */
color:#c1c1c1;
}
.ddcommon .clear{clear:both}
/* .ddcommon .shadow{-moz-box-shadow:5px 5px 5px -5px #888888;-webkit-box-shadow:5px 5px 5px -5px #888888;box-shadow: 5px 5px 5px -5px #888888;} */
.ddcommon input.text{color:#7e7e7e;padding:0 0 0 0; position:absolute; background:#fff; display:block; width:98%; height:98%; left:2px; top:0; border:none;}
.ddOutOfVision{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}
.ddcommon .divider{width:0; height:100%; position:absolute;}
.ddcommon .arrow{display:inline-block; position:absolute; top:50%; right:4px;}
/* .ddcommon .arrow:hover{background-position:0 100%;} */
.ddcommon .ddTitle{padding:0; position:relative; display:inline-block; width:100%}
.ddcommon .ddTitle .ddTitleText{display:block;}
.ddcommon .ddTitle .ddTitleText .ddTitleText{padding:0;}
.ddcommon .ddTitle .description{display:block;}
.ddcommon .ddTitle .ddTitleText img{position:relative; vertical-align:middle; float:left}
.ddcommon .ddChild{position:absolute;display:none;width:100%;overflow-y:auto; overflow-x:hidden; zoom:1; z-index:9999}
.ddcommon .ddChild li{clear:both; min-height: 15px;}
.ddcommon .ddChild li .description{display:block;}
.ddcommon .ddChild li img{border:0 none; position:relative;vertical-align:middle;float:left}
.ddcommon .ddChild li.optgroup{padding:0;}
.ddcommon .ddChild li.optgroup .optgroupTitle{padding:0 5px; font-weight:bold; font-style:italic}
.ddcommon .ddChild li.optgroup ul li{padding:5px 5px 5px 15px}
.ddcommon .noBorderTop{border-top:none 0  !important; padding:0; margin:0;}

/*************** default theme **********************/
.ddChild ul {
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	background: #484a4b; /* Old browsers */
	background: -moz-linear-gradient(top,  #484a4b 0%, #343534 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#484a4b), color-stop(100%,#343534)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #484a4b 0%,#343534 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #484a4b 0%,#343534 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #484a4b 0%,#343534 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #484a4b 0%,#343534 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#484a4b', endColorstr='#343534',GradientType=0 ); /* IE6-9 */
	
}
.dd{border: 1px solid rgba(23,23,23,0.9);}
.dd:HOVER{cursor: pointer;}
.dd .divider{border-left:none; border: none; border-right:none; right:24px;}
.dd .arrow{width:16px;height:16px; margin-top:-1px; background:url(../../images/arrow-down-combo.png) no-repeat;}
.dd .ddTitle{
	border-radius: 3px;
	background: #484a4b; /* Old browsers */
	background: -moz-linear-gradient(top,  #484a4b 0%, #1d1d1d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#484a4b), color-stop(100%,#1d1d1d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #484a4b 0%,#1d1d1d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #484a4b 0%,#1d1d1d 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #484a4b 0%,#1d1d1d 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #484a4b 0%,#1d1d1d 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#484a4b', endColorstr='#1d1d1d',GradientType=0 ); /* IE6-9 */
}
.dd .ddTitle .ddTitleText{padding:2px 20px 2px 5px; min-height: 15px; max-height: 15px; overflow: hidden;}
.dd .ddTitle .ddTitleText .ddTitleText{padding:0;}
.dd .ddTitle .description{font-size:12px; color:#666}
.dd .ddTitle .ddTitleText img{padding-right:5px;}
.dd .ddChild{border: 1px solid rgba(23,23,23,0.9); border-top: none; background-color:#fff; left:-1px;}
.dd .ddChild li{padding:5px; background: transparent; border-bottom:none;}
.dd .ddChild li .description{color:#666;}
/* .dd .ddChild li .ddlabel{color:#333;} */
.dd .ddChild li.hover{
	background: #b72d2d; /* Old browsers */
	background: -moz-linear-gradient(top,  #b72d2d 0%, #972222 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b72d2d), color-stop(100%,#972222)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #b72d2d 0%,#972222 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #b72d2d 0%,#972222 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #b72d2d 0%,#972222 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #b72d2d 0%,#972222 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b72d2d', endColorstr='#972222',GradientType=0 ); /* IE6-9 */
	
}
.dd .ddChild li img{padding:0 6px 0 0;}
.dd .ddChild li.optgroup{padding:0;}
.dd .ddChild li.optgroup .optgroupTitle{padding:0 5px; font-weight:bold; font-style:italic}
.dd .ddChild li.optgroup ul li{padding:5px 5px 5px 15px}
.dd .ddChild li.selected{
	background: #b72d2d; /* Old browsers */
	background: -moz-linear-gradient(top,  #b72d2d 0%, #972222 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b72d2d), color-stop(100%,#972222)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #b72d2d 0%,#972222 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #b72d2d 0%,#972222 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #b72d2d 0%,#972222 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #b72d2d 0%,#972222 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b72d2d', endColorstr='#972222',GradientType=0 ); /* IE6-9 */
}
