/* 商品產品樣式 - Products & Goods Styles */

/* Thumbnail Styles */
.thumbnail .mo.caption .promo { 
    top: 0; 
    border-radius: 0;    
    margin: 0;
}

.thumbnail h3 {
    font-size: 14px;
    line-height: 23px;
    margin: 10px;
    height: 46px; 
    overflow: hidden;
    font-weight: normal;    
    text-align: center;
    margin-bottom: 5px
}

.find.thumbnail {
    padding: 10px;
    position:relative
}

.find.thumbnail .promo{
    top:0
}

.find.thumbnail .info a {
    display: block;
    width: 100%;
    height: 60px;
    overflow: hidden;
    line-height: 20px;
    margin-bottom: 15px;
}

.find.thumbnail:hover .info a {
    color:#E84E63
}

.find.thumbnail .promo {
    top: 10px !important;
    z-index: 99;
    margin: 0;
}

.promote.thumbnail , .sr-common.thumbnail {
    border:none;
    position: relative;
}

.thumbnail .real_price {
    margin-right: 5px;
}

.thumbnail .caption p {
    text-align: center;
}

.thumbnail .caption p em {
    font-size: 12px;
}

.thumbnail img:hover {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -sand-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.thumbnail img{
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.shop-pd .thumbnail {
    box-shadow: 1px 1px 5px #ddd;
    -webkit-box-shadow: 1px 1px 5px #ddd;
    -moz-box-shadow: 1px 1px 5px #ddd;
}

.thumbnail {
    overflow:hidden
}

.thumbnail  span.promo {
    display: block;
    position: absolute;
    top:0px;
    left: 0;
    background-color: #F04331;
    color: #fff;
    padding: 3px 6px;
    font-size: 12px;
    width: 50px !important;
    text-align: center;
}

#index-page .thumbnail {
    border: 0;
}

.fav-goods .thumbnail {
    border: none;
}

.thumbnail:hover .index-btn  , .thumbnail:hover .ibtn-l{    
    border-color: #E95B5B;
     transition: all .5s ease-in-out;
}

.thumbnail:hover .ibtn-r .glyphicon {
    color:#E95B5B;    
    transition: all .5s ease-in-out;
}

/* Promo Styles */
.goods-list .thumbnail span.promo,.bs-new-goods .thumbnail span.promo,#show_best .thumbnail span.promo,#show_hot .thumbnail span.promo{
    display: block;
    margin:0;
    position: absolute;
    top: 4px;
    left: 15px;
    width: 70px !important;
    height: 22px;
    border-radius:0;
    font-size:12px;    
    box-shadow: 2px 2px 2px #aaa;    
    -webkit-box-shadow: 2px 2px 2px #aaa;
}

.bd.goods_list li { 
    margin: 5px;
}

.bought_goods .bd.goods_list .promo { 
    top: 0;
}

.bd.goods_list .promo {
    position: absolute;
    width: 60px !important;
    font-size: 14px;
    color: #fff;
    height: 26px;
    background-color: #FD5252;
    text-align: center;
    padding: 3px 6px;
    top: -42px;
    border-radius: 0;
}

#goods_list .promo,.bought_goods .promo {
    line-height: 1.4em;
}

.display_grid .promo {
    line-height: 1.7em;
}

/* Goods List Styles */
.goods_list ul:after{
    clear:both;
    content:'\0020';
    display:block;
    visibility:hidden;
    height:0
}

.goods_list ul{
    display:inline-block
}

* html .goods_list ul{
    height:1%
}

.goods_list ul{
    display:block
}

.goods_list li{
    display:block;
    float:left;
    position:relative
}

.goods_list .photo{
    display:block
}

.goods_list .photo img{
    vertical-align:top
}

.goods_list .info{
    position:relative
}

.goods_list .name{
    display:block
}

.goods_list .name em{
    font-weight:bold
}

.goods_list .price {
    display:block;
    font-weight:bold;  
    font-size: 18px; 
    color: #A00000;
}

.goods_list .price {
    display: block;
    font-weight: bold;
    text-align: right;
}

.goods_list .end_time_wrapper{
    display:block;
    overflow:hidden;
    padding:3px 8px 3px 3px;
    color:#999;
    line-height:20px;
    text-align:center;
    text-shadow:0 1px 0 #fff;
    margin:10px 0
}

.goods_list .end_time_wrapper em{
    padding:0 1px 0 2px;
    color:#f04331;
    font-family:Arial,Helvetica,sans-serif;
    font-size:16px;
    font-weight:bold
}

.goods_list .menu{
    position:absolute;
    top:30px;
    right:20px;
    display:none
}

