﻿.ItemReviews {
    float: left;
    width: 100%;
}

.AddReview {
    float: left;
    clear: both;
    width: 100%;
    margin-bottom: 25px;
}

.AddReviewTitle {
    background: #FFFFFF;
    float: left;
    clear: both;
    cursor: pointer;
    font-size: 12pt;
    padding: 0px 5px 0 0;
    height: 24px;
    margin: 0 10px 10px 0;
}

    .AddReviewTitle span {
        background: url("/standard/images/right1.png") no-repeat scroll left top #FFFFFF;
        width: 30px;
        height: 30px;
        display: block;
        float: left;
        margin-top: -9px;
    }

    .AddReviewTitle.Open span {
        background: url("/standard/images/down1.png") no-repeat scroll left top #FFFFFF;
    }

.ShellProductReviews .AddReview {
    float: left;
    clear: both;
    margin-bottom: 10px;
    padding: 1%;
    width: 98%;
    font-size: 9pt;
    font-weight: bold;
}

.AddReview input {
    width: 100%;
}

.AddReview .ShellName {
    float: left;
    clear: both;
    padding: 10px 10px 0 0;
}

.AddReview .ShellEMail {
    float: left;
    padding: 10px 0 0 0;
}

.AddReview .ShellRating {
    float: left;
    padding-top: 5px;
    width: 300px;
    clear: both;
}

    .AddReview .ShellRating select {
        position: relative;
        top: 4px;
        color: #F2BA0F;
        font-size: 10pt;
        width: 105px !important;
    }

.AddReview .ShellSubject {
    float: left;
    clear: both;
    width: 100%;
    padding-top: 10px;
}

.AddReview .ShellReview {
    float: left;
    clear: both;
    width: 100%;
    padding-top: 10px;
}

    .AddReview .ShellReview textarea {
        width: 100%;
        height: 80px;
    }

.AddReview .ShellSubmit {
    float: left;
    width: 100%;
    padding-top: 10px;
    font-weight: normal;
}

.AddReview .ShellCaptcha {
    float: left;
    width: 310px;
    max-width: 100%;
}

    .AddReview .ShellCaptcha img {
        float: left;
    }

.AddReview .ShellSubmit input.CaptchaTextBox {
    top: 0;
    float: left;
    width: 150px;
}

.AddReview .ShellCaptcha span {
    display: none;
}

.AddReview .CaptchaRefreshLink {
    display: none;
}

.AddReview .ShellSubmit .Text {
    float: left;
    padding-left: 10px;
    width: 230px;
    text-align: right;
}

.AddReview .ShellSubmit input {
    float: right;
    width: auto;
}

.AddReview .RequiredFieldsText {
    font-weight: normal;
    float: left;
}

.Reviews {
    float: left;
    width: 100%;
    margin-top: 10px;
}

    .Reviews .Review {
        float: left;
        margin-bottom: 10px;
        padding: 10px;
        width: 100%;
        box-shadow: 1px 1px 2px #ccc;
    }

.Review .Rating {
    float: left;
}

    .Review .Rating img {
        width: 15px;
    }

.Review .Date {
    float: right;
    font-size: 9pt;
    font-style: italic;
    font-weight: bold;
}

.Review .Subject {
    float: left;
    clear: both;
    width: 100%;
}

.Review .Comments {
    float: left;
    padding: 10px 0;
    width: 100%;
}

.Review .Name {
    float: right;
    clear: both;
    font-size: 9pt;
    font-style: italic;
    font-weight: bold;
}

@media (max-width: 500px) {
    .AddReview .ShellName, .AddReview .ShellEMail {
        padding-right: 0;
        width: 100%;
    }

        .AddReview .ShellName input, .AddReview .ShellEMail input, .AddReview .ShellSubject input, .AddReview .ShellReview textarea {
            float: left;
            margin-left: 0;
            width: 100%;
        }
}

@media (max-width: 300px) {
}
