div.comments_title {
    font-weight: bold;
    margin-top: 10px;
    padding-top: 5px;
    padding-bottom: 10px;
    border-top: 1px solid #999;
}

div.comment_nocomment {
    padding-bottom: 5px;
}

div.comment_container {
    margin-bottom: 15px;
    overflow: hidden;
    border-bottom: 1px solid #aa8;
    background-color: #ddb;
    padding: 2px;
    _height: 1%;
}

div.comment_text {
}

div.comment_author {
    padding-top: 10px;
}

div.comment_author_registered {
    padding-top: 10px;
    padding-left: 15px;
    background: url(../images/community/user_icon.gif) no-repeat 0px 11px;
    overflow: hidden;
}

div.comment_author_registered_left {
    float: left;
}

div.comment_author_registered_right {
    float: right;
}

div.comment_list_item {
    background: #dddddd url(../images/comments.gif) no-repeat;
    padding: 2px;
    padding-left: 30px;
    border: 1px solid #bbb;
    margin-bottom: 5px;
}

div.comment_list_item_self {
    background: #dddddd url(../images/comments_self.gif) no-repeat;
    padding: 2px;
    padding-left: 30px;
    border: 1px solid #bbb;
    margin-bottom: 5px;
}

div.comment_list_history {
    padding: 2px;
    padding-left: 10px;
}

div.comment_list_history div {
    background-color: #cccccc;
}

div.comments_form {
    border-bottom: 1px solid #aa8;
    background-color: #ddb;
		padding: 2px;
}

div.comment_list_history_self div {
    background-color: #cccccc;
}