.goods_list li:hover .menu, .goods_list li.hover .menu{
    display:block
}

.goods_list .menu a{
    display:block;
    height:25px;
    width:25px;
    margin-bottom:3px;
    text-indent:-999em;
    background:url('../img/menu_icon.png') no-repeat 0 0
}

.goods_list .menu .buy{
    background-position:0 -25px
}

.goods_list .menu .collect{
    background-position:0 -50px
}

.goods_list .menu a:hover{
    background-position:-25px 0
}

.goods_list .menu .buy:hover{
    background-position:-25px -25px
}

.goods_list .menu .collect:hover{
    background-position:-25px -50px
}

/* Promotion Goods */
.promotion_goods,.bs-hot-goods,.bs-new-goods,.bs-best-goods{
    margin:10px 0
}

.promotion_goods .goods_list .menu{
    top:57px
}

/* Grid Display */
.col_main .goods_list{
    position:relative
}

.col_main .goods_list .empty{
    padding:80px 0
}

.col_main .goods_list li, .display_grid li{
    width:175px;
    margin:10px 0 10px 20px
}

.col_main .goods_list li.first_child, .display_grid li.first_child{
    clear:left;
    margin-left:0
}

.col_main .goods_list .photo, .display_grid .photo{
    height:155px;
    width:155px;
    padding:10px
}

.col_main .goods_list .info, .display_grid .info{
    display:block
}

.col_main .goods_list .photo img, .display_grid .photo img{
    width:155px;
    height:155px
}

.col_main .goods_list .name, .display_grid .name{
    padding:5px 0;
    line-height:18px;
    font-size:14px;    
    text-align: center;
}

.col_main .goods_list .price, .display_grid .price{
    padding:3px 0;
    font-size:14px
}

.col_main .goods_list .promo, .display_grid .promo{
    display: block;
    height: 25px;
    width: 45px;
    position: absolute;
    top: -155px;
    left: -5px;
    color: #fff;
    background-color: #CD0000;
    text-align: center;
    font-size: 12px;
    padding-top: 3px;
}

.display_grid .actions{
    padding:5px 0
}

.display_grid .actions .btn {
    float: none;
    margin: 5px 0;
}

/* List Display */
.col_main .display_list li{
    width:370px;
    margin:10px 0 10px 20px
}

.col_main .display_list li.first_child{
    clear:left;
    margin-left:0
}

.col_main .display_list .photo{
    width:350px;
    height:350px;
    padding:10px
}

.col_main .display_list .photo img{
    width:350px;
    height:350px
}

.col_main .display_list .btn_qv{
    left:118px;
    top:300px;
}

/* Text Display */
.col_main .display_text li{
    width:100%;
    padding:5px 0;
    margin:0;
    background:url('../img/horizontal_spacer.gif') repeat-x left top
}

.col_main .display_text li.first{
    background-image:none
}

.col_main .display_text li:hover, .col_main .display_text li.hover{
    background-color:#f6f6f6
}

.col_main .display_text .photo{
    float:left;
    width:60px;
    height:60px;
    padding:5px 10px;
    border-bottom-width:0
}

.col_main .display_text .photo img{
    width:60px;
    height:60px
}

.col_main .display_text .info{
    float:left;
    width:460px;
    padding:0 10px;
    background-image:none
}

.col_main .display_text .name{
    display:inline-block
}

.col_main .display_text .promo{
    top:10px;
    right:20px
}

.col_main .display_text .actions{
    float:right;
    width:170px;
    padding:18px 10px 0 0;
    text-align:right
}

.col_main .display_text .actions .button{
    margin-left:2px;
    font-size:12px
}

.col_main .display_text .btn_qv{
    left:450px;
    top:25px;
}

/* Sidebar Goods List */
.col_sub .goods_list li{
    display:inline-block;
    float:none;
    width:100%;
    padding:10px 0;
    background:url('../img/horizontal_spacer.gif') repeat-x left top
}

.col_sub .goods_list li.first{
    background-image:none
}

.col_sub .goods_list .photo{
    float:left;
    width:60px;
    height:60px;
    margin-right:10px
}

.col_sub .goods_list .photo img{
    width:60px;
    height:60px
}

.col_sub .goods_list .info{
    display:block;
    float:left;
    width:110px
}

.col_sub .goods_list .name{
    line-height:16px;
    margin-bottom:3px
}

.col_sub .goods_list .promo{
    display:block;
    height:33px;
    width:33px;
    position:absolute;
    top:10px;
    right:0;
    text-indent:-999em;
    background:url('../img/sale_s.png') no-repeat left top
}

