@charset "utf-8";

/* CSS Document */


/*
    font-family: 'Open Sans Condensed', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
#  {
}
.  {
}
width: px;
height: px;
margin: 0 auto 0 auto;
padding: 0 0 0 0;
*/


/*****************************************
區塊
******************************************/

#con #left {
    width: 220px;
    height: 100%;
    margin: 0 0 150px 0;
    float: left;
}

#con #right {
    width: 720px;
    height: 100%;
    margin: 0 0 150px 0;
    float: left;
}


/*****************************************
left
******************************************/

#con #left_con {
    font-family: 'Microsoft JhengHei', 'PingFang', sans-serif;
    width: 150px;
    padding: 20px 35px;
    height: 610px;
    background-color: #a90f11;
    float: left;
    border-radius: 10px;
}

#con #left_con h3 {
    font-size: 18px;
    color: #d1c0a5;
    margin: 0 0 30px 0;
}

#accountList {
    width: 150px;
}

#accountList li {
    margin: 0 0 5px 0;
    background: transparent url(../images/infoList_li_bg.jpg) left bottom no-repeat;
    padding: 0 0 5px;
}

#accountList a {
    font-size: 13px;
    display: block;
    line-height: 24px;
    height: 26px;
    text-transform: uppercase;
    color: #f8f1e7;
}

#accountList a:hover,
.onpage {
    /* filter: alpha(opacity=50);
    opacity: 0.5;*/
    color: #fff;
}

#accountList a span {
    display: block;
    float: left;
    line-height: 24px;
    height: 24px;
    padding: 2px 0 0 0;
    margin: 0 8px 0 0;
}


/*****************************************
right
******************************************/

#con #right_con {
    font-size: 13px;
    width: 700px;
    padding: 30px 0 0 0;
    margin: 0 0 0 20px;
    height: auto;
}

#info_con {
    color: #7a6a56;
    width: 540px;
    padding: 25px 0 0 0;
    margin: 0 auto;
}

#info_con h3#info_title {
    font-family: 'Carlito', 'Microsoft JhengHei', 'PingFang', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    width: 540px;
    padding: 0 0 7px 0;
    margin: 0 auto 50px auto;
    border-bottom: 1px solid #d2d2d2;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #131313;
}

h3.color-white {
    color: #fff !important;
}

#info_con p.note {
    background: url(../images/page_account/listIcon.png) no-repeat left 4px;
    margin: 0 0 15px 0;
    padding: 0 0 0 18px;
}


/* cart
==================================================*/

table#cartList {
    text-align: center;
    margin: 0 0 15px 0;
}

table#cartList th {
    text-transform: uppercase;
    font-size: 13px;
    height: 25px;
    background-color: #CCCCCC;
    color: #FFF;
    vertical-align: middle;
}

table#cartList td {
    height: 170px;
    border-bottom: 1px solid #cfcfcf;
    vertical-align: middle;
}

table#cartList td.c_img {
    width: 95px;
    height: 125px;
    line-height: 170px;
    padding: 0 5px;
}

table#cartList td.c_img img {
    width: 95px;
    height: 125px;
}

table#cartList td.c_tit {
    text-align: left;
    padding: 0 0 0 10px;
}

table#cartList td.c_quantity {
    padding: 73px 0 0 15px;
    height: 97px;
    vertical-align: inherit;
}


/* product quantity */

.ui-spinner {
    display: block;
    position: relative;
}

input#spinner1,
#spinner2,
#spinner3,
#spinner4,
#spinner5 {
    width: 43px;
    height: 18px;
    text-align: center;
    border: 1px solid #4D4D4D;
    position: absolute;
    left: 15px;
}

.ui-icon.up,
.ui-icon.down {
    width: 15px;
    height: 20px;
    display: block;
    font-size: 1px;
    text-indent: -9999px;
    position: absolute;
}

.ui-icon.up {
    left: 60px;
    background: url(../images/page_product/up.png) no-repeat right center;
}

