/**
	Style Name: Goods pictures show enhanced ~ Stylesheet
	DEMO URI: http://demo.zcmb.net/gpe/
	Description: Goods pictures show enhanced  for Zen Cart 1.3x~1.5x, Powered by KIRA
	Version: 1.0
	Author: KIRA
	Author URI: http://zcbk.org/
	Tags: XHTML, CSS, Zen Cart, Templates, Skin, Zen Cart 中文博客, 火星花园, KIRA
*/

@charset "utf-8";
/* CSS Document */

.clear {
    clear: both;
    overflow: hidden;
    height: 0;
}

.leftDiv {
    float: left;
}

.rightDiv {
    float: right;
}

.imgBox {
    text-align: center;
}

li.leftDiv.hover {
    background: #ffffff none repeat scroll 0 0;
    margin: 0 4px 0 0 !important;
    padding: 3px;
    text-align: center;
    float: left;
}

/*Lightbox*/

#jquery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999990;
    width: 100%;
    height: 500px;
}

#jquery-lightbox {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999991;
    text-align: center;
    line-height: 0;
}

#jquery-lightbox a img {
    border: none;
}

#lightbox-container-image-box {
    position: relative;
    background-color: #fff;
    width: 250px;
    height: 250px;
    margin: -30px auto 0 auto;
}

#lightbox-container-image {
    padding: 10px;background: #fff;
}

#lightbox-loading {
    position: absolute;
    top: 40%;
    left: 0%;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0;
}

#lightbox-nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 999992;
}

#lightbox-container-image-box>#lightbox-nav {
    left: 0;
}

#lightbox-nav a {
    outline: none;
}

#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
    width: 49%;
    height: 100%;
    zoom: 1;
    display: block;
}

#lightbox-nav-btnPrev {
    left: 0;
    float: left;
}

#lightbox-nav-btnNext {
    right: 0;
    float: right;
}

#lightbox-container-image-data-box {
    font: 10px Verdana, Helvetica, sans-serif;
    background-color: #fff;
    margin: 0 auto;
    line-height: 1.4em;
    overflow: auto;
    width: 100%;max-width: 100%;
    padding: 0 10px 0;
}

#lightbox-container-image-data {
    padding: 0 10px;
    color: #666;
}

#lightbox-container-image-data #lightbox-image-details {
    width: 70%;
    float: left;
    text-align: left;
}

#lightbox-image-details-caption {
    font-weight: 500;
}

#lightbox-image-details-currentNumber {
    clear: left;
    padding-bottom: 1.0em;
}

#lightbox-secNav-btnClose {
    width: 66px;
    float: right;
    padding-bottom: 0.7em;
}

/*Zoom*/

.jqZoomTitle {
    z-index: 5000;
    text-align: center;
    font-size: 11px;
    font-family: Tahoma;
    height: 16px;
    padding-top: 2px;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    color: #fff;
    background: #999;
}

.jqZoomPup {
    overflow: hidden;
    background-color: #fff;
    -moz-opacity: 0.6;
    opacity: 0.6;
    filter: alpha(opacity=60);
    z-index: 10;
    border-color: #c4c4c4;
    border-style: solid;
    cursor: zoom-in;
}

.jqZoomPup img {
    border: 0px;
}

.preload {
    -moz-opacity: 0.8;
    opacity: 0.8;
    filter: alpha(opacity=80);
    color: rgba(66,66,66,.8);
    font-size: 12px;
    font-family: Tahoma;
    text-decoration: none;
    border: 1px solid #CCC;
    background-color: white;
    padding: 8px;
    text-align: center;
    background-image: url(../images/gpe/zoomloader.gif);
    background-repeat: no-repeat;
    background-position: 43px 30px;
    width: 90px;
    * width: 100px;
    height: 43px;
    *height: 55px;
    z-index: 10;
    position: absolute;
    top: 3px;
    left: 3px;
}

.jqZoomWindow {
    border: 1px solid #999;
    background-color: #fff;
}

