﻿.commentsBlock {

    padding-right: 5px;
}

    .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:#1b9dc7;
		cursor: pointer;
		display: inline-block;
    }

        .commentsBlock .sendComment span {
          color:#fff !important;
        }

    .commentsBlock textarea {
        width: 97%;
        max-width:97%;
        height: 20px;
        padding:5px;
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
        margin-bottom: 10px;
        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: 5px 0px;
        margin: 0px 20px;
        border-bottom: #e6e5e5 solid 1px;
    }

        .comments .comment .commentContent .avatar {
            margin-right: 10px;
            float: left;
        }

            .comments .comment .commentContent .avatar img {
                height: 40px;
            }

            .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 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 {
        border: none;
    }

    .comments .comment .contentBlockComment {
        padding: 0;
        border: none;
        margin-top: 5px;
    }

    .comments .comment .reply_comments {
        margin-top: 10px;
    }

        .comments .comment .reply_comments .comment {
            padding: 5px 20px 5px 20px;
            margin-bottom: 0px;
            border-top: 1px solid #eee;
            border-bottom-width: 0px;
            background: transparent url('common/images/comment.gif') no-repeat 0px 10px;
        }

.commentsBlock .clearFix {
    clear: both;
}