.ui-icon.down {
    left: 0;
    background: url(../images/page_product/down.png) no-repeat left center;
}


/* total */

#cart_total {
    width: 490px;
    padding: 0 10px 0 40px;
    height: 70px;
    float: left;
    background: #eeeeee;
    text-transform: uppercase;
}

#cart_total p {
    font-size: 14px;
    font-weight: 700;
    color: #8a1737;
    background: url(../images/page_account/totalIcon.png) no-repeat left center;
    padding: 0 0 0 18px;
    line-height: 70px;
    display: block;
    float: left;
}

#cart_total span {
    margin: 0 0 0 30px;
}

#cart_total a#checkout {
    font-size: 15px;
    font-weight: 600;
    color: #8a1737;
    letter-spacing: 1px;
    background-color: #FFF;
    float: right;
    display: block;
    width: 115px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin: 15px 0 0 0;
}

#cart_total a#checkout:hover {
    color: #FFF;
    background-color: #8a1737;
}


/* wishlist
==================================================*/

table#wishList {
    font-family: 'Cabin', 'Microsoft JhengHei', 'PingFang', sans-serif;
    text-align: center;
}

table#wishList .t_01 {
    background-color: #fcfcfc;
}

table#wishList .t_02 {
    background-color: #f2f2f2;
}

table#wishList td {
    height: 170px;
    vertical-align: middle;
}

table#wishList td.c_img {
    width: 107px;
    line-height: 170px;
    padding: 0 20px 0 20px;
}

table#wishList td.c_img img {
    height: 140px;
    width: 107px;
}

table#wishList td.c_tit {
    width: 250px;
    text-align: left;
    padding: 0 10px 0 10px;
    text-transform: uppercase;
}

table#wishList td.c_btn {
    padding: 0 0 0 10px;
}

#info_con hr {
    border-top: 1px solid #959595;
    margin: 25px 0 15px 0
}


/* product btn 共用*/

table td.c_btn {
    padding: 0 0 0 10px;
}

table td.c_btn a {
    text-indent: -9999px;
    font-size: 1px;
    display: block;
    width: 28px;
    height: 28px;
    float: left;
}

table td.c_btn a:hover {
    filter: alpha(opacity=70);
    opacity: 0.7;
}

table td.c_btn a#cancel {
    margin-right: 5px;
    background: #808080 url(../images/page_account/cart/cancel.png) no-repeat center;
}

table td.c_btn a#cart {
    background: #adadad url(../images/page_account/cart/cart.png) no-repeat center;
}


/* pages 共用*/

ul.pages {
    width: 540px;
    text-align: center;
    display: block;
    float: left;
    margin: 0 0 25px 0;
}

ul.pages li {
    color: #7d7d7d;
    display: inline;
    margin: 0 5px;
}

ul.pages li a {
    font-family: 'Cabin', 'Microsoft JhengHei', 'PingFang', sans-serif;
    color: #7d7d7d;
}

ul.pages li.arrow {
    font-family: 'ArchivoNarrow', 'Microsoft JhengHei', 'PingFang', sans-serif;
    font-weight: 700;
    margin: 0 20px;
}

.pagesAct {
    color: #1b1b1b !important;
}


/* My Account
==================================================*/

#con_bg.login {
    width: 700px;
    height: 700px;
    background-image: url(../images/page_account/login/con_bg.png);
    background-repeat: no-repeat;
    background-position: center top;
}

.login #info_con {
    width: 680px;
}

#info_con #register,
#info_con #login {
    padding: 70px 30px 0 35px;
    margin: 30px 10px 0 10px;
    width: 255px;
    height: 420px;
    float: left;
    position: relative;
}

#info_con #register {
    text-align: center;
    background: url(../images/page_account/login/register_bg.png) no-repeat;
}

#info_con #login {
    color: #fff;
    background: url(../images/page_account/login/login_bg.png) no-repeat;
}

