﻿@charset "utf-8";
/*商品详细页*/
#goodbody .goods{ min-height:450px;}

.goods-gallery{ float:left; height:450px; width:510px; padding:0px; position:relative;}
.gallery-goods { height:382px; width:530px; position:relative; z-index:1;}
.gallery-goods .gallery-view { background-color:#f6f6f6; border:1px solid #ccc; height:380px; width:380px; position:absolute; top:0px; left:94px; z-index:1; text-align:center;}
.gallery-goods .gallery-view span.cloudzoom_wrap{ display:inline-block; height:380px; width:380px; position:relative;}
.gallery-goods .gallery-view a.cloud-zoom{ display:block; max-height:380px; max-width:380px; position:absolute; overflow:hidden;}
.gallery-goods .gallery-view img { max-height:380px; max-width:380px; height:expression(this.height > 380 ? 380 : true); width:expression(this.width > 380 ? 380 : true);}
.gallery-goods .gallery-view .mousetrap{ min-height:380px; min-width:380px; max-height:380px; max-width:380px; height:380px; width:380px; position:absolute; left:0px;}
.gallery-goods .gallery-view .cloud-zoom-big { background:#fff; border:1px solid #ccc; height:380px; width:380px; left:380px; top:-1px;}

.gallery-goods .gallery-list{ height:380px; width:70px; margin:0px; overflow:hidden; padding:0px; overflow:hidden; position:absolute; left:0px; top:0px;}
.gallery-goods .gallery-list ul { height:380px; padding:0px; zoom:1; overflow:hidden; position:absolute;}

/*分享*/
.goods-gallery .share{ border-left:1px solid #eee; display:inline; float:left; font-size:12px; height:20px; margin-left:5px; padding:0 0px 0px 5px;}
.goods-gallery .share dt{ color:#666; display:inline; padding:0px 5px 0px 0px;}
.goods-gallery .share dd{ display:inline;}

.ow-goods-content .content-section{ border:1px solid #e6e6e6; border-top:none; min-height:500px; padding:20px 20px;}