#productPageDiscs_headerTitle
{
    margin-top: 10px;
    font-weight: bold;
    color: #946638;
}

#productPageDiscs_headerInfo
{
    margin-left: 2px;
    font-size: x-small;
}

.productPageDiscs_new
{
    color: #009900;
    font-weight: bold;
}

#productPageDiscs_inside
{
    margin-left: 16px;
}

#productPageDiscs_numOfDiscsInfoDiv
{
    margin: 8px 0px;
    color: #9F6C3B;
    font-weight: bold;
    font-size: small;
}

#productPageDiscs_numOfDiscsInfoSpan
{
    font-weight: normal;
    color: #666666;
}

#productPageDiscs_seeAllDiscussions
{
    float: left;
    height: 30px;
    width: 180px;
    margin: 6px 40px 0 10px;
}

#productPageDiscs_seeAllDiscussions img
{
    vertical-align:text-bottom;
}

#productPageDiscs_seeAllDiscussions a
{
    font-size: small;
    font-weight: bold;
    margin-top: 6px;
    text-decoration: none;
    color: #135FA5;
}

.productPageDiscs_newDiscLink
{
    float: left;
    height: 30px;
}

.productPageDiscs_newDiscLink a
{
    margin-left: 50px;
}

#productPageDiscs_newDiscForm
{
    display: none;
}

.startDiscussionButton{
    background: url(../images/button-new-discussion.png)  no-repeat;
    width: 182px;
    height: 31px;
    border: 0px;

}

.startDiscussionButton:hover{
    background-position: -182px 0;
    cursor: pointer;
}

