
.prleft { width:40%; height:auto; float:left;}
.prright { width:60%; float:left;}
.prright li {float:left; width:100%;}
.prright li span {width:100px; text-align:right; float:left; }

.prleft2 { width:430px; height:auto; float:left;}
.prright2 { width:520px; float:left;}

/* clearfix */
.clearfix:after{ visibility:hidden; display:block; font-size:0; content:" "; clear:both; height:0;}
*html .clearfix{ zoom:1;}
.preview{width:400px; height:480px; float:left;}

/* 商品组图和放大镜 */
    #magnifier {
      position: relative;
      width: 400px;
    }
    .small-box {
      position: relative;
      width: 400px;
      height: 400px;
      margin: 10px 0 20px 0;
      border: 1px solid #eee;
    }
    .small-box table td{
      width: 400px;
      height: 400px;
  	}
    .small-box img {
      width: auto;
      height: auto;
      max-height: 400px;
      max-width: 400px;
    }
    .small-box .hover {
      display: none;
      position: absolute;
      left: 0;
      top: 0;
      width: 200px;
      height: 200px;
      border: 1px solid #aaa;
      background: #0099ff;
      opacity: .5;
      filter: alpha(opacity: 50);
      cursor: move;
    }
    .thumbnail-box {
      position: relative;
      width: 100%;
    }
    .thumbnail-box .photoview-btn {
      position: absolute;
      top: 50%;
      width: 22px;
      height: 32px;
      margin-top: -16px;
    }
    .thumbnail-box .btn-prev {
      left: 0;
      background: url(btn_prev.png) no-repeat;
    }
    .thumbnail-box .btn-prev.btn_prev_disabled{background: url(btn_prev_disabled.png) no-repeat;cursor: not-allowed;}
    .thumbnail-box .btn-next {
      right: 0;
      background: url(btn_next.png) no-repeat;
    }
    .thumbnail-box .btn-next.btn_next_disabled{background: url(btn_next_disabled.png) no-repeat;cursor: not-allowed;}
    .thumbnail-box .list {
      overflow: hidden;
      width: 390px;
      margin: 0 auto;
    }
    .thumbnail-box .wrapper {
      width: 100000px;
    }
    .thumbnail-box .list .item {
      float: left;
      margin: 0 10px;
    }
    .thumbnail-box .list .item-cur {}
    .thumbnail-box .list .item img {
      border: 2px solid #a9a9a9;
      width: 54px;
      height: 54px;
    }
    .thumbnail-box .list .item-cur img {
      border: 2px solid #e53e41;
    }
    .big-box {
      display: none;
      overflow: hidden;
      position: absolute;
      left: 410px;
      top: 0;
      width: 550px;
      height: 480px;
      border: 1px solid #e4e4e4;
      z-index: 99999;
      background: #fff;
    }
    .big-box img {
      display: block;
    }

/**/
.contentleft { width:210px; float:left; border:1px #CCCCCC solid; height: auto; padding:20px; overflow:hidden;}
.contentleft ul { margin-bottom:30px; height:auto; overflow:hidden;}
.contentleft ul h1 { font-size:14px; font-weight:500;}
.contentleft ul li { width:105px; height:40px; line-height:40px; float:left;}
.contentleft ul li a { padding-left:30px; display:block;}
.contentleft ul p { height:240px; text-align:center;}
.contentright { float:left; margin-left:30px; width:910px;}

/*选项卡*/
#tabs0 {
	height: auto;
	width: 100%;
	margin:0 auto;
	margin-bottom:60px;
}
.menu0{
	width: 100%;
	background:#f4f4f4;
}
.menu0 li{
	display:block;
	float: left;
	width:100px;
	height:50px;
	line-height:50px;
	text-align: center;
	cursor:pointer;
	font-size:14px;
}
.menu0 li.hover{
	border-bottom:3px #005AA9 solid
}
#main0 { border-top:1px #CCCCCC solid;}
#main0 img { max-width:100%;}
#main0 a img { max-width:100%;}
#main0 ul{
	display: none;
	padding:10px 0;
}
#main0 ul.block{
	display: block;
}
/*商品属性*/
.shuxing { margin-bottom:30px; height:auto; overflow:hidden; border:1px #CCCCCC solid; padding:20px;}
.shuxing span { width:230px; float:left; height:30px; line-height:30px; margin-right:80px; font-size:14px; color:#999}
.shuxing .shoppp { font-weight:bold;}
.shuxing .shopcs { font-weight:bold;}