.merchandiseBox {
    height: 150px;
    width: 920px;
    border: 1px solid #999999;    /* @@line@@ */
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
}
.contentHead,.contentItem {
    width: 920px;
    font-size: 14px;
    display: table;
    text-align: center;
}
.contentHead {
    height: 30px;
    background-color: #e6e6e6;    /* @@table_title@@ */
}
.contentItem {
    height: 120px;
}
.boxTitle1,.boxTitle2R,.boxTitle2E,.boxTitle3,.boxItem1,.boxItem2R,.boxItem2E,.boxItem3 {
    height: 30px;
    display: table-cell;
}
.boxItem1,.boxItem2R,.boxItem2E,.boxItem3 {
    height: 120px;
}
.boxTitle1,.boxItem1 {
    min-width: 170px;
}
.boxTitle2E,.boxItem2E {
    min-width: 540px;
    border-left: 1px solid #999999;    /* @@line@@ */
    border-right: 1px solid #999999;    /* @@line@@ */
}
.boxTitle2R,.boxItem2R {
    min-width: 750px;
    border-left: 1px solid #999999;    /* @@line@@ */
}
.boxTitle3,.boxItem3 {
    min-width: 210px;
}
.boxItem2R,.boxItem2E {
    text-align: left;
}
.paragraphTitle {
    font-size: 14px;
    padding-left: 10px;
    padding-right: 16px;
}
.paragraphItem {
    font-size: 17px;
    padding-left: 16px;
    padding-right: 16px;
}
.btnNotSelect {
    height: 26px;
    width: 171px;
    background: url(../../../img/default/common/btnNotSelect.png) no-repeat 0 0;
    background-size: 171px 78px;
    padding-top: 3px;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
}
.btnNotSelect:hover {
    background-position: 0 -26px;
    color: #b3b3b3;    /* @@button_label:hover@@ */
}
.btnNotSelect:active {
    background-position: 0 -52px;
    color: #404f5b;    /* @@button_label:active@@ */
}
.order_header {
    height: 44px;
    width: 960px;
    background-position: 0 0;
    background-size: 960px 44px;
    background-image: url(../../../img/default/common/order_header.png);
    margin-bottom: 30px;
}