.login a#fb_login {
    background-color: #91785a;
    bottom: 80px;
    font-size: 13px;
    font-weight: bold;
    height: 32px;
    left: 0;
    letter-spacing: 0.5px;
    line-height: 32px;
    margin: 0 auto;
    right: 0;
    text-align: center;
    width: 180px;
    border-radius: 10px;
}

.login h5 {
    text-align: center;
    font-family: 'Carlito', 'Microsoft JhengHei', 'PingFang', sans-serif;
    font-size: 24px;
    text-transform: uppercase;
    margin: 0 0 35px 0;
    color: #7a6a56;
}

.login #login h5 {
    color: #fff;
    margin-bottom: 50px;
}

.login h5 span {
    font-family: 'Microsoft JhengHei', 'PingFang', sans-serif;
    text-transform: lowercase;
    font-size: 14px;
    display: block;
}

.login #register li {
    background: url(../images/page_account/login/registerIcon.png) no-repeat center top;
    padding: 15px 0 0 0;
    margin: 0 auto 20px auto;
    line-height: 20px;
    width: 200px;
}

.login a,
input#l_btn {
    display: block;
    position: absolute;
}

.login a#r_btn:hover,
input#l_btn:hover {
    filter: alpha(opacity=75);
    opacity: 0.75;
}

a#r_btn,
input#l_btn {
    cursor: pointer;
    text-align: center;
    width: 120px;
    height: 35px;
    line-height: 35px;
    bottom: 125px;
    left: 50%;
    margin-left: -60px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    border-radius: 30px;
}

.login #register a#r_btn {
    background-color: #a0896a;
    color: #FFF;
}

.login #login ul {
    margin: 0 0 25px 0;
}

.login #login li {
    margin: 0 0 10px 0;
}

#login p.point {
    margin: 0 0 0 62px;
}

.login #login label {
    font-family: 'Cabin Condensed', sans-serif;
    background: url(../images/page_account/login/loginIcon.png) no-repeat left center;
    padding: 0 0 0 19px;
    line-height: 28px;
    font-size: 13px;
    width: 45px;
    text-transform: uppercase;
    display: block;
    float: left;
}

.login input[type="email"],
.login input[type="password"] {
    border: none;
    padding: 5px 10px;
    outline: none;
    font: 13px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #777;
    width: 160px;
    display: block;
    background: #fff;
}

.login input[type="email"]:focus,
.login input[type="password"]:focus {
    color: #444;
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, .9);
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .9);
    box-shadow: 0 0 3px rgba(0, 0, 0, .9);
}

.login a {
    color: #FFF;
}

.login a#forgot_code {
    filter: alpha(opacity=100);
    opacity: 1;
    margin-left: 65px;
    border-left: 0;
}

.login a#forgot_code:hover {
    text-decoration: underline;
}

.login #login #l_btn {
    color: #1b1b1b;
    background-color: #FFF;
    border: none;
}

.login p#fb_login {
    position: absolute;
    height: 30px;
    line-height: 30px;
    bottom: 30px;
    left: 35px;
    background: url(../images/page_account/login/loginIcon.png) no-repeat left center;
    padding: 0 0 0 19px;
}

.login p#fb_login a {
    font-size: 1px;
    text-indent: -9999px;
    display: block;
    width: 90px;
    height: 30px;
    left: 155px;
    bottom: 0px;
    background: url(../images/page_account/login/facebook.jpg) no-repeat center;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 0 rgba(198, 210, 247, 0.3);
}

.login p#fb_login a:hover {
    background: url(../images/page_account/login/facebook_hover.jpg) no-repeat center;
}


/* Forget Password
==================================================*/

#info_con.forget_password {
    width: 650px;
    margin-bottom: 200px;
}

#info_con.forget_password h3#info_title {
    border: none;
}

.forget_password p {
    background: url(../images/page_news/listIcon.png) no-repeat left 2px;
    width: 175px;
    margin: 0px auto 30px auto;
    padding: 0 0 0 18px;
}


