/* review list filter */
#filter_div {
    border:             1px solid #CCCCFF;
    margin-top:         15px;
}

.filter_input {
    float:  left;
    width:  150px;
    padding: 10px;
}

/* review edit */
input, textarea {
   border: 1px solid rgb(200,200,200);
   border-radius: 3px;
}
#titleC {
    text-align: center;
    clear: both;
    padding-top: 2px;
    padding-bottom: 0px;
    margin-bottom: 0;
}
#titleC > input {
    width: 450px;
    font-weight: bold;
    padding-top: 4px;
}
#titleC > div {
    background-color: white;
    position: relative;
    top: 6px;
    font-size: 10px;
    color: grey;
    width: 24px;
    left: 45px;
}
#bodyC {
    clear: both;
    position: relative;
    height: 167px;
    padding-top: 0px;
    margin-top: 0px;
}
#bodyC > textarea {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 450px;
    padding-top: 4px;
}
#bodyC > div {
    background-color: white;
    position: relative;
    top: 6px;
    font-size: 10px;
    color: grey;
    width: 55px;
    left: 45px;
    white-space: nowrap;
    z-index: 30;
}
#reviewform { text-align: center }
.inputC {
    text-align: left;
    margin-top: 12px;
}
.inputL {
    font-weight: bold;
    display: inline-block;
    width: 100px;
    text-align: left;
}
#imgC {
    float: left;
    margin-right: 10px;
    margin-left: 10px;
    height: 194px;
    width: 188px;
    text-align: center;
    position: relative;
}
#imgC > img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
#formC { padding-top: 12px }
#ratingC {
    text-align: left;
    font-size: smaller;
    padding-top: 100px;
    position: relative;
    width: 262px;
    left: 214px;
    top: 6px;
}
#nameC {
    margin-top: 0px;
    white-space: nowrap;
}
.PstarC {
    position: absolute;
    top: 60px;
    left: 100px;
}
#rateL {
    position: absolute;
    top: 60px;
    left: -6px;
}
#formbox { position: relative }

/*
    reviews CSS
    card detail pages
    and review admin
 */
div.product_review {
    width:          auto;
    padding:        15px;
    clear:          both;
    color:          #777;

    border:         0px solid #00A;
}

div.pr_head {
    float:          left;
    margin:         3px 0px 0px 0px;
    border:         0px solid #A00;
    vertical-align: bottom;
}

img.pr_rating {
    float:          left;
    margin:         0px 10px 0px 0px;
    border:         0px solid #999;
}

span.pr_title {
    font-weight:    700;
}

span.pr_customer {
    font-size:      10pt;
    font-style:     italic;
}

div.pr_body {
    clear:          both;
    padding:        7px 0px 0px 0px;
    width:          auto;
    border:         0px solid #999;
}
