/* LIST */
.comments-header
{
	font-size: 18px;
	margin: 40px 0px 10px 0px;
}

.comments-header-hide,
.comments-header
{
	color: #656565;
}

.comments-nav
{
	margin: 20px 0px -10px 0px;
}

.comments-nav .pager
{
	float: left;
}

.comments-subscribe,
.comments-unsubscribed,
.comments-unsubscribe
{
	float: right;
	height: 25px;
	line-height: 25px;
}

.comments-subscribe a,
.comments-unsubscribed a,
.comments-unsubscribe a
{
	text-decoration: none;
	border-bottom: 1px dashed;
	margin-left: 5px;
}

.comments-subscribe-answers
{
	font-family: tahoma,sans-serif;
	font-size: 11px;
	height: 15px !important;
	line-height: inherit !important;
	margin-bottom: 10px;
}

.comments-subscribe-answers label,
.comments-subscribe-answers div,
.comments-subscribe-answers input
{
	display: inline !important;
	float: none !important;

}

.comments-subscribe-answers input
{
	vertical-align: -2px !important;
}

.comments-subscribe-answers input.hidden
{
	display: none !important;
}

.comments-best
{
	padding: 5px;
}

.comment-voted .full .info .vote,
.comments-best .comment .full .info .vote,
.comments-best .comment .full .info .hide,
.comments-best .comment .full .info .delete,
.comments-best .comment .reply .btn
{
	visibility: hidden;
}

.comments-best .comment .full .info .vote
{
	margin: 7px 1px 6px 6px;
}

.comments-best .comments-best-title
{
	font-size: 18px;
	margin-left: 6px;
}

.comments-best .comment .full
{
	margin-top: 10px;
}

.comment .avatar
{
	float: left;

	background-size: contain;
	background-repeat: no-repeat;

	/**
		 * Graceful degradation for browsers that suck at resizing on-the-fly (IE<9).
		 * I cant add it as conditional css in da head, so I use invalid css hack.
		 */
	background-position: center center     \9;

	height: 60px;
	width: 60px;

	margin-right: 10px;
}

.comment .avatar + .info
{
	margin-left: 64px;
}

.comment .avatar + .info .username
{
	margin-left: 0 !important;
}

.comment .full
{
	margin-top: 20px;
}

.comment .short
{
	margin-top: 10px;
}

.comment .short
{
	display: none;
}

.comment .full
{
	display: block;
}

.comment-sub .short
{
	display: block;
}

.comment-sub .full
{
	display: none;
}

.comment-child .full .info
{

}

.comment .link
{
	margin: 10px 0px 0px 0px;
}

.comment-sub .link
{
	margin: 5px 0 10px !important;
}

.comment .full .info
{
	height: 26px;
}

.comment .full .info .username
{
	font-weight: bold;
	float: left;
	margin: 6px 12px 0px 6px;
}

.comment .full .info .time, .comment .full .info .city
{
	font-size: 10px;
	border-bottom: none;

	float: left;

	margin: 8px 6px 0px 0px;
}

.comment .full .info .vote,
.comment .full .info .hide,
.comment .full .info .delete
{
	margin: 7px 6px 6px 6px;
	float: right;
}

.comment .full .info .rating
{
	font-weight: bold;
	float: right;
	margin: 6px 0px 6px 6px;
}

.comment .full .info .positive
{
	color: green;
}

.comment .full .info .positive:before
{
	content: "+";
}

.comment .full .info .negative
{
	color: red;
}

.comment .full .info .neutral
{
	color: gray;
}

.comment .full .text
{
	font-family: PT Serif, Georgia, Arial, sans-serif;
	margin: 3px 0px 0px 6px;
	padding: 0px 6px 0px 0px;
}

.comment-deleted .full .text
{
	color: gray;
}

.comment .short .username
{
	font-weight: bold;
}

.comment .short *
{
	font-size: 90%;
}

.comment .short .time
{
	border-bottom: none;
}

.comment .reply .btn
{
	text-align: right;
	margin: 10px 0 0;
	line-height: 12px;
}

.comment .link a,
.comment .reply .btn
{
	font-size: 10px;
}

.comment-deleted .full .info
{
	visibility: hidden;
}

.comment-deleted .full .info .hide
{
	visibility: visible;
}

.comment-deleted .short
{
	display: none;
}

.comment-deleted .reply .btn
{
	visibility: hidden;
}

.comment-deleted .visible
{
	display: block !important;
}

.comment_reply_form_hidden
{
	display: none;
}

.comments-not-registered
{
	font-size: 18px;
	margin: 40px 6px 40px 6px;
}

.clear
{
	clear: both;
}

/* FORM */
.comment_reply_form
{
	clear: both;
	margin-top: 15px;
}

.comments-header a
{
	text-decoration: none;
}

.comment_reply_form .hidden
{
	display: none;
}

.comment_reply_form form label, .comment_reply_form form input
{
	display: block;
	float: left;
	margin-bottom: 3px;
}

.comment_reply_form form label
{
	color: #333333;
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	padding: 3px 10px 0 5px;
}

.comment_reply_form small
{
	color: #999999;
	font-family: Verdana;
	font-size: 11px;
	display: block;
	margin-top: 10px;
}

