.borderRadius {
    border: 1px solid #859415;
}

.borderRadiusTp { }
.borderRadiusBtm { }

.ddcommon {
    position: relative;
    zoom: 1;
    display: inline-block;
    *display: inline;
    cursor: default;
}

.ddcommon ul {
    padding: 0;
    margin: 0;
}

.ddcommon ul li {
    list-style-type: none;
}

.ddChild > ul:last-child > li:last-child,
.ddChild > ul:last-child > li:last-child > ul:last-child li:last-child {
    border-radius: 0 0 5px 5px;
    border-bottom: 0 none #859415;
}

.borderRadiusBtm ul li:first-child {
    border-radius: 5px 5px 0 0;
    border-bottom: 1px solid #859415;
}

.ddcommon .disabled img, .ddcommon .disabled span, .ddcommon.disabledAll {
    opacity: .5;
    -ms-filter: "alpha(opacity=50)"; /* ie 8 */
    filter: alpha(opacity=50); /* ie lt 7 */
    color: #999999;
}

.ddcommon .clear {
    clear: both;
}

.ddcommon .shadow { }

.ddcommon input.text {
    color: #7e7e7e;
    padding: 0 0 0 0;
    position: absolute;
    background: #ffffff;
    display: block;
    width: 98%;
    height: 98%;
    left: 2px;
    top: 0;
    border: none;
}

.ddOutOfVision {
    position: relative;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.borderRadius .shadow { }

.borderRadiusBtm .shadow { }

.borderRadiusTp .border, .borderRadius .border {
    border-radius: 0 0 5px 5px;
}

.borderRadiusBtm .border {
    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: 1px;
}

.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;
}

.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 **********************/
.dd {
    border: 1px solid #859415;
    height: 22px;
}

.dd .divider { }

.dd .arrow {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    background: url(../../../designimages/ipg/dropdown_arrow.png) no-repeat;
}

.dd .arrow:hover {
    background-position: 0 100%;
}

.dd .ddTitle {
    color: #000000;
    background-color: #FFFFFF;
}

.dd .ddTitle .ddTitleText {
    height: 18px;
    padding: 3px 2px 1px 2px;
}

.dd .ddTitle .ddTitleText .ddTitleText {
    padding: 0;
}

.dd .ddTitle .description {
    font-size: 12px;
}

.dd .ddTitle .ddTitleText img {
    padding-right: 5px;
}

.dd .ddChild {
    border: 1px solid #859415;
    background-color: #fff;
    left: -1px;
}

.dd .ddChild li {
    padding: 5px;
    background-color: #fff;
    border-bottom: 1px solid #c3c3c3;
}

.dd .ddChild li .description {
    color: #666;
}

.dd .ddChild li .ddlabel {
    color: #333;
}

.dd .ddChild li.hover {
    background-color: #f2f2f2;
}

.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-color: #BDD652;
}

.ddOutOfVision select {
    padding: 0px;
}

@media screen and (min-width:0\0) {
    .ddTitleText .ddlabel {
        display: block;
        margin-top: 2px;
    }
}