/*
    #产品详细信息
    #表格
*/
table.BiaoGe {
    width: 100%;
    border: 1px solid #bbb;
    float: left;
    margin: 0;
    table-layout: fixed;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
    display: table;
}

th.BiaoGeTitle_CN {
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0pt;
    padding: 2px 0px;
    font-weight: normal;
    text-align: center;
    color: #000;
    border-bottom: 1px solid #bbb;
    border: 1px solid #bbb;
    padding: 3px 3px;
    line-height: 20px;
    background: #eee;
}

td.BiaoGeNeiRong_CN {
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    color: #333;
    line-height: normal;
    text-align: center;
    padding: 3px 3px;
    vertical-align: middle;
    transition: line-height 0.1s ease;
    border: 1px solid #bbb;
}
    td.BiaoGeNeiRong_CN a {
        color: #fe6c6d;
    }

td.BiaoGeNeiRong_CN a.btn_order {
    margin: 5px 0px;
    padding: 10px 15px;
    color: #fff;
}

table.BiaoGe tr:nth-child(odd) {
     background: #f7f7f7;
}
table tr:nth-child(even) {
    background: #fff;
}

td.BiaoGeNeiRong_CN .ggph2 {
    display:block;
    clear:both;
    text-align:center;
    color:#333;
}

.pminfo_tit {
    color: #ff6800;
    font-size: 24px;
    font-weight: normal;
}

.pminfo_jj_tit {
    clear: both;
    font-weight: bold;
    font-size: 14px;
    color: #333;
}

.pminfo_jj_rem {
    clear: both;
    font-weight: normal;
    font-size: 14px;
    color: #333;
}

/*
    #我的帐户>>列表
*/
table.table_list {
}
    table.table_list td a {
        color: #28b8d8;
    }


input[type="text"].form-selectbox {
    background: #fff url("/images/selectbox.png") no-repeat top right;
}
label.curr {
    color:#fe6c6d;
}
label.curr i {
    display:none;
}