/* 表格樣式 - Tables Styles */

/* Basic Table Styles */
table{
    border-top:1px solid #eee;
    border-left:1px solid #eee
}

th, td{
    padding:5px;
    border-bottom:1px solid #eee;
    border-right:1px solid #eee;
    vertical-align:top
}

th{
    font-weight:bold;
    text-align:center;
    background:#f8f8f8
}

/* Bright Table */
.bright_table{
    border-top-color:#aacded;
    border-left-color:#aacded
}

.bright_table th, .bright_table td{
    border-bottom-color:#aacded;
    border-right-color:#aacded
}

.bright_table th{
    background:#deedf9
}

/* Data Table */
.data_table{
    border-width:0
}

.data_table tr{
    background-color:#fff
}

.data_table .odd{
    background-color:#fff
}

.data_table .odd {
    background-color:#f8f8f8
}

.data_table .even{
    background-color:#f8f8f8 !important
}

.data_table td.last, .data_table th.last{
    border-right-width:0
}

.data_table tr.last th, .data_table tr.last td{
    border-bottom-width:0
}

.data_table th{
    padding:8px 10px;
    color:#444;
    text-align:left;
    white-space:nowrap;
    border-right:1px solid #ddd;
    border-bottom:1px solid #ddd
}

.data_table th.wrap{
    white-space:normal
}

.data_table th a, .data_table th a:hover{
    color:#fff
}

.data_table td{
    padding:8px 10px
}

.data_table thead th{
    background-color:#f6f6f6;
    border-bottom-width:0;
    border-right-width:0
}

.data_table tbody{
    border-top:1px solid #eee;
    border-bottom:1px solid #eee
}

.data_table tbody td{
    border-bottom-width:0;
    border-right-width:0
}

.data_table tbody th{
    background-color:#f6f6f6;
    border-bottom-width:0;
    border-right:1px solid #eee
}

.data_table tbody.odd tr{
    background-color:#f8f7f5 !important
}

.data_table tbody.even tr{
    background-color:#f6f6f6 !important
}

.data_table tbody.odd tr td, .data_table tbody.even tr td{
    border-bottom:0
}

.data_table tbody.odd tr.border td, .data_table tbody.even tr.border td{
    border-bottom:1px solid #d9dde3
}

.data_table tbody td h5.title{
    margin:0;
    padding:0;
    color:#2f2f2f;
    font-size:1em;
    font-weight:bold
}

.data_table tbody td .option-label{
    font-weight:bold;
    font-style:italic
}

.data_table tbody td .option-value{
    padding-left:10px
}

.data_table tfoot tr{
    background-color:#fcfcfc !important
}

.data_table tfoot td{
    border-bottom-width:0
}

.data_table tfoot td.last{
    border-right-width:0
}

.data_table tbody td sup {
    top:0;
}

/* Mobile Order Table */
.mo-order.data_table{
    display:none
}

/* Table Layouts */
dl.table{
    padding:5px;
    line-height:20px;
    background:#fff;
    border:1px solid #eee
}

dl.table dt{
    margin-bottom:-27px;
    padding-left:10px;
    line-height:27px
}

dl.table dt.title{
    margin-bottom:5px;
    color:#444;
    font-weight:bold;
    background-color:#f6f6f6;
    border-bottom:1px solid #eee
}

dl.table dd{
    padding:5px 6px 5px 150px;
    line-height:19px;
    background-color:#f8f8f8
}

dl.table dd.even{
    background-color:transparent
}

dl.table dt.head{
    font-weight:bold
}

dl.table dd.head{
    margin-bottom:5px;
    font-weight:bold;
    background:transparent url('../img/horizontal_spacer.gif') repeat-x left bottom
}

dl.table dt.group{
    margin-top:5px;
    color:#000;
    font-weight:bold
}

dl.table dd.group{
    margin-top:5px;
    margin-bottom:5px;
    font-weight:bold;
    background:transparent url('../img/horizontal_spacer.gif') repeat-x left bottom
}

dl.table dd:after{
    clear:both;
    content:'.';
    display:block;
    visibility:hidden;
    height:0
}

dl.table dd{
    display:inline-block
}

* html dl.table dd{
    height:1%
}

dl.table dd{
    display:block
}

dl.table.col4 .col{
    display:inline-block;
    width:180px
}

/* Text List Tables */
dl.text_list{
    padding:3px;
    line-height:20px;
    background:#fff;
    border:1px solid #e8e8e8
}

dl.text_list dt{
    margin-bottom:-25px;
    padding-left:6px;
    color:#069;
    font-weight:bold;
    line-height:25px
}

dl.text_list dt.title{
    margin-bottom:3px;
    color:#fff;
    background-color:#069
}

dl.text_list dd{
    padding:3px 6px 3px 114px;
    line-height:19px;
    border-top:1px dashed #999
}

dl.text_list dd:after{
    clear:both;
    content:'.';
    display:block;
    visibility:hidden;
    height:0
}

dl.text_list dd{
    display:inline-block
}

* html dl.table dd{
    height:1%
}

dl.text_list dd{
    display:block
}

dl.text_list dd.first{
    border-top-width:0
}

dl.text_list em, dl.text_list a{
    padding:0 3px;
    color:#069;
    font-weight:bold
}

ul.text_list li{
    padding:5px;
    line-height:18px;
    background:url('../img/horizontal_spacer.gif') repeat-x left top
}

ul.text_list li.first{
    background-image:none
}

ul.text_list li.active a, ul.text_list li.end a{
    display:block;
    line-height:18px;
    text-indent:55px;
    background:url('../img/icon/status_active.gif') no-repeat left 2px
}

ul.text_list li.end a{
    background-image:url('../img/icon/status_end.gif')
}

ul.text_list li .type a{
    display:block;
    padding-right:5px;
    color:#069;
    font-weight:bold
}

/* OWL News Tables */
.owl_news td, .owl_news tr, .owl_news table { 
    border: none;
}

.owl_news h4 , .owl_news p {
    margin:10px
}

/* Wholesale Tables */
.wholesale table{
    margin-bottom:10px
}

.wholesale .table{
    margin-bottom:10px
}

/* Special Tables */
.myship_list{
    width:100%;
    margin-top:10px
}

.myship_list .name{
    color:#069;
    font-weight:bold
}

/* Order List Table */
.order_list td{
    line-height:26px
}

.order_list .order_id{
    font-size:1.2em;
    font-weight:bold
}

.order_list .handle, .order_list .handler, .order_list .order_status{
    text-align:center
}

/* Flow Wrapper Tables */
.flow_wrapper .favourable_list .data_table{
    margin-bottom:10px
}

/* Invoice List */
.invoice_list li{
    float:left;
    width:180px;
    padding:5px 0;
    line-height:18px;
    background:url('../img/horizontal_spacer.gif') repeat-x left top
}

.invoice_list .first{
    background-image:none
}

.invoice_list .title{
    display:block;
    float:left;
    width:50px;
    padding-left:5px;
    font-weight:bold
}

.invoice_list .data{
    display:block;
    float:left;
    width:125px
}

.invoice_list a{
    font-weight:bold
}

/* GDLIST Special */
.gdlist{
    border: 0 !important;
    box-shadow: 1px 1px 3px #ccc;
    -webkit-box-shadow: 1px 1px 3px #ccc;
    -moz-box-shadow: 1px 1px 3px #ccc;
}