.comments {
    padding-right: 10px;	/*background-color: #DCDBD3;*/
}

.mod_comment_box {
    padding-left: 40px;
}

.mod_comment_header {
    border-top: #000000 groove thin; 
    border-bottom: #000000 groove thin;

    /*padding-right: 10px;*/
    /*padding-left: 10px;*/
    /*background-color: #999999;*/
}
.mod_comment_author{
    padding-left: 10px;
}
.mod_comment_icons {
    padding-left: 10px;
}
.mod_comment_text {
    padding-left: 40px;
    padding-bottom: 10px;
    padding-top: 5px;
    padding-right: 15px;
}


.mod_comment_ans_box {
    padding-left: 10px;
}


#ct_menu {
    /*background-color: #666666;*/
    text-align: center;
    border-bottom:#000000 groove thin;
    width:80%;
    margin-left:10%;
}

#ct_menu h6 {
    color: #000;
    padding-top: 5px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 5px;
    border-bottom:#000000 groove thin;
    /*background-color: #333333;*/
}

#ct_menu a:hover, .mod_comment_author a:hover {
    color: #FF0000;
    text-decoration: none;
}
#ct_menu a, .mod_comment_author a {
    text-decoration: none;
    color: #000;
}

#ct_ipane {
    width:100%;
    /*border-top-width: thin;
	border-top-style: groove;
	border-top-color: #000000;*/
}

#ct_columns {
    overflow: hidden;
}
#ct_l20 {
    float: left;
    width: 20%;
}
#ct_r80 {
    float: left;
    width: 80%;
}

/*My */
.comment_form #l_Text {
    width: 472px;
    height: 120px;
    background: url(../images/comment/comment_background.png) 0 0 no-repeat;
    border: none;
    padding: 15px;
    resize: none;
}

.comment_form input.btn {
    background: url(../images/comment/add_comment_button.png) 0 0 repeat-x;
    height: 21px;
    cursor: pointer;
}

.comment_form_right td {
    padding: 5px;
}

.comment {
    width: 100%;
    border-bottom: 1px solid #bbb;
    clear: both;
    padding-bottom: 15px;
}

.comment table {
    width: 100%;
}

.comment table .comment_avatar {
    padding: 10px 10px 0 0;
    text-align: center;
    width: 74px;
}
.comment table .comment_body {
    padding: 10px 5px 0 0;
}

.comment table .comment_body .comment_author {
    color: red;
}

.comment table .comment_body .comment_datetime {
    color: gray;
    margin-bottom: 10px;
}



