#product_reviews {
  background:none repeat scroll 0 0 #EBF2F5;
border:1px solid #E3EEF2;
width: 980px;
float: left;
padding: 0;
margin-bottom:10px;
}
.product_reviews_content  {
width: 970px;
float: left;
padding: 5px;
}
#product_reviews h2 {
padding:10px 0 0 10px;
font-size:1.8em;
}

#product_reviews h3 {
padding:10px 0 0 10px;
float: right;
}

#product_reviews p {
padding:0px 0 0 10px;
}

#product_reviews .product_review {
background:none repeat scroll 0 0 #fff;
margin-bottom:5px;
border:1px solid #E3EEF2;
float:left;
padding:10px;
width:948px;
}
#product_reviews .titlebar{
background:none repeat scroll 0 0 #fff;
margin: 5px 5px 0 5px;
border:1px solid #E3EEF2;
float:left;
padding:5px;
width:958px;
}
#product_reviews .product_review h3 {
margin-top:10px;
font-size: 1.25em;
clear:none !important;
}
#product_reviews .product_review h3 a {
color: #0067A1;
text-decoration: none;
font-weight:normal;
font-size:1em;
}
/*
#product_reviews .product_review img {
width: 150px; height:150px;
padding: 1px;
border: 1px solid #f2f2f2;
float: left;
margin: 10px;
background:none repeat scroll 0 0 #CCCCCC;
}*/
#product_reviews .product_review p {
padding-top:3px;
padding-left:0px;
}
#product_reviews .product_review .category {
clear: both;
font-weight: bold;
float: left;
padding-top: 10px;
}
#product_reviews .product_review span {
padding-bottom: 5px;
}


#content .create_review_content {
    margin-bottom: 30px !important;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px !important;
    width: 970px;
}

#content .create_review_content .retailers_search_right {
    background: 0 none;
    /*border: 1px solid #E3EDF1;*/
    float: left;
    margin-bottom: 30px;
    padding: 10px;
    width: 680px;
}

#content .create_review_content .retailers_search_left {
    float: left;
    padding: 10px;
    width: 240px;
}

#content .create_review_content .retailers_search_right .retailers_container {
    background: 0 none;
    border: 1px solid #E3EDF1;
    float: left;
    margin-bottom: 10px;
    padding: 10px;
    width: 695px;
}

#content .create_review_content .product_reviewed {
    text-align:center;
    background: none repeat scroll 0 0 #F6F6F6;
    border: 1px solid #EEEEEE;
    padding: 10px;
    margin-top: 0px;
    width: 230px;
}


#content .create_review_content .product_reviewed img{
background:none repeat scroll 0 0 #FFFFFF;
border:1px solid #ddd;
margin-bottom:5px;
margin-right:10px;
margin-top:5px;
padding:1px;
width:200px;

}

#content .create_review_content .product_reviewed h6{
    color: #4195DD !important;
    font-size: 1em;
    font-weight: normal;
    line-height: 1em;
    margin: 0;
}

#content .create_review_content .submit_form {
    float: left;
    margin-right: 20px;
    width: 690px;
}


#content .create_review_content .submit_form textarea {
    border: 1px solid #ccc !important;
    width: 620px;
}
#fEmailField, #fNameField {
    width: 31.2%;
}
.submit_form label{
  width:25%;
}


#content .create_review_content .submit_form span {
    color: #fff;
    font-size: 0.8em;
    padding: 0 0 10px 10px;
}

.small {font-size: 1em;}

.divTable
    {
        display:  table;
        width:auto;
        background-color:#fff;
        border:1px solid  #fff;
        border-spacing:5px;/*cellspacing:poor IE support for  this*/
       /* border-collapse:separate;*/
    }

    .divRow
    {
       display:table-row;
       width:auto;

    }
    .divTable{
     width:95%;
     float:left;
    }

.review-questions
    {
       display:table-row;
           width:5%;


    }

    .divCell
    {
        float:left;/*fix for  buggy browsers*/
        display:table-column;
        width:135px;
        height: 20px;
        background-color:#fff;

    }

#product_reviews   .divTable{
     width:60%;
     float:left;
    }


#product_reviews       .divCell
    {
        float:left;/*fix for  buggy browsers*/
        display:table-column;
        width:135px;
        height: 20px;
        background-color:#fff;

    }

#product_reviews  .review-questions
    {
       display:table-row;
           width:50%;


    }



.quest
{padding-top: 10px;}

