.hwcCustomization .borderRadius {
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.hwcCustomization .borderRadiusTp {
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.hwcCustomization .borderRadiusBtm {
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.hwcCustomization .ddcommon {
    position: relative;
    display: -moz-inline-stack;
    zoom: 1;
    display: inline-block;
    *display: inline;
    cursor: default;
    height: 40px;
    font-weight: bolder;
    font-size: 16px;
    color: #222;
    padding: 0 16px 0 !important;
    border-radius: 3px;
    width: 100% !important;
    border-color: #cdcdcd !important;
}

    .hwcCustomization .ddcommon:focus {
        border-color: #ffda00 !important;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 0 rgba(255,218,0,.6);
    }

    .hwcCustomization .ddcommon ul {
        padding: 0;
        margin: 0;
    }

        .hwcCustomization .ddcommon ul li {
            list-style-type: none;
        }

.hwcCustomization .borderRadiusTp ul li:last-child {
    -moz-border-radius: 0px;
    border-radius: 0px;
    border-bottom: 0 none #c3c3c3;
}

.hwcCustomization .borderRadiusBtm ul li:first-child {
    -moz-border-radius: 0px;
    border-radius: 0px;
    /*border-bottom: 1px solid #c3c3c3;*/
}

.hwcCustomization .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;
}

.hwcCustomization .ddcommon .clear {
    clear: both;
}

.hwcCustomization .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;
}

.hwcCustomization .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;
}

.hwcCustomization .ddOutOfVision {
    position: relative;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.hwcCustomization .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;
}

.hwcCustomization .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;
}

.hwcCustomization .borderRadiusTp .border, .borderRadius .border {
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.hwcCustomization .borderRadiusBtm .border {
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.hwcCustomization img.fnone {
    float: none !important;
}

.hwcCustomization .ddcommon .divider {
    width: 0;
    height: 100%;
    position: absolute;
}

.hwcCustomization .ddcommon .ddArrow {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 4px;
}

    .hwcCustomization .ddcommon .ddArrow:hover {
        background-position: 0 100%;
    }

.hwcCustomization .ddcommon .ddTitle {
    padding: 0;
    position: relative;
    display: inline-block;
    width: 100%;
}

    .hwcCustomization .ddcommon .ddTitle .ddTitleText {
        display: block;
        height: auto;
    }

        .hwcCustomization .ddcommon .ddTitle .ddTitleText .ddTitleText {
            padding: 0;
        }

    .hwcCustomization .ddcommon .ddTitle .description {
        display: block;
    }

    .hwcCustomization .ddcommon .ddTitle .ddTitleText img {
        position: relative;
        vertical-align: middle;
        float: left;
    }

.hwcCustomization .ddcommon .ddChild {
    position: absolute;
    display: none;
    width: 100.4%;
    height: auto;
    overflow-y: auto !important;
    overflow-x: hidden;
    zoom: 1;
    z-index: 9999;
}

    .hwcCustomization .ddcommon .ddChild li {
        clear: both;
    }

        .hwcCustomization .ddcommon .ddChild li .description {
            display: block;
        }

        .hwcCustomization .ddcommon .ddChild li img {
            border: 0 none;
            position: relative;
            vertical-align: middle;
            float: left;
        }

        .hwcCustomization .ddcommon .ddChild li.optgroup {
            padding: 0;
        }

            .hwcCustomization .ddcommon .ddChild li.optgroup .optgroupTitle {
                padding: 0 5px;
                font-weight: bold;
                font-style: italic;
            }

            .hwcCustomization .ddcommon .ddChild li.optgroup ul li {
                padding: 5px 5px 5px 15px;
            }

.hwcCustomization .ddcommon .noBorderTop {
    border-top: none 0 !important;
    padding: 0;
    margin: 0;
}

/*************** default theme **********************/
.hwcCustomization .dd {
    border: 1px solid #554242;
}

    .hwcCustomization .dd .divider {
        border-left: 0px solid #c3c3c3;
        border-right: 0px solid #fff;
        right: 24px;
    }

    .hwcCustomization .dd .ddArrow {
        top: 8px;
        width: 20px;
        height: 20px;
        background: url(../../../CMSWebParts/Customization/images/arrow.png) no-repeat -20px 0px;
    }

        .hwcCustomization .dd .ddArrow:hover {
            /**/ top: 8px;
            width: 20px;
            height: 20px;
            background: url(../../../CMSWebParts/Customization/images/arrow.png) no-repeat -20px 0px;
        }

    .hwcCustomization .dd .ddTitle {
        color: #000;
        /*background: #ece9e9;*/
    }

        .hwcCustomization .dd .ddTitle .ddTitleText {
            /*padding: 0 20px;*/
            padding-top: 8px;
            height: 38px;
        }

            .hwcCustomization .dd .ddTitle .ddTitleText .ddTitleText {
                padding: 0;
            }

        .hwcCustomization .dd .ddTitle .description {
            font-size: 12px;
            color: #666;
        }

        .hwcCustomization .dd .ddTitle .ddTitleText img {
            padding-right: 5px;
        }

    .hwcCustomization .dd .ddChild {
        border: 1px solid #cdcdcd;
        background-color: #fff;
        left: -1px;
        /*border-top-style: none;*/
    }

        .hwcCustomization .dd .ddChild li {
            padding: 5px 16px;
            background-color: #fff;
            font-weight: bold;
            /*border-bottom: 1px solid #c3c3c3;*/
        }

            .hwcCustomization .dd .ddChild li .description {
                color: #666;
            }

            .hwcCustomization .dd .ddChild li .ddlabel {
                /*color: #222222;*/
                font-weight: normal;
                color: #5a5a5a;
            }

            .hwcCustomization .dd .ddChild li.hover {
                background-color: #f1f1f1;
                /*background-color: #FFC800;*/
            }

            .hwcCustomization .dd .ddChild li img {
                padding: 0 6px 0 0;
            }

            .hwcCustomization .dd .ddChild li.optgroup {
                padding: 0;
            }

                .hwcCustomization .dd .ddChild li.optgroup .optgroupTitle {
                    padding: 0 5px;
                    font-weight: bold;
                    font-style: italic;
                }

                .hwcCustomization .dd .ddChild li.optgroup ul li {
                    padding: 5px 5px 5px 15px;
                }

            .hwcCustomization .dd .ddChild li.selected {
                /*background-color: #f1f1f1;*/
                background-color: #FFC800;
                color: #000;
            }

.hwcCustomization .myDdl {
    width: 49%;
    height: auto;
}

@media screen and (max-width: 640px) { /* on iphone */
    .hwcCustomization .myDdl {
        width: 70%;
        height: auto;
    }

    .hwcCustomization .ddcommon .ddTitle .ddTitleText {
        display: block;
        height: 38px;
    }
}
