
/*tab css 開始*/
ul, li {
    margin: 0;
    padding: 0;
    list-style: none;
}
.abgne_tab {
    clear: left;
    width: auto;
    /*width: 740px;*/
    /*background-color: #fff;*/
    /*border-radius: 5px;*/
    /*border: 1px solid #DDDDDD;*/
}
ul.tabs {
    width: 100%;
    height: 32px;
    border-bottom: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
ul.tabs li {
    float: left;
    height: 31px;
    line-height: 31px;
    overflow: hidden;
    position: relative;
    margin-bottom: -1px;	/* 讓 li 往下移來遮住 ul 的部份 border-bottom */
    border: 1px solid #DDDDDD;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-left: none;
    background: #e1e1e1;
}
ul.tabs li a {
    display: block;
    padding: 0 20px;
    color: #a3a3a3;
    border: 1px solid #fff;
    text-decoration: none;
}
ul.tabs li a:hover {
    background: #ccc;
}
ul.tabs li.active a:hover {
    /*background: #122e3c;*/
    background: #ccc;
}
ul.tabs li.active a{
    color: #06bdc3;
    /*background: #122e3c;*/
    border-bottom: 1px solid#fff;
}
ul.tabs li.active{
    /*background: #122e3c;*/
    border-bottom: 1px solid#fff;
}
div.tab_container {
    clear: left;
    width: 100%;
    max-height: auto;
    border: 1px solid #DDDDDD;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top: none;
    background: #fff;
    overflow: auto;
}
div.tab_container .tab_content {
    padding: 20px;
}
div.tab_container .tab_content h2 {
    margin: 0 0 20px;
}
/*tab css 結束*/

/*order_log table*/
.orderright table {
    border: 0;
    font-size:12px;
    font-weight:bold;
}
.orderright th {
    color:#797979;
    background-color:#e0e0e0;
    border-color: #ebeff0;
    padding: 10px;
}
.orderright td {
    border-bottom:1px solid #ebeff0;
    padding: 8px 28px;
}
.orderright td.success{
    color: #7fd1cb;
}
.orderright td.fail{
    color: #ff0000;
}
/*order_log table 結束*/