#pb-left-column #product_comments_block_extra {
  clear: both;
}

#comments-header {
  margin-top: 20px;
}

#comments-header h4 {
  font-size: 18px;
}

#comments-header .star_content {
  font-weight: normal;
  color: #000;
  display: inline-block; 
  width:200px; 
  text-align: right;
}

#comments-header .average {
  font-size: 40px;
  font-weight: bold;
  color: #86a6cf;
  margin-left: 10px;
  line-height: 40px;
  margin-top:-10px;
}

#comments-header .average span {
   
  color: #12539d;
}

#product_comments_block_extra {
	padding:10px 0 0 0;
}
	
#product_comments_block_extra a {
	text-decoration: none;

}

a.open-comment-form {
  font-weight: normal; 
}

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


#product_comments_block_extra .comments_note {
	margin-bottom:5px;
	border-top: 1px solid #ccc;
}

#more_info_block #product_comments_block_extra .comments_note {margin-top:-15px; float: right}
#product_comments_block_extra .comments_note span,
#product_comments_block_extra .star_content {float:left}
#product_comments_block_extra .star_content {padding-top: 15px;}

#product_comments_block_extra .comments_advices {clear:both;}

/* pop-in add grade/advice ********************************************************************* */
#fancybox-wrap { width:585px }
#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 .intro_form {
	padding-bottom: 10px;
	font-weight: bold;
	font-size: 12px
}

#new_comment_form label {
	display: block;
	margin:12px 0 4px 0;
	font-weight: bold;
	font-size: 12px;
}
#new_comment_form input {
	width: 100%;
}
#new_comment_form textarea {
	height: 80px;
	width: 100%;
}

#new_comment_form .submit {
	margin-top:20px;
	padding:0;
	font-size:13px;
	text-align:right
}


#new_comment_form #criterions_list {
	list-style-type: none;
}

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

#new_comment_form #criterions_list label {
	display: inline;
}

#new_comment_form #criterions_list .star_content {
	display: inline;
}

#new_comment_form #criterions_list .star_content .cancel {
	display: inline-block;
  background: none!important;
  overflow:visible;
  float: none;
}
#new_comment_form #criterions_list .star_content .cancel a{
  margin-top:2px;
}
#new_comment_form #new_comment_form_footer {
	margin-top: 20px;
	font-size: 12px;
}

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

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

#product_comments_block_tab div.comment.comment_head {
  font-weight: bold;
  color: #000;
}

#product_comments_block_tab div.comment div.comment_author {
	float: left;
	padding-right:25px;
	width: 150px;/* 165 */
	line-height:18px
}

#product_comments_block_tab div.star_content {
  font-weight: normal;
  color: #000;
  height: auto;
}

#product_comments_block_tab div.comment div.comment_date {
	position: absolute;
	right: 20px;
	width: 100px;
	line-height:18px;
  text-align: right;
}

#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 .comment_author_infos {clear:both}
#product_comments_block_tab .comment_author_infos em {color:#999}

#product_comments_block_tab div.comment div.comment_details {
	float: left;
	overflow:hidden;
	margin-right: 120px;
  max-width: 620px;
}
#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 {
	margin-right: 20px;
  color: #12539d;
  font-size: 12px;
	float: left;
}

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

#product_comments_block_tab button.usefulness_btn {
	cursor: pointer;
	display: inline;
	border: none;
	color: #12539d;
	font-weight: normal;
	background: none;
}

#product_comments_block_tab .comment_body {
  max-height: 400px;
  overflow-y: auto;
}
#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; }


.comment_buttons {
  line-height: 20px;
}

#new_comment_tab_btn {
  padding-right: 0px;
}

#comment_scroll {
  float:right;
}

@media (max-width: 768px) {
	#comment_scroll{
  display:none;
}
 }

 /* ************************************************************************************************
		Custom Styles
************************************************************************************************ */

/* Produktbewertungen auf Artikeldetailseite */

@media (max-width: 480px) {
	#product_comments_block_tab div.comment div.comment_details {
    float: left;
    overflow: hidden;
    max-width: 100%;
	margin-right: 0px;
}

#product_comments_block_tab div.comment_details p {
    padding-bottom: 15px;
    text-align: left;
	float:left;
}

#product_comments_block_tab div.comment div.comment_date {
    position: absolute;
    right: 0px;
    width: 100px;
    line-height: 18px;
    text-align: right;
}

#product_comments_block_tab div.comment {
    margin: 0px 0px 0px 0px;
    padding: 15px 0px 5px 0px;
    border-bottom: 1px solid #ccc;
    position: relative;
}

#product_comments_block_tab div.comment div.comment_author {
    float: left;
    padding-right: 0px;
    width: 100%;
    line-height: 18px;
}

#product_comments_block_tab .comment_author_infos {
    clear: both;
    padding: 15px 0px 15px 0px;
}
}
