/* 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;
}

div#comments_dom
{
	padding: 0 0 20px;
}
ul.comments li:not(:last-child)
{
	margin: 0 0 20px;
}
ul.comments li > div
{
	border-style: solid;
	border-width: 1px;
	border-radius: 5px;
	padding: 10px 15px 15px;
	-moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
	margin: 0 0 5px;
}
ul.comments li > span
{
	padding: 0 16px;
	font-size: 12px;
}
ul.comments li h3
{
	margin: 0 0 5px;
}
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;
}
/* comments plugin css styles end */