/* CSS Document */


/* comment */
.comment-box .notification {
    background: #fffbcc;
    border: 1px solid #e6db55;
    margin: 10px;
    padding: 5px;
    text-align: center;
}

.comment-box .comment-title {
    padding: 7px 0px 7px 10px;
    font-weight: bold;
    font-size: 15px;
    color: #fff;
    background: #4FAA1C;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.3);
    box-shadow: 0 1px 2px rgba(0,0,0,0.3);
    -ms-box-shadow: 0 1px 2px rgba(0,0,0,0.3);
    -o-box-shadow: 0 1px 2px rgba(0,0,0,0.3);
}

.comment-box .notification a {
    color: rgb(99, 119, 221);
    text-decoration: none;
}

.comment-list {
    padding: 0;
    background: #fff;
}

.comment-item {
    border: 1px solid #E0E0E0;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
    box-shadow: 0 1px 2px rgba(0,0,0,0.1);
    -ms-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
    -o-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
    position: relative;
    margin-bottom: 10px;
    padding: 5px 15px 5px 15px;
    font-family: Tahoma,Arial,sans-serif;
    font-size: 12px;
}

.commenter {
    font-weight: bold;
    color: #18538c;
}

    .commenter a {
        font-weight: bold;
        color: #18538c;
        text-decoration: none;
    }

        .commenter a:hover {
            text-decoration: underline;
        }

.comment-date {
    position: absolute;
    top: 0px;
    right: 0;
    padding: 5px 15px 5px 15px;
    color: #888888;
}

.comment-content {
    margin-top: 3px;
    padding-top: 3px;
    border-top: 1px solid #E0E0E0;
    display: block;
    color: #333333;
}

.comment-form {
    background: #fff;
    padding: 15px;
    margin: 0 0 10px 0;
    position: relative;
    border: 1px solid #ccc;
}


    .comment-form .name {
        width: 727px;
        height: 20px;
        margin: 0 0 5px 0;
        border-radius: 6px;
        padding: 3px 5px 3px 5px;
        font-weight: normal;
        text-transform: none;
        color: #000;
    }

    .comment-form #comment_content {
        display: block;
        width: 734px;
        height: 70px;
        border: 1px solid #E0E0E0;
        border-radius: 6px;
    }

    .comment-form #submit {
        background: #1D862E;
        color: #eeeeee;
        border: none;
        border-radius: 3px;
        padding: 5px 12px 5px 12px;
        cursor: pointer;
        border-radius: 3px;
        -webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
        -moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
        box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
        position: absolute;
        right: 13px;
        bottom: 5px;
    }

        .comment-form #submit:active {
            background: rgb(96, 165, 219);
        }

.ajax-loading {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1010;
    top: 0px;
    left: 0px;
    background: url(/publish/img/loader.gif) no-repeat center;
    background-color: #ffffff;
    -moz-opacity: 0.5;
    opacity: .50;
    filter: alpha(opacity=50);
    display: none;
}

/* comment */

.comment-list ul > li .name-bx {
    margin: 5px;
}

.comment-list ul ul > li .name-bx {
    margin: 5px 0;
}

.comment-list .name-bx .name {
    display: inline-block;
    font-weight: bold;
    color: #000;
}

.comment-list .name-bx .date {
    display: inline-block;
    color: red;
}

.comment-list .itemt-cm2 {
    font-family: sans-serif;
}

.comment-list .title-cm {
    margin: 10px 0 0 0;
    font-weight: bold;
    color: #fff;
    background: #4FAA1C;
    padding: 5px;
}

.comment-list {
    border: 1px solid #ccc;
    border-top: none;
    font-size: 12px;
}

    .comment-list > ul {
        margin: 0px;
        padding: 0px;
        list-style: none;
        line-height: 20px;
    }
        /* tang 1*/
        .comment-list > ul > li {
            background: #fff;
            padding: 10px 0 0 0;
            border-top: 1px solid #ccc;
        }

    .comment-list .itemt-cm {
        padding: 0 5px;
        font-family: sans-serif;
    }

    .comment-list .traloi {
        text-align: right;
        margin: 5px 0;
        padding: 0 5px;
    }

        .comment-list .traloi span {
            text-decoration: none;
            color: #2874F9;
            background: url("/publish/img/refresh.png") no-repeat top left;
            background-size: 12px;
            padding-left: 18px;
            cursor: pointer;
        }

        .comment-list .traloi a:hover {
            text-decoration: underline;
        }

    /* tang 2*/
    .comment-list ul ul {
        background: #F0F7FB;
        list-style: none;
        line-height: 20px;
        padding: 0px;
    }

        .comment-list ul ul > li {
            border-top: 1px solid #ccc;
            padding: 5px 40px 5px 40px;
        }

        .comment-list ul ul .info-cm2 .left-cm2 {
            float: left;
            width: 50%;
        }