.comment_reply_form small a
{
	color: #999999;
}

.comment_reply_form form br
{
	clear: left;
}

.comment_reply_form form input
{
	width: auto;
}

.comment_reply_form form input.anon
{
	width: 40%;
}

.comment_reply_form form input#captcha
{
	width: 150px;
}

.comment_reply_form form textarea
{
	color: #000;
	font-family: Verdana;
	font-size: 11px;
	margin: 5px 0;
	border: 1px solid #999;
	padding: 3px 0 3px 7px;
	width: 99%;
	height: 80px;
}

.comment_reply_form form .anonym_resp
{
	float: right;
	margin-left: 20px;
	padding-right: 10px;
}

.comment_reply_form form .anonym_resp label
{
	font-weight: normal;
	text-align: left;
	width: auto;
	padding: 1px;
}

.comment_reply_form form input.auth
{
	border: 0;
	padding: 1px 0 0 0;
	margin: 0 -20px 3px 3px;

	background-color: white;
	color: #666666;
	font-family: Verdana;
	font-size: 14px;

	width: 305px;
}

.comment_reply_form form input.anon,
.comment_reply_form form input#captcha
{
	color: #000;
	font-family: Verdana;
	font-size: 11px;
	margin: 0;
	border: 1px solid #999;
	padding: 3px 0 3px 7px;
	width: 180px;
}

.comment_reply_form form input.submit
{
	margin: 15px 10px 10px 0px;
}

.comment_reply_form form input#anonymous
{
	width: 20px;
}

/** LAST COMMENT **/

.comment-last-comment > .comments-title
{
	font-weight: bold;
}

.comments_social_login_buttons
{
	float: right;
	margin: 5px 0px 6px 0;
}

.comments_social_login_buttons a
{
	display: inline-block;
	width: 17px;
	height: 17px;
}

.comments_social_login_buttons a.passport-login
{
	width: auto;
	font-size: 13px;
	text-decoration: underline;
	color: #000;
	margin: 0px 10px;
}

.comments_social_login_buttons a.passport-login:hover
{
	color: #CA0000;
}

.comment_user_label
{
	display: block;
	float: left;
	width: 17px;
	height: 17px;
	margin: 4px 3px 0px 0px;
}

.comments_social_login_buttons a.yandex, .comment_user_label.yandex
{
	background: url("http://i.sdska.ru/_img/comments/default/social-ico-2.png?force_cache=1") no-repeat 0 0
}

.comments_social_login_buttons a.vkontakte, .comment_user_label.vkontakte
{
	background: url("http://i.sdska.ru/_img/comments/default/social-ico-2.png?force_cache=1") no-repeat -17px 0
}

.comments_social_login_buttons a.mailru, .comment_user_label.mailru
{
	background: url("http://i.sdska.ru/_img/comments/default/social-ico-2.png?force_cache=1") no-repeat -34px 0
}

.comments_social_login_buttons a.twitter, .comment_user_label.twitter
{
	background: url("http://i.sdska.ru/_img/comments/default/social-ico-2.png?force_cache=1") no-repeat -51px 0
}

.comments_social_login_buttons a.facebook, .comment_user_label.facebook
{
	background: url("http://i.sdska.ru/_img/comments/default/social-ico-2.png?force_cache=1") no-repeat -68px 0
}

.comment_reply_form form input.comments_social_checkbox
{
	width: 20px;
}

.comments-header-hide,
.comments-header,
.comments-header a
{
	font-family: PT Serif, Georgia, Arial, sans-serif;
	font-size: 18px;
	margin: 40px 0 10px 0;
}

.comments_social_login_buttons
{
	margin: 2px 0 6px;
}

.passport-login_buttons
{
	padding-right: 5px;
}

.pager .current, .pager .page, .pager
{
	font-size: 13px;
	font-family: Times New Roman !important;
	color: #000;
}

.pager .current
{
	background: #efefef;
	border: 1px solid #cdcdcd;
}

a.subscribe_link
{
	color: #FFFFFF;
	font-family: Arial;
	font-size: 10px;
	border-bottom: none !important;
	background: #ccc;
	display: inline-block;
	padding: 0 15px;
	font-weight: 700;
}

.comments-list
{
	position: relative;
}

.comments-unsubscribe,
.comments-unsubscribed,
.comments-subscribe
{
	position: absolute;
	left: 0;
	top: -44px
}

.subscribe_link
{
	background: #ccc;
	color: #fff;
	font-size: 12px;
}

.comments-subscribe input[type='text']
{
	margin-right: 5px;
	padding: 2px 0 3px;
}

/* comment_form  */
.formholder {
	position: relative;
}

.formholder.root {
	margin-top: 0;
}

.comment_reply_form form input.auth {
	color: #333;
	font-size: 12px;
	font-weight: bold;
	margin: 2px 5px;
}

.subscribe_form_block {
	float: left;
}

.subscribe_form_block,
.subscribe_form_block label {
	font-size: 11px !important;
	color: #666 !important;
}

.subscribe_title_block {
	display: inline-block;
	width: 70px;
}
/* comment_form  */