#product_comments_block_extra {
	padding:10px 0 10px 0px;
	font-weight: bold;
	/*  background: url(/img/cms/cupista_icon_stern.png) no-repeat scroll 1px 10px #fff;  */
}

#product_comments_block_extra:after {
  clear: both;
}
	
#product_comments_block_extra a {
  padding: 0px 0px 0px 10px;
  line-height: 20px;
  font-family: 'karla',sans-serif;
  font-weight: 400;
	text-decoration: none;

}

#product_comments_block_extra a:hover {text-decoration: underline}

#product_comments_block_extra .comments_note {margin-bottom:6px}
#product_comments_block_extra .comments_note span,
#product_comments_block_extra .star_content {float:left}
#product_comments_block_extra .star_content {margin-top:4px}

#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 -12px transparent}

#product_comments_block_extra .comments_advices {clear:both;}

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

#new_comment_form {
	width:585px;
	color: #333;
	text-align: left;
	background-color: #fff
}
#new_comment_form .title {
	padding:10px;
	font-size: 13px;
	color: #fff;
	text-transform: uppercase;
	background: #333
}
#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: 1px solid #ccc;
}
#new_comment_form .product .product_desc {
	float:left;
	margin-left:15px;
	width:300px;
	line-height:18px;
	color:#666
}
#new_comment_form .product .product_desc .product_name {
	padding-bottom:5px;
	font-size:13px;
	color:#000
}

#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:#ebe9e5
}
.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-size: 14px;
}

#new_comment_form input[type=text] {
	padding: 0 5px;
	height: 28px;
	width: 540px;
	border: 1px solid #ccc;
	background: #fff;
}

#new_comment_form textarea {
	padding: 0 5px;
	height: 80px;
	width: 540px;
	border: 1px solid #ccc;
	background: #fff;
}

#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: 13px 15px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 2px solid #c6c3bd;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: #c6c3bd;
	background: #FFF;
	transition: all 0.4s;
    transition-property: all;
    transition-duration: 0.4s;
    transition-timing-function: ease;
    transition-delay: 0s;
}

#new_comment_form button:hover {
background:#000000;
	color: #fff;
}

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

#new_comment_form #criterions_list li {
	margin-bottom: 10px;
}

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

#new_comment_form #criterions_list .star_content {
	float: right;
	margin-right: 0px;
}

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

@media (max-width: 767px) {
	#new_comment_form {
		width: calc(100vw - 70px);
	}
	#new_comment_form textarea, #new_comment_form input[type=text]  {
		width: 100%;
	}
}
@media (max-width: 480px) {
	.new_comment_form_content .fl, .new_comment_form_content .fr, #new_comment_form #criterions_list .star_content {
		float: none;
		clear: both;
	}


}

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

#product_comments_block_tab div.comment {
	margin:0 0 20px 0;
	padding: 5px;
	border-bottom: 2px dotted #7da216
}

#product_comments_block_tab div.comment div.comment_author {
	float: left;
	padding:0px 25px 10px 0px;
	/*width: 140px; 165 
	line-height:18px  */
}
#product_comments_block_tab div.comment div.comment_author span {font-weight:bold;}
#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: 12px 0px 16px 0px}
#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 -12px}
#product_comments_block_tab .comment_author_infos {clear:both}
#product_comments_block_tab .comment_author_infos em {color:#999; line-height:1.5em;}

#product_comments_block_tab div.comment div.comment_details {
	float: left;
	overflow:hidden;
  margin: 10px 0px 20px 0px;
	/*width: 360px      */
  
}     

     
#product_comments_block_tab div.comment_details .title_block, #product_comments_block_tab div.comment_details h4  /*{padding-bottom:10px} */
#product_comments_block_tab div.comment_details p {padding-bottom:10px}
#product_comments_block_tab div.comment_details ul {
	list-style-type:none;
	margin:0
}
#product_comments_block_tab div.comment_details li {
	padding:2px 0 2px 12px;
	background:url(img/bg_li.png) no-repeat 1px 45% #fff
}

#product_comments_block_tab a {
	text-decoration: underline;
	/*font-weight: bold */
}

#product_comments_block_tab a:hover {text-decoration: underline}

#product_comments_block_tab button.usefulness_btn {
	padding: 6px 10px;
	margin: 10px;
	border: 2px solid #c6c3bd;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: #c6c3bd;
	background: #FFF;
	transition: all 0.4s;
    transition-property: all;
    transition-duration: 0.4s;
    transition-timing-function: ease;
    transition-delay: 0s;
}

#product_comments_block_tab button.usefulness_btn:hover {
background:#000000;
	color: #FFF;
}

#product_comments_block_tab button.usefulness_btn:hover {background-position: left -50px}
#product_comments_block_tab button.usefulness_btn:active {background-position: left -100px}

#product_comments_block_tab span.report_btn {cursor: pointer}
#product_comments_block_tab span.report_btn:hover {text-decoration:underline}

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