
.comments-top-line {
    border-top: 3px solid gray;
    margin-top: 10px;
}
comments .comments-head {
    display: flex;
    margin: 0 10px;
    justify-content: space-between;
    overflow: hidden;
    zoom: 1;
    position: relative;
}
comments .comments-head DIV {
    line-height: 30px;
    font-size: 22px;
}
comments .comments-head A {
    display: block;
    text-align: center;
    background-color: #595959;
    color: white;
    padding: 0 10px;
    line-height: 30px;
    height: 30px;
    display: inline-block;
    border-radius: 16px;
    margin-right: 10px;
    font-size: 14px;
}

@media screen and (min-width:681px) {
    comments .comments-head {
        justify-content: flex-start;
        margin: 0;
    }
    comments .comments-head DIV {
        margin-right: 20px;
    }
}

.comments-items IMG {
    margin: 0;
}
.comments-items .item {
	padding: 10px 10px;
    overflow: hidden;
    zoom: 1;
    border-bottom: 1px solid #eeeeee;
}
.comments-items .item.highlight {
	background-color: #f3f3f3;
    border-bottom: 2px solid #ffffff;
}
.comments-items .item .ava {
	width: 44px;
	margin-right: 10px;
	float: left;
}
.comments-items .item .ava IMG {
	width: 44px;
	height: 44px;
    border-radius: 10px;
}
.comments-items .item .details {
    overflow: hidden;
    zoom: 1;
}
.comments-items .item .head {
    margin-bottom: 3px;
    white-space: nowrap;
	font-size: 13px;
	color: #C0C0C0;
}
.comments-items .item .head A:first-child {
    font-weight: bold;
    margin-right: 10px;
}
.comments-items .item .text {
	font-size: 15px;
    margin-bottom: 2px;
    line-height: 1.5em;
}

.comments-items .item blockquote {
    border-radius: 5px;
    border: 1px solid #e0e0e0;
    background-color: #f4f4f4;
    padding: 5px;
    margin: 0 0 3px 0;
    font-size: 13px;
    display: inline-block;
    cursor: pointer;
}
.comments-items .item.highlight blockquote {
    background-color: white;
    border: 0;
}

