<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">    /* Product images
    -------------------------------------------------------------- */
    .imageHolder{
        z-index: 10001;
        -webkit-box-shadow:0 0 10px #888;
           -moz-box-shadow:0 0 10px #888;
                box-shadow:0 0 10px #888;
    }
    .product-images {
        margin-right:10px;
        position: relative;
		margin-top:20px;
    }
        
        .product-images .main-image {
            height: 330px;
			width:440px;
			padding:5px;
			border:1px solid #bcbcbc;
			float:left;
			display:inline;
			margin-right:10px;
        }   
		 .product-images .zoom{ width:39px; position:absolute; right:5px; bottom:5px; z-index:99999;}
		.product-images .starwrapper {
			right:5px;
			top:5px;
			position: absolute;
			z-index: 10000;
		}
        .product-images::selection{
            background: transparent !important;
        }
        /*empty area clickable fix
        prevent covering by &lt;a&gt; tag */
        .product-images .main-image #wrap {
            display: inline-block;
        }
        .product-images .main-image img {
            border:1px solid #efefef;
        }
        .product-images .main-image .lightbox-btn  {
            text-indent: -9999px; 
            display:block; 
            width:93px; 
            height:26px; 
            background: url(images/zoom_img.png) no-repeat top center;
        }
        .product-images .main-image .lightbox-btn:hover { 
            background-position: bottom; 
        }

        .product-images .views-gallery {
            width:238px;
            margin:20px auto 0;
        }
        .product-images .views-gallery .slide {
            float:left;
            width:80px;
            text-align: center;
        }
        
        .product-images .views-gallery .slide:first-child {
            margin-left: 0;
        }
        
        .product-images .views-gallery .slide img {
            border:1px solid #ddd;
        }
        
.product_image{ width:440px;}
.proInfo{ width:170px; height:258px; float:left; position:relative;margin-right:50px;}
.scrThumb{ width:295px; position:absolute; bottom:0; left:0;}

.proInfo .infoTxt{
	font-size:16px;
	color:#000;
	line-height:180%;
	margin:10px 0 30px 10px;
}
.proInfo .infoTxt strong{ color:#6f728c;}
.proInfo .dinggou{ width:174px; height:32px; line-height:32px; background:url(../images/orderbg.gif) no-repeat 0 0; text-align:center; margin-left:10px;}
.proInfo .dinggou a{ display:block; color:#fff; font-size:16px;}</pre></body></html>