﻿#item_discussion, #item_reviews
{
    clear:left; margin-top: 10px; height:auto; width:415px;
}

#item_reviews {
    margin-top:30px;
}

.item_discussion_entry_wrapper
{
    border-bottom: dotted 1px gray;
    overflow: hidden;
    position: relative;
}

.item_discussion_entry
{
    vertical-align: top; margin-top: 5px; padding-bottom: 1px; font-size: 12px; position: relative; overflow: hidden;
}

.header
{
    line-height: 1.6em; border-bottom: dotted 2px #a7bef0; height:20px;
}

.title
{
    font-size: 17px; font-weight: bold; float: left; color: #dfbf3b;
}

.entrylink
{
    float: right;
}

#item_discussion #content, #item_reviews #content
{
    padding-top: 10px;
}

#item_discussion #content #newentry,
#item_discussion #content .answerentry
{
    margin-bottom: 5px; background-color: #dfbf3b; line-height: 1em;
}



