.ucSiteBuilder .dnnFormItem {
    margin-bottom: 10px;
}

    .ucSiteBuilder .dnnFormItem .RadAsyncUpload {
        display: inline-block;
    }

        .ucSiteBuilder .dnnFormItem .RadAsyncUpload ul li {
            list-style: none;
        }

.ucSiteBuilder h1, .ucSiteBuilder h2, .ucSiteBuilder h3 {
    margin-top: 0;
}

.ucSiteBuilder .style_design_tab, .ucSiteBuilder .payment_tab, .ucSiteBuilder .site_information_tab {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #FFFFFF;
    border-color: #E1E1E1 #E1E1E1 rgba(150, 150, 150, 0.2);
    border-image: none;
    border-style: solid;
    /*border-width: 1px;
    box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.1);*/
    display: block;
    font-size: 12px;
    padding: 18px 20px;
    top: 120px;
    z-index: 99999;
}

.style_design_tab .designer_color {
    cursor: pointer;
    height: 25px;
    width: 120px;
}

.clearafter:after {
    clear: both;
    content: ".";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}

.clearafter {
    display: block;
}

.style_design_tab .optional_width {
    padding: 10px 0 0;
    position: relative;
    width: 120px;
}

.style_design_tab .designer_boxed_button {
    background: none repeat scroll 0 0 #444444;
    color: #FFFFFF !important;
    float: left;
    margin-top: 2px;
    padding: 5px;
}

.style_design_tab .designer_stretched_button {
    background: none repeat scroll 0 0 #444444;
    color: #FFFFFF !important;
    float: right;
    margin-top: 2px;
    padding: 5px;
}

.style_design_tab .designer_bg_pattern {
    margin-bottom: 30px;
}

.color-box, .pattern-box, .pattern-box2, .bg-box {
    border: 1px solid #CACACA;
    display: block;
    float: left;
    height: 22px;
    margin: 5px 2px 0;
    width: 22px;
}

.style_design_tab .designer_reset {
    background: none repeat scroll 0 0 #444444;
    color: #FFFFFF;
    float: left;
    margin: 0;
    padding: 5px 8px;
    text-decoration: none;
}

.RadTabStrip .rtsTxt, .RadTabStripVertical .rtsTxt {
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
}

.clear {
    clear: both;
}

.cell_block {
    display: inline-block;
    width: 300px;
}

    .cell_block .RadComboBox {
        width: 100% !important;
    }


.left {
    float: left;
}

.right {
    float: right;
}

.optional_width a.selected {
    border: 1px solid red;
}

.designer_bg_pattern a.selected {
    border: 1px solid blue;
}

.select_color a.selected {
    border: 1px solid blue;
}

.website_type_item {
    margin: 0 20px 10px 0;
    width: 202px;
    text-align: center;
    border: 1px solid white;
}

    .website_type_item .image_item {
        width: 200px;
        height: 180px;
        overflow: hidden;
        margin-bottom: 10px;
    }

.formItemLable {
    vertical-align: top;
    position: absolute;
    line-height: 30px;
}

.formItemValue {
    display: inline-block;
    margin-left: 150px;
}

.select_color_item {
    border: 1px solid #ffffff;
    border-radius: 5px;
    display: block;
    float: left;
    height: 34px;
    margin: 5px 9px 4px 0;
    width: 34px;
}

.formItemValue .pattern-box2, .formItemValue .pattern-box {
    margin: 5px 4px 0 0;
}

/*.preview_site {
    margin-left: 200px;
}*/

.website_type_item.selected, .skin_type_item.selected, .skin_type_item:hover, .container_type_item.selected, .container_type_item:hover {
    border: 1px solid blue;
}

.skin_type_item, .container_type_item {
    margin: 0 20px 10px 0;
    width: 202px;
    text-align: center;
    border: 1px solid black;
}

    .skin_type_item .image_item, .container_type_item .image_item {
        width: 200px;
        height: 200px;
        overflow: hidden;
        margin-bottom: 10px;
    }


.chooseSkin .showSkin div {
    float: left;
}

.chooseSkin .skinImg {
    min-height: 245px;
    max-height: 665px;
    overflow: auto;
    width: 800px;
}

    .chooseSkin .skinImg ul {
        max-width: 800px;
    }

        .chooseSkin .skinImg ul li span {
            display: block;
            text-align: center;
        }

        .chooseSkin .skinImg ul li a {
            border: 1px solid #ffffff;
            height: 180px;
            overflow: hidden;
            width: 240px;
        }

    .chooseSkin .skinImg .checkedThumbnail {
        border: 1px solid blueviolet;
    }
/*********new style design-20141020*********/
.ucSiteBuilder .RadTabStrip {
    /*background-image: url("/images/custom/top_right_corner.png");*/
    background-position: top right;
    background-repeat: no-repeat;
    background-color: #dde9b9;
    -ms-border-radius: 0 15px 0 0;
    border-radius: 0 15px 0 0;
    padding-top: 15px;
}

    .ucSiteBuilder .RadTabStrip .rtsUL {
        border-bottom: 5px solid #389d25;
        width: 100%;
    }

    .ucSiteBuilder .RadTabStrip .rtsLI {
        margin-left: 5px;
        height: auto;
    }

        .ucSiteBuilder .RadTabStrip .rtsLI.rtsFirst {
            margin-left: 20px;
        }

        .ucSiteBuilder .RadTabStrip .rtsLI .rtsLink {
            border: none;
            background-color: #ffffff;
            -ms-border-radius: 5px 5px 0 0;
            border-radius: 5px 5px 0 0;
            padding: 5px 15px 0 15px;
            margin-top: 0;
        }

            .ucSiteBuilder .RadTabStrip .rtsLI .rtsLink.rtsSelected {
                background-color: #389d25;
                color: #ffffff;
            }

    .ucSiteBuilder .RadTabStrip .rtsTxt {
        font-size: 14px;
        font-weight: normal;
    }

