/*????*/
table.store_details {
    background: #CCCCCC;
    border: 1px solid #666666;
}

table.store_details th,
table.store_details td {
    border: 1px solid #333333;
    padding: 7px;
    vertical-align: top;
    font-size: 12px;
    line-height: 1.5em;
}

table.store_details th {
    background: #424242;
    color: #ffffff;
    width: 145px;
    font-weight: 600;
}

table.store_details td {
    background: #424242;
    color: #ffffff;

}

table.store_details tr:nth-child(odd) th,
table.store_details tr:nth-child(odd) td {
    background: #313131;
}

/*??*/
table.postage {
    background: #999999;
    border: 1px solid #666666;
    width: 639px;
    margin-top: 3px;
    margin-bottom: 30px;
}

table.postage th,
table.postage td {
    /*	border: none;*/
    border: 1px solid #333333;
    padding: 7px;
    vertical-align: top;
    line-height: 1.5em;
}

table.postage th {
    background: #313131;
    color: #ffffff;
    width: 145px;
    font-size: 14px;
    font-weight: 600;
}

table.postage td {
    background: #424242;
    color: #ffffff;
    font-size: 10px;
    text-align: center;

}

table.postage td.postage_p {
    text-align: center;
    font-size: 12px;
}

table.postage td.postage_p span {
    margin-left: 2px;
    font-size: 9px;
}



/*
--------------------------------------------------------------------------------
 END OF CSS
--------------------------------------------------------------------------------
*/