/* get password Forms */

form#get_password {
    width: 350px;
    margin: 40px auto 0 auto;
}

form#get_password ul {
    margin-bottom: 70px;
}

form#get_password li {
    margin-bottom: 20px;
}

form#get_password label {
    font-family: 'Cabin', 'Microsoft JhengHei', 'PingFang', sans-serif;
    text-align: right;
    display: block;
    float: left;
    line-height: 30px;
    font-size: 14px;
    width: 100px;
    color: #626262;
    margin-right: 15px;
}

form#get_password input[type="text"],
form#get_password input[type="email"] {
    padding: 5px 10px;
    outline: none;
    font: 13px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #777;
    margin: 0;
    width: 180px;
    max-width: 100%;
    display: block;
    background: #ececec;
    border: 1px solid #ececec;
}

form#get_password input[type="text"]:focus,
form#get_password input[type="password"]:focus,
form#get_password input[type="email"]:focus {
    color: #444;
    border: 1px solid #C9C9C9;
    -moz-box-shadow: 0 0 2px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .1);
    box-shadow: 0 0 2px rgba(0, 0, 0, .1);
}

input#send,
input#cancel {
    cursor: pointer;
    border: none;
    color: #FFF;
    letter-spacing: 1px;
    padding: 12px 20px;
    filter: alpha(opacity=70);
    opacity: 0.7;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

input#send {
    margin-left: 80px;
    background-color: #353535;
}

input#cancel {
    background-color: #919191;
    margin-left: 10px;
}

input#send:hover,
input#cancel:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}


/* Account
==================================================*/

#con_bg.profile {
    width: 700px;
    height: 500px;
    background-image: url(../images/page_account/setting/profile_bg.png);
    background-repeat: no-repeat;
    background-position: center top;
}

.profile #info_con {
    width: 660px;
}

.profile #info_con h3#info_title {
    width: 660px;
    margin: 0 auto 70px auto;
}

.profile #profiledata {
    width: 630px;
    padding: 0 15px;
    min-height: 250px;
}

#profiledata .data.l {
    width: 270px;
    float: left;
}

#profiledata .data.r {
    width: 360px;
    float: left;
}

#profiledata .data p {
    background: url(../images/page_news/listIcon.png) no-repeat left 2px;
    margin: 15px 0 40px 0;
    padding: 0 0 0 18px;
    text-transform: uppercase;
    font-weight: 700;
}

#profiledata ul {
    margin: 0 0 0 30px;
}

#profiledata li {
    width: 250px;
    min-height: 30px;
    float: left;
}

#profiledata span {
    font-size: 13px;
}

#profiledata .info_t {
    text-transform: uppercase;
    font-weight: 700;
    width: 50px;
    line-height: 26px;
    height: 26px;
    display: block;
    float: left;
    margin: 0;
}

#profiledata .info_t span {
    color: #A70606;
    font-weight: normal;
    font-size: 12px;
    width: 15px;
    display: block;
    float: left;
    line-height: 28px;
}

#profiledata .info_d {
    color: #000;
    left: 50px;
    color: #626262;
}


/* Setting
==================================================*/

#con_bg.setting {
    width: 100%;
    height: 800px;
    background-image: url(../images/page_account/setting/profile_bg.png);
    background-repeat: no-repeat;
    background-position: 80% center;
}

#profiledata {
    width: 400px;
    padding: 30px 70px 50px 70px;
    margin: 0 auto;
    background: #e6e6e6;
    float: left;
}

#profiledata h6 {
    font-family: 'Microsoft JhengHei', 'PingFang', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    border-bottom: 1px solid #ccc;
    font-size: 16px;
    position: relative;
    padding: 0 0 10px;
}

#profiledata.edit {
    background: transparent;
    padding: 0px 70px 30px 70px;
}

#profiledata.edit h6 {
    margin: 0 0 20px 0;
}

#profiledata.edit ul {
    margin: 0 0 35px 0;
    float: left;
}

