﻿/* Reviews Styles */
.review-box{
	margin:6px 0;  
	color:#444; 
	font-size:12px;
}
.review-box h3,
#review-box h1, #review-box h2
#review-box h3, #review-box h4, 
#review-box h5, #review-box h6 , 
#review-box p , #review-box strong{
	margin:0 !important; 
	color:#444; 
}
#review-box br{
	display: none;
}
.review-bottom{
	clear:both;
	margin-bottom:30px;
	margin-top:0;
}
.widget .review-bottom{
	margin-bottom:0;
}	
.taq-clear{
	clear:both;
}	
h2.review-box-header{
	font-size: 20px;
	padding:5px 0;
	border-top:1px solid #eee;
	margin:0;
}
.review-item{
	opacity:1;
	-webkit-transition: all ease-in-out 0.2s;
	-moz-transition: all ease-in-out 0.2s;
	-o-transition: all ease-in-out 0.2s;
	transition: all ease-in-out 0.2s;
}
#review-box .review-item h5{
	font-size:14px;
	color:#444;
	position:relative;
	z-index:2;
	line-height: 20px;
}
#review-box.review-percentage .review-item h5,
#review-box.review-percentage .review-item h5
{ 
	line-height:1;
}
.review-percentage .review-items{
	padding:15px 0 5px 0;
	border-top:1px solid #eee;
}
.review-percentage .review-item{
	margin-bottom:15px;
}
.review-percentage .review-item span{
	position: relative;
	display: block;
	height: 33px;
}
.review-percentage .review-item span span{
	top: 18px;
	position: absolute;
	display: block;
	height: 15px;
}
.review-stars .review-items{
	padding:10px 0;
	border-top:1px solid #eee;
}
.review-stars .review-item{ 
	overflow:hidden; 
	padding:5px 0;
}
#review-box.review-stars .review-item h5{
	float:left; 
	font-weight:bold;
}
.review-stars .stars-large{
	float:right;
}
.review-final-score .stars-large{
	float: none !important;
	margin: 0 auto 10px;
}
.review-summary{
	border-top: 1px solid #f4f4f4;
	overflow:hidden; 
	position:relative; 
	min-height: 85px;
}
.review-short-summary{ 
	font-size:13px; 
	font-weight:normal; 
	padding:10px 0;
	display: table-cell;
	vertical-align: top; 
	padding-right:136px;
}
.review-short-summary a{
	color:#ccc; 
	text-decoration:underline;
}
.review-short-summary a:hover{
	color:#444;
}
.review-final-score{
	background-color: #fff;
	width:125px;
	height:500px;
	position:absolute;
	right:0;
	top:1px;
	text-align:center;
	color:#444;
	padding:10px 0;
	border-left:1px solid #f4f4f4;
}
.review-final-score .post-large-rate{
	margin-top:5px;
}
#review-box .review-final-score h3{
	font-size: 40px;
	color: #444; 
	line-height:1;
}
#review-box .review-final-score h3 span{
	font-size: 26px;
}
#review-box .review-final-score h4{
	margin-bottom:0;
	font-size: 20px;
	color:#444;
}
.review-top{
	float:left;
	width:55%; 
	margin-right:20px;
}
span.post-small-rate, 
span.post-small-rate span, 
span.post-large-rate, 
span.post-large-rate span{
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;	
}
span.post-large-rate{
	display: block;
	position: relative;
	float: left;
	width: 96px;
	height: 20px;
	background: url(../img/review/stars-big.png) scroll transparent no-repeat;
	background-color: #ddd;
	margin-top:2px;
}
span.post-large-rate span{
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	float: left;
	height: 20px;
	background: url(../img/review/stars-big.png) scroll transparent no-repeat;
}
span.post-small-rate{
	display: block;
	position: relative;
	float: left;
	width: 72px;
	height: 15px;
	background: url(../img/review/stars.png) scroll transparent no-repeat;
	background-color: #ddd;
	margin-top:2px;
}
span.post-small-rate span{
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	float: left;
	height: 15px;
	background: url(../img/review/stars.png) scroll transparent no-repeat;
}
.post-single-rate{
	float:left;
	margin-right:5px;
}
.user-rate-wrap{
	background: #fff;
	border-top:1px solid #f4f4f4;
	padding: 8px 0;
}
.user-rate{	
	float:right; 
	width: 98px;
}
.user-rate-wrap .user-rating-text{ 
	float:left;
}
ul.reviews-posts{
	list-style:none;
}
ul.reviews-posts li{ 
	overflow:hidden;
}
ul.reviews-posts .review-thumbnail{
	float:left;
	margin-right:10px;
}
ul.reviews-posts h3{ 
	margin-bottom:5px;
}
.user-rate-active span.post-large-rate span{
	cursor:pointer;
}
.taq-load{
	background:url(../img/review/ajax-loader.gif) no-repeat center;
	width: 98px;
	height: 22px;
	display: block;
}

/* RTL */
body.rtl .review-top{ 
	float:right; 
	margin-right:0; 
	margin-left:20px;
}
body.rtl .review-stars .stars-large, 
body.rtl .user-rate , 
body.rtl .stars-large span{ 
	float:left;
}
body.rtl #review-box.review-stars .review-item h5, 
body.rtl .user-rate-wrap .user-rating-text{
	float:right;
}
body.rtl .review-final-score{
	border-width:0 2px 0 0; 
	right:auto; 
	left:0;
}
body.rtl .post-single-rate {
	float: right;
	margin-left: 5px; 
	margin-right:0;
}
body.rtl ul.reviews-posts .review-thumbnail {
	float: right;
	margin-left: 10px;
	margin-right: 0;
}
body.rtl .review-short-summary {
	padding-right: 10px;
	padding-left: 122px;
}