﻿table#new-review {
  margin-bottom: 1em;
}
table#new-review
, table#new-review th 
, table#new-review td {
  border-collapse: collapse;
  border: solid 1px #ccc;
}
table#new-review th, table#new-review td {
  padding: 0.5em;
}
table#new-review th {
  background-color: #f8f5f0;
}
table#new-review .mandatory {
  margin-left: 2em;
}
table#new-review select {
  width: 100px;
}
table#new-review #comment {
  width: 400px;
  height: 6.5em;
}
.reviews_box{
	width:810px;
	margin-top:10px;
	float:left;
	display:inline-block;
	margin-bottom: 1em;
}
.a-review {
  margin-bottom: 1em;
}
.review-header {
  border-bottom: solid 4px #9f7f10;
  padding: 0 1em 0.2em 1em;
}

.review-comment {
  padding: 0.5em 1em;
}

.reviewer {
  padding-right: 1em;
  text-align: right;
}

.hair-length {
  width: 70px;
  height: 31px;
  display: block;
  background: url("/content/images/review/hair_lengths.gif") no-repeat;
}
.hair-length.short {
  background-position: 0 -31px;
}
.hair-length.medium {
  background-position: 0 -62px;
}
.hair-length.empty {
  background: none;
}

.hair-type {
  width: 36px;
  height: 25px;
  display: block;
  background: url("/content/images/review/hair_types.gif") no-repeat;
  margin-top: 5px;
}
.hair-type.permed {
  background-position: 0 -25px;
}
.hair-type.damaged {
  background-position: 0 -50px;
}
.hair-type.straight {
  background-position: 0 -75px;
}

.review-header div.float-left span {
  float: left;
  margin-top: 13px;
}
.review-header div.float-right span {
  float: right;
}

div.review-buttons {
  margin: 0 auto;
  width: 105px;
}
div.review-buttons span {
  float: left;
}
div.review-buttons .edit-review {
  margin: 8px 0 0 0.5em;
}
#thank-you-box div {
  padding-top: 55px !important; 
}
.product-spec {
  margin-bottom: 1em;
}
.product_img{
  width:100px;
  text-align:center;
 margin:0 20px; 
 }
/*
.product-spec h2 {
  margin-bottom: 0;
  font-size:18px;
}
*/
#search_option{
  margin-bottom:20px;
}
.rating-cancel {
  display:none !important;   
}