#profiledata.edit li {
    margin: 0 0 6px 0;
    float: left;
    width: 400px;
}


/*form#p_setting a#edit {
    font-family: 'Cabin', 'Microsoft JhengHei', 'PingFang', sans-serif;
    font-weight: 400;
    font-size: 13px;
    background: url(../images/page_account/setting/edit.png) no-repeat left center;
    padding: 0 0 0 25px;
    right: 0;
    top: 26px;
    line-height: 22px;
    height: 22px;
    display: block;
    position: absolute;
    filter: alpha(opacity=80);
    opacity: 0.8;
}
form#p_setting a#edit:hover{
    filter: alpha(opacity=100);
    opacity: 1;
    }*/

#profiledata.edit .info_t {
    width: 100px;
}

#profiledata.edit .info_d {
    color: #797979;
}

#profiledata span.info_d {
    line-height: 24px;
}

#profiledata form label {
    text-align: left;
    font-size: 13px;
}

form#p_setting input[type="text"],
form#p_setting input[type="password"],
form#p_setting input[type="email"] {
    padding: 3px 10px;
    outline: none;
    font: 12px 'Microsoft JhengHei', 'PingFang', sans-serif;
    color: #777;
    margin: 0;
    width: 130px;
    max-width: 100%;
    display: block;
    float: left;
    background: #E9E9E9;
    border: 1px solid transparent;
}

form#p_setting input[type="text"]:focus,
form#p_setting input[type="password"]:focus,
form#p_setting input[type="email"]:focus {
    color: #777;
    background: #F1F1F1;
    border: 1px solid #d2d2d2;
    -moz-box-shadow: 0 0 2px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .1);
    box-shadow: 0 0 2px rgba(0, 0, 0, .1);
}

form#p_setting #send,
form#p_setting #clear {
    font-family: 'Microsoft JhengHei', 'PingFang', sans-serif;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    border: none;
    letter-spacing: 1px;
    height: 45px;
    line-height: 45px;
    padding: 0 15px;
    float: left;
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

form#p_setting input#add_num {
    width: 50px;
    margin: 0 5px 5px 0;
}

form#p_setting input#add_area {
    width: 175px;
}

form#p_setting input#add {
    width: 252px;
    margin: 0 0 0 100px;
}

form#p_setting #send {
    color: #FFF;
    background-color: #747474;
    margin-left: 10px;
}

form#p_setting #clear {
    color: #747474;
    background-color: #dfdfdf;
    margin-left: 80px;
}

form#p_setting #send:hover {
    color: #747474;
    background-color: #dfdfdf;
}

form#p_setting #clear:hover {
    color: #FFF;
    background-color: #747474;
}


/* register
==================================================*/

#profiledata {
    width: 400px;
    padding: 30px 70px 50px 70px;
    margin: 0 auto;
    background: #e6e6e6;
    background: rgba(209, 192, 165, 0.3);
    float: left;
}

#profiledata.set p.required {
    color: #A70606;
    font-weight: normal;
    font-size: 12px;
    text-align: right;
    margin-bottom: 30px;
}

#profiledata.set ul {
    margin: 0 0 35px 0;
    float: left;
}

#profiledata.set h6 {
    margin: 0 0 30px 0;
}

#profiledata.set li {
    width: 100%;
    margin: 0 0 7px 0;
    float: left;
}

#profiledata.set label.info_t {
    width: 100px;
}

#profiledata.set p.point {
    margin: 0 0 0 97px;
    width: 280px;
    float: left;
    display: none;
}

#profiledata.set p.point.B {
    margin: 0 0 0 -25px;
}

form#registerform input[type="text"],
form#registerform input[type="password"],
form#registerform input[type="email"] {
    padding: 4px 10px;
    outline: none;
    font: 12px 'Microsoft JhengHei', 'PingFang', sans-serif;
    margin: 0;
    border: 1px solid #FFF;
    width: 150px;
    display: block;
    float: left;
}

