/* comments list */
.commentList {
    margin: 12px 0px;
    padding: 0;
    border-style: solid;    
    border-color: #E0E0E0;    
    border-width: 1px 1px 0 1px;
}
.commentList .commentBlock {
    margin: 0;
    padding: 10px;
    list-style: none;
    border-bottom: 1px solid #EEE8E1; 
}
.commentList .commentBlock .commentHeader {
  
}

.commentList .commentBlock .commentHeader .commentInfo {
    width:50%;
    float:left; 
    padding: 5px 0px 0px 5px;     
}

.commentList .commentBlock .commentHeader .commentInfo .avatar {
    float: left;
    margin-right: 10px;
    border:1px solid #acacac;    
}
.commentList .commentBlock .commentData {
    clear: both;
    margin: 0; padding: 0;
}
.commentList .alt {
    background: #F0F0F0; 
}

.commentList .commentBlock .commentText {
    padding:7px 0px 0px 0px;
}

.commentBlock .commentsVote {
    float:right;
}

.commentBlock .commentsVote .votesSumm {
    float:left;
    margin-right: 5px;
    color:green;
    font-weight: bold; 
}

.commentBlock .commentsVote .voteButtons {
    float:left; 
}

.commentBlock .commentsVote .voteButtons .plus {
    display: block;
    background-image: url(../images/icons/icons_vote_comments_4modes.png);
    background-repeat: no-repeat;
    background-position: -13px 0px;
    width:13px;
    height:13px;
    float:left;
    margin-right: 3px;
}

.commentBlock .commentsVote .voteButtons .minus {
    display: block;
    background-image: url(../images/icons/icons_vote_comments_4modes.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    width:13px;
    height:13px;
    float:left; 
}

.commentBlock .commentsVote .voteButtons .plus:hover {
    background-position: -13px -13px;    
}

.commentBlock .commentsVote .voteButtons .minus:hover {
    background-position: 0px -13px;    
}

.commentBlock .commentsVote .voteButtons .plusInactive, .commentBlock .vote .voteButtons .plusInactive:hover {
    background-position: -13px -39px;    
}

.commentBlock .commentsVote .voteButtons .minusInactive, .commentBlock .vote .voteButtons .minusInactive:hover {
    background-position: 0px -39px;    
}

.commentBlock .commentsVote .voteButtons .plusVoted, .commentBlock .vote .voteButtons .plusVoted:hover {
    background-position: -13px -26px;    
}

.commentBlock .commentsVote .voteButtons .minusVoted, .commentBlock .vote .voteButtons .minusVoted:hover {
    background-position: 0px -26px;    
}