.comments-items .item .batmans {
    font-size: 11px;
    margin-top: 5px;
	color: Silver;
}
.comments-items .item .batmans A {
    color: silver;
}
.comments-items .new .batmans, .comments-items .new .batmans A {
    color: gray;
}
.comments-items .item .reply {
	font-size: 10px;
	margin: 5px 0 0 0;
    white-space: nowrap;
    position: relative;
}
.comments-items .item .reply A {
	margin-right: 10px;
	line-height: 16px;
}
.comments-items .item .reply A.s {
	color: Gray;
}
.comments-items .item .reply A.like {
	color: Gray;
	padding: 0 3px 0 17px;
	background-image: url(/templates/img/likel.gif);
	background-position: left;
	background-repeat: no-repeat;
	font-weight: bold;
}
.comments-items .item .reply A.like_selected {
	padding: 0 3px 0 17px;
	color: #44a235;
	background-image: url(/templates/img/like.gif);
	background-position: left;
	background-repeat: no-repeat;
	font-weight: bold;
}
.comments-items .item .reply A.like:HOVER {
	color: #44a235;
	background-image: url(/templates/img/like.gif);
}
.comments-items .item .reply A.dislike {
	color: Gray;
	padding: 0 3px 0 17px;
	background-image: url(/templates/img/dislikel.gif);
	background-position: left;
	background-repeat: no-repeat;
	font-weight: bold;
}
.comments-items .item .reply A.dislike_selected {
	padding: 0 3px 0 17px;
	color: #a23535;
	background-image: url(/templates/img/dislike.gif);
	background-position: left;
	background-repeat: no-repeat;
	font-weight: bold;
}
.comments-items .item .reply A.dislike:HOVER {
	color: #a23535;
	background-image: url(/templates/img/dislike.gif);
}
.comments-items .item .reply A.batman {
	color: Gray;
	padding: 0 3px 0 17px;
	background-image: url(/templates/4.0/img/user_batmanl.png);
	background-position: left;
	background-repeat: no-repeat;
}
.comments-items .item .reply A.batman_selected {
	padding: 0 3px 0 17px;
	color: black;
	background-image: url(/templates/4.0/img/user_batman.png);
	background-position: left;
	background-repeat: no-repeat;
}
.comments-items .item .reply A.batman:HOVER {
	color: black;
	background-image: url(/templates/4.0/img/user_batman.png);
}
.comments-items .item .reply A.like:HOVER, .comments-items .item .reply A.like_selected:HOVER, .comments-items .item .reply A.dislike:HOVER, .comments-items .item .reply A.dislike_selected:HOVER {
	text-decoration: none;
}
.comments-items .item .head:after, .comments-items .item .reply:after {
    content: '';
    background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 );
    float: right;
    width: 47px;
    height: 16px;
    right: 0;
    position: absolute;
}
.comments-items .highlight .head:after, .comments-items .highlight .reply:after {
    background: -moz-linear-gradient(left,  rgba(243,243,243,0) 0%, rgba(243,243,243,1) 100%);
    background: -webkit-linear-gradient(left,  rgba(243,243,243,0) 0%,rgba(243,243,243,1) 100%);
    background: linear-gradient(to right,  rgba(243,243,243,0) 0%,rgba(243,243,243,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#f3f3f3',GradientType=1 );
}


.comments-items .addComment {
	margin-left: 34px;
}


comments {
    display: block;
    padding: 0 0;
    margin-top: 20px;
    padding-bottom: 35px;
}
comments .comments-items {
    overflow: hidden;
    zoom: 1;
    position: relative;
    margin: 0 auto;
    max-width: 960px;
    padding-bottom: 10px;
}
@media screen and (min-width:631px) and (max-width:960px) {
    comments .comments-items {
        max-width: 630px;
    }
}
@media screen and (min-width:681px) {
    comments .comments-items .item {
        padding: 10px 0;
    }
    .comments-items .item.highlight blockquote {
        margin-right: 10px;
    }
    /*
    comments .comments-items .item .text {
	   font-size: 16px;
    }
    */
}


/********************************** .comments-summary-bar */
.comments-summary-bar {
	overflow: hidden;
	zoom: 1;
    border-bottom: 1px solid #eeeeee;
    padding: 10px 0;
    color: gray;
}
.comments-summary-bar UL {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
	padding: 0;
    overflow: hidden;
	zoom: 1;
}
.comments-summary-bar .page-list LI {
	display: inline;
	float: left;
	font-size: 18px !important;
	padding: 0;
	margin: 0 10px 0 0;
    line-height: 26px;
}
.comments-summary-bar:not(.resp) .page-list LI:first-child:before {
    content: 'Комментарии: ';
}
.comments-summary-bar.resp .page-list LI:first-child:before {
    content: 'Отзывы: ';
}
.comments-summary-bar .page-list .current {
	background-color: Black;
	color: #FFF;
	padding: 2px 7px;
}
.blackSpace .comments-summary-bar .page-list .current {
	background-color: #FFF;
	color: gray;
}

.comments-summary-bar .page-list LI.subscribe, .comments-summary-bar .page-list LI.unsubscribe {
    float: right;
    cursor: pointer;
    margin-right: 0;
}
.comments-summary-bar .page-list LI.subscribe:before, .comments-summary-bar .page-list LI.unsubscribe:before {
    display: block;
    padding: 0;
    text-align: center;
    border-radius: 5px;
    color: #FFF;
    font-size: 14px;
    line-height: 26px;
    padding: 0 7px;
}
.comments-summary-bar .page-list LI.subscribe:before {
    background-color: gray;
    content: 'Подписаться';
}
.comments-summary-bar .page-list LI.unsubscribe:before {
    background-color: silver;
    content: 'Отписаться';
}

@media screen and (max-width:550px) {
    .comments-summary-bar .page-list LI:first-child:before {
        content: 'Комм:'
    }
    .comments-summary-bar .page-list LI.subscribe:before {
        content: '+';
    }
    .comments-summary-bar .page-list LI.unsubscribe:before {
        content: '-';
    }
}
@media screen and (max-width:680px) {
    .comments-summary-bar UL {
        margin-left: 10px;
        margin-right: 10px;
    }
}