form#registerform input[type="text"]:focus,
form#registerform input[type="password"]:focus,
form#registerform input[type="email"]:focus {
    color: #444;
    border: 1px solid #C9C9C9;
    -moz-box-shadow: 0 0 2px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .1);
    box-shadow: 0 0 2px rgba(0, 0, 0, .1);
}

form#registerform input[type="checkbox"] {
    float: left;
    height: 22px;
    margin: 0 10px 0 0;
}

form#registerform input#birth {
    width: 120px;
}

form#registerform input#add_num {
    width: 50px;
    margin: 0 5px 5px 0;
}

form#registerform input#add {
    width: 227px;
    margin: 0 0 0 100px;
}

form#registerform .membership_terms {
    margin: 0 0 20px 0;
    float: left;
    width: 100%;
}

form#registerform .membership_terms a {
    color: #A70606;
    text-decoration: underline;
}

form#registerform .membership_terms a:hover {
    color: #D50000;
}

form#registerform input#send,
form#registerform input#clear {
    font-family: 'Microsoft JhengHei', 'PingFang', sans-serif;
    cursor: pointer;
    border: 1px solid #e6e6e6;
    color: #FFF;
    background-color: #747474;
    letter-spacing: 1px;
    height: 35px;
    line-height: 35px;
    padding: 0 25px;
    filter: alpha(opacity=60);
    opacity: 0.6;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    border-radius: 30px;
}

form#registerform input#send {
    color: #747474;
    background-color: #fff;
    margin-left: 10px;
}

form#registerform input#clear {
    margin-left: 105px;
}

form#registerform input#send:hover,
form#registerform input#clear:hover {
    filter: alpha(opacity=90);
    opacity: 0.9;
    border: 1px solid #C9C9C9;
    -moz-box-shadow: 0 0 2px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .2);
    box-shadow: 0 0 2px rgba(0, 0, 0, .2);
}


/* ORDER INFO
==================================================*/

#info_con.order_history {
    color: #131313;
    width: 590px;
    margin: 30px auto 0 auto;
    padding: 0;
}

#info_con.order_history h3#info_title {
    font-family: 'Open Sans Condensed', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    width: 590px;
    padding: 0 0 7px 0;
    margin: 0 auto 25px auto;
    border-bottom: 1px solid #131313;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
}


/* OrderList*/

#orderList {
    background: #eaeaea;
    margin: 0 0 2px 0;
    padding: 30px 20px 40px;
    float: left;
}

#orderList table {
    border: 1px solid #6F6F6F;
    text-align: center;
    width: 550px;
    margin: 0 auto;
    background-color: #FFF;
}

#orderList th,
#orderList td {
    border: 1px solid #6F6F6F;
    vertical-align: middle;
    height: 34px;
    line-height: 18px;
    font-size: 12px;
}

#orderList th {
    background-color: #d2d2d2;
    text-transform: uppercase;
}

#orderList td.listname {
    display: none;
}

#orderList #no {
    display: none;
}

#orderList tr.order_item a {
    position: relative;
}

#orderList tr.order_item a img {
    position: absolute;
    display: block;
    width: 130px;
    height: 171px;
    padding: 6px 6px 20px;
    left: 0;
    bottom: 15px;
    background: url(../images/page_account/history/item_bg.png) no-repeat center top;
    display: none;
}

#orderList tr.order_item {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    cursor: pointer;
}

#orderList tr.order_item:hover {
    background-color: #e8e8e8;
}

#orderList tr.order_item:hover a img {
    display: block;
}

#orderList td#item {
    text-align: left;
    padding: 0 0 0 10px;
    width: 250px;
}

#orderList td#size {
    width: 60px;
}

#orderList td#color {
    width: 70px;
}

#orderList td#quaintuty {
    width: 70px;
}

#orderList td.price {
    width: 70px;
}

#orderList td.title {
    text-align: right;
    padding-right: 20px;
}

#orderList td#subtotal.price {
    font-weight: 600;
}