.ucSiteBuilder a.dnnSecondaryAction {
    background: none;
    -ms-text-shadow: none;
    text-shadow: none;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    border: none;
    -ms-border-radius: 5px;
    border-radius: 5px;
    background-color: #dde9b9;
    color: #389d25;
}

.ucSiteBuilder a.dnnPrimaryAction {
    background: none;
    -ms-text-shadow: none;
    text-shadow: none;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    border: none;
    -ms-border-radius: 5px;
    border-radius: 5px;
    background-color: #389d25;
    color: #ffffff;
}

.ucSiteBuilder .site_information_tab span,
.ucSiteBuilder .chooseSkin span,
.ucSiteBuilder .style_design_tab span,
.ucSiteBuilder .payment_tab span {
    color: #389d25;
}

.ucSiteBuilder .tab_info {
    background-color: #dde9b9;
    -ms-border-radius: 0 0 15px 0;
    border-radius: 0 0 15px 0;
    padding: 20px 170px 20px 170px;
    color: #332014;
}

    .ucSiteBuilder .tab_info .info_title {
        font-size: 40px;
        line-height: 50px;
    }

    .ucSiteBuilder .tab_info .info_content {
        font-size: 15px;
        line-height: 20px;
    }

    .ucSiteBuilder .tab_info .title {
        font-size: 16px;
        font-weight: bold;
    }

.chooseSkin .skinfilter {
    width: 140px;
    padding-right: 10px;
    color: #389d25;
}

.chooseSkin .dnnFormItem input[type="checkbox"] {
    display: none;
}

    .chooseSkin .dnnFormItem input[type="checkbox"]:checked + label {
        background-image: url("images/custom/check_box_active.png");
    }

    .chooseSkin .dnnFormItem input[type="checkbox"] + label {
        background-image: url("images/custom/check_box.png");
        background-position: left top;
        background-repeat: no-repeat;
        display: block;
        height: 18px;
        line-height: 14px;
        padding-left: 22px;
    }

.chooseSkin .skinImg ul li span {
    font-size: 15px;
    padding: 8px 0 15px 0;
}

.chooseSkin .skinImg ul li a img {
    width: 240px;
}

.round_shade_box {
    z-index: 100000;
}

.ucSiteBuilder .color_picker_panel {
    height: 180px;
}

.ucSiteBuilder .colorpicker {
    display: inherit;
    margin-left: 0;
    z-index: 10;
}

.ucSiteBuilder .dnnFormItem .colorpicker input[type="text"] {
    width: auto;
    background: none;
    background-color: transparent;
    border: 1px solid transparent;
    color: #898989;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 10px;
    height: 11px;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 11px;
    text-align: right;
    top: 4px;
}

.select_color, .custom_color, .boxed_site_type, .stretched_site_type {
    float: left;
    width: 280px;
}

.clear {
    clear: both;
}

.boxed_image {
    width: 216px;
    height: 105px;
    background-image: url("images/custom/boxed.png");
    margin-bottom: 20px;
}

.stretched_image {
    width: 216px;
    height: 105px;
    background-image: url("images/custom/stretched.png");
}

.backgroundImagesContainer, .selectColorContainer {
    width: 225px;
}

.layerMask {
    background: url("images/custom/bgbox_overlay.png") repeat scroll 0 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.round_shade_top {
    height: 10px;
}

    .round_shade_top .round_shade_topright {
        height: 30px;
        width: 30px;
        background-image: url("images/custom/closebox.png");
        background-position: left center;
        margin: -5px -20px 0 0;
    }

.dnnFormItem .logoUpload .uploadzone {
    height: auto;
    width: auto;
}

.uploadzone .dv_previewLogd {
    height: auto;
    width: auto;
    position: inherit;
    top: 0;
}

    .uploadzone .dv_previewLogd img {
        height: 65px;
    }
/*-----------------Create site log----------------*/
.create-site-log {
    padding: 10px 20px;
    color: #000 !important;
}

    .create-site-log table th {
        text-align: center !important;
        font-size: 14px;
        font-weight: bold !important;
        color: #000 !important;
    }

    .create-site-log > div > table > tbody td {
        text-align: center;
        border-bottom: 1px solid #c9c9c9 !important;
        border-right: 1px solid #c9c9c9 !important;
    }

    .create-site-log table td.alignLeft {
        text-align: left;
    }

    .create-site-log table td .success {
        color: green;
    }

    .create-site-log table td .failed {
        color: red;
        position: relative;
        padding-right: 20px;
        height: 16px;
        line-height: 16px;
        display: inline-block;
    }

        .create-site-log table td .failed:after {
            content: '?';
            position: absolute;
            top: 0;
            right: 0;
            width: 14px;
            height: 14px;
            display: inline-block;
            color: #000;
            border: 1px solid #222;
            border-radius: 7px;
            line-height: 14px;
            text-align: center;
        }

    .create-site-log table td .message {
        display: none;
        position: absolute;
        margin-top: 10px;
    }

        .create-site-log table td .message > div {
            border: 1px solid #000;
            padding: 10px;
            width: 150px;
            text-align: left;
            position: relative;
            background-color: #fff;
            border-radius: 5px;
        }

            .create-site-log table td .message > div:before {
                border: 8px solid transparent;
                border-bottom: 12px solid #000;
                top: -20px;
                content: ' ';
                position: absolute;
                left: 25px;
            }

            .create-site-log table td .message > div:after {
                border: 8px solid transparent;
                border-bottom: 12px solid #fff;
                top: -18px;
                content: ' ';
                position: absolute;
                left: 25px;
            }
