#product_comments_block_extra {

	clear: both;
	font-weight: normal;
	font-size: 15px;
	height: 40px;  
	line-height: 40px;
	margin-bottom: 10px
}

#product_comments_block_extra span.imgcomment {	
	display: inline-block;
	background: url(../../../img/newparure/comment-40-bi.png) #F4F4F4 no-repeat center 0;
	border: 1px solid #E5E6E7; 
	-moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s; 
	height: 40px;
	width: 40px; 
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;

 
} 

#product_comments_block_extra span.imgcomment:hover {	

	background: url(../../../img/newparure/comment-40-bi.png) #656565 no-repeat center -40px;
	border: 1px solid #656565;
}
	
#product_comments_block_extra a {
	color: #2E2E2E;
	font-weight: normal;
	font-size: 15px
}


#product_comments_block_extra a:hover {text-decoration: none; color: #da3838 }

#product_comments_block_extra .comments_note span.average {padding-right:7px}
#product_comments_block_extra .comments_note span,
#product_comments_block_extra .star_content {float:left}
#product_comments_block_extra .star_content {margin: 11.5px 0 0;}  

#product_comments_block_extra div.star {background: url(img/star.gif) no-repeat scroll 0 0 transparent}

#product_comments_block_extra div.star_on {background: url(img/star.gif) no-repeat scroll 0 -15px transparent}

#product_comments_block_extra .comments_advices {float: right;}


/* pop-in add grade/advice ********************************************************************* */
#fancybox-wrap { width:585px }
#fancybox-content {
	width:585px;
	border-width:0
}


#new_comment_form {

	color: #7B7B7B;
	text-align: left;
	background-color: #fff
}
#new_comment_form .title {
	
	padding: 14px;
	margin: 0 14px;
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
	color: #848484;
	background-color: #F4F4F4;		  
	-webkit-text-shadow: none; 
    -moz-text-shadow: none; 
    -o-text-shadow: none; 
    -ms-text-shadow: none;
    text-shadow: none;
	-moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}
#new_comment_form ul.grade_content {list-style-type:none}
#new_comment_form .grade_content li {width:50%}
#new_comment_form .product {padding:15px}
#new_comment_form .product img {
 
	
	float:left;	
	border: none;
    -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.15);
	
}
#new_comment_form .product .product_desc {
	float:left;
	line-height:18px;
	color:#848484
}
#new_comment_form .product .product_desc .product_name {
	
	padding: 10px 0;
	margin-bottom: 10px;
	border-bottom: none;
    border-top: none;
	color:#CE9014;
	font-size: 18px; 
	font-weight: normal;
	text-transform: uppercase;


}
#new_comment_form p {
	


	font-size: 15px; 
	font-weight: normal;


}


#new_comment_form p a {


	font-size: 15px; 
	font-weight: normal;
	color: #2E2E2E;
    text-decoration: none;


}
#new_comment_form p a:hover {


	color: #da3838;
    text-decoration: none;
}


#new_comment_form p.fr {
	
	margin: 15px 20px 10px 0
}


#new_comment_form .grade_content {margin:0 0 20px 0}
#new_comment_form .grade_content span,
#new_comment_form .grade_content span {
	display:inline-block;
	padding:0 10px;
	width:150px;/* 160 */
	font-weight:bold
}
#new_comment_form .grade_content .cancel {margin-right:5px}


.new_comment_form_content {
	
	padding: 15px; 
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;	
	-o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
	background: white;

	-moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);


}
.new_comment_form_content .intro_form {
	
	padding-bottom: 20px;
	font-weight: normal;
	font-size: 15px	;
	color: #2E2E2E
}


#new_comment_form label {
	
	display: block;
	margin: 8px 0 4px 0;
	font-weight: normal;
	font-size: 15px; 
	color: #848484;
}
#new_comment_form input[type=text] {

						  
	padding: 0 5px;
	height: 35px;
    width: 97%;
	border: 1px solid #E5E6E7;
	color: #848484;
	background: #F4F4F4;
    font-size: 15px;
	-moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}

#new_comment_form input[type=text]:focus,
#new_comment_form textarea:focus { 
    background: #656565; 
	color: white; 
	border: 1px solid #3a3a39 
}
#new_comment_form input[type=submit] {	
	
	display:inline-block;
	height: 40px;
	line-height: 40px;
	width: 170px;
	padding: 0 20px;
	border: 1px solid #da3838;

	font-weight: normal;	 
	text-transform: uppercase;
	color:white;
	background: #da3838;
	
} 

#new_comment_form input[type=submit]:hover {

	background: #656565;
	border:1px solid #656565;  
	color: white;

}