/*Scroll*/

#scrollImg img {
    border: 0;
    text-align: center;
    padding: 0;
    margin: 0;
    min-width: 50px;
    min-height: 50px;
}

#scrollImg img:hover {
    border: 0;
}

.noButton {
    padding-left: 3px;
}

.noButton li {
    margin: 0 3px;
}

#mainImg {
    text-align: center;
    margin: 0 0 10px 0;
    border: 0;
    width:100%;
}#scrollImg li.hover {
    padding: 5px 0;max-width: 160px !important;height: auto !important;
}#cartAdd .button img {
    margin: 0;
    padding: 0;
}.minus.button {
    border: 1px solid #eee;
    background: #fff;
    text-align: center;
    padding: 7px !important;
}.plus.button {
    background: #fff;
    border: 1px solid #eee;
    padding: 7px !important;
}

#productMainImage img {
    margin: 0 auto;
    max-height: 100%;
}

/*scroll level*/

.scrollLevel #imgPrev, .scrollLevel #imgNext {
    width: 19px;
    height: 20px;
    padding: 0;
    margin: 10px 0 0 0;
    border: none;opacity: 0.6;
    display: block;
}

.scrollLevel #imgNext {
    background: url(../images/gpe/right.png) no-repeat 0 0px;
    position: absolute;
    right: 0;
    z-index: 999;
    top: 34%;
}

.scrollLevel #imgPrev {
    background: url(../images/gpe/left.png) no-repeat 0px 0px;
    position: absolute;
    z-index: 999;
    top: 34%;
}

/*scroll vertical*/

.scrollVertical #imgPrev, .scrollVertical #imgNext {
    width: 38px;
    height: 14px;
    padding: 0;
    margin: 0 auto;
    border: none;
    display: block;
}

.scrollVertical #imgPrev {
    background: url(../images/gpe/arrowVertical.png) no-repeat 0px 0px;
    margin-bottom: 3px;
}

.scrollVertical #imgNext {
    background: url(../images/gpe/arrowVertical.png) no-repeat 0px -28px;
}

.scrollVertical #imgPrev:hover {
    background: url(../images/gpe/arrowVertical.png) no-repeat 0px -14px;
}

.scrollVertical #imgNext:hover {
    background: url(../images/gpe/arrowVertical.png) no-repeat 0px -42px;
}

#smallImg {
    position: relative;
    overflow: hidden;
}

#scrollImg {
    margin-left: 0;
}.products_txt_main {
    border: 1px solid #F1F1F1;
    padding: 15px;
    line-height: 30px;
}
.products_txt_main span {
    font-size: 16px;
    font-weight: 500;
    font-size: 15px;text-transform: lowercase;
}span.txt_main_first {
    font-size: 18px;
    margin-right: 10px;
}.availability span {
    text-transform: capitalize;font-size: 11px;
}.add-on {
    margin: 7px;
    float: left;
    width: 100%;
    text-transform: uppercase;
    font-size: 11px;
}

@media (max-width: 991px) {
    #mainImg {
        text-align: center;
        border: 1px solid #fff;
        width: 100%;
        padding: 0;
    }
    #productMainImage {
        display: inline-block;
        background: #fff;
        max-width: 100%;
        border: 0;
        padding: 0;
    }.additional_images_listbox {
        display: none;
    }.productInfoRight.span7 {
        width: 100%;
        margin: 0;
      }
    #lightbox-container-image-box{
        display: contents;
    }#lightbox-container-image-data-box {
        max-width: 100%;
        padding: 0;
      }
}
@media (max-width: 561px) {
    #mainImg {
        text-align: center;
        margin: 0;
        border: 1px solid #fff;
        width: 94%;
        padding: 1em;
    }.productInfoRight.span7 {
        width: 100%;
        clear: both;
    }#cartAdd .button {
        margin: 0;
    }#scrollImg li.hover {
        padding: 5px 0;
        max-width: 50px !important;
    }
}