#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/cultura/comment-bi-40.png) #3B3532 no-repeat center 0; 
	-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;

 
} 

#product_comments_block_extra span.imgcomment:hover {	

	background: url(../../../img/cultura/comment-bi-40.png) #FC4D43 no-repeat center -40px;

}

	
#product_comments_block_extra a {
	color: #241F1D;
	font-weight: normal;
	font-size: 15px
}

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


#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: 11px 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: #333;
	text-align: left;
	background-color: #fff
}
#new_comment_form .title {
	padding: 14px;
	font-size: 18px;
	font-weight: bold;
	font-family: 'Questrial';
	color: #3B3532;
	background: #F5F6F1;

	-moz-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.15);
}
#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:#807572
}
#new_comment_form .product .product_desc .product_name {   

	padding: 6px 0 10px;
	margin-bottom: 10px;
	border-bottom: none;
    border-top: none;
	color:#493D3B;
	font-family: 'Questrial';
	font-size: 18px; 
	font-weight: normal;

}
#new_comment_form p {
	
	font-family: 'Questrial', Verdana, Arial, Helvetica;
	font-size: 15px; 
	font-weight: normal;

}

#new_comment_form p a {

	font-family: 'Questrial', Verdana, Arial, Helvetica;
	font-size: 15px; 
	font-weight: normal;
	color: #241F1D;
    text-decoration: none;

}
#new_comment_form p a:hover {

	color: #FC4D43;
    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; 

	background-color: #F5F6F1;
	-moz-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.15);
}
.new_comment_form_content .intro_form {
	padding-bottom: 10px;
	font-weight: bold;
	font-size: 12px
}

#new_comment_form label {
	display: block;
	margin: 12px 0 4px 0;
	font-weight: normal;
	font-size: 15px; 
	color: #493D3B;
}
#new_comment_form input[type=text] {
	padding: 0 5px;
	height: 35px;

	background: white;
    border: 1px solid #EEEEEE;

    color: #493D3B;
    font-size: 15px;
	
}

#new_comment_form input[type=submit] {
	display:inline-block;
	height: 40px;
	line-height: 40px;
	width: 170px;
	padding: 0 20px;
	border: 1px solid #3B3532;

	font-weight:normal;	 
	text-transform: uppercase;
	color:white;
	background: #3B3532;
	
}
#new_comment_form input[type=submit]:hover {
	text-decoration: none; 
	border: 1px solid #FC4D43;
	background: #FC4D43;
	color: white;
	-webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2); 
    -moz-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2); 
    -o-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2); 
    -ms-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2); 
	box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2);
	
}
#new_comment_form textarea {
	padding: 5px;
	height: 80px;

	background: white;
    border: 1px solid #EEEEEE;


    color: #3B3532;
    font-size: 15px;
}

#new_comment_form .submit {
	margin-top:20px;
	padding:0;
	font-size:13px;
	text-align:right
}
#new_comment_form button {
	cursor: pointer;
	display: inline-block;
	padding: 0 20px; 
	height: 40px; 

	width: 170px;
	border: 1px solid #3B3532;

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

#new_comment_form button:hover {
	text-decoration: none; 
	border: 1px solid #FC4D43;
	background: #FC4D43;
	color: white;
	-webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2); 
    -moz-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2); 
    -o-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2); 
    -ms-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2); 
	box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2);
	
}

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

#new_comment_form #criterions_list li {
	margin-bottom: 15px;
	background: white;
	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: -5px 0 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 {
	padding-bottom: 10px; 
	font-size: 17px; 
	padding-left: 0px; 
	line-height: 17px; 
	margin-bottom: 10px;	
    letter-spacing: -0.5px;
}

#product_comments_block_tab div.comment_details p {padding-bottom:10px; color: #807572; font-size: 15px}
#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 45% transparent; 
	color: #493D3B
}

#product_comments_block_tab span.imgcomment {
	display: inline-block;
	vertical-align: middle;
	background: url(../../../img/cultura/comment-bi-40.png) #3B3532 no-repeat center 0; 
	margin-right: 5px;
	-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; 

}  

#product_comments_block_tab p a {
	
}

#product_comments_block_tab span.imgcomment:hover {

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

#product_comments_block_tab button.usefulness_btn {
	cursor: pointer;
	margin:0 0 0 10px;
	display: inline-block;
	padding: 0 5px;
	border: 1px solid #3B3532;
	color: white;
	font-weight: normal;
	font-size: 13px;
	background: #3B3532;
	cursor: pointer; 
}
#product_comments_block_tab button.usefulness_btn:hover {
    text-decoration: none; 
	border: 1px solid #FC4D43;
	background: #FC4D43;
	color: white;
	-webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2); 
    -moz-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2); 
    -o-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2); 
    -ms-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2); 
	box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2); 
}
#product_comments_block_tab button.usefulness_btn:active {
    text-decoration: none; 
	border: 1px solid #FC4D43;
	background: #FC4D43;
	color: white;
	-webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2); 
    -moz-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2); 
    -o-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2); 
    -ms-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2); 
	box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2); 
}

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

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