

.avarage_box {
	width:200px;
	float:left;
	/*add border right  by rcvn! Dinh Le 2013/07/29  */
	border-right: 1px solid #ccc;
	position: relative;
	/*end add border right  by rcvn! Dinh Le 2013/07/29  */
}

.review_box {
	min-height:100px;
	margin: 0px 0px 20px 210px;
}

.w_rev {
	float: left;
	margin-top:5px;
	width: 196px;
	height: 67px;
	border: 1px solid #CC9;
	background-image: url("./images/product_page/bg_blue.jpg");
}

.w_rev a {
	padding: 5px;
	height: 47px;
	display: block;
	color: white;
}
.w_rev a img.pd_thumb {
	width: 49px;
	height: 49px;
	margin:5px 10px 0 0;
	float: left;

}
.w_rev a span.rev_text {
	color:#FFFFFF;
	font-size: 10pt;
	font-weight: bold;
	line-height: 1.0em;
}

#w_new_rev{
	
	position:relative;
	margin:80px 0 0 180px;
}

..rev_new_text{
	color:#0000FF;
}
.item_outline {
	min-height:170px;
	margin-bottom:7px;
	background:#fff url(background_left.gif) repeat-y left;
}
.cat_reviews_outline_inner{
	margin:5px;
}
.products_reviews_box .rev_rating_box {
	
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 20px;
	
	width: 100%;
	min-height: 150px;

}

.products_reviews_box .rev_rating_box .rev_rating_box_inner {
	
}

.rating_box {
	float:left;
	width: 200px;
	text-align:center;
}

.rating_box .rating_body {

}

.rating_box .rating_sub_title {
	margin-top: 5px;
	margin-left: 10px;
	margin-bottom: 5px;
	font-weight: bold;
}

.rating_box .rating_star_img {
	margin-bottom:5px;
}

.rating_box .rating_all {
	margin-bottom:5px;
}

.rating_box .rating_total_box {
	clear: both;
	margin-left:30px;
	
}

.rating_box .rating_total_box .rating_total_box_inner {
}

.rating_box .rating_total_box .rating_total_box_inner ul {
	list-style: none;
}

.rating_box .rating_total_box .rating_total_box_inner ul li {
	clear: both;
	
	margin-bottom: 2px;
}

.rating_box .rating_total_box .rating_total_box_inner ul li p {
	float:left;
	display: block;
	
}
.rating_box .rating_total_box .rating_total_box_inner ul li p.star {
	width: 40px;
	height: 12px;
}

.rating_box .rating_total_box .rating_total_box_inner ul li p.rating_bar_bg {
	width: 60px;
	height: 14px;
	margin-top: 2px;
	background-color: #EEEECC;
}

.rating_box .rating_total_box .rating_total_box_inner ul li p.rating_bar_bg .rating_bar {
	background-color: #FFCC66;
	height: 14px;
	z-index: 9999;
	display: block;
}

.rating_box .rating_total_box .rating_total_box_inner ul li p.rating_cnt {
	font-size: 8pt;
	width: 30px;
	text-align: right;
}

li.rev_img {
	margin:0 8px 8px 2px;
	border: #DDD 1px solid;
	width: 140px;
	height: 140px;
	overflow: hidden;

}
ul.meta_line{
	height:20px;
	vertical-align:middle;
	padding:3px;
	margin-bottom:3px;
	position:relative;
}
li.star{
	float:left;
	line-height: 20px;
	margin: 0 0 0px 3px;
}
li.date{
	margin-left:4px;
	float:left;
	line-height:20px;
}
li.cname{
	line-height:20px;
	margin-left:4px;
}

/* add css by rcvn! Dinh Le 2013/07/29
  To show Customer review for product
*/

.scoringRating{
	float: left;
	margin: 0px 0px 0px 20px;
}

.averageRating{
	float: left;
	margin: 0px 10px 0px 10px;
}

.writeRating{
	margin-left: 405px;
	min-width: 300px;
	margin-right: 20px;
}
.leftBoderScoringRating {
	background: url("images/product_page/product_detail_rv.png") no-repeat;
	width: 6px;
	height: 129px;
	float: left;
}

.contentBoderScoringRating {
	background: url("images/product_page/mid_split.png");
	/* rcvn.Lan_Cao - 2013/08/07 - Change css */
	#width: 230px;
	width: 240px;
	/* End rcvn.Lan_Cao - 2013/08/07 */
	height: 129px;
	float: left;
}

.contentBoderAverageRating {
	background: url("images/product_page/mid_split.png");
	width: 110px;
	height: 129px;
	float: left;
}

