.comment{
    overflow: hidden;
    margin-bottom: 10px;
}

.comment .comment-info{
    background: #fafafa;
    padding: 2px 5px 2px 5px;
    border-top: #ccc 1px solid;
    margin-left: 55px;
}

.comment .comment-text{
    text-align: left;
    padding: 5px 5px 7px 5px;
    border-top: #eee 1px solid;
    border-bottom: #eee 1px solid;
    margin-left: 55px;
}

.comment .comment-info .comment-name{
    text-align: center;
    font-size: 11px;
}

.comment .comment-info .comment-date{
    text-align: center;
    font-size: 0.8em;
}

.comment .user-small-photo {
    float: left;
    background: #fff;
    width: 50px;
    height: 50px;
    border: none;
    margin-right: 5px;
    padding: 0;
}

.pagination ul {
    list-style: none;
    padding-left: 0;
    height: 25px;
}
.pagination li {
    display: inline;
}
.pagination li a {
    text-decoration: none;
    cursor: pointer;
    padding: 2px;
    margin: 0;
}
.pagination ul li a:hover {
    background: #fff;
    color: #66a5e5;
}.comment-theme{
    margin-bottom: 15px;
}
.pagination .pagination_current {
    background: none;
    font-weight: bold;
    border-bottom: #fff solid 2px;
    padding-bottom: 0;
}

.comment-left{
    float: left;
}

.comment-right{
    float: right;
    min-width: 100px;
}

.comment-pagination-top{
    margin-top: 20px;
    overflow: hidden;
}

.comment-day:first-child{
    margin-top: 0;
}

.comment-day{
    -moz-background-clip:border;
    -moz-background-inline-policy:continuous;
    -moz-background-origin:padding;
    background:#F7F7F7 none repeat scroll 0 0;
    border-bottom:1px solid #CCCCCC;
    color:#777777;
    font-size:10px;
    font-weight:bold;
    margin:25px 0 6px 0;
    padding:4px 4px 4px 8px;
    position:relative;
    clear: both;
}

.comment-theme:first-child{
    margin-bottom: 0;
}

.comment-theme{
    margin: 15px 0 5px 0;
}

#comment-event{
    overflow: auto;
}