#new_comment_form textarea {

	padding: 5px;
	height: 80px;

	border: 1px solid #E5E6E7;
	color: #848484;
	background: #F4F4F4;
    font-size: 15px;
	-moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}

#new_comment_form textarea:focus { background: #656565; color: white; border: 1px solid #3a3a39 } 

#new_comment_form .submit {
	
	margin: 20px 10px 0 0;
	padding-bottom: 0;
	text-align: right
}
#new_comment_form button {
	
	cursor: pointer;
	display: inline-block;
	padding: 0 20px; 
	height: 40px;
	width: 170px;
	border: 1px solid #ad1313;

	font-weight: normal;
	text-transform: uppercase;
	color: white;
	background: #ad1313;
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;

}


#new_comment_form button:hover {

	background: #656565;
	border:1px solid #656565;  
	color: white;

}


#new_comment_form #criterions_list {
	border-bottom: 1px solid #CCC;
	list-style-type: none;
	padding-left: 0px;
}


#new_comment_form #criterions_list li {

	
	margin-bottom: 15px;
	border: 1px solid #E5E6E7;
	background: #F4F4F4;
	border: none;

}


#new_comment_form #criterions_list label {
	display: inline;
	float: left;
}


#new_comment_form #criterions_list .star_content {
	float: left;
	margin: 12px 10px;
}


#new_comment_form #new_comment_form_footer {
	margin-top: 20px;
	font-size: 12px;
} 




/* TAB COMMENTS ******************************************************************************** */
#product_comments_block_tab {margin:0}


#product_comments_block_tab div.comment {
	margin:0 0 10px 0;
	padding: 5px;
	border-bottom: 1px dotted #ccc
}

#product_comments_block_tab div.comment div.comment_author {
	font-size: 15px;

	margin-top: 8px
}

#product_comments_block_tab div.comment div.comment_author span {font-weight:normal;}

#product_comments_block_tab div.comment div.comment_author span,
#product_comments_block_tab div.comment .star_content {
	float:left;
}
#product_comments_block_tab div.comment .star_content {margin: 1px 0 5px 5px}
#product_comments_block_tab div.star,
#product_comments_block_tab div.star_on {
	background: url(img/star.gif) no-repeat 0 0 transparent
}
#product_comments_block_tab div.star_on {background-position: 0 -15px}
#product_comments_block_tab .comment_author_infos {clear:both}
#product_comments_block_tab .comment_author_infos em {color:#999}


#product_comments_block_tab div.comment_details h3 {
	
	font-size: 20px;
    font-weight: normal;
    line-height: 20px;
    margin-bottom: 20px;
}
#product_comments_block_tab div.comment_details p {padding-bottom:10px; color: #7B7B7B; font-size: 15px}
#product_comments_block_tab div.comment_details p.title_block {
    text-transform: uppercase;
    font-size: 20px;

}

#product_comments_block_tab div.comment_details ul {
	list-style-type:none;
	margin:0
}
#product_comments_block_tab div.comment_details li {

	
	padding: 5px 0 5px 15px;
	background:url(../../../img/arrow_right_2.png) no-repeat 1px 50% transparent; 
	color: #2E2E2E
}


#product_comments_block_tab span.imgcomment {
	display: inline-block;
	background: url(../../../img/biosany/comment-bi-40.png) #F4F4F4 no-repeat center 0; 
	border: 1px solid #E5E6E7;
	-moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s; 
	height: 40px;
	width: 40px; 
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px; 
	vertical-align: middle;
	margin: 0 5px 0 0

}  

#product_comments_block_tab p a { 
    
	font-weight: normal
	
}

#product_comments_block_tab span.imgcomment:hover {

	background: url(../../../img/biosany/comment-bi-40.png) #656565 no-repeat center -40px;
	color: white;
	
}

#product_comments_block_tab button.usefulness_btn {

	margin: 0 0 0 10px;	
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
	display: inline-block;
	padding: 0 5px 2px;
	color: #848484;
	font-weight: normal;
	font-size: 15px;
	background: #F4F4F4;
	border: 1px solid #E5E6E7;
	cursor: pointer; 
}
#product_comments_block_tab button.usefulness_btn:hover {
    text-decoration: none; 
	background: #656565;
	color: white;

}
#product_comments_block_tab button.usefulness_btn:active {
    text-decoration: none; 
	background: #656565;
	color: white;

}

#product_comments_block_tab span.report_btn {
    cursor: pointer; 
}
#product_comments_block_tab span.report_btn:hover {
   
	color: #656565
}

.fl { float: left; }
.fr { float: right; }
