.QuoteSummary {
    clear: left;
    margin-left: 5px;
    background-position: 3px 3px;
    padding-left: 20px;
    background-image: url(../images/table_expand.gif);
    cursor: pointer;
    background-repeat: no-repeat;
}
.QuoteTableHolder {
    clear: left;
    display: none;
    margin-left: 20px;
    padding-bottom: 3px;
    margin-bottom: 5px;
    border-bottom: dashed 1px #c1c1c1;
}
.BtnAdd {
    clear: right;
    float: right;
    border: solid 1px #999;
    margin-right: 10px;
}
.paibLabel {
    clear: right;
    float: right;
    margin-right: 10px;
    /*white-space: nowrap;*/
    color: Red;
}
.QuoteListHeader {
    color: #fff;
    padding-left: 10px;
    font-weight: bold;
    border-bottom: solid 1px #dce791;
    background-color: #b2bc74;
}
.QuoteInfo {
    clear: right;
    float: right;
    margin-right: 10px;
    text-align: right;
}
.floatClearDiv {
    clear: both;
    line-height: 1px;
    font-size: 1px;
}

