﻿
/* review form */
        
#new_comment_form {
    background-color: #FFFFFF;
    color: #333333;
    text-align: left;
    width: 585px;
}

#new_comment_form .title {
    border-bottom: 2px solid #3A3A3A;
    color: #3A3A3A;
    font-size: 17px;
    font-weight: normal;
    margin-bottom: 12px;
    padding: 0 11px 10px 0;
}
#new_comment_form ul.grade_content {
    list-style-type: none;
}
#new_comment_form .grade_content li {
    width: 50%;
}
#new_comment_form .product {
    padding: 15px 15px 0;
}
#new_comment_form .product img {
    border: 1px solid #CCCCCC;
    float: left;
}
#new_comment_form .product .product_desc {
    color: #666666;
    float: left;
    line-height: 18px;
    margin-left: 15px;
    width: 300px;
}
#new_comment_form .product .product_desc ul {
    list-style: none outside none;
}
#new_comment_form .product .product_desc .product_name {
    color: #000000;
    font-size: 13px;
    padding-bottom: 5px;
}
#new_comment_form .grade_content {
    margin: 0 0 20px;
}
#new_comment_form .grade_content span, #new_comment_form .grade_content span {
    display: inline-block;
    font-weight: bold;
    padding: 0 10px;
    width: 150px;
}
#new_comment_form .grade_content .cancel {
    margin-right: 5px;
}
.new_comment_form_content {
    padding: 15px;
}
.new_comment_form_content h2 {
    color: #535353;
    font-size: 14px;
    font-weight: normal;
}
.new_comment_form_content .intro_form {
    font-size: 12px;
    font-weight: bold;
    padding-bottom: 10px;
}
#new_comment_form label {
    display: block;
    font-size: 12px;
    font-weight: bold;
    margin: 12px 0 4px;
}
#new_comment_form input[type="text"] {
    height: 28px;
    padding: 0 5px;
    width: 540px;
}
#new_comment_form select {
    height: 28px;
    font-size: 14px;
    
    width: 540px;
}

#new_comment_form textarea {
    height: 80px;
    padding: 0 5px;
    width: 540px;
    font-size: 14px;
}
#new_comment_form .submit {
    font-size: 13px;
    margin-top: 20px;
    padding: 0;
    text-align: right;
}
#new_comment_form button:hover {
    background: none repeat scroll 0 0 #000000;
}
#new_comment_form button {
    background: none repeat scroll 0 0 #ED038A;
    border: medium none;
    color: #FFFFFF !important;
    cursor: pointer;
    display: inline-block;
    font: bold 12px "Arial" !important;
    height: 25px !important;
    padding: 0 10px;
    text-align: center;
    text-decoration: none !important;
}
#new_comment_form #criterions_list {
    border-bottom: 1px solid #CCCCCC;
    list-style-type: none;
    padding-bottom: 15px;
}
#new_comment_form #criterions_list li {
    margin-bottom: 5px;
    padding-top: 5px;
}
#new_comment_form #criterions_list label {
    display: block;
    margin: 0;
    padding-bottom: 5px;
}
#new_comment_form #criterions_list .star_content {
    float: left;
    margin-right: 180px;
}
#new_comment_form #new_comment_form_footer {
    font-size: 12px;
    margin-top: 20px;
}


        .review {
            width: 98%;
            background-color: #eeeeee;
            border: 1px solid gray;
            padding: 8px;
            margin-bottom: 20px;
            color: black;
        }

        .review button { margin-top: 10px;}
        .review h2 { display: inline;margin-left: 8px;}



        /*** send to friend**/

    #previewLayer
    {
    width: 550px;
    padding-top: 0px;
    
    }

    #previewContent p {
        margin: 8px;
    }
    #previewContent
    {
    width: 100%;
    padding: 0px;
    height: 100%;
    font-size: 14px;
    }
    #handle
    {
    width: 100%;
    background-color: #ffffff;
    font-size: 16px;
    }

    #recommend-table {
        margin-top: 20px;
        width: 400px;
        margin-left: 20px;
       
    }

#recommend-table input {
    width: 200px;
    font-size: 18px;
    padding: 2px;
    }

        
#recommend-table textarea {
    width: 200px;
}

    #recommend-table th {
        vertical-align: middle;
        text-align: right;
    }

    #recommend-table td {
        padding: 4px;
    }