/*
    Document   : comment
    Created on : 2010.07.27., 8:32:23
    Author     : ZeNC
    Description:
        Comment layout
*/

/* Comments layout */

.comments {
        background:url('http://static2.datasrv.sikeres.hu/layout_right/articles/articles-commentwrapper-bottom.gif') no-repeat bottom left #EFEEEE;
        width:700px;
        margin:10px 0 0 10px;
}

.comments .title {
        background:url('http://static2.datasrv.sikeres.hu/layout_right/articles/articles-commentwrapper-top.gif') no-repeat top left #E2E1E1;
        height:30px;
        line-height: 30px;
        border-bottom:3px solid #FBFBFB;
        color:#E31019;
        font-size:12px;
        font-weight:bold;
        text-transform:uppercase;
        padding:0 10px;
}

.comments .title span {
        background:url("http://static2.datasrv.sikeres.hu/common/icon-comments.png") no-repeat scroll 0 5px transparent;
        color:#363332;
        display:inline-block;
        height:30px;
        padding:0 0 0 25px;
        text-transform: none;
        color:#363332;
}

.comments .comments_info {
        padding:0 20px 0 25px;
        line-height:30px;
        font-size:10px;
}

.comments .comments_info .status {
        color:#363332;
        font-weight:bold;
        overflow: hidden;
}

.comments .comments_info .status .count {
        float:left;
}

.comments .comments_info .status .write {
        float:right;
}

.comments .comments_list {
        margin:0 20px 0 25px;
}

/* Comments layout end*/

/* Comments item */

.comments .comments_list .item {
        background:url('http://static2.datasrv.sikeres.hu/layout_right/articles/articles-comment-item-bottom.gif') no-repeat bottom left #DEDDDD;
        color:#363332;
        margin:0 0 20px 0;
}

.comments .comments_list .item .head {
        background:url('http://static2.datasrv.sikeres.hu/layout_right/articles/articles-comment-item-top.gif') no-repeat top left #BAB8B7;
        border-bottom: 3px solid #EFEEEE;
        height:25px;
        line-height:25px;
        overflow: hidden;
}

.comments .comments_list .item .head .name {
        font-weight:bold;
        font-size:12px;
        float:left;
        padding:0 5px;
}

.comments .comments_list .item .head .count {
        float:right;
        padding:0 25px;
        font-size:10px;
}

.comments .comments_list .item .head .date {
        float:right;
        font-size:10px;
}

.comments .comments_list .item .content {
        font-size:10px;
        color:#363332;
        padding:5px;
}

/* Comments item end */