.info-cm2 {
    margin: 5px 0;
}

    .info-cm2 .left-cm2 .name, .info-cm2 .left-cm2 .date {
        display: inline-block;
    }

    .info-cm2 .left-cm2 .name {
        font-weight: bold;
    }

.list-comment ul ul .info-cm2 .right-cm2 {
    float: right;
    width: 50%;
    text-align: right;
}

    .list-comment ul ul .info-cm2 .right-cm2 a {
        font-weight: bold;
        text-decoration: none;
        color: #000;
        font-size: 11px;
    }

/* post comment 1*/
.comment .post-comment {
    display: inline-block;
    background: #fff;
    width: 738px;
    padding: 15px;
    border: 1px solid #ccc;
    border-bottom: none;
    text-align: right;
}

.itemt-cm {
    padding: 0 5px;
}

.comment #txtComment {
    width: 734px;
    height: 50px;
}

.comment .post-comment span {
    padding: 5px 10px;
    background-color: #1D862E;
    display: inline-block;
    margin-top: 10px;
    color: #fff;
}


/* post comment 2 */

.post-comment2 {
    background: #F0F7FB;
    display: inline-block;
    padding: 15px 30px 15px 30px;
    text-align: right;
}

    .post-comment2 .name {
        width: 98%;
        height: 20px;
        padding: 3px 5px 3px 5px;
        margin-bottom: 10px;
        border-radius: 6px;
        color: #000;
        font-weight: normal;
        text-transform: none;
    }

    .post-comment2 .comment_content2 {
        width: 700px;
        height: 70px;
        border-radius: 6px;
        resize: none;
    }

    .post-comment2 span {
        padding: 5px 10px;
        background-color: #1D862E;
        display: inline-block;
        margin-top: 10px;
        color: #fff;
        cursor: pointer;
    }

/* pagingcommnet */

.paging {
    padding: 5px 0;
    text-align: right;
    background: #fff;
    margin: 0;
}

    .paging span {
        margin-right: 10px;
        text-decoration: none;
        color: #000;
        cursor: pointer;
    }

    .paging a:hover {
        text-decoration: underline;
    }

    .paging .active {
        font-weight: bold;
    }




/*captcha*/
.captcha-bx {
    margin-top: 10px;
    height: 70px;
}

.captcha label {
    font-size: 15px;
    margin: 8px 10px 0 0;
    float: left;
    font-weight: bold;
    color: blue;
}

.captcha .captchagenerator {
    float: left;
    width: 100px;
}

.captcha .returnCaptchap {
    width: 32px;
    height: 32px;
}

.captcha .txtcaptcha {
    float: left;
    height: 26px;
    margin-left: 5px;
    width: 90px;
}

.captcha .returnCaptchap {
    width: 30px;
    height: 26px;
    float: right;
    cursor: pointer;
}

.post-comment2 .captcha {
    margin: 10px 0 0 0;
    float: left;
}

.viewmore {
    text-align: right;
    border-top: 1px solid #ccc;
    padding-right: 10px;
}

    .viewmore span {
        cursor: pointer;
        color: #6C88F9;
    }

        .viewmore span:hover {
            text-decoration: underline;
        }

.lst_product_price .btnOrder {
    height: 26px;
    line-height: 26px;
    width: 70px;
    background-color: #1D862E;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    border: none;
    outline: none;
}

.button-cart {
    color: white;
    padding: 8px 17px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
    margin: 4px 2px;
    cursor: pointer;
}

.red {
    background-color: #f44336;
}

.gray {
    background-color: #e7e7e7;
    color: black;
}

.blue {
    background-color: #008CBA;
}

.green {
    background-color: #002BFF;
    color: white;
    padding: 8px 150px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
    margin: 4px 2px;
    cursor: pointer;
}
.text-red{
    color: red;
}
.lst_product_price .text-red {
    font-weight: 700;
    color: #002BFF;
}
.info-box .col1 {
    width: 120px;
}

.info-box input[type='text'] {
    border-radius: 3px;
    border: 1px solid #D0D0D0;
    line-height: 20px;
}

.info-box .address {
    width: 600px;
}

.info-box textarea {
    width: 600px;
    border-radius: 5px;
    border: 1px solid #D0D0D0;
    line-height: 20px;
    height: 150px;
}

.intro {
    font-weight: bold;
    font-size: 18px;
    color: #1D862E;
    padding: 0px 0px 15px 0px;
    background: url(/publish/img/line.jpg) bottom left repeat-x;
    text-align: left;
}

.error {
    border: 1px solid #E00000;
    border-left: none;
    border-right: none;
    padding: 10px 7px 10px 7px;
    margin-bottom: 20px;
    font-weight: bold;
    background: rgb(252, 215, 215);
}