.reviews_left_column_module {
	background: #fafafa;
  	margin: 0 0 15px;
}
.review_header {
	text-align: center;
  	padding: 10px 0 7px;
  	background: #fafafa;
}
.review_header .title {
  color: #000;
  font-size: 22px !important;
  text-transform: uppercase;
}
.review_header .stars {
  padding: 10px 0 0;
  color: #f47e27;
}
i.small {
  font-size: 1.6rem;
}
.review_detail {
  background: #ebebeb;
  color: #000;
  padding: 10px;
  font-weight: 600;
}
.review_detail_left, .review_detail_right {
  display: inline-block;
  width: 49%;
  text-align: center;
}
.review_detail_left .score, .review_detail_right .score {
  font-size: 13px;
}
.reviews {
  background: #fafafa;
	padding: 10px
}
.review {
  	margin:0 0 10px 0;
  	background: #fff;
	padding: 10px;
}
.review .name {
  width: 100%;
  padding: 0 0 5px;
  font-weight: 600;
	display: inline-block;
	text-align: left;
}
.review .score {
  width: 49%;
	display: inline-block;
	text-align: left;
}
.review .score .stars {
  color: #f47e27;
}
#reviews_left_column_module i.tiny {
  color: #f47e27;
}
i.tiny {
	display: inline-block;
	margin: 0 5px 0 0;
	font-size: 1rem;
}
.review .comments {
  display: block;
  width: 100%;
  padding: 0;
}
.review_footer {
  clear: both;
  text-align: right;
  padding: 8px;
  background: #ebebeb;
}
.read_all {
  float: left;
}

.review_footer img {
  width: 100px;
	height: 15px;
}
img {
  border-style: none;
}

/* footer reviews */
#reviews_footer_module {
	color: #fff;
	width: 100%;
	padding: 10px 0px;
}
#rs_container {
	text-align: center;
	width: 100%;
	padding-top: 10px;
}
#rs_container span {
	color: #fff;
}
a.review_score{vertical-align: top}
/* product rating hook */
.reviews_product_item_module {
	position: relative;
	width: 120px;
	margin: 10px 0;
	display: inline-block;
}
.outer_star_container i {
	color: grey;
}
.inner_star_container {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 499;
	overflow: hidden;
}
.inner_star_container i {
	color: #fc3;
	display: inline
} 
.list_reviews{margin: 10px 0 0}
.read_reviews {
	display: inline-block;
	vertical-align: top;
	color:#000;
	margin-top: 3px;
}
#product .read_reviews{cursor: pointer;}
#product .read_reviews:hover{text-decoration: underline;}
.read_reviews p {
	color: #000;
}

.reviews_star_list_module {
	position: relative;
	width: 100px;
	display: inline-block;
}
@media only screen and (min-width: 768px) {
	#rs_container {
		padding: 10px;
	}
}