.comments .buttons {
    text-align: right;
}

.comments {
    margin-top: 8px;
}

.comment {
    margin-top: 8px;
}

.comment .header {
    background: #DDD url(/images/layout/gradient-32px-white-transparent.png) repeat-x;
    border: 1px solid #DDD;
    font-size: 11px;
    overflow: hidden;
    padding: 3px;
}

.comment .header .small-avatar {
    float: left;
    padding: 4px;
}

.comment .header > div {
    float: left;
}

.comment .header .username {
    display: block;
    font-weight: bold;
}

.comment .header .date {
    color: #555;
}

.comment .header .actions {
    float: right;
    padding: 4px;
}

.comment .header .actions a {
    background: #454545;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #EEE;
    font-size: 10px;
    padding: 2px 4px;
    text-decoration: none;
    text-transform: uppercase;
}

.comment .header .actions a:hover {
    background: #606060;
}

.comment .body {
    padding: 8px;
}

.indicator {
    margin: 0 4px;
    vertical-align: text-bottom;
}

.comments .pager {
    background: #D9E9FC;
    font-size: 11px;
    padding: 3px 3px 3px 6px
}

.comments .pager .pages a {
    background: #FFF;
}
