/* comments plugin css styles */
.comment_star,
.comment_star_active {
	width: 16px;
	height: 17px;
	display: inline-block;
	background: url('stars.png') 0 -17px no-repeat;
	cursor: pointer;
}
.comment_star_active {
	background-position: 0 0;
}
.comment_star_small {
	background: url('stars.png') 0 -35px no-repeat;
	width: 13px;
	height: 13px;
	display: inline-block;
	margin: 0 0 0 1px;
}

ul.comments span.comment_star_small:first-child {
	margin-left: 15px;
}

div#comments_dom {
	padding-bottom: 30px;
}
ul.comments li:not(:last-child) {
	margin: 0 0 20px;
}
ul.comments li > div {
	border-style: solid;
	border-width: 1px;
	margin: 0 0 5px;
	position: relative;
	padding: 10px 15px;
}
ul.comments li > span > span {
	display: inline-block;	
}
ul.comments li > span {
	padding: 0 0 0 40px;
}
ul.comments li h3 {
	margin: 0 0 5px;
	font-size: 1.063em;
}
ul.comments_block li:not(:last-child) {
	padding: 0 0 15px;
}
ul.comments_block li div.dark {
	padding: 4px 0 0;
}
span.comments_icon {
	 padding: 0 2px 0 21px;
}
ul.comments li > div:before {
	content: '';
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 15px 0 0 15px;
	border-color: transparent transparent transparent white;
	background-color: inherit;
	position: absolute;
	bottom: -15px;
	left: 17px;
}

#comment_paging > li > span {
	line-height: 37px;
}

body[dir=rtl] ul.comments span.comment_star_small:first-child {
	margin-left: 0;
	margin-right: 15px;
}
body[dir=rtl] ul.comments li > span {
	padding: 0 40px 0 0;
}
body[dir=rtl] ul.comments li > div:before {
	left: auto;
	right: 17px;
	border-width: 0 0 15px 15px;
	border-color: transparent transparent white transparent;
}
/* comments plugin css styles end */