.fb_comments body
{
    font-family: 'lucida grande',tahoma,verdana,arial,sans-serif;
    font-size: 11px;
    color: #333;
    line-height: 1.28;
    text-align: left;
    direction: ltr;
}

.fb_comments li,
.fb_comments ul
{
    margin: 0px;
    padding: 0px;
}

.fb_comments li
{
    list-style: none;
}

.fb_comments a
{
    cursor: pointer;
    color: #3B5998;
    text-decoration: none;
    font-weight: bold;
}

.fb_comments #fbFeedbackContent .top
{
    padding: 9px 0 7px;
    border-bottom: 1px solid #CCC;
    border-top: 1px solid #CCC;
}

.fb_comments #fbFeedbackContent .top a
{
    float: right;
}

.fb_comments #fbFeedbackContent li
{
    padding: 10px 0;
    border-bottom: 1px #E2E2E2 solid;
}

.fb_comments #fbFeedbackContent li li
{
    margin-left: 60px;
    border-bottom: none;
    margin-top: 5px;
    border-top: 1px #E2E2E2 solid;
}

.fb_comments #fbFeedbackContent span
{
    color: grey;
}

.fb_comments #fbFeedbackContent .postContainer
{
    display: table-cell;
    vertical-align: top;
    width: 10000px;
}

.fb_comments #fbFeedbackContent .image
{
    float: left;
    background-color: #EDEDED;
    margin-bottom: 8px;
    margin-right: 11px;
}

.fb_comments #fbFeedbackContent .bottom
{
    color: gray;
}

.fb_comments #fbFeedbackContent .bottom a
{
    font-weight: normal;
}

.fb_comments #fbFeedbackContent .bottom .like i
{
    background: url(../img/sprite.png);
    background-position: -33px -170px;
    display: inline-block;
    width: 15px;
    height: 13px;
}

.fb_comments .uiLinkSubtle
{
    display: block;
    color: gray;
    font-weight: normal;
    font-size: 9px;
    margin-top: 6px;
}

.fb_comments .uiLinkSubtleIcon
{
    float: left;
    display: block;
    background: url(../img/sprite.png);
    background-position: 0px -187px;
    height: 14px;
    width: 14px;
    margin-right: 5px;
    margin-top: 5px;
}

.fb_comments .like
{
    float: none !important;
}