﻿@charset "utf-8";


/* --------------------------------------------------------------
Basic Style Sheet for dtcms.net

version:     1 (2011-5-12)
author:      Li Jianping
email:       starplain@gmail.com
QQ:          54620373
----------------------------------------------------------------- */


/*图片放大镜样式*/
.jqzoom{ float:left;border:none; position:relative; padding:0px; cursor:pointer; margin:0px; display:block; }
.zoomdiv{ z-index:100; position:absolute; top:0px; left:0px; background:#ffffff; border:1px solid #CCCCCC; display:none; text-align:center; overflow:hidden; }
.jqZoomPup{ z-index:10; visibility:hidden; position:absolute; top:0px;left:0px; width:20px; height:20px; border:1px solid #aaa; background:#ffffff /*url(../images/zoom.png) 50% center no-repeat*/;opacity: 0.5;-moz-opacity: 0.5;-khtml-opacity: 0.5;filter: alpha(Opacity=50);}

/*图片小图预览列表*/
.spec-preview{ width:700px; height:525px; border: 1px solid #CCC;}
.spec-preview .jqzoom img{ width:700px; height:525px; }
.spec-scroll{ clear:both; margin-top:5px; width:700px; }
.spec-scroll .prev{ float:left; margin-right:5px; }
.spec-scroll .next{ float:right; }
.spec-scroll .prev,.spec-scroll .next{ display:block; font-family:"宋体"; text-align:center; width:10px; height:134px; line-height:54px; border:1px solid #CCC; background:#EBEBEB; cursor:pointer; text-decoration:none; }
.spec-scroll .items{ float:left;position: relative;width:660px; height:176px; overflow:hidden; }
.spec-scroll .items ul{ list-style:none; position:absolute; width:999999px; height:176px; }
.spec-scroll .items ul li{ float:left; width:185px; text-align:center; }
.spec-scroll .items ul li img{ border:1px solid #CCC; padding:2px; width:170px; height:130px; }
.spec-scroll .items ul li img:hover{ border:2px solid #FF6600; padding:1px; }
/*------------------------------新增结束--------------------------*/
.productItem { height: 330px; border-top-width: 1px; border-bottom-width: 1px; border-top-style: dotted; border-bottom-style: dotted; border-top-color: #CCC; border-bottom-color: #CCC; list-style-type: none; float: left; margin: 0 0 20px 10px; width:270px; padding: 10px; line-height: 34px; font-size: 14px; }


