.comments-list .ancestor {
}
.comments-list li {
    border-bottom: 1px dotted #CCC;
    padding: 10px 0 10px 10px;
    zoom: 1;
    cursor: default;
}
.comments-list li ul {
    zoom: 1;
    margin-left: 40px;
    margin-top: 10px;
    background-color: #FEFFBF;
    border-radius: 3px;
}
.comments-list .last {
    border-bottom: none;
}
.comments-list .user-icon {
    float: left;
}
.comments-list .hd {
    padding-left: 40px;
    line-height: 20px;
    margin-top: -5px;
}
.comments-list .bd {
    padding: 5px 0 0 40px;
}
.comments-list .user-title {
    color: #7054A3;
    font-weight: bold;
}
.comments-list .comment-quote {
    margin:10px 0;
    display:block;
    color: #666;
    background:transparent url(/images/oxygen/comment_quote_open.gif) top left no-repeat;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 11px;
    font-weight: normal;
    line-height:18px;
}
.comments-list blockquote {
    background: url("/images/oxygen/comment_quote_close.gif") no-repeat scroll right bottom transparent;
    margin: 0;
    padding: 0 25px 0 0;
    text-indent: 25px;
}
.comments-list .options {
    display: inline-block;
    float: right;
    margin: 0 10px;
    z-index: 0;
    position: relative;
}
.comments-list .options a {
    text-decoration: none;
    font-size: 11px;
    padding: 1px 5px;
    border: 1px solid #cccccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #85c441;
    behavior: url(/css/oxygen/PIE.htc);
}

.comments-list .options a:hover {
    text-decoration: none;
    color: #333;
}