/* Full Box Goods List */
.full_box .goods_list li, .full_box .display_grid li{
    margin:10px 0 10px 18px
}

.full_box .goods_list li.first_child, .full_box .display_grid li.first_child{
    margin-left:0
}

/* Quick View Button */
.col_main .goods_list .btn_qv{
    display:none;
    position:absolute;
    top:120px;
    left:20px;
    height:23px;
    width:135px;
    color:#fff;
    text-align:center;
    text-indent:-999em;
    background:transparent url('../img/btn_qv.png') no-repeat 0 0;
    opacity:0.8;
}

.col_main .goods_list .btn_qv:hover{
    opacity:1;
}

.col_main .goods_list li:hover .btn_qv, .col_main .goods_list li.hover .btn_qv{
    display:block;
}

/* Goods Controls */
.goods_list .controls .prev, .goods_list .controls .next{
    display:block;
    float:left;
    position:absolute;
    top:-25px;
    right:35px;
    height:19px;
    width:19px;
    text-indent:-999em;
    background:url('../img/scroll_btn.gif') no-repeat left top
}

.goods_list .controls .next{
    right:12px;
    background-position:right top
}

.extra_box .goods_list .controls .prev, .extra_box .goods_list .controls .next{
    top:-29px
}

.goods_list .controls .prev:hover{
    background-position:left bottom
}

.goods_list .controls .next:hover{
    background-position:right bottom
}

/* Goods Slider */
.goods_slider {
    position: relative;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
}

/* Loader */
.col_main .goods_list .loader{
    position:absolute;
    top:50%;
    left:50%;
    height:30px;
    width:30px;
    margin-top:-15px;
    margin-left:-15px;
    background-image:url('../img/loading.gif')
}

/* Photo and Cover */
.photo, .cover{
    background:url('../img/loading.gif') no-repeat center center
}

.goods_list .photo {
    display: block;
    margin-bottom: 15px;
}

/* Price Styles */
price{
    font-size: 1.2em;
    color: #ee4d2d;
    font-weight: bold;
}

.price.amount.s1 {
    color: #f04331;
    font-family: arial;
    font-size: 18px;
    font-weight: bold;
}

.mo-order .price {
    color: #C00000;
    font-weight: bold;
}

em.price a {
    font-size: 13px;
    font-weight: normal;
    color: #F04331;
}

em.price.fittings {
    padding: 10px 5px;
}

.rank_price .price { 
    color: #F04331;
}

/* Index Button Styles */
.index-btn {
    width: 100%;
    height: 38px;
}

.ibtn-l {
    width: 100%;
    float: left;
    text-align: center;
    height: 37px;
    padding-top: 7px;
}

.ibtn-r {
    display:none;
    width: 20%;
    float: right;
    text-align: center;
    height: 37px;
}

.ibtn-l {
    color:#E95B5B;
    font-weight: bold;
    font-size: 18px;
}

.ibtn-r .glyphicon {
    font-size: 18px;
    margin-top: 8px;
    color:#ccc;
}

/* Buy It Styles */
.buy_it {
    margin-left: 10px;
    color: #E95B5B;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.goods-operate a i {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

a:hover .buy_it,.goods-operate a:hover i  {
    color: #ffabab;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    transform: scale(1.3);
    -moz-transform: scale(1.3);
    -o-transform: scale(1.3);
    -sand-transform: scale(1.3);
    -ms-transform: scale(1.3);
}

/* Goods Operate */
.goods-operate {
    text-align: center;
}

.goods-operate i { 
    font-size: 16px;
}

.goods-operate td { 
    padding-top: 5px;
}

a.add-cart { 
    padding: 3px;   
    color: #aaa;
}

a.collect { 
    color: #aaa; 
    padding: 5px;
}

a.add-cart:hover{
    text-decoration: none;
}

/* Goods Cut/Add Buttons */
.goods_cut, .goods_add {
    font-size: 16px;
    color: #888;
}

.goods_cut:hover, .goods_add:hover {
    color: #555;
}

/* Image Wrapper */
.img-Wrap{
    width:100%;
    height:auto;
    overflow:hidden
}

.img-Wrap img {
    width: 100%;
    max-width: 200px;
    height: auto;
}

/* Special Styles */
#add_purchase .btn {
    float: none;
}

label#add_purchase {
    width: 100%;
    text-align: center;
    overflow:hidden
}

label#add_purchase .price {
    color: #BB0000;
}

input[type="checkbox"]:checked + label#add_purchase .btn{
    background-color: #5BC0DE;
    background-image: none;
    color: #fff;
    text-shadow: none;
    border: 1px solid #26C2F1;
}