#review {
    width: 800px;
    font-family: arial;
    font-size: 12px;
    padding: 10px;
    padding-top: 20px;
    padding-bottom: 50px;
}
#review .review-title {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-left: 25px;
}
#review .review-star {
    font-size: 13px;
    color: red;
}
#review .review-required {
    font-size: 13px;
}
#review .product-data {
    width: 975px;
    border: 0;
    border-bottom: 0;
    padding-bottom: 20px;
}
#review .product-image {
    float: left;
    margin-left: 30px;
    width: 220px;
    height: 240px;
}
#review .product-details {
    float: left;
    width: 550px;
    padding-left: 30px;
}
#review .product-title {
    width: 450px;
    margin-top: 40px;
    border-bottom: 2px solid #000;
    font-size: 17px;
    font-weight: bold;
}
#review .product-info {
    width: 450px;
    padding-top: 10px;
}
#review .review-content {
    width: 975px;
    border-top: 1px solid #999;
}
#review .review-data {
    float: left;
    width: 706px;
    padding-top: 15px;
    border-right: 1px solid #999;
}
#preview-box .review-data {
    border-right: 0;
}
#review-table td {
    padding-left: 20px;
    text-align: left;
    padding-bottom: 35px;
}
#review-table.preview td {
    padding-bottom: 5px;
}
#review-table td.top {
    vertical-align: top;
    padding-top: 3px;
}
#review .rating-instructions {
    display: inline-block;
    margin-left: 50px;
    margin-top: 5px;
    font-size: 12px;
    font-weight: bold;
}
#review .review-criteria {
    font-size: 15px;
    font-weight: bold;
}
#review .review-help {
    float: left;
    width: 268px;
}
#thumbs-up,
#thumbs-down {
    display: inline-block;
    width: 41px;
    height: 28px;
    float: left;
    cursor: pointer;
}
#thumbs-up {
    background: #fff url('../images/reviews/up_default.jpg') no-repeat 0 0;
}
#thumbs-down {
    margin-left: 20px;
    margin-top: 6px;
    background: #fff url('../images/reviews/down_default.jpg') no-repeat 0 0;
}
#thumbs-up.active {
    background: #fff url('../images/reviews/up_selected.jpg') no-repeat 0 0;
}
#thumbs-down.active {
    margin-left: 20px;
    margin-top: 6px;
    background: #fff url('../images/reviews/down_selected.jpg') no-repeat 0 0;
}
#review .recommend-question {
    float: left;
    font-size: 12px;
    font-weight: bold;
    margin-left: 20px;
    margin-top: 10px;
}
#review .ratings-all {
    height:25px;
    background: #fff url('../images/reviews/rating_bar.jpg') no-repeat 12px 11px;
}
#review .ratings-each {
    display: inline-block;
    height: 25px;
    width: 25px;
    background-image: url('../images/reviews/inactive_dot.png');
    cursor: pointer;
}
#comfort_message,
#size_message,
#width_message {
    display: inline-block;
    float: left;
    margin-left: 380px;
    margin-top: -25px;
    color: red;
    font-size: 13px;
    font-weight: bold;
}
#review .selected {
    background-image: url('../images/reviews/selected_dot.png');
    cursor: pointer;
    z-index: 10;
}
#review .ratings-space {
    display: inline-block;
    width: 56px;
    height: 1px;
}
#review .ratings-heading {
    font-size: 11px;
    margin-left: 5px;
    margin-bottom: 2px;
    display: inline-block;
}
#review .comfort-right {
    margin-left: 285px;
}
#review .size-right {
    margin-left: 235px;
}
#review .width-right {
    margin-left: 215px;
}
#review input.review-headline {
    width: 340px;
    padding: 4px;
    border: 1px solid #999;
}
#review-headline-show-examples {
    color: red;
    font-size: 10px;
    font-weight: bold;
    text-decoration: underline;
    cursor: pointer;
}
#review-headline-examples {
    padding-top: 10px;
    padding-left: 2px;
}
#review .comments {
    background-color: #ddd;
    border: 1px solid #999;
    width: 430px;
    height: 270px;
}
#review .comments-instructions-top {
    width: 390px;
    padding-top: 5px;
    margin: 0 auto;
    font-size: 12px;
}
#review .comments-instructions-bottom {
    width: 390px;
    padding-top: 5px;
    margin: 0 auto;
    font-size: 11px;
    font-style: italic;
}
#review .comments li {
    list-style-type: disc;
    margin-left: 30px;
}
#review .comments textarea {
    width: 390px;
    height: 141px;
    margin-left: 17px;
    margin-top: 5px;
    border: 1px solid #999;
}
#review input.nickname {
    width: 422px;
    padding: 4px;
    border: 1px solid #999;
}
#review .nickname-instructions {
    width: 424px;
    font-weight: bold;
}
#review .age-range {
    width: 150px;
    padding: 3px;
}
.hide {
    display: none;
}
#submit-box {
    width: 480px;
    margin-left: 195px;
    margin-bottom: 25px;
    float: left;
}
#review-botton {
    width: 150px;
    float: left;
}
#review-errors {
    float: left;
    width: 300px;
    margin-left: 15px;
    font-size: 13px;
    color: red;
}
#preview_review {
    width: 141px;
    height: 29px;
    -moz-border-radius: 6px 6px 6px 6px;
    cursor: pointer;
    border: 0px;
    background: #FFF url('../images/reviews/Preview.jpg') repeat-x scroll 0 0;
}
#review .disable {
    background: #FFF url('../images/reviews/Preview_grey.jpg') repeat-x scroll 0 0 !important;
}
#product_comment_length {
    float: right;
    display: inline-block;
    margin-right: 77px;
}
#submit_review {
    width: 141px;
    height: 29px;
    -moz-border-radius: 6px 6px 6px 6px;
    cursor: pointer;
    border: 0px;
    background: #FFF url('../images/reviews/Submit.jpg') repeat-x scroll 0 0;
}
#edit_review {
    width: 141px;
    height: 29px;
    -moz-border-radius: 6px 6px 6px 6px;
    cursor: pointer;
    border: 0px;
    background: #FFF url('../images/reviews/Back.jpg') repeat-x scroll 0 0;
}
#review .help-topics {
    width: 225px;
    padding: 2px;
    text-align: center;
    vertical-align: middle;
    background-color: #ddd;
    border: 1px solid #999;
    font-size: 13px;
    font-weight: bold;
    margin: 0 auto;
    margin-top: 20px;
}
#review .help-header {
    width: 173px;
    padding: 2px;
    font-size: 13px;
    font-weight: bold;
    margin: 0 auto;
    margin-top: 25px;
}
#review .help-data-top {
    width: 173px;
    margin: 0 auto;
    margin-top: 15px;
}
#review .help-data-bottom {
    width: 210px;
    margin: 0 auto;
    margin-top: 15px;
}
#review .help-data-top li,
#review .help-data-bottom li{
    list-style-type: disc;
    margin-left: 20px;
    font-weight: bold;
    margin-bottom: 7px;
}
#review .error{
    color: #000;
    border: 2px dotted red !important;
    font-weight: normal;
}
#review .short_desc li {
    list-style-type: disc;
}
#comment-msg {
    margin-left: 15px;
}
#headline_language_alert,
#product_comment_language_alert,
#service_comment_language_alert,
#nickname_language_alert{
    margin-bottom: 1px;
    text-align: left;
    color: red;
}
#headline_language,
#product_comment_language,
#service_comment_language,
#nickname_language {
    width: 342px;
    margin-bottom: 5px;
    padding: 2px;
    text-align: left;
    color: red;
    font-weight: bold;
    border: 2px dotted red;
}
#product_comment_language,
#service_comment_language,
#nickname_language {
    width: 424px;
}
#preview {
    font-family: arial;
    font-size: 12px;
    padding: 10px 0 5px 0;
    font-weight: bold;
    margin-bottom: 5px;
    border-top: 1px solid #CCC;
}
#preview .preview-title {
    font-size: 18px;
    margin-top: 15px;
    margin-bottom: 30px;
    margin-left: 125px;
}
#preview .preview-content {
    width: 890px;
    margin: 0 auto;
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 2px solid #ccc;
    border-bottom: 2px solid #ccc;
}
#preview .preview-product {
    float: left;
    width: 200px;
    height: 200px;
    text-align: center;
}
#preview .preview-product a {
    color: #333;
    text-decoration: none;
}
#preview .preview-product a:hover {
    text-decoration: underline;
}
#preview .preview-left {
    width: 320px;
    float: left;
    padding-right: 10px;
    min-height: 240px;
    border-right: 1px solid #ccc;
}
#preview .preview-right {
    width: 420px;
    float: left;
    padding-left: 25px;
}
#preview .rating-data {
    width: 350px;;
}
#preview td {
    padding: 4px;
    color: #999;
}
#preview .rating-data td.overall-rating {
    width: 140px;
    text-transform: uppercase;
    color: #000;
}
#preview .rating-data td.rating-value {
    color: #000;
}
#preview .customer-left {
    float: left;
    width: 155px;
}
#preview .customer-right {
    float: right;
    margin-top: 23px;
    margin-right: 27px;
}
#preview .customer-data {
    width: 100%;
}
#preview .customer-data span {
    color: #000;
}
#preview .review-title {
    font-size: 17px;
    text-transform: uppercase;
    width: 100%;
    overflow: auto;
}
#preview .review-date {
    color: #999;
}
#preview .review-details {
    margin-top: 20px;
    width: 445px;
    overflow: auto;
}
/* product-detail reviews*/
#preview .review-title a,
#preview .review-title a:hover {
    color: #000;
    text-decoration: none;
}
#preview .comment-box {
    margin-top: 20px;
    padding-top: 15px;
    color: #999;
}
#preview .comment {
    float: left;
    display: inline-block;
    width: 25px;
    height: 29px;
    cursor: pointer;
}
#preview .comment-rate {
    display: inline-block;
    width: 185px;
    float: left;
    color: #000;
}
#preview .yes {
    margin-left: 20px;
    margin-top: -12px;
    background-image: url('../images/reviews/t-up2_b.jpg');
}
#preview .yes:hover {
    background-image: url('../images/reviews/t-up1_b.jpg');
}
#comment-message {
    float: left;
    margin-left: 20px;
    color: #000;
}
#preview .comment-messages {
    float: left;
    margin-left: 20px;
    color: #000;
}
#preview .no {
    margin-left: 15px;
    margin-top: -9px;
    background-image: url('../images/reviews/t-down2_b.jpg');
}
#preview .no:hover {
    background-image: url('../images/reviews/t-down1_b.jpg');
}
#preview .submitted {
    color: green;
    font-weight: bold;
}
#preview .hide {
    display: none;
}
#review .red {
    color: red;
}
#preview .red {
    color: red;
}
#review .green {
    color: green;
}
#preview .green {
    color: green;
}
#preview .share-review {
    width: 300px;
    height: 40px;
    margin-top: 10px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    color: #999;
}
#preview .share-review span {
    margin-top: 13px;
    float: left;
}
#preview span.share {
    display: inline-block;
    margin-left: 20px;
    margin-top: 9px;
    width: 22px;
    height: 23px;
    cursor: pointer;
}
#preview span.facebook {
    background-image: url('../images/reviews/share_this.jpg');
}
#preview span.twitter {
    margin-left: 10px;
    background-image: url('../images/reviews/Twitter_cr.jpg');
}
#preview .product-reviews {
    width: 850px;
    margin: 0 auto;
}
.review-line {
    width: 890px;
    margin: 0 auto;
    border-top: 2px solid #ccc;
}
#reviews-header {
    width: 785px;
    padding-bottom: 5px;
    font-size: 18px;
    font-weight: bold;
    font-family: "Lucida Sans","Lucida Grande",Helvetica,Arial,sans-serif;
}
#reviews-header .header-extra {
    float: left;
    width: 785px;
}
#reviews-header .review-count {
    font-size: 12px;
}
#reviews-header .hreview-aggregate {
    float: left;
    display: block;
    width: 600px;
    font-size: 10px;
    font-weight: normal;
    margin-top: 5px;
}
#reviews-header .review-sort {
    float: right;;
    font-size: 15px;
}
#reviews-header .review-sort select {
    padding: 2px;
}
#review-pagination {
    width: 300px;
    margin: 20px 0 0 190px;
    font-size: 12px;
}
#review-pagination button {
    border: 0;
    width: 64px;
    height: 16px;
}
#review-pagination .prev {
    display: inline-block;
    float: left;
    cursor: pointer;
    background-image: url('../images/reviews/prev_b.png');
}
#review-pagination span.range {
    display: inline-block;
    text-align: center;
    font-weight: bold;
    width: 165px;
    text-align: center;
}
#review-pagination .next {
    display: inline-block;
    float: right;
    cursor: pointer;
    background-image: url('../images/reviews/next_b.png');
}
#review-pagination .hide-button {
   display: inline-block;
   width: 64px;
}
#review-pagination .red {
    display: inline;
}
/* product detail top part */
#product-detail .review-count {
    display: inline-block;
    font-weight: bold;
    padding-top: 5px;
}
#product-detail .product-review-link {
    display: inline-block;
    margin-left: 5px;
}
#product-detail .product-review-link a {
    font-size: 11px;
    color: #000;
    font-weight: bold;
}
/*product review page*/
#preview .product-image-small {
    float: left;
    width: 200px;
    height: 200px;
/*    border: 1px solid #999;*/
}
#preview .brand-image {
    float: right;
}
#preview .product-link {
    font-size: 20px;
}
#preview .product-details {
    float: left;
    padding-left: 30px;
}
#preview .category {
    font-size: 13px;
    color: #999;
    display: inline-block;
    width: 80px;
}
#preview .data {
    display: inline-block;
    font-weight: normal;
}
#preview .product-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}
#preview .price {
    color: red;
}
#preview .retail-price {
    color: #999;
    text-decoration: line-through;
}
#preview .submit-buttons {
    width: 300px;
    margin: 0 auto;
    padding-bottom: 20px;
    padding-top: 20px;
}
