@charset "utf-8";

/* CSS Document */


/*
#  {
}
.  {
}
width: px;
height: px;
margin: 0 auto 0 auto;
padding: 0 0 0 0;
*/


/***************************************** 
topInfo
******************************************/

#con #topInfo {
    float: left;
    width: 840px;
    margin: 0 auto 0 auto;
    padding: 50px 50px 0 50px;
}

#topInfo .productImg {
    position: relative;
    float: left;
    width: 320px;
    height: 400px;
    margin: 0 80px 0 0;
}

#topInfo .productImg img {
/*     width: 320px;
    height: 400px; */
}


/* zoom */

#zoom {
    width: 75px;
    height: 75px;
    background-image: url(../images/page_product/zoom.png);
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 9999;
    -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;
}

#zoom:hover {
    background-image: url(../images/page_product/zoom_hover.png);
}

.cloud-zoom-lens {
    cursor: move;
}

.cloud-zoom-big {
    overflow: hidden;
}


/* product info */

#topInfo .productInfo {
    float: left;
    width: 440px;
}

.productInfo h3 {
    font-family: "Trebuchet MS", Arial, Helvetica, "微軟正黑體";
    font-weight: bold;
    font-size: 30px;
    color: #404040;
    text-transform: uppercase;
    margin: 0 0 10px;
}

.productInfo ul {
    margin-top: 20px;
}

.productInfo li {
    width: 100%;
    height: 30px;
    margin: 0 0 15px 0;
}

.productInfo li span,
.productInfo li label {
    text-transform: uppercase;
    line-height: 30px;
}

.productInfo li .info_t {
    font-family: 'Cabin Condensed', Arial, Helvetica, "微軟正黑體";
    font-size: 15px;
    float: left;
    width: 120px;
}

.productInfo li .info_d {
    font-family: "Trebuchet MS", Arial, Helvetica, "微軟正黑體";
    font-size: 16px;
    line-height: 26px;
    float: left;
    color: #000;
}

.productInfo .info_sell {
    font-size: 12px;
    color: #c00615;
    float: none;
    margin-bottom: 20px;
}

.productInfo li .info_d.o-price {
    text-decoration: line-through;
}

.productInfo li .info_d.sale {
    color: #7d0022;
    font-weight: 700;
}


/* product quantity */

.ui-spinner {
    display: block;
    float: left;
    height: 24px;
    position: relative;
}

input#spinner {
    width: 58px;
    height: 22px;
    text-align: center;
    border: 1px solid #4D4D4D;
    position: absolute;
    left: 20px;
}

.ui-icon.up,
.ui-icon.down {
    width: 20px;
    height: 24px;
    display: block;
    font-size: 1px;
    text-indent: -9999px;
    position: absolute;
}

.ui-icon.up {
    left: 80px;
    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;
}


/* product Discription */

#info_discrip {
    width: 300px;
    margin-bottom: 35px;
}


/* product buy */

#info_buy {
    height: 50px;
    float: right;
    margin-bottom: 30px;
}

#info_buy a {
    display: block;
    float: left;
    margin: 0 10px 0 0;
    height: 50px;
    line-height: 50px;
    text-align: center;
}

#info_buy #buynow {
    width: 80px;
    background-color: #323232;
    color: #DDD;
}

#info_buy #buynow:hover {
    background-color: #7d0022;
}

#info_buy #cart,
#info_buy #wishlist {
    font-size: 1px;
    text-indent: -9999px;
    border: 1px solid #323232;
    width: 48px;
    height: 48px;
}

#info_buy #cart {
    background: url(../images/page_product/cart.png) no-repeat center;
}

#info_buy #cart:hover {
    background: #323232 url(../images/page_product/cart_hover.png) no-repeat center;
}

#info_buy #wishlist {
    background: url(../images/page_product/wishlist.png) no-repeat center;
}

#info_buy #wishlist:hover {
    background: #323232 url(../images/page_product/wishlist_hover.png) no-repeat center;
}


