/* YarLand v.4. */
.tabs #comments_body dt, .tabs #comments_body dd {
    border: 0;
    background: none;
    float: none;
    position: static;
    display: inherit;
}
.comments_list dl {
    margin-left: 3em;
}
#comments_body {
    max-width: 700px;
}
.comment_header, .my_comment_header  {
    background: #f6f7ef;
    font-size: 8pt;
    height: 24px;
    line-height: 24px;
    margin: 4px;
    padding: 1px;
}
.my_comment_header {
    background: #eff4f8;
}
.comment_avatar  {
    float: left;
    margin-right: 5px;
}
.comment_body {
    font-size: 10pt;
    margin: 1em 5px 2em;
    max-width: 600px;
}

.comment_answer, .comment_moder_del, .comment_moder_undel {
    color: #0845a0;
    cursor: pointer;
    border-bottom: 1px dotted;
    font-size: 9pt;
}
.answer_form {width:60%;text-align: center;}

.comment_vote {
    float: right;
    height: 24px;
    line-height: 24px;
    margin-right: 10px;
    text-align: right;
    width: 90px;
}
.comment_karma_plus_b, .comment_karma_min_b {
    cursor: pointer;
}
.comment_vote img {
    line-height: 24px;
    margin: 0 2px;
    vertical-align: middle;
}
.comment_vote i {
    font-style: normal;
    font-size: 8pt;
    font-weight: bold;
    line-height: 24px;
    margin-left: 10px;
}
.comment_vote i.min {
    color: #da0000;
}
.comment_vote i.plus {
    color: #3BBA3B;
}
.comment_vote i.null {
    color: #999;
}

#comment_form {
    font-size: 9pt;
    margin: 5px auto;
    width: 75%;
}

/*//TODO: New
*/
.cm_text {
    border: 1px solid #b6b6b6;
    height: auto;
    min-height: 90px;
    margin-bottom: 7px;
}
.cm_submit {
    text-align: center;
    padding: 4px 14px;
    color:#393939;
background: #D4D0C8;
border-bottom: 1px solid gray;
border-left: 1px solid white;
border-right: 1px solid gray;
border-top: 1px solid white;
text-shadow:1px 1px #ddd;
cursor: pointer;
text-transform: lowercase;
}
.cm_submit:hover{
background: #dbd8d1;

}
