﻿.shippingcharge {
    width :1010px;
    margin-top:25px;
}

.shippingcharge tr:first-child td {
    font-size :16px;
    color :#5c5c5c;
    font-family: "微软雅黑";
    font-weight : bold;
    border-bottom : 1px solid #DCDCDC;
    text-align : center;
}

.shippingcharge tr td > table{
    width:100%; 
    margin-top:5px;
    /*border : 1px solid #DCDCDC;*/
}

.shippingcharge_child {
        width:100%;
}

.shippingcharge_child tr:first-child td {
    text-align: center;
    font-size: 12px;
    color: #5c5c5c;
    font-family: "微软雅黑";
    padding: 6px 0 6px 0;
    background: url(/images/common/page/white_bg01.png) repeat-x;
    border: 1px solid #DCDCDC;
    padding-left: 2px;
    padding-right: 2px;
}

.shippingcharge_child tr td {
    text-align : center;
    font-size :12px;
    color :#5c5c5c;
    font-family: "微软雅黑";
    padding : 4px 2px 4px 2px;
    border : 1px solid #DCDCDC;
}