/***************************************** 
bottomInfo
******************************************/

#con #bottomInfo {
    font-size: 13px;
    width: 940px;
    height: auto;
    padding: 75px 0 0;
    margin-bottom: 100px;
    float: left;
}


/* productList */

#productList {}

#productList ul#product_tab {
    height: 35px;
    width: 940px;
    border-top: 1px solid #323232;
}

#productList ul#product_tab li {
    display: inline;
}

#productList ul#product_tab li a {
    font-family: 'Cabin Condensed', sans-serif;
    font-size: 14px;
    letter-spacing: 1px;
    color: #656565;
    text-transform: uppercase;
    height: 35px;
    line-height: 35px;
    text-align: center;
    margin: -7px 100px 0 0;
    padding: 0 1px;
    display: block;
    float: left;
    border-top: 6px solid #f6f6f6;
}

#productList ul#product_tab li a.active {
    color: #313131;
    border-top: 6px solid #323232;
}

.tab_con {
    padding: 50px 80px 50px 80px;
    width: 780px;
    margin: 0 auto;
    height: auto;
    float: left;
    min-height: 180px;
}

.tab_con .left {
    float: left;
    width: 250px;
    margin: 0 40px 0 0;
}

.tab_con .left img {
    display: block;
    margin: 0 auto;
    max-width: 250px;
}

.tab_con .right {
    width: 485px;
    float: left;
}

.tab_con .right img {
    max-width: 485px;
    height: auto !important;
}

.tab_con h6,
.tab_con p,
.tab_con dt,
.tab_con dd,
.tab_con table {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 13px;
}

.tab_con h6 {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: #000;
    letter-spacing: 1px;
    margin: 0 0 20px 0;
}

.tab_con p {
    font-size: 14px;
    line-height: 18px;
    margin: 0 0 10px 0;
}

.tab_con dl {
    font-size: 13px;
    margin: 0 0 15px 0;
}

#tab_info dl {
    width: 100%;
    margin: 0 0 5px 0;
    float: left;
}

#tab_info dt {
    color: #727272;
    float: left;
    width: 130px;
    text-align: right;
}

#tab_info dd {
    margin-left: 140px;
    display: block;
}

.tab_con table {
    margin: 0 0 15px 0;
    text-align: center;
}

.tab_con table td {
    border: 1px solid #525252;
    vertical-align: middle;
}

.tab_con tr.sizetit {
    background-color: #353535;
    color: #A3A3A3;
    height: 25px;
}

.tab_con tr.sizenum {
    color: #353535;
    height: 40px;
}

#tab_model dl {
    width: 50%;
    margin: 0 0 5px 0;
    float: left;
}

#tab_model dt {
    color: #727272;
    float: left;
    width: 60px;
    text-align: right;
}

#tab_model dd {
    margin-left: 80px;
    display: block;
}


/* productPhoto */

#product_photo {
    width: 940px;
    height: auto;
    float: left;
    padding: 20px 0;
    border-top: 1px solid #535353;
    font-family: Arial, "微軟正黑體";
}

#product_photo img {
    width: 500px;
    margin: 0 auto 30px auto;
    display: block;
}


/* Sale */

#sale {
    float: left;
    margin: 0 auto;
}

#sale h3 {
    font-family: 'Open Sans Condensed', Helvetica, sans-serif;
    font-weight: 700;
    color: #323232;
    font-size: 18px;
    margin: 0 0 20px 0;
}


/***************************************** 
             
******************************************/

.color-list {
    height: auto !important;
}

.color-list .colortext {
    border-bottom: #ccc solid 1px;
    font-size: 12px;
    color: #555;
    display: block;
    margin: 0px 0 5px;
}

.color-list a {
    display: inline-block;
}

.color-list a img {
    border: #fff solid 3px;
}

.color-list a:hover img,
.color-list a.active img {
    border: #313131 solid 3px;
}