#orderList td#total {
    font-weight: 600;
    color: #A70606;
    background: #f4f4f4;
}

#orderList p {
    font-size: 14px;
    height: 18px;
    line-height: 18px;
    padding: 0 0 10px;
    font-weight: 600;
}


/*History*/

table#historyList {
    text-align: center;
    width: 590px;
    margin: 0 auto 40px;
}

#historyList th,
#historyList td {
    vertical-align: middle;
    padding: 0;
}

#historyList th {
    font-family: 'Cabin', 'Microsoft JhengHei', 'PingFang', sans-serif;
    background-color: #a9a9a9;
    color: #FFF;
    font-size: 13px;
    height: 24px;
    line-height: 18px;
    text-transform: uppercase;
}

#historyList tr.B {
    background-color: #ebebeb;
}

#historyList td {
    height: 49px;
    line-height: 18px;
    border-bottom: 1px solid #cccccc;
    font-size: 13px;
}

#historyList td#price {
    color: #A70606;
    font-weight: 700;
}

#historyList td#number {
    color: #000;
    font-weight: 700;
}

#historyList a#detail {
    display: block;
    background-color: #bcbcbc;
    color: #fff;
    padding: 5px 0px;
    margin: 0 auto;
    width: 65px;
}

#historyList a#detail:hover {
    background-color: #666666;
}


/*History Detail*/

table#history {
    text-align: left;
    width: 590px;
    margin: 0 auto 40px;
}

#history th,
#history td {
    font-size: 13px;
    vertical-align: middle;
    height: 34px;
    line-height: 18px;
    background-color: #eaeaea;
    padding: 0 0 0 20px;
    border-bottom: 2px solid #f6f6f6;
}

#history th {
    background-color: #707070;
    color: #FFF;
    font-size: 14px;
    text-transform: uppercase;
}

#history .th_01 {
    background-color: #707070;
    font-weight: 700;
}

#history .status {
    color: #A70606;
}


/*ATM*/

td#atm span {
    line-height: 24px;
    display: inline;
    margin-right: 20px;
}

td#atm input {
    display: none;
}


/*ATM  notfinish未完成狀態*/

td#atm.notfinish {
    color: #A70606;
}

td#atm.notfinish span {
    line-height: 20px;
    display: block;
    clear: both;
    margin: 8px 0 3px 0;
}

td#atm.notfinish span#finish_atm {
    display: none;
}

td#atm.notfinish input {
    border: none;
    outline: none;
    padding: 4px 6px;
    /*font: 12px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    width: 60px;
    display: block;
    float: left;
    margin: 1px 6px 10px 0;
}

td#atm.notfinish input.cus_atm {
    background-color: #F8F8F8;
    color: #494949;
}

td#atm.notfinish input.cus_atm:focus {
    color: #BE5353;
    background-color: #F6F6F6;
}

td#atm.notfinish input#cus_name {
    width: 80px;
    margin-right: 1px;
}

td#atm.notfinish input#send {
    background-color: #BE5353;
    filter: alpha(opacity=100);
    opacity: 1;
}

td#atm.notfinish input#send:hover {
    filter: alpha(opacity=80);
    opacity: 0.8;
}


/*Btn*/

.order_history a.back,
.order_history a.print {
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    border: none;
    letter-spacing: 1px;
    height: 45px;
    line-height: 45px;
    padding: 0 30px;
    float: left;
}

.order_history a.back {
    color: #747474;
    background-color: #dfdfdf;
    margin-left: 180px;
}

.order_history a.back:hover {
    color: #FFF;
    background-color: #747474;
}

.order_history a.print {
    color: #FFF;
    background-color: #747474;
    margin-left: 10px;
}

.order_history a.print:hover {
    color: #747474;
    background-color: #dfdfdf;
}

@media print {

    #left,
    #headerDiv,
    #footerDiv,
    #shopcartDiv,
    .order_history a.back,
    .order_history a.print {
        display: none;
    }
}