.borderRadiusBtm{-moz-border-radius:0 0 4px 4px ; border-radius:0 0 4px 4px;}
.ddcommon {position:relative;display:-moz-inline-stack; zoom:1; display:inline-block; *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 #cccccc; }
.borderRadiusBtm ul li:first-child{-moz-border-radius:5px 5px 0 0; border-radius:5px 5px 0 0 ;border-bottom:1px solid #cccccc; }
.ddcommon .disabled img, .ddcommon .disabled span, .ddcommon.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;
}
.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 .ddArrow{display:inline-block; position:absolute; top:0; right:0;}
.ddcommon .ddTitle{padding:0; position:relative; display:inline-block; width:100%}
.ddcommon .ddTitle .ddTitleText{display:block;cursor: pointer;}
.ddcommon .ddTitle .ddTitleText .ddTitleText{padding:0;}
.ddcommon .ddTitle .description{display:block;}


/*************** default theme **********************/
.dd{outline: 0;width: 100%;}
.dd .ddArrow{width:20px;height:42px;background:url(/theme/images/selectbox.png) no-repeat center white;cursor: pointer;border-left: 1px solid #c6c3c3;}
.dd .ddTitle{color:#555555;background: white;}
.dd .ddTitle .ddTitleText{padding:13px 20px 10px 10px;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;
    background: rgba(233,233,233,1);
background: -moz-linear-gradient(top, rgba(233,233,233,1) 0%, rgba(246,246,246,1) 8%, rgba(255,255,255,1) 21%, rgba(255,255,255,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(233,233,233,1)), color-stop(8%, rgba(246,246,246,1)), color-stop(21%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,1)));
background: -webkit-linear-gradient(top, rgba(233,233,233,1) 0%, rgba(246,246,246,1) 8%, rgba(255,255,255,1) 21%, rgba(255,255,255,1) 100%);
background: -o-linear-gradient(top, rgba(233,233,233,1) 0%, rgba(246,246,246,1) 8%, rgba(255,255,255,1) 21%, rgba(255,255,255,1) 100%);
background: -ms-linear-gradient(top, rgba(233,233,233,1) 0%, rgba(246,246,246,1) 8%, rgba(255,255,255,1) 21%, rgba(255,255,255,1) 100%);
background: linear-gradient(to bottom, rgba(233,233,233,1) 0%, rgba(246,246,246,1) 8%, rgba(255,255,255,1) 21%, rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9e9e9', endColorstr='#ffffff', GradientType=0 );
}
.dd .ddTitle .ddTitleText .ddTitleText{padding:0;}
.dd .ddTitle .description{color:#555555}
.dd .ddTitle .ddTitleText img{padding-right:5px;}
.dd .ddChild{background-color:#fff; left:0;}
.dd .ddChild li{padding:4px 0 4px 10px; background-color:#fff;margin-left: 0px;}
.dd .ddChild li .description{color:#555555;}
.dd .ddChild li .ddlabel{color:#555555;}
.dd .ddChild li.hover{cursor: pointer;color: #ff5722;}
.dd .ddChild li.hover .ddlabel{cursor: pointer;color: #ff5722;}
.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{color:#000;}
