.comments-panel {
    margin: 0 0 5px 0;
}
    .comments-panel .spam {
        display: none;
        position: relative;
    }
    .comments-panel .show-btn span, .comments-panel .hide-btn span {
        display: block;
        float: left;
        padding-top: 1px;
        width: 16px;
        height: 15px;
        margin-right: 3px;
    }
        .comments-panel .show-btn span {background: url(http://i.kefche.net/ico/ic/16x16/arrow_down.png) no-repeat top left;}
        .comments-panel .hide-btn span {background: url(http://i.kefche.net/ico/ic/16x16/arrow_up.png) no-repeat top left;}
    .comments-panel .spam-comment {
        position: relative;
        background: #FFFBCF;
        color: black;
        padding: 3px;
        border: 1px solid #DFBE29;
        margin-bottom: 3px;
    }
        .comments-panel .spam-comment .show-hide {
            position: absolute;
            right: 3px;
            top: 2px;
        }

    .comments-form {
        position: relative;
        -moz-border-radius:4px;
        background-color:#F5F5F5;
        background-image:url(http://i.kefche.com/bg/28f68ee8db30.png);
        border:1px solid #CCCCCC;
        margin-bottom:5px;
        padding:5px;
    }
    
    #comment_ta, .comment_ta {
        width: 550px;
        height: 60px;
    }
        .user-panel #comment_ta, .user-panel .comment_ta { width: 675px; }
        .user-panel .right #comment_ta,
        .user-panel .right .comment_ta { width: 732px;}
            .user-panel .right .right #comment_ta,
            .user-panel .right .right .comment_ta { width: 620px;}
        
        
        .photos-item .left #comment_ta, .photos-item .left .comment_ta,
        .video-item .left #comment_ta, .video-item .left .comment_ta,
        .video-item .left #comment_ta, .video-item .left .comment_ta,
        .game-comments .left #comment_ta, .game-comments .left .comment_ta{
            width: 489px;
        }
            .photos-item .right #comment_ta, .photos-item .right .comment_ta,
            .video-item .right #comment_ta, .video-item .right .comment_ta,
            .video-item .right #comment_ta, .video-item .right .comment_ta,
            .game-comments .right #comment_ta, .game-comments .right .comment_ta {
                width:  435px;
            }
            
            .photos-item .left .right #comment_ta, .photos-item .left .right .comment_ta,
            .video-item .left .right #comment_ta, .video-item .left .right .comment_ta,
            .video-item .left .right #comment_ta, .video-item .left .right .comment_ta,
            .game-comments .right .right #comment_ta, .game-comments .right .right .comment_ta {
                width:  375px;
            }
        
    
    #emoticons_link, .emote-link {
        position: absolute;
        right: 10px;
        bottom: 5px;
    }
    .comments-panel .emote-list { padding: 5px 0;}
    .comments-panel form {
        margin-bottom: 10px;
    }
    .comment-item {
        zoom: 1;
        position: relative;
        margin-bottom: 10px;
        padding:5px;
        
        -moz-border-radius:4px;
        background-color:#F5F5F5;
        background-image:url(http://i.kefche.com/bg/28f68ee8db30.png);
        border:1px solid #CCCCCC;
    }
        .comment-item img.avatar-small { margin-right:5px; float: left; }
        .comment-item .right {
            float: left;
            width: auto;
        }
            .comment-item .right a { text-decoration: none; }
            .comment-item .right .left {float: left; width: auto; margin-right: 4px; padding: 0; border: none; background: none;}
            .comment-item .right span.left {width: 405px; overflow: hidden; height:16px; }
            .comment-item .right .medal {float: left;}
                .video-item .comment-item .right span.left,
                .photos-item .comment-item .right span.left {width: 290px; }
                
            .comment-item .right .right {float: right; width: auto; margin-left: 4px; font-size: 8pt; font-weight: normal;}
            .comment-item .comment-item { margin-top: 5px; margin-bottom: 5px; }
        .comment-item h3 {
            width:553px;
            height:16px;
            padding:2px;
            margin:0;
            
            font-size: 9pt;
            font-weight: normal;
            
            -moz-border-radius:4px;
            background:white;
            border-bottom:1px solid #CCCCCC;
        }
                .group_discussions .comment-item h3 { width: 618px; }
            .comment-item .comment-item h3 {
                width: 470px;
            }
                .group_discussions .comment-item .comment-item h3 { width: 557px; }
            
            .comment-item .comment-item .right span.left {width: 340px; overflow: hidden;}
            .video-item .comment-item .comment-item .right span.left { width: 245px;}
            .photos-item .comment-item .comment-item .right span.left { width: 245px;}
        .comment-item p {
            width: 530px;
            padding: 0 0 0 3px;
            margin: 3px 0;
            overflow: hidden;
            font-size:11px;
        }
            .comment-item .comment-item p {
                width: 465px;
            }
        
        .comment-item .added-before {
            color:#7F7F7F;
            font-size:11px;
        }

    .comment-item p.error {
        padding:5px;
        font-size: 12px;
    }

.comment_rating {font-weight: bold !important;}

.comments-panel .pro {
    padding:1px;
    
    background:red;
    color:white;
    font-size:8px;
    font-weight:bold;
    
    text-decoration:none;
}

.nav-del span {
    display: block;
    float: left;
    width: 12px;
    height: 12px;
    margin: 2px 3px 0 0;
    *float: left;
}

/* Profile discussions */
.user-panel h3 { width: 685px; }
.user-panel .comment-item .comment-item h3 {width: 622px;}