
.b-commented-entity {
	background: #f2f4f4 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAA7CAIAAAA1lncVAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAEBJREFUeNp0jlEKACAIQ4f3P3KyJIxarA9B3nRbjMwAIEPunYYpR3EaztbUm1+uPseLV4507J+3+8owvO6nAAMA8tgfUaaO0q4AAAAASUVORK5CYII=) repeat-x;
	background: -moz-linear-gradient(100% 100% 90deg, #f2f4f4, #fcfdfd);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#fcfdfd), to(#f2f4f4));
	border-bottom: 1px #dbdcde solid;
	line-height: 1.4;
	min-height: 43px;
	padding: 8px 36px 8px 56px;
	position: relative;
}
.b-commented-entity i.i-title {
	background: url("../img/menu-icons.png") -930px 0;
	height: 30px;
	left: 14px;
	margin-top: -15px;
	overflow: hidden;
	position: absolute;
	top: 50%;
	width: 30px;
}
.b-commented-entity i.i-close {
	background: url("../img/icons.png") -92px -23px;
	cursor: pointer;
	height: 16px;
	margin-top: -8px;
	overflow: hidden;
	position: absolute;
	right: 10px;
	top: 50%;
	width: 16px;
}
.b-commented-entity h2 {
	font-size: 1.33em;
	font-weight: normal;
	padding-bottom: 2px;
}
.b-commented-entity h4 {
	color: #4d5462;
	font-size: .8em;
	font-weight: normal;
}
.b-comments li {
	border-top: 1px #e2e1e1 solid;
}
	.b-comments>ul:first-child>li:first-child {
		border: none;
	}
.b-comments .message {
	padding: 20px 10px;
	position: relative;
}
.b-comments .message-header {
	padding-bottom: 10px;
	position: relative;
}
.b-comments .i-reply {
	background: url("../img/sprite-icons16.png") -496px 0;
	height: 16px;
	left: -22px;
	overflow: hidden;
	position: absolute;
	top: 2px;
	width: 16px;
}
.b-comments .message-header ul {
	position: relative;
}
.b-comments .message-header li {
	border: none;
	float: left;
	line-height: 1.4;
	margin-right: 10px;
}
.b-comments .user,
.b-comments .user a {
	color: #2d3038;
	font-weight: bold;
	text-decoration: none;
}
.b-comments .fav {
	padding-top: .35em;
}
.b-comments .s-fb {
	background: url("../img/icons.png") -32px -39px;
	cursor: pointer;
	display: block;
	height: 10px;
	overflow: hidden;
	width: 10px;
}
	.b-comments .saved .s-fb {
		background-position: -32px -49px;
	}
.b-comments .date {
	color: #878a93;
	font-size: .8em;
	margin-top: .25em;
	padding-right: 70px;
	white-space: nowrap;
}
.b-comments .rating {
	color: #abadb3;
	float: none;
	font-size: .8em;
	font-weight: bold;
	margin: 0;
	padding-left: 10px;
	position: absolute;
	right: 0;
	top: .25em;
}
	.b-comments .rating.positive {
		color: #649600;
	}
	.b-comments .rating.negative {
		color: #c1272d;
	}
.b-comments .rating li {
	float: left;
	margin: 0 0 0 10px;
}
.b-comments .rate {
	cursor: pointer;
	height: 10px;
	position: relative;
	width: 10px;
}
.b-comments .rate-up,
.b-comments .rate-down {
	background: #abadb3;
	height: 8px;
	position: absolute;
	left: 50%;
	margin-left: -1px;
	width: 2px;
}
	.b-comments .rate-up {
		right: 26px;
		top: 5px;
	}
	.b-comments .rate-down {
		right: 6px;
		top: 1px;
	}
	.b-comments .rate-up:hover,
	.b-comments .voted-positive .rate-up {
		background: #649600;
	}
	.b-comments .rate-down:hover,
	.b-comments .voted-negative .rate-down {
		background: #c1272d;
	}
.b-comments .arrow {
	border-style: solid;
	border-width: 6px;
	font-size: 0;
	height: 0;
	left: 50%;
	line-height: 0;
	margin-left: -6px;
	position: absolute;
	width: 0;
}
	.b-comments .rate-up .arrow {
		border-color: transparent transparent #abadb3 transparent;
		top: -10px;
	}
	.b-comments .rate-down .arrow {
		border-color: #abadb3 transparent transparent transparent;
		bottom: -10px;
	}
	.b-comments .rate-up:hover .arrow,
	.b-comments .voted-positive .rate-up .arrow {
		border-color: transparent transparent #649600 transparent;
	}
	.b-comments .rate-down:hover .arrow,
	.b-comments .voted-negative .rate-down .arrow {
		border-color: #c1272d transparent transparent transparent;
	}
.b-comments .message-text {
	position: relative;
}
.b-comments .message-text p,
.b-comments textarea {
	font-size: .8em;
	line-height: 1.66;
}
.b-comments .message-text p {
	color: #4d5462;
	white-space: pre-wrap;
	word-wrap: break-word;
}
.b-comments .message-text .negative-1 {
	color: #686d7a;
}
.b-comments .message-text .negative-2 {
	color: #838791;
}
.b-comments .message-text .negative-3 {
	color: #9da1a9;
}
.b-comments .message-text .negative-4 {
	color: #bfbaba;
}
.b-comments .message-text .negative-5 {
	color: #d3d4d8;
}
.b-comments .add {
	font-size: .8em;
	padding-top: 10px;
}
.b-comments a {
	color: #0085bc;
}
.b-comments .add a, .b-comments a.show-all, .b-commented-entity .b-back_link{
	color: #0098ca;
	text-decoration: none;
}
.b-commented-entity .b-back_link {
	cursor: pointer;
}
.b-comments li li .message {
	padding-left: 30px;
}
.b-comments li li li .message {
	padding-left: 50px;
}
.b-comments li li li li .message {
	padding-left: 70px;
}
.b-comments li li li li li .message {
	padding-left: 90px;
}
.b-comments li li li li li li .message {
	padding-left: 110px;
}
.b-comments .form .login {
	background: #e3ecf9;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #4d5462;
	font-size: .8em;
	margin-bottom: 10px;
	padding: 20px;
	position: relative;
}
.b-comments .b-socialize-login {
	float:left;
}
.b-login-text {
	float:left;
	line-height:1.8em;
}
.b-comments .comment form {
	padding-top: 20px;
}
.b-comments .comment form .message-text {
	padding-left: 20px;
}
.b-comments form .message-text h4 {
	line-height: 1.4;
	padding-bottom: 10px;
	position: relative;
}
.b-comments form .message-text__i {
	background: #fff;
	border: 1px #6d6d6d solid;
	border-radius: 5px;
	padding: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.b-comments textarea {
	border: 0;
	color: #2d3038;
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	min-height: 70px;
	resize: none;
	width: 100%;
}
.b-comments .message-submit {
	margin-top: 10px;
}
.b-comments .message-submit .b-button-container {
	float: right;
	margin-left: 6px;
}
#main_comment_form .message-text h4,
#main_comment_form .message-submit #cancel_button {
	display: none;
}
.b-comments-list_side li {
	border-top: 1px #b7bac1 solid;
	line-height: 1.66;
}
	.b-comments-list_side li:first-child {
		border-top: none;
	}
	.b-comments-list_side li.act {
		background: #2984fd url("../img/article-header-bg-hl.png") repeat-x;
	}
.b-comments-list_side .count {
	float: right;
	padding-left: 22px;
	position: relative;
}
.b-comments-list_side .count i {
	background: url(../img/icons.png) -76px -39px;
	height: 16px;
	left: 0;
	margin-top: -8px;
	overflow: hidden;
	position: absolute;
	top: 50%;
	width: 16px;
}
.b-comments-list_side .new {
	color: #649600;
}
.b-comments-list_side a {
	color: #2d3038;
	display: block;
	font-size: .8em;
	padding: 6px 10px;
	position: relative;
	text-decoration: none;
}
.b-comments-list_side h4,
.b-comments-list_side p {
	display: block;
	overflow: hidden;
}
.b-comments-list_side .act .count,
.b-comments-list_side .act .new,
.b-comments-list_side .act a {
	color: #fff;
}
.b-message-text {
	font:.9375em Arial, Helvetica, sans-serif;
	line-height: 1.66em;
}