.contentWriteAverageRating {
	#border: 1px solid #ccc;
	#border-radius: 10px;
	#-webkit-border-radius: 5px;
	width: 100%;
	height: 117px;
	margin: 0px 0px;
	#padding: 5px;
	display: block;
	#background-color: #fcfcfc;
	background-color: #ffffff;
	position: relative;
}

.rightBoderScoringRating {
	background: url("images/product_page/product_detail_rv.png") no-repeat;
	width: 6px;
	height: 129px;
	background-position: -6px 0px;
	float: left;
}

.titleScoring {
	list-style: none;
	margin: 5px 0px;
	padding: 5px;
}

.titleAverage {
	list-style: none;
	margin: 5px 0px;
	padding: 5px;
}

.titleWrite {
	list-style: none;
	margin: 5px 0px;
	padding: 5px;
}

.contentRatestar{
	text-align:center;
	/* rcvn.Lan_Cao - 2013/08/07 - Change css */
	#margin: 25px 0px 0px 0px ;
	margin: 34px 0px 0px 0px ;
	/* End rcvn.Lan_Cao - 2013/08/07 */
}
.scoringRating .rating_bar_bg{
	float: left;
	width: 60px;
	height: 14px;
	background-color: #EEEECC;
}
.scoringRating .rating_bar{
	background-color: #FFCC66;
	height: 14px;
	z-index: 9999;
	display: block;
}
.scoringRating p.rating_cnt {
	float: left;
	font-size: 8pt;
	width: 30px;
	text-align: center;
}

.btnWriteReview {
	#margin:25px 0px 25px 155px ;
	font-size: 14px;
	#display: block;
	border-radius: 5px;
	padding: 6px;
	width: 102px;
	height:15px;
	text-align: center;
	box-shadow: 0px 0px 1px rgba(000, 000, 000, 0.3), inset 0px 0px 0px
		rgba(255, 255, 255, 0);
	text-shadow: 0px -1px 0px rgba(000, 000, 000, 0.2), 1px 1px 0px
		rgba(255, 255, 255, 1);
	border: 1px solid #cccccc;
	background: #b5b5b5;
	background: linear-gradient(to bottom, #f8f8f8 0%, #dadada 50%, #c5c5c5);
	background: -moz-linear-gradient(top, #f8f8f8 0%, #dadada 50%, #c5c5c5);
	background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8),
		color-stop(0.50, #dadada), to(#c5c5c5));
	background: -ms-linear-gradient(top, #f8f8f8 0%, #dadada 50%, #c5c5c5);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f8f8',
		endColorstr='#c5c5c5', GradientType=0);
}
a.discount{
	color: blue;
	margin-right: 5px;
	display: inline-block;	
}

.review_box h3.header {
height: 39px;
background: url("images/product_page/title_bar.png") 0px 0px repeat-x;
margin: 0px 0px 20px 0px;
}

.review_box h3.header span {
	line-height: 2.6em;
	margin-left: 10px;
}
.ratingStarTable {
	margin: 8px 0px;
}
#review_list h3{
	border-bottom: 2px solid #ccc;
	margin: 40px 0px 0px 0px;
	padding: 5px 2px ;
}
.ratingStarTable tr th {
	text-align: left;
	font-weight: normal;
	color: #d2691e;
}
.ratingStarTable tr td p.num {
	font-size: 8pt;
	color: #d2691e;
}

.ratingStarTable tr th a {
	color: blue;
}

/* end add css by rcvn! Dinh Le 2013/07/29
  To show Customer review for product
*/

/**
 * rcvn.Lan_Cao - 2013/07/31
 * Change css for customer review for product
**/
.writeRvLeft{
	background: url("images/product_page/product_detail_rv.png") no-repeat;
	width: 8px;
	height: 129px;
	background-position: -12px 0px;
	float: left;
}

.writeRvRight{
	background: url("images/product_page/product_detail_rv.png") no-repeat;
	width: 8px;
	height: 129px;
	background-position: -16px 0px;
	float: right;
	margin-top: -129px;
}

.writeRvMidd{
	border-top: 1px solid #ccc;
	height: 127px;
	border-bottom: 1px solid #ccc;
	display: block;
	margin-right: 8px;
	margin-left: 8px;
}
/**
 * End - rcvn.Lan_Cao - 2013/07/31
**/
/**
 * rcvn.Lan_Cao - 2013/08/07
 * Add css padding left
**/
.cr_padLeft{
	padding-left: 5px;
}
/**
 * End rcvn.Lan_Cao - 2013/08/07
**/