﻿body {
    background-color: #fef1e1;
    width: 760px;
}

#QA_Detail {
    padding: 20px;
}

    #QA_Detail .SpraterLine {
        border: 0 none red;
        border-bottom: 1px dashed #d2d3d3;
    }


    #QA_Detail .Title {
        display: block;
        height: 26px;
        line-height: 26px;
        font-size: 18px;
        font-weight: bold;
        color: #937292;
    }

    #QA_Detail .Content {
        display: block;
        margin: 10px 0 0 0;
        font-size: 14px;
    }
