.commentsBlock {
	margin-top:10px;
}

    .commentsBlock form {
        margin-top: 10px;
        margin-bottom: 5px;
    }

    .commentsBlock ul {
        list-style: none;
        margin: 0 0;
        padding: 0;
    }

    .commentsBlock .comment .commentText {
        word-wrap: break-word;

        white-space: normal;
        white-space: -normal;
        white-space: -moz-normal;
        white-space: -o-normal;
        margin: 5px 0 10px 0;
    }

    .commentsBlock .newComment {
        padding: 2px;
    }

    .commentsBlock .heading {
        border-bottom: 1px solid #dcdcdc;
    }

        .commentsBlock .heading h4 {
            float: left;
            color: #888;
            margin: 0 5px 5px 0;
            float: left;
        }

        .commentsBlock .heading .loadingIndicator {
            background: transparent url('common/images/486.gif') no-repeat;
            height: 39px;
            width: 50px;
            float: left;
            display: none;
        }

    .commentsBlock .sendComment {

        border: 1px solid rgba(21, 125, 158, .2);
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		color: #fff;
		font-weight: 500;
		font-size: 16px;
		padding:5px;
		text-decoration:none !important;
		padding-right:20px;
		padding-left:20px;
		background:#d50000;
		cursor: pointer;
		display: block;
		margin-bottom: 10px;
    }

        .commentsBlock .sendComment span {
          color:#fff !important;
        }

    .commentsBlock textarea {
        width:588px;
        padding:5px;
        font: 14px Arial, tahoma, sans-serif;
        margin-bottom: 5px;
        height: 40px;
        outline:none;
        -moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		border:1px solid #e6e5e5;
    }

.comments {
    overflow-x: hidden;
    overflow-y: auto;
    list-style: none;
}

    .comments .comment {
        padding: 10px;
        margin-bottom:10px;
        border-bottom:1px solid #222;
        background: #111;
        position:relative;
    }
    .comments .comment .comment {
    	padding:10px;
    }

    .comments .comment a.delete {
    	width:15px;
		height:15px;
		position:absolute;
		right:5px;
		top:5px;
		background:transparent url('images/ico-close.png') no-repeat 0 0;
		background-size:100% 100%;
		text-indent:-20000px;
    }
    .comments .comment a.ban {
    	width:16px;
		height:16px;
		position:absolute;
		right:30px;
		top:4px;
		background:transparent url('images/ico-ban.png') no-repeat 0 0;
		background-size:100% 100%;
		text-indent:-20000px;
    }
        .comments .comment .commentContent .avatar {
            margin-right: 10px;
            float: left;
        }

            .comments .comment .commentContent .avatar img {
                height: 40px;
                border: 1px solid #505050;
				border-radius: 3px;
            }

            .comments .comment .commentContent .avatar .defaultAvatar {
                background-image: url("common/images/userDefaultImage.png");
                background-repeat: no-repeat;
                height: 40px;
                width: 40px;
            }

            .comments .comment .commentContent .content.avatarPadding {
                padding-left: 40px;
            }

        .comments .comment .info {
            font-size: 13px;
            color: #505050;
            margin: 0 0;
        }

            .comments .comment .info .author {
                font-weight: bold;
                font-size: 12px;
            }
             .comments .comment .info .author a {
             	 font-size: 13px;
             	 font-weight: bold;
          	     color: #505050;
          	     text-decoration:none;
          	     margin:0px;
             }
			.comments .comment .info .rate {
			 	font-size:18px;
			 	margin-left:3px;
			 	margin-right:3px;
			 	cursor:pointer;
			}
			.comments .comment .info .points  {
				font-size:14px;
				margin-left:5px;
				margin-right:5px;
				display:inline-block;
			}
			.comments .comment .info .points {
				color:#ff9600;
			}
			.comments .comment .info .minus  {
				color:#de2127;
			}
			.comments .comment .info .plus  {
				color:#46a500;
			}
			.comments .comment .info .rate.minus  {
				position: relative;
				top: -1px;
			}
            .comments .comment .info time {
                font-size: 10px;
                color: #666666;
                line-height: 20px;
                font-weight:normal;
                height: 20px;
                margin-right: 5px;
            }

            .comments .comment .info a {
                margin-left: 5px;
            }

    .comments li:last-child {

    }
    .replay {
    	font-size:12px;
    	display:block;
    	margin-left:10px;
    }

    .comments .comment .contentBlockComment {
        padding: 0;
        border: none;
        margin-top: 5px;
    }

    .comments .comment .reply_comments {
        margin-top: 10px;
    }

        .comments .comment .reply_comments .comment {

            margin-bottom: 0px;
            border-top: 1px solid #222;
            border-bottom-width: 0px;
            background: transparent url('common/images/comment.gif') no-repeat 0px 10px;
        }

.commentsBlock .clearFix {
    clear: both;
}
