/*=Library*/
/* 首页所使用模块的样式
/*=============================================================================================*/
/* css file:index.css */
/* css file:TPL_INDEXGOODS_STYLE_2.css */
/*************************************************************************

只要调整下面的2个width的值，就可以实现几列显示；
这两个值最好是相同的。

*************************************************************************/
.INDEXGOODS_STYLE_2_Wrap .items,
.INDEXGOODS_STYLE_2_Wrap .items h1 {/*反复调整这里的数字来获得最佳的宽度*/
	width:130px;
}
/************************************************************************/

.INDEXGOODS_STYLE_2_Wrap .ItemsWarp {/*商品条目循环项外层*/
}
.INDEXGOODS_STYLE_2_Wrap .items {/*商品条目循环项*/
	padding:8px;
	float:left;
	overflow:hidden;
	margin:0 auto;
}
.INDEXGOODS_STYLE_2_Wrap .items h1{/*把商品名称放入h1中，更有利于搜索引擎的搜索*/
	background:url(syssite/home/shop/1/template/Cn00006/images/h_1.gif) no-repeat 0 3px;
	border:1px solid #CCCCCC;
	padding:0 0 2px 15px;
	margin-bottom:5px;
	height:18px;
	font-weight:700;
	font-size:12px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	text-align:left;
}
.INDEXGOODS_STYLE_2_Wrap .items h1 a{
	color:#666666;
}
.INDEXGOODS_STYLE_2_Wrap .items h1 a:hover{
	color:#f90;
}
.INDEXGOODS_STYLE_2_Wrap .items ul {/*商品图片*/
	text-align:center;
	margin:0 auto;
}
.INDEXGOODS_STYLE_2_Wrap .items .goodpic a{/*商品图片*/
	vertical-align:middle;
	text-align:center;
	padding:2px;
	margin:0 5px;
	display:block;
	width:99px;
	height:99px;
	border:1px dotted #f2f2f2;
	overflow:hidden;
}
.INDEXGOODS_STYLE_2_Wrap .items .goodpic a:hover{/*商品图片*/
	padding:2px;
	border:1px dotted #f90;
}
.INDEXGOODS_STYLE_2_Wrap .items .paybutton{/*一些支付网关购买按钮*/
	text-align:center;
	margin:2px 0 ;
}
.INDEXGOODS_STYLE_2_Wrap .items .paybutton a{/*一些支付网关购买按钮*/
	display:block;
}


/* css file:TPL_INDEXGOODS_STYLE_3.css */
/*=热卖商品
TPL_HOTGOODS
=============================================================================================*/
.TPL_INDEXGOODS_STYLE_3_Wrap .items a{
	display:block;
	border-bottom:1px dotted #ccc;
}
.TPL_INDEXGOODS_STYLE_3_Wrap .items a:hover{
	color:#f90;
	background:#f2f2f2;
	position:relative;
}
.TPL_INDEXGOODS_STYLE_3_Wrap .items a span{
	display:none;
}
.TPL_INDEXGOODS_STYLE_3_Wrap .items a:hover span{
	display:block;
	position:absolute;
	border:3px solid #ccc;
	width:80px;
	height:80px;
	top:20px;
	left:20px;
	z-index:100;
	background:#fff;
}
.TPL_INDEXGOODS_STYLE_3_Wrap .items dt a:hover span img{
	width:80px;
	height:80px;
}
.TPL_INDEXGOODS_STYLE_3_Wrap .items dd{
	border-bottom:1px solid #ccc;
	text-align:right;
	color:#ff9900;
}



/* css file:TPL_INDEXLOGIN.css */
/*=首页登录框
=============================================================================================*/
.IndexLoginWrap{
text-align:center;
}
.IndexLoginWrap label{
	font-weight:normal;
}
.IndexLoginWrap h1{
	background:url(syssite/home/shop/1/template/Cn00006/images/catetitle.gif) no-repeat ;
	height:43px;	width:120px;
	color:#ffffff;
	padding-left:70px;
	line-height:40px;
	font-weight:bold;
	font-size:14px;
}
.IndexLoginWrap #UserLogIn1_txtUid,
.IndexLoginWrap #UserLogIn1_txtPwd{
	width:100px;
}
.IndexLoginWrap .loginform{
	padding:4px;
	width:168px;
	margin: 0 auto;
	border:1px solid #ccc;
	border-top:0;
	border-bottom:0;
}
.IndexLoginWrap .loginform label{
	float:left;
	width:50px;
	color:#000;
	text-align:right;
}
.IndexLoginWrap .loginform .forgetpass,
.IndexLoginWrap .button{
	text-align:center;
	clear:both;
	height:25px;
	line-height:25px;
}
.IndexLoginWrap .button img{
	vertical-align:middle;
}
.IndexLoginWrap .loginbox{
	background:url(syssite/home/shop/1/template/Cn00006/images/login_04.gif) no-repeat;
	width:160px; height:60px;
	margin-bottom:5px;
	margin-right:auto;
	margin-left:auto;
}
.IndexLoginWrap .loginbox b{
}

/* css file:TPL_SELECTCURRENCY.css */
/*= 2.选择货币
=============================================================================================*/
.SelectCurWrap{
	clear:both;
}
.SelectCurWrap .title{
	text-align:left;
	font-size:14px;
	font-weight:bold;
	background: url(syssite/home/shop/1/template/Cn00006/images/items.gif) no-repeat;
	padding-left:20px;
	border-bottom:3px solid #f2f2f2;
	color:#ff9900
}
.SelectCurWrap .select{
	margin-top:15px;
	text-align:center;
}

/* css file:TPL_CARTINFO.css */
.CartInfoWrap{
}

.CartInfoWrap {
	border-bottom:0;
	border-top:0;
	width:132px;
	background:url(syssite/home/shop/1/template/Cn00006/images/car_3.gif) no-repeat 0 0px;
	padding-left:56px;
}
.CartInfoWrap .items{
	width:120px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;

} 
.CartInfoWrap .button{
	text-align:right;
	padding:10px 20px 0 0 ;
	border-top:1px solid #ccc;

} 

/* css file:TPL_LINKLIST.css */
/*首页友情链接
=============================================================================================*/
.IndexLinkListWrap{
	margin:10px 0;
	background:#f2f2f2;
	border:1px solid #ccc;
	padding:6px;
}
.IndexLinkListWrap ul li a{
	text-align:center;
	display:block;
	border:1px solid #fff;
	background:#fff;
	_width:95%;
	margin:2px;
}
/*更多友情链接样式
=============================================================================================*/

/* css file:TPL_NEWS.css */




a{
text-decoration:none;
color:#000000;
}
image{
border:0;
margin:0;
padding:0;
}
image a{
border:0;
}
body{
font-size:12px;
overflow:auto;
height:auto !important;
}
ul{
list-style-type:none;
}
*{
margin:0;
padding:0;

}


#top{
height:104px;
width:981px;
margin:10px auto 0px auto;
overflow:hidden;
}
#top #logo{
width:190px;
height:104px;
float:left;
padding-left:11px;
overflow:hidden;
}
#top #logoright
{
width:758px;
height:104px;
float:right;
padding-right:6px;
overflow:hidden;
}
#top #logoad{
width:750px;
height:64px;
border:1px solid #C2C2C2;
margin-top:3px;
overflow:hidden;
}
#top #dh{
height:30px;
width:758px;
padding-top:5px;
overflow:hidden;
}
#top #dhleft{
width:65%;
height:30px;
float:left;
overflow:hidden;
}
#dhleft li{
display:inline;
margin:0;
}
#top #dhright{
width:30%;
height:30px;
text-align:right;
float:right;
overflow:hidden;
}
#dhright li{
display:inline;
line-height:250%;
padding:0px 2px 0px 2px;
}


#searchbar{
width:943px;
height:98px;
color:#FFFFFF;
padding:0px 14px 0px 24px;
background-image:url(syssite/home/shop/1/template/Cn00006/images/scb.jpg);
background-repeat:no-repeat;
margin:0 auto 10px auto;
overflow:hidden;
}
#searchbar a{
color:#FFFFFF;
}
#searchbar #login{
width:201px;
height:88px;
float:left;
padding-top:4px;
letter-spacing:2px;
overflow:hidden;
}
#login .inputstyle{
width:125px;
height:18px;
}
#login li{
height:20px;
padding:5px 0px 4px 0px;
line-height:150%;
}
#login .botton{
border:0px;
background-color:#0B6B87;
color:#FFFFFF;
height:18px;
overflow:hidden;
}

#searchbar #search{
width:706px;
height:88px;
padding-top:7px;
float:right;
overflow:hidden;
}
#search .keys{
width:100%;
line-height:200%;
height:24px;
text-align:center;
overflow:hidden;
}
#search .question{
width:100%;
height:24px;
line-height:200%;
text-align:right;
overflow:hidden;
}
.question li{
display:inline;
}
#search .search{
width:100%;
height:32px;
}
.searchbn{
width:58px;
height:24px;
border:0px;
background-image:url(syssite/home/shop/1/template/Cn00006/images/seac.jpg);
margin-top:5px;
overflow:hidden;
}

#bottom{
width:975px;
height:75px;
margin:8px auto 4px auto; 
}
#bottom #bottomleft{
width:250px;
height:75px;
float:left;
overflow:hidden;
}
#bottom #bottomright{
width:700px;
height:75px;
line-height:250%;
float:left;
text-align:center;
}


#main{
margin:0 auto;
height:1653px;
width:975px;
}
#main #left{
height:1653px;
width:176px;
float:left;
overflow:hidden;
}
#left #leftcontact{
width:174px;
height:189px;
border:1px solid #C2C2C2;
margin:0 auto 5px auto;
overflow:hidden;
}
#left #leftincreat{
width:174px;
height:49px;
border:1px solid #C2C2C2;
margin:0 auto 5px auto;
overflow:hidden;
}
#left #items{
height:1452px;
width:174px;
overflow:hidden;
border:1px solid #C2C2C2;
margin:0 auto;
}
#items dd{
display:inline;
line-height:125%;
height:18px;
}
#main #right{
width:795px;
height:1653px;
float:right;
overflow:hidden;
}
/*=首页布局
=============================================================================================*/
#right #ifirst{
width:100%;
height:247px;
margin:0 auto 5px auto;
overflow:hidden;
}
#ifirst .ifirstad{
width:141px;
height:247px;
overflow:hidden;
padding-right:5px;
float:left;
}
.ifirstad li{
width:139px;
height:76px;
margin:0 auto 6px auto;
border:1px solid #C2C2C2;
overflow:hidden;
}
#ifirst #iflash{
height:245px;
width:388px;
float:left;
border:1px solid #C2C2C2;
margin-right:6px;
overflow:hidden;
}
#ifirst #iclient{
height:245px;
width:250px;
float:left;
border:1px solid #C2C2C2;
overflow:hidden;
}
#iclient #iclienttop{
width:220px;
padding-right:30px;
margin:0 auto;
height:23px;
line-height:200%;
overflow:hidden;
text-align:right;
background-image:url(syssite/home/shop/1/template/Cn00006/images/index999.jpg);
background-repeat:no-repeat;
}
#iclienttop a{
text-decoration:underline; 
color:#FF0000;
}
#iclient #iclientbottom{
height:212px;
width:220px;
padding:5px 15px 5px 15px;
margin:0 auto;
overflow:hidden;
}
#iclientbottom ul{
margin:0 auto;
}
#iclientbottom li{
width:190px;
height:20px;
border-bottom:1px dashed #C2C2C2;
line-height:200%;
overflow:hidden;
}
#right #isecond{
width:793px;
height:185px;
margin:0 auto;
overflow:hidden;
}
#isecondleft{
width:354px;
height:183px;
border:1px solid #C2C2C2;
float:left;
margin-right:7px;
overflow:hidden;
background-image:url(syssite/home/shop/1/template/Cn00006/images/index1000.jpg);
}
.inews1{
width:190px;
padding:10px 13px 0px 10px;
height:173px;
float:left;
overflow:hidden;
}
.inewsh{
width:68px;
height:183px;
float:left;
overflow:hidden;
}
.inewsh li{
margin-top:12px;
line-height:150%;
height:71px;
width:63px;
display:block;
}
.inews1 li{
width:190px;
height:24px;
border-bottom:1px dashed #C2C2C2;
line-height:200%;
overflow:hidden;
}
#isecond .isecondad{
width:142px;
height:183px;
float:left;
border:1px solid #C2C2C2;
overflow:hidden;
}
#right #ithird{
width:680px;
padding-left:113px;
margin:6px auto 6px auto;
line-height:200%;
height:25px;
color:#DAF2F9;
overflow:hidden;
background-image:url(syssite/home/shop/1/template/Cn00006/images/index_07.jpg);
}
#ithird a{
color:#DAF2F9;
}
#iforth{
width:793px;
height:421px;
margin:0 auto;
overflow:hidden;
}
#iforth #inewgoods{
width:500px;
height:421px;
border-right:1px solid #C2C2C2;
overflow:hidden;
float:left;
background-image:url(syssite/home/shop/1/template/Cn00006/images/index_10.jpg);
}
#inewgoods #igoodsdh{
width:100%;
height:2px;
position:relative;
}
#idhfirst{
position:absolute;
left:0px;
width:500px;
height:28px;
line-height:220%;
text-indent:110px;
overflow:hidden;
z-index:100;
}
#idhsecond{
position:absolute;
top:215px;
left:0px;
width:500px;
height:28px;
z-index:100;
line-height:220%;
text-indent:110px;
overflow:hidden;
}
.igoods{
width:125px;
height:163px;
float:left;
overflow:hidden;
margin-top:40px;
margin-bottom:10px;
}
.igoods li{
line-height:200%;
width:100%;
overflow:hidden;
}
#iforth #ihotgoods{
width:283px;
height:419px;
float:right;
border:1px solid #C2C2C2;
background-image:url(syssite/home/shop/1/template/Cn00006/images/index_13.jpg);
background-repeat:no-repeat;
overflow:hidden;
}
.ihotroll{
width:200px;
height:25px;
float:left;
padding-left:83px;
line-height:205%;
margin:0 auto;
border-bottom:1px solid #C2C2C2;
color:#F24C03;
overflow:hidden;
}
.ihotlist{
width:283px;
height:391px;
float:left;
display:block;
overflow:hidden;
}
.ihotlistleft{
float:left;
width:172px;
height:391px;
overflow:hidden;
}
.ihotlistleft li{
float:left;
line-height:180%;
padding-left:10px;
padding-right:10px;
height:21px;
width:152px;
overflow:hidden;
}
.ihotlistleft a{
text-decoration:underline;
color:#117290;
}
.ihotlistright{
float:left;
width:110px;
height:391px;
}
.ihotlistrightli{
width:85px;
margin-left:10px;
margin-top:5px;
line-height:140%;
text-align:center;
overflow:hidden;
}
#ififth{
margin:5px auto 0 auto;
width:793px;
height:291px;
display:block;
overflow:hidden;
}
#itjgoods{
height:288px;
width:499px;
border:1px solid #C2C2C2;
background-image:url(syssite/home/shop/1/template/Cn00006/images/index_24.jpg);
background-repeat:no-repeat;
float:left;
}
.itjtop{
height:26px;
width:389px;
padding-left:110px;
line-height:205%;
overflow:hidden;
border-bottom:1px solid #C2C2C2;
}
.itjbottom{
width:479px;
height:240px;
padding:10px 5px 10px 15px;
overflow:hidden;
}
.itjad{
height:240px;
width:132px;
float:left;
overflow:hidden;
}
.tjad li{
float:left;
width:130px;
height:77px;
border:1px solid #C2C2C2;
display:block;
overflow:hidden;
}
.inews2{
width:340px;
height:240px;
float:right;
}
.inews2 li{
line-height:150px;
width:165px;
float:right;
line-height:200%;
margin-left:5px;
overflow:hidden;
}
.inews2 a{
text-decoration:underline;
color:#555555;
}
#iflashtv{
height:258px;
width:256px;
padding:16px 15px 16px 15px;
float:right;
background-image:url(syssite/home/shop/1/template/Cn00006/images/index_21.jpg);
}
.itvtop{
width:256px;
height:216px;
overflow:hidden;
}
.itvbottom{
width:256px;
padding-top:30px;
height:12px;
text-align:center;
display:block;
overflow:hidden;
}
.itvbottom a{
color:#FF0000;
}
#isixth{
width:793px;
height:23px;
clear:both;
margin:15px auto 0 auto;
overflow:hidden;
}
#isixthleft{
width:70%;
height:23px;
overflow:hidden;
float:left;
}
#isixthleft li{
float:left;
display:block;
overflow:hidden;
height:23px;
width:108px;
background-image:url(syssite/home/shop/1/template/Cn00006/images/index1_05.jpg);
text-align:center;
line-height:200%;
cursor:pointer;
}
#isixthright{
float:right;
width:25%;
text-align:right;
line-height:200%;
color:#117290;
overflow:hidden;
}
#isixthright a{
color:#117290;
}
.iseventh{
height:198px;
width:782px;
padding-left:7px;
border-bottom:1px solid #C2C2C2;
border-left:2px solid #C2C2C2;
border-right:2px solid #C2C2C2;
border-top:6px solid #65B1C2;
margin:0 auto;
overflow:hidden;
display:none;
}
.iseventhad{
width:208px;
height:185px;
border:1px solid #C2C2C2;
margin-top:6px;
float:left;
overflow:hidden;
}
.iads{
width:406px;
height:179px;
padding-top:19px;
border-right:1px solid #C2C2C2;
float:left;
}
.iadsli{
width:109px;
height:175px;
float:left;
padding-left:18px;
overflow:hidden;
}
.iadsli1{
width:99px;
height:99px;
padding:5px;
overflow:hidden;
margin:0 auto;
background-image:url(syssite/home/shop/1/template/Cn00006/images/index1_27.jpg);
overflow:hidden;
}
.iadsli2{
width:99px;
height:55px;
padding:6px 5px 0 5px;
margin:0 auto;
overflow:hidden;
text-align:center;
line-height:150%;
}
.iad11{
width:165px;
height:198px;
float:right;
overflow:hidden;
}
.iad11li{
width:100%;
height:98px;
margin:0 auto;
overflow:hidden;
}
.links{
width:975px;
height:122px;
margin:8px auto 4px auto;
overflow:hidden; 
}
.linksad{
width:180px;
height:122px;
float:left;
}
.link{
height:120px;
width:784px;
float:right;
overflow:hidden;
}
.linktop{
width:744px;
height:25px;
padding-left:140px;
background-image:url(syssite/home/shop/1/template/Cn00006/images/index_61.jpg);
line-height:205%;
color:#FFFFFF;
overflow:hidden;
}
.linkbottom{
width:772px;
height:84px;
padding:5px;
background-color:#EFEDEC;
border-left:1px solid #C2C2C2;
border-right:1px solid #C2C2C2;
border-bottom:1px solid #C2C2C2;
overflow:hidden;
}
.linkbottom li{
display:inline;
line-height:180%;
}
.linkintro{
height:122px;
width:784px;
float:right;
overflow:hidden;
}


.product{
width:975px;
height:36px;
margin:0 auto;
}
.pro{
	width:975px;
	height:263px;
	margin:0 auto;
	border-bottom:1px solid #C2C2C2;
	border-top:1px solid #C2C2C2;
	overflow: hidden;
}
.pro1{
height:253px;
width:207px;
border:5px solid #FFE7BF;
float:left;
overflow:hidden;
}
.pro2{
height:253px;
width:207px;
border:5px solid #B3E5B8;
float:left;
overflow:hidden;
}
.pro3{
height:243px;
width:536px;
border-top:5px solid #FFF7E3;
border-bottom:5px solid #FFF7E3;
padding-top:10px;
float:left;
overflow:hidden;
}
.pro4{
height:253px;
width:536px;
border-top:5px solid #EBFFE9;
border-bottom:5px solid #EBFFE9;
float:left;
overflow:hidden;
}
.pro5{
height:247px;
width:211px;
border-top:5px solid #FFF7E3;
border-bottom:5px solid #FFF7E3;
float:left;
padding-left:6px;
padding-top:6px;
padding-right:5px;
background-image:url(syssite/home/shop/1/template/Cn00006/images/pro5.jpg);
overflow:hidden;
}
.pro6{
height:253px;
width:222px;
border-top:5px solid #EBFFE9;
border-bottom:5px solid #EBFFE9;
float:left;
background-image:url(syssite/home/shop/1/template/Cn00006/images/pro6.jpg);
overflow:hidden;
}

.propic{
width:536px;
height:162px;
overflow:hidden;
}
.pro3c{
clear:both;
width:508px;
height:81px;
padding-left:28px;
display:block;
overflow:hidden;
}
.pro3t{
width:230px;
height:81px;
float:left;
overflow:hidden;
}
.pro3t li{
line-height:220%;
}
.ad5{
width:249px;
height:58px;
border:1px solid #C2C2C2;
margin-left:10px;
float:left;
}
.procontent{
clear:both;
width:508px;
height:76px;
padding:13px 0 0 28px;
overflow:hidden;
}
.procontent li{
float:left;
width:240px;
margin-right:10px;
line-height:180%;
}
.pro6li{
clear:both;
display:block;
width:205px;
height:69px;
margin:10px auto 0 auto;
border:1px solid #C2C2C2;
}
.pro5li{
width:103px;
height:242px;
float:left;
}
.pro5li1{
clear:both;
width:101px;
height:175px;
border:1px solid #C2C2C2;
}
.pro5li2{
width:103px;
margin-top:10px;
line-height:140%;
height:53px;
overflow:hidden;
}
.pro5li2 a{
text-decoration:underline;
}
.ad2li{
width:101px;
height:161px;
float:left;
margin-left:26px;
}
.ad2li1{
width:99px;
height:99px;
border:1px solid #C2C2C2;
}
.ad2li2{
width:101px;
margin-top:10px;
height:45px;
line-height:120%;
text-align:center;
overflow:hidden;
}
.ad2li a{
text-decoration:underline;
}
#indexspecal{
width:791px;
border-left:1px solid #C2C2C2;
border-right:1px solid #C2C2C2;
border-bottom:1px solid #C2C2C2;
height:184px;
margin:0 auto;
overflow:hidden;
}
#indexspecaltitle{
width:791px;
border-left:1px solid #C2C2C2;
border-right:1px solid #C2C2C2;
border-top:1px solid #C2C2C2;
background-image:url(syssite/home/shop/1/template/Cn00006/images/index_131.jpg);
margin:5px auto 0 auto;
height:26px;
text-indent:120px;
overflow:hidden;
}
.sigoods{
width:125px;
height:163px;
display:inline;
margin:15px 6px 10px 6px;
float:left;
overflow:hidden;
}
.sigoods li{
line-height:200%;
width:100%;
overflow:hidden;
}

/* css file:Wrapstyle.css */

.bottom{
    width:178px; height:13px;
	background:url(syssite/home/shop/1/template/Cn00006/images/car_03.gif) no-repeat ;
	margin: 0 auto;
}

/*---------------------------------------------*/
.StyleIndexLogin .title{
	background: url(syssite/home/shop/1/template/Cn00006/images/ll_5.gif) no-repeat;
	height:19px;	width:178px;
	margin: 0 auto;
}
.StyleIndexLogin .body{
	padding:4px;
	width:168px;
	margin:0 auto;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	text-align:left;
}
/*---------------------------------------------*/
.StyleCategoryIndex .title{
	background:url(syssite/home/shop/1/template/Cn00006/images/car_01.gif) no-repeat ;
	height:19px;	width:178px;
	margin:0 auto;
}
.StyleCategoryIndex .body{
	padding:4px;
	width:168px;
	margin:0 auto;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	text-align:left;
}
/*---------------------------------------------*/
.StyleCartInfo {
}
/*---------------------------------------------*/
.StyleIndexArticle .title{
	background:url(syssite/home/shop/1/template/Cn00006/images/newstitle.gif);
	height:35px;
}
.StyleIndexArticle .title{
	background:url(syssite/home/shop/1/template/Cn00006/images/ll_2.gif) no-repeat ;
	height:19px;	width:178px;
	margin: 0 auto;
}
.StyleIndexArticle .body{
	width:176px;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	margin: 0 auto;
	text-align:left;
}

/*---------------------------------------------*/
.StyleHotGoods .title{
	background:url(syssite/home/shop/1/template/Cn00006/images/ll_3.gif) no-repeat ;
	height:19px;	width:178px;
	margin:0 auto;
	
}
.StyleHotGoods .body{
	padding:4px;
	width:168px;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	margin:0 auto;
}
/*---------------------------------------------*/
.StyleIndexLinkList .title{
	background:url(syssite/home/shop/1/template/Cn00006/images/link.gif) no-repeat ;
	height:51px;	width:178px;
	margin:0 auto;
}
.StyleIndexLinkList .body{
	text-align:center;
	width:176px;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	margin:0 auto;
}

/*---------------------------------------------*/
.StyleGoodsClass{
	text-align:left;
	clear:both;
}
.StyleGoodsClass .title{/*最新商品 特价商品 热卖商品头部*/
	height:30px;
	position:relative;
	background:url(syssite/home/shop/1/template/Cn00006/images/newgoods_bg.gif);
}
.StyleGoodsClass .title .name{
	width:180px;
	position:absolute;
	left:0;
	height:30px;
}
.StyleGoodsClass .title .viewmore{/*查看更多的链接*/
	position:absolute;
	padding-right:5px;
	padding-top:6px;
	height:24px;
	background:url(syssite/home/shop/1/template/Cn00006/images/spesial_last.gif) no-repeat right;
	top:0;
	right:0;
}
.StyleGoodsClass .title .viewmore a{
    color:#fff;
}
/*---------------------------------------------*/
.StyleGiftSearch{
	margin:10px 0;
}
.StyleGiftSearch .title{/*StyleGiftSearch 赠品搜索,分类共用*/
	height:19px;
	width:178px;
	margin:0 auto;
	text-align:center;
	background:#ccc;
}
.StyleGiftSearch .body{
	text-align:center;
	width:176px;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	margin:0 auto;
}
/*---------------------------------------------*/

.StyleGoodsClass .title2{/*最新商品 特价商品 热卖商品头部*/
	clear:both;
	height:30px;
	position:relative;
	background:url(syssite/home/shop/1/template/Cn00006/images/recommand_bg.gif);
}
.StyleGoodsClass .title2 .name{
	width:180px; height:30px;
}
.StyleGoodsClass .title2 .viewmore{/*查看更多的链接*/
	position:absolute;
	padding-right:5px;
	padding-top:6px;
	height:24px;
	background:url(syssite/home/shop/1/template/Cn00006/images/recommand_last.gif) no-repeat right;
	top:0;
	right:0;
}
.StyleGoodsClass .title2 .viewmore a{
    color:#fff;
}



.Stylebox { 
  background: #eee;
  margin:10px 5px;
}
.Stylebox .boxtop { 
  background: url(syssite/home/shop/1/template/Cn00006/images/ne.gif) no-repeat top right; 
}
.Stylebox .boxtop div { 
  height: 10px; 
  background: url(syssite/home/shop/1/template/Cn00006/images/nw.gif) no-repeat top left; 
}
.Stylebox .boxbottom { 
  background: url(syssite/home/shop/1/template/Cn00006/images/se.gif) no-repeat bottom right; 
}
.Stylebox .boxbottom div { 
  height: 10px; 
  background: url(syssite/home/shop/1/template/Cn00006/images/sw.gif) no-repeat bottom left; 
}
.Stylebox .boxcontent {
  padding: 0px 10px 0px 10px;
}



/* 全局设定
/*=============================================================================================*/
/* css file:htmls.css */
/*=全局样式
=============================================================================================*/
.clear{
   border-top:1px solid transparent !important;
   border-top:0;
   clear:both;
   line-height:0;
   font-size:0;
   height:0;
   height:1%;
}
.clearfix:after {
 content: "."; 
 display: block; 
 height: 0; 
 clear: both; 
 visibility: hidden;
}
.clearfix {
	display: inline-table;
}

div,
form{
	margin:0;
	padding:0;
}
img {
	border: 0;
}
fieldset{
	margin:0 15px;
	border:3px solid #f2f2f2;
	padding:10px;
	
}
fieldset legend{
	font-size:14px;
	color:#f90;
	font-weight:700;
	margin:5px 0;
}
form{
	line-height:23px;
}
form label{
	display:block;
	width:65px;
	text-align:right;
	float:left;
	font-weight:700;
	color:#000;
	padding:2px 0;
}
form br{
	clear:both;
}
h1{
	padding:0;
	margin:0;
}
h2,h3,h4,h5,h6{
	padding:0;
	margin:8px 0 0 0;
}
h2{
	text-align:left;
	font-size:14px;
	font-weight:bold;
	background: url(syssite/home/shop/1/template/Cn00006/images/items.gif) no-repeat;
	padding-left:20px;
	border-bottom:3px solid #f2f2f2;
	color:#ff9900
}
h3{
	text-align:left;
	font-size:14px;
	font-weight:bold;
}
td {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	color: #666666;
}
dl,ul,dt,dd,li{
	margin:0;
	padding:0;
	list-style:none;
	font-weight:normal;
}
dl,ul{
	line-height:24px;
}

a:link {
	font-size: 12px;
	color:#333;
	text-decoration: none;
}
a:visited {
	font-size: 12px;
	color:#333;
	text-decoration: none;
}
a:hover {
	font-size: 12px;
	color:#0f738e;
	text-decoration: none;
}
/*=表单样式
TPL_MEMBERINFO TPL_MEMBERPSW TPL_MEMBERORDERMESSAGE TPL_MEMBERORDERCANCEL TPL_GOODSREVIEWPUB TPL_ISREGISTER TPL_RECEIVERDETAILS TPL_LOGIN TPL_SENDTOFRIEND
=============================================================================================*/
.FormWrap{
	padding:30px 0 0 0;
}
.FormWrap img{
	vertical-align:middle;
}
.FormWrap .title{
	background:url(syssite/home/shop/1/template/Cn00006/images/m_copy3.gif) no-repeat;
	height:53px;
	padding-left:60px;
	line-height:50px;
	font-size:14px;
	font-weight:700;
}
.FormWrap .body{
text-align:left;}
.FormWrap .loginform{
	line-height:30px;
}
.FormWrap .loginform br{
	clear:both;
}
.FormWrap .loginform label{
	float:left;
	width:150px;
	text-align:right;
	font-weight:700;
}
.FormWrap .links{
	width:150px;
	margin:0 auto;
	
}
.FormWrap .links a:link,
.FormWrap .links a:visited{
	border:1px solid #ccc;
	float:left;
	display:block;
	color:#000;
	height:22px;
	padding:0 5px;
	margin-left:8px;
}
.FormWrap .links a:hover{
	background:#f90;
	color:#fff;
}

/*=表格列表统一样式
TPL_MEMBERORDERDETAILS TPL_ORDEROK TPL_MEMBERADVANCEPAYOUTLIST TPL_MEMBERORDERLIST TPL_MEMBERADVANCELIST
=============================================================================================*/
.TableWrap{
}
.TableWrap .tab{
	margin-top:15px;
	border-bottom:3px solid #ccc;
	
	height:28px;
}
.TableWrap .tab li{
	display:block;
	background:#ccc;
	float:left;
	width:100px;
	height:25px;
	margin-right:2px;
	text-align:center;
	font-size:14px;
	font-weight:700;
	color:#fff;
	border-top:3px solid #000;
	border-right:3px solid #f2f2f2;
	line-height:25px
}
.TableWrap .tab li a{
	display:block;
	background:#f3f3f3;
	width:100px;
	height:25px;
	font-size:14px;
	font-weight:700;
	
	
}
.TableWrap .list{
	margin:6px 0;
	width:98%;
	border-left:1px solid #ccc;
	border-top:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:4px solid #f2f2f2;
	border-collapse:collapse;
	clear:both;
	float:left;

}

.TableWrap .list td{
	border-bottom:1px solid #ccc;
	padding:4px 4px;
	text-align:center;
}
.TableWrap .list thead th{
	background:url(syssite/home/shop/1/template/Cn00006/images/2menubg.gif);
	height:24px;
	text-align:center;
	font-size:12px;
}
.TableWrap .list tfoot th{
	text-align:right;
	border-bottom:1px dotted #ccc;
	font-size:12px;
}
.TableWrap .list tfoot td{
	text-align:right;
	border-bottom:1px dotted #ccc;
	font-size:12px;
}
.TableWrap .list .amount{
	text-align:right;
	font-weight:700;
}
.TableWrap .list .time{
	text-align:center;
}
.TableWrap .list .info{
	color:#999;
	text-align:left;
}

.TableWrap .data{
	margin:6px 0; 
	width:98%;
	border-left:1px solid #ccc;
	border-top:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:4px solid #f2f2f2;
	border-collapse:collapse;

}
.TableWrap .data td,
.TableWrap .data th{
	border-bottom:1px solid #ccc;
	padding:4px 4px;
	text-align:left;
}
.TableWrap .data th{
	text-align:right;
}/*=字体颜色设置
=============================================================================================*/
.p9black {
	color: #000;
	font-weight:700;
}
.p9v {
	color: #ccc;
}
.p9gray {
	color: #666;
	
}
.p9navyblue {
	color: #369;
}
.p9navygreen {
	color: #090;
}
.p9orange {
	color: #f63;
}
.inputstyle {
	border: 1px solid #ccc;
	background-color: #fff;
}
.buttonstyle {
	border:3px double #bbb;
	border-top:3px double #ddd;
	border-left:3px double #ddd;
	background-color: #fff;
	font-size:12px;
	background:url(syssite/home/shop/1/template/Cn00006/images/buttonbg.gif);
	height:25px;
	padding-top:3px
}
.textright{
	clear:both;
	text-align:right;
}
.p9blackb {
	color: #000;
	font-weight:700;
	padding-left:6px;
}
.p9orangeb {
	color: #f50;
	font-weight:700;
	padding-left:6px;
}
.p14redb {
	color:#f60;
	font-size:14px;
	font-weight:700;
}



/* 在商品搜索列表中所使用的样式
/*=============================================================================================*/
/* css file:GoodsSearchList.css */
/*=Library*/
/* css file:GoodsSearchListIntro.css */
/*=Library*/
/*=商品搜索列表中关于类别的介绍
=============================================================================================*/
.GoodslistIntro{
	margin:5px 0;
}

/* css file:GoodsSearchListClass.css */
/*=Library*/
/*=商品搜索列表中不同类别的最新、热卖、推荐、特价的列表
=============================================================================================*/
.GoodslistTitleGoods{
	margin-bottom:20px;
}
.GoodslistTitleGoods .mycontent{
	padding:9px 0;
}
.GoodslistTitleGoods .mytitle{
	font-size:14px;
	font-weight:700;
	color:#fff;
}

.GoodslistTitleGoods .mytitle span{
	display:block;
	padding:2px;
	text-align:left;
	cursor:hand;

}
.GoodslistTitleGoods .on .mytitle {
	background:url(syssite/home/shop/1/template/Cn00006/images/accordianbg.gif);
  }
.GoodslistTitleGoods .off .mytitle {
	background:url(syssite/home/shop/1/template/Cn00006/images/accordianbg-off.gif);
	color:#666;
	border-bottom:1px solid #fff;
  }
.GoodslistTitleGoods ul{
	float:left;
	width:138px;
	text-align:center;
}
.GoodslistTitleGoods ul li.goodspic a{
	display:block;
	width:99px;
	height:99px;
	overflow:hidden;
	border:1px dotted #f90;

}
.GoodslistTitleGoods ul li.goodsname{
	width:120px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}

/* css file:GoodsSearchListShow.css */
/*=Library*/
.GoodsSearchWarp{/*外层*/
	width:98%;
	text-align:left;
	clear:both;
	margin:15px auto;
}
.GoodsSearchWarp .title{/*头部*/
	border:1px solid #f2f2f2;
	padding:1px;
	border-left:3px solid #f90;
	border-bottom:3px solid #f2f2f2;
	height:30px;

}
.GoodsSearchWarp .title .path{/*显示路径*/

	padding-left:5px;
	padding-top:5px;
	float:left;
}
.GoodsSearchWarp .title .listmode{/*搜索列表排序方式*/
	padding-top:3px;
	display:inline;
	float:right;
}
.GoodsSearchWarp .title .listmode select{/*搜索列表排序方式*/
	background:#f2f2f2;
	font-size:12px;
	color:#000;
}
.GoodsSearchWarp .ItemsWarp {/*商品条目循环项外层*/
	width:100%;
}
.GoodsSearchWarp .items {/*商品条目循环项*/
	width:100%;
	padding:10px;
	border-bottom:1px dotted #ccc;
}

.GoodsSearchWarp .items .goodpic{/*商品图片*/
	float:left;
}
.GoodsSearchWarp .items .goodpic a {/*商品图片*/
	padding:3px;
	border:1px solid #ccc;
	margin:0 5px;
	display:block;
	width:99px;
	height:99px;
	overflow:hidden;
	vertical-align:middle
}
.GoodsSearchWarp .items .goodpic a img{/*商品图片*/
	margin:0 auto;
	display:block;
	
}
.GoodsSearchWarp .items .goodpic a:hover {/*商品图片－MouseOver*/
	border:2px solid #369;
	padding:2px;
}
.GoodsSearchWarp .items .goodinfo{
	float:left;
	width:80%;
}
.GoodsSearchWarp .items h1 a{
	font-weight:bold;
	color:#000;
	margin-bottom:10px;
	font-size:14px;
}
.GoodsSearchWarp .items ul{
display:block;
}
.GoodsSearchWarp .items ul li{
	color:#000;
	float:none;
}
.GoodsSearchWarp .items .intro{
	color:#369;
}
.GoodsSearchWarp .items .button{
	margin:4px 0;
	float:right;
	
}



#cfirst{
width:793px;
height:208px;
border:1px solid #C2C2C2;
margin:0 auto;
overflow:hidden;
}
#cfirstad{
width:166px;
height:196px;
border:6px solid #CBE6FD;
float:left;
overflow:hidden;
}
#cfirstnew{
width:441px;
height:196px;
border-top:6px solid #EAF1FD;
border-bottom:6px solid #EAF1FD;
float:left;
overflow:hidden;
background-image:url(syssite/home/shop/1/template/Cn00006/images/artc_42.jpg);
background-repeat:no-repeat;
background-position:left;
}
#cfirstnews{
width:424px;
height:124px;
margin-left:15px;
overflow:hidden;
}
#cfirstnews li{
width:212px;
float:left;
height:24px;
line-height:200%;
overflow:hidden;
}
#cfnads{
width:426px;
height:62px;
margin-left:15px;
overflow:hidden;
}
.cfnad{
height:58px;
width:199px;
border:1px solid #C2C2C2;
float:left;
margin-right:12px;
overflow:hidden;
}
#cfads{
width:174px;
height:196px;
float:left;
overflow:hidden;
border-top:6px solid #EAF1FD;
border-bottom:6px solid #EAF1FD;
}
.cfad{
width:168px;
height:90px;
border:1px solid #C2C2C2;
overflow:hidden;
float:left;
margin-top:3px;
}
#cforth{
width:675px;
height:25px;
padding-left:120px;
overflow:hidden;
margin:11px auto 6px auto;
background-image:url(syssite/home/shop/1/template/Cn00006/images/cat_17.jpg);
color:#FFFFFF;
line-height:220%;
}
#cfifth{
clear:both;
width:100%;
height:1071px;
overflow:hidden;
margin:3px auto 5px auto;
}
#cfleft{
width:666px;
height:1069px;
border:1px solid #C2C2C2;
float:left;
overflow:hidden;
}
.cflfirst{
width:666px;
height:26px;
border-bottom:1px solid #C2C2C2;
margin:0 auto;
background-image:url(syssite/home/shop/1/template/Cn00006/images/cat_21.jpg);
}
.cflsecond{
width:644px;
height:36px;
overflow:hidden;
margin:0 auto;
}
.cflthird{
width:644px;
height:959px;
border-top:1 solid #000000;
overflow:hidden;
padding-left:10px;
margin:0 auto;
}
.cfltpro{
width:322px;
height:147px;
float:left;
margin-top:8px;
border-bottom:1px dashed #000000;
overflow:hidden;
}
.cfltproleft{
width:100px;
height:100px;
padding:2px;
margin-top:10px;
border:1px solid #C2C2C2;
float:left;
display:block;
overflow:hidden;
}
.cfltproright{
width:205px;
height:130px;
margin-top:10px;
margin-left:6px;
float:left;
overflow:hidden;
}
.cfltproright li{
line-height:180%;
}
#cfright{
height:1071px;
width:124px;
float:right;
overflow:hidden;
}
#cfrfirst{
height:540px;
width:97px;
padding-left:13px;
padding-top:9px;
overflow:hidden;
margin:0 auto;
}
.cfrad{
width:122px;
height:142px;
margin:30px auto 0px auto;
border:1px solid #C2C2C2;
overflow:hidden;
}
#csixth{
width:795px;
height:169px;
margin:0 auto;
overflow:hidden;
}
.csixthad{
width:392px;
height:167px;
float:left;
border:1px solid #C2C2C2;
overflow:hidden;
margin-right:7px;
}



/* 商品详细页面使用的样式
/*=============================================================================================*/
/* css file:GoodsDetails.css */
/*=Library*/
/* css file:TPL_GOODSINFO.css */
/*=Library*/
.GoodsInfoWarp{/*外层*/
	text-align:left;
	margin-bottom:20px;
}
.GoodsInfoWarp label{
	float:none;
	display:inline;
	width:auto;
	white-space:nowrap;
}
.GoodsInfoWarp input{
	margin:0;
	padding:0;
}
.GoodsInfoWarp .title{/*头部，类别路径*/
	padding-left:6px;
	border-left:3px solid #ff9900;
	margin-bottom:15px;
	
}
.GoodsInfoWarp .info .pic{
	padding:5px;
	border:1px solid #ccc;
	text-align:center;
}

.GoodsInfoWarp .info table{
	width:auto;
	width:100% !important;
}
.GoodsInfoWarp .info .paybutton a{
	display:block;
	margin:2px 0;
	
}
.GoodsInfoWarp .info .items dl{
	width:100%;
}
.GoodsInfoWarp .info .items dl dd{
	background-image: url(syssite/home/shop/1/template/Cn00006/images/dot.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.GoodsInfoWarp .info .items dl dt{
	background:url(syssite/home/shop/1/template/Cn00006/images/items.gif) no-repeat ;
	padding-left:20px;
	border-bottom:3px solid #f2f2f2;
	font-size:14px;
	font-weight:bold;
}
.GoodsInfoWarp .info .memberprice{
	color:#ff9900;
	font-weight:bold;
	font-size:14px;
}
.GoodsInfoWarp .button{
	float:right;
}
.GoodsInfoWarp .subinfo th,
.GoodsInfoWarp .subinfo td{
	text-align:left;
	background-image: url(syssite/home/shop/1/template/Cn00006/images/dot.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding:4px 0;
	vertical-align:top;
}
.GoodsInfoWarp .subinfo th{
	white-space:nowrap;
	text-align:right;
	vertical-align:top;
}
.GoodsInfoWarp .subinfo .discount{
	background:url(syssite/home/shop/1/template/Cn00006/images/img_new.gif) no-repeat;
	padding-left:40px;
	margin-left:10px;
	color:#F00;
}

/* css file:GoodsDetailsTabs.css */
/*=Library*/
/*=商品详细标签
=============================================================================================*/
#tabs{
	margin:15px 0;
	border-bottom:3px solid #FF7401;
	clear:both;
}
#tabs a{
	display:block;
	float:left;
	background:url(syssite/home/shop/1/template/Cn00006/images/tabs_right.gif) right -41px;
	color:#fff;
}
#tabs a span{
	background:url(syssite/home/shop/1/template/Cn00006/images/tabs_left.gif)  no-repeat left -41px;
	padding:5px 9px 0 9px;
	display:block;
	float:left;
	color:#666;
	height:25px;
	white-space:nowrap;
}
#tabs a.current{
	display:block;
	float:left;
	background:url(syssite/home/shop/1/template/Cn00006/images/tabs_right.gif) right top;
}
#tabs a.current span{
	background:url(syssite/home/shop/1/template/Cn00006/images/tabs_left.gif)  no-repeat left top;
	padding:5px 9px 0 9px;
	display:block;
	float:left;
	color:#fff;
	font-weight:700;
	font-size:14px;
}
#container{
color:#000;
}

/* css file:TPL_COMMENTSUM.css */
/*=Library*/
.GoodsCommentsWrap{
	margin-bottom:20px;
}
.GoodsCommentsWrap .info{
	padding:6px;
	border:1px solid #ccc;
	position:relative;
	margin-bottom:6px;
	background:#f3f3f3;
	color:#000;
}
.GoodsCommentsWrap .info table td{

	color:#000;
}
.starscomments{

	border:1px solid #ccc;
	border-collapse:collapse;
}
.starscomments th,
.starscomments td{
	border:1px solid #ccc;
	padding:2px 8px;
	
}
.starscomments th{
	background:#f2f2f2;
	font-weight:700;
	white-space:nowrap;
}

/* css file:TPL_SENDTOFRIENDS.css */
/*=Library*/
/*=侧边外框的样式
=============================================================================================*/
.SendToFriendsWrap{
}
.SendToFriendsWrap label{
	display:block;
	float:left;
	width:100px;
	white-space:nowrap;
	text-align:right;
	font-weight:700;
}

/* css file:TPL_GOODSREVIEWCNT.css */
/*=Library*/
/*=商品详细页面的ajax评论(V4.7)
TPL_GOODSREVIEWCNT
=============================================================================================*/
#container .tabcontent{
	display:none;
}
.AjaxRewWrap{
}
.AjaxRewWrap .head{
	border:1px solid #ccc;
	background:#f2f2f2;
	padding:3px;
}
.AjaxRewWrap p{
	padding:0;
	margin:0;
}
.AjaxRewWrap{
}
.AjaxRewWrap .starscomments{/*星号评论的表格*/
	border:1px solid #ccc;
	border-collapse:collapse;
}
.AjaxRewWrap .starscomments th,
.AjaxRewWrap .starscomments td{/*星号评论的表格中单元格的定义*/
	border:1px solid #ccc;
	padding:2px 8px;
	white-space:nowrap;
}
.AjaxRewWrap .starscomments th{/*星号评论的表格中单元格的表头*/
	background:#f2f2f2;
	font-weight:700;
}
.AjaxRewWrap .items{
	padding:10px;
	border:4px solid #f2f2f2;
	border-bottom:5px solid #ccc;
	margin-bottom:10px;
}
.AjaxRewWrap .items dl{
	margin:10px 0;

}
.AjaxRewWrap .items .buyerrew .name{
	color:#f00;
}
.AjaxRewWrap .items .buyerrew table td{
	color:#000;
	white-space:nowrap;
}
.AjaxRewWrap .items .buyerrew table td.content{
	color:#666;
	white-space:normal;
}
.AjaxRewWrap .items .summary{
	margin-top:5px;
	padding:5px 0;
	clear:both;
	border-top:1px solid #ccc;
	text-align:center
}
.AjaxRewWrap .items .summary input{
	border:1px solid #fff;
	height:20px;
	background:#f90;
	color:#fff;
}
.AjaxRewWrap .items .ownerrew dt{
	padding-top:5px;
	font-size:14px;
	font-weight:700;
}
.AjaxRewWrap .items .ownerrew dd{
}

/* css file:TPL_GOODSLINK.css */
/*=Library*/
/*=相关商品
=============================================================================================*/
.GoodsLinkWarp{/*外层*/
	text-align:left;
	margin-bottom:20px;
}
.GoodsLinkWarp dl {
	display:inline;
	padding:8px;
	float:left;
}
.GoodsLinkWarp dl dt,
.GoodsLinkWarp dl dd{
	text-align:center;

}
.GoodsLinkWarp dl dt{/*设置相关商品的名称样式*/
	color:#ff9900;
	width:120px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.GoodsLinkWarp dl dt a{
	display:block;
	border:1px dotted #ccc;
	width:99px;
	height:99px;
	overflow:hidden;

}
.GoodsLinkWarp dl dt a:hover{
	border:1px dotted #f90;

}
.GoodsLinkWarp dl dd{/*设置相关商品的名称样式*/
	width:120px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.GoodsLinkWarp br{/*设置相关商品的图片样式*/
	height:0;
	clear:both;
}

/* css file:TPL_GOODSDETAILS.css */
/*=Library*/
/*=商品详细介绍
=============================================================================================*/
.GoodsDetailsWarp{/*外层*/
	clear:both;
	text-align:left;
	margin-bottom:20px;
}




#right #first{
width:795px;
height:1496px;
overflow:hidden;
margin:0px auto 6px auto;
}
#fleft{
width:624px;
height:1496px;
float:left;
border-right:1px solid #C2C2C2;
}
#flfirst{
width:609px;
height:26px;
padding-left:15px;
margin:0 auto;
line-height:210%;
overflow:hidden;
}
#flsecond{
width:609px;
height:360px;
padding-left:15px;
padding-top:16px;
margin:0 auto;
overflow:hidden;
}
#flsfirst{
width:609px;
height:312px;
overflow:hidden;
}
#flssecond{
width:594px;
padding-top:10px;
height:30px;
border-bottom:1px dashed #C2C2C2;
border-top:1px dashed #C2C2C2;
vertical-align:middle;
overflow:hidden;
}
.flsf{
width:300px;
height:300px;
border:1px solid #C2C2C2;
float:left;
overflow:hidden;
}
.flss{
width:280px;
height:312px;
float:left;
padding-left:11px;
}
.flssf{
width:248px;
height:94px;
padding:10px 16px 10px 16px;
margin:0 auto;
overflow:hidden;
line-height:150%;
color:#1C738B;
background-image:url(syssite/home/shop/1/template/Cn00006/images/product_18.jpg);
}
.flsss{
width:275px;
height:195px;
overflow:hidden;
margin:0 auto;
padding-left:5px;
padding-top:6px;
}
.flsss li{
line-height:210%;
height:26px;
overflow:hidden;
font-size:12px;
font-weight:bolder;
border-bottom:1px dashed #C2C2C2;
}
#flthirds{
width:612px;
height:29px;
line-height:250%;
margin:0 auto;
overflow:hidden;
}
#flthirds li{
float:left;
text-align:center;
background-image:url(syssite/home/shop/1/template/Cn00006/images/product_61.jpg);
width:93px;
font-weight:900;
height:29px;
line-height:250%;
margin-right:5px;
display:block;
overflow:hidden;
}
.flforth{
height:812px;
width:612px;
border:2px solid #000000;
border-top:0px;
overflow:auto;
margin:0 auto;
display:none;
}
#flfifth{
clear:both;
width:614px;
height:6px;
border:1px solid #000000;
border-bottom:0px;
margin:0 auto;
background-color:#3F96B5;
overflow:hidden;
}
#flsixth{
width:614px;
height:77px;
overflow:hidden;
border:1px solid #117290;
margin:5px auto 6px auto;
}
#flseventh{
margin:2px auto 0px auto;
width:616px;
height:152px;
overflow:hidden;
}
.flsads{
width:222px;
height:152px;
float:left;
overflow:hidden;
}
.flsad{
width:220px;
height:71px;
border:1px solid #C2C2C2;
margin:0 auto;
overflow:hidden;
}
.flsadm{
width:159px;
height:150px;
border:1px solid #C2C2C2;
margin-left:5px;
margin-right:6px;
float:left;
overflow:hidden;
}
#fright{
width:164px;
height:1496px;
float:right;
overflow:hidden;
}
.frfirst{
width:164px;
height:188px;
margin:0 auto;
overflow:hidden;
}
#frsecond{
margin:7px auto 0 auto;
width:161px;
height:82px;
background-color:#99FF00;
overflow:hidden;
}
#frthird{
width:159px;
margin:0 auto;
border:1px solid #C2C2C2;
border-top:0px;
background:#E6E6E6;
height:852px;
overflow:hidden;
}
#frforth{
margin:6px auto 0 auto;
width:161px;
height:80px;
background-color:#99FF00;
overflow:hidden;
}
#frfifth{
width:159px;
margin:0 auto;
border:1px solid #C2C2C2;
border-top:0px;
background:#E6E6E6;
height:279px;
overflow:hidden;
}


/* 关于产品分类的样式
/*=============================================================================================*/
/* css file:Category.css */
/*=Library*/
/* css file:TPL_CATEGORY_INDEX.css */


.CategoryIndexWrap h3{
    height:19px;	
	width:178px;
	margin:0 auto;
	text-align:center;
	background:#ccc;
}

.CategoryIndexWrap  dl{
	clear:both;
}
.CategoryIndexWrap  dl dt a{
	font-weight:700;
	color:#40acc9;
	padding-left:18px;
	text-align:left;
	background:url(syssite/home/shop/1/template/Cn00006/images/t_1.gif) no-repeat 2px;
	border-bottom:1px dotted #ccc;
	display:block;
	clear:both;
	height:18px;
}
.CategoryIndexWrap  dl dt a:hover {
    color:#0f738e;
	text-decoration: none;
}
.CategoryIndexWrap  dl dt a:visited{
	color:#40acc9;
}
.CategoryIndexWrap  dl dd{
}
.CategoryIndexWrap  dl dd a{
    padding-left:15px;
}

/* css file:TPL_CATEGORY_TREE.css */
/*=商品分类模式-2
TPL_CATEGORYTREE
=============================================================================================*/
.CategoryTreeWrap{
}
.CategoryTreeWrap h1{
	background:url(syssite/home/shop/1/template/Cn00006/images/catetitle.gif) no-repeat ;
	height:43px;	width:120px;
	color:#ffffff;
	padding-left:70px;
	line-height:40px;
	font-weight:bold;
	font-size:14px;
}
.CategoryTreeWrap .body{
	padding:4px;
	width:180px;border:1px solid #ccc;
	border-top:0;
}
.branch{ 
	cursor: pointer;
	cursor: hand;
	display: block;
	border-bottom:1px solid dotted;
	height: 28px;
	vertical-align: middle;
	
}
.leaf{
	display: none;
	margin-left: 16px; 
	vertical-align: middle;
}

/* css file:TPL_CATEGORYLIST.css */
/*=商品分类模式-3-index
TPL_CATEGORYLIST
=============================================================================================*/
.CategoryListWrap{

}
.CategoryListWrap h1{
	background:url(syssite/home/shop/1/template/Cn00006/images/catetitle.gif) no-repeat ;
	height:43px;	width:120px;
	color:#ffffff;
	padding-left:70px;
	line-height:40px;
	font-weight:bold;
	font-size:14px;
}
.CategoryListWrap .body{
	padding:4px;
	width:180px;border:1px solid #ccc;
	border-top:0;
}

.styleone,
.styletwo,
.stylethree{
	width:100%;
	display:block;
	line-height:20px;
}
.styleone a,
.styletwo a,
.stylethree a{
    display:block;
	border-top: 1px dotted #ffffff;
	border-bottom: 1px dotted #ccc;
}
.styleone a:hover,
.styletwo a:hover,
.stylethree a:hover{
	border-bottom: 1px solid #ff9900;
	background-color: #f4f4f4;
}
.styleone a:link,
.styleone a:visited{
	color:#000000;
	font-weight:bold
}
.styletwo a:link,
.styletwo a:visited{
	color:#336699;
}

/* css file:TPL_CATEGORY.css */
/* css file:allcatepop.css */

/*=商品分类 TPL_CATEGORY 
=============================================================================================*/
.CategoryWrap{
text-align:left;
}
.CategoryWrap dl{
padding: 6px 0;
border-bottom:1px solid #ccc;
}
.CategoryWrap dl dt{
	float:left;
}
.CategoryWrap dl dt a{
padding-left: 6px;
	background:url(syssite/home/shop/1/template/Cn00006/images/cateitems.gif) no-repeat;
	padding-left:22px;
	font-weight:700;
}
.CategoryWrap dl dd{
	padding-left:200px;
	
}



/* 关于文章的的样式
/*=============================================================================================*/
/* css file:Article.css */
/*=Library*/
/*=文章类列表
=============================================================================================*/
#right #acfirst{
width:795px;
height:1280px;
overflow:hidden;
margin:0px auto 9px auto;
}
#acfirst #acfleft{
width:662px;
height:1280px;
overflow:hidden;
float:left;
}
.acflfirst{
width:660px;
height:97px;
margin:0 auto;
border:1px solid #C2C2C2;
}
.acflsecond{
width:99%;
height:30px;
margin:0 auto;
overflow:hidden;
font-size:14px;
line-height:210%;
}
.acflthird{
width:660px;
height:1149px;
border:1px solid #C2C2C2;
overflow:hidden;
}
.acfltfirst{
width:530px;
padding-left:130px;
height:26px;
border-bottom:1px solid #C2C2C2;
background-image:url(syssite/home/shop/1/template/Cn00006/images/art_18.jpg);
font-size:12px;
line-height:220%;
overflow:hidden;
margin:0 auto;
}
.acfltsecond{
width:95%;
height:35px;
text-align:right;
margin:0 auto;
line-height:250px;
border-bottom:1px solid #000000;
overflow:hidden;
}
.acfltthird{
width:95%;
height:35px;
text-align:right;
margin:0 auto;
line-height:250px;
border-top:1px solid #000000;
overflow:hidden;
}
.acfltforth{
width:95%;
height:1036px;
text-align:right;
margin:0 auto;
line-height:250px;
overflow:hidden;
}
.acfltfleft{
width:187px;
height:1036px;
padding-left:6px;
padding-right:25px;
float:left;
overflow:hidden;
}
.acfltfleftad{
width:185px;
height:153px;
border:1px solid #C2C2C2;
margin:27px auto 0 auto;
overflow:hidden;
}
.acfltfright{
width:356px;
height:810px;
overflow:hidden;
padding:20px 10px 10px 10px;
text-align:left;
line-height:300%;
font-size:13px;
float:right;
}
.acfltfright li{
border-bottom:1px  dashed #C2C2C2;
width:356px;
overflow:hidden;
}
#acfirst #acfright{
width:121px;
height:1280px;
overflow:hidden;
float:right;
}
#acfrfirst{
width:97px;
height:540px;
overflow:hidden;
padding-top:48px;
padding-bottom:10px;
margin:0 auto;
}
.acfrad{
width:119px;
height:218px;
border:1px solid #C2C2C2;
margin:8px auto 0 auto;
overflow:hidden;
}
#right #acforth{
width:793px;
height:206px;
overflow:hidden;
margin:0 auto;
border:1px solid #C2C2C2;
}
#acforth .acforthad{
width:166px;
height:194px;
border:6px solid #F3FDCB;
float:left;
overflow:hidden;
}
#acforth .acforthbg{
width:106px;
height:194px;
float:left;
padding-left:6px;
overflow:hidden;
border-bottom:6px solid #F6FDEA;
border-top:6px solid #F6FDEA;
}
#acforth .acforthnew{
width:287px;
height:194px;
padding-left:25px;
padding-right:20px;
overflow:hidden;
border-bottom:6px solid #F6FDEA;
border-top:6px solid #F6FDEA;
float:left;
}
.acforthnew li{
line-height:220%;
height:25px;
width:287px;
overflow:hidden;
overflow:hidden;
border-bottom:1px dashed #C2C2C2;
}
#acforth .acforthads{
width:171px;
height:194px;
overflow:hidden;
border-bottom:6px solid #F6FDEA;
border-top:6px solid #F6FDEA;
float:left;
}
#acforth .acforthadsli{
width:157px;
height:82px;
margin-top:9px;
border:1px solid #C2C2C2;
float:left;
}
#right #second{
width:675px;
height:25px;
color:#FFFFFF;
padding-left:120px;
line-height:220%;
overflow:hidden;
background-image:url(syssite/home/shop/1/template/Cn00006/images/cat_57.jpg);
margin:5px auto 3px auto;
}
#second a{
color:#FFFFFF;
}
#right #third{
width:793px;
height:120px;
margin:0 auto;
overflow:hidden;
border:1px solid #C2C2C2;
}
/*=文章类详细
=============================================================================================*/
#right #afirst{
width:795px;
height:1497px;
margin:0 auto;
overflow:hidden;
margin-bottom:2px;
}
#afirst #afirstleft{
width:662px;
height:1496px;
float:left;
}
#aflfirst{
width:100%;
height:125px;
padding-bottom:8px;
margin:0 auto;
overflow:hidden;
}
#aflsecond{
width:660px;
height:1361px;
border:1px solid #C2C2C2;
margin:0 auto;
overflow:hidden;
}
#aflsfirst{
width:530px;
padding-left:130px;
border-bottom:1px solid #C2C2C2;
margin:0 auto;
overflow:hidden;
line-height:220%;
height:26px;
background-image:url(syssite/home/shop/1/template/Cn00006/images/art_18.jpg);
}
.aflssecond{
width:95%;
height:26px;
padding-top:10px;
border-bottom:1px solid #000000;
margin:0 auto;
}
.aflsthird{
width:93%;
height:32px;
font-size:14px;
line-height:240%;
font-weight:bolder;
overflow:hidden;
color:#FE720A;
margin:0 auto;
text-align:center;
border-bottom:2px solid #C2C2C2;
}
.aflsforth{
width:93%;
height:29px;
overflow:hidden;
margin:0 auto;
text-align:right;
line-height:300%;
border-bottom:2px solid #C2C2C2;
}
.aflsfifth{
width:93%;
height:1168px;
padding-top:10px;
overflow:auto;
margin:0 auto;
}
.aflssixth{
width:95%;
height:35px;
border-top:1px solid #000000;
margin:0 auto;
overflow:hidden;
line-height:300%;
text-align:right;
}
.aflssixth a{
color:#FD6002;
}
.aflfad{
width:323px;
height:122px;
border:1px solid #C2C2C2;
overflow:hidden;
float:left;
}
#afirst #afirstright{
width:130px;
height:1496px;
float:right;
}
.afrfirst{
width:97px;
height:540px;
overflow:hidden;
padding-top:20px;
padding-bottom:18px;
margin:0 auto;
overflow:hidden;
}
.afrad{
clear:both;
width:92px;
height:92px;
padding:5px;
margin:5px auto;
overflow:hidden;
background-image:url(syssite/home/shop/1/template/Cn00006/images/art_34.jpg);
}
.afrintro{
clear:both;
height:51px;
margin:0 auto;
width:80px;
padding:11px;
text-align:center;
line-height:120%;
overflow:hidden;
}
#right #second{
width:675px;
height:25px;
color:#FFFFFF;
padding-left:120px;
line-height:220%;
overflow:hidden;
background-image:url(syssite/home/shop/1/template/Cn00006/images/cat_57.jpg);
margin:5px auto 3px auto;
}
#second a{
color:#FFFFFF;
}
#right #third{
width:793px;
height:120px;
margin:0 auto;
overflow:hidden;
border:1px solid #C2C2C2;
}


/* 用户注册和忘记密码所使用的样式
/*=============================================================================================*/
/* css file:Register.css */
/*=Library*/
.RegisterWrap{
	text-align:left;
}
/*=第一步
=============================================================================================*/
.RegisterWrap .agree{
	background:url(syssite/home/shop/1/template/Cn00006/images/agree.gif) no-repeat 3px 2px;
	padding:5px;
	padding-left:22px;
	border:1px solid #ccc;
}
.RegisterWrap .disagree {
	background:url(syssite/home/shop/1/template/Cn00006/images/disagree.gif) no-repeat 5px 2px;
	padding:5px;
	padding-left:22px;
	border:1px solid #ccc;
}

.RegisterWrap textarea {
	margin:10px 0;
	border:1px solid #ccc;
	font-size:12px;
	color:#666;
	padding:6px;
	line-height:22px;
	height:100%;
}

/*=第二步
=============================================================================================*/
.RegisterWrap .reginfo ul{
	padding:20px;
	color:#000;
	border-bottom:3px dotted #ccc;
}
.RegisterWrap .reginfo ul li{
	background:url(syssite/home/shop/1/template/Cn00006/images/articleitems.gif) no-repeat 0 5px;
	padding-left:16px;
	text-align:left;
}
.RegisterWrap label{
	display:block;
	width:100px;
	text-align:right;
	float:left;
	font-weight:700;
	color:#000;
	padding:2px 0;
}
.RegisterWrap br{
	clear:both;
}

/* css file:Forget.css */
/*=Library*/
/*忘记密码
=============================================================================================*/
.ForgetPassWrap{
}
.ForgetPassWrap label{
	width:150px;
}


/* 其他应用模块样式
/*=============================================================================================*/
/* css file:TPL_SHOPBBS.css */
/*=Library*/
/*=评论与留言
TPL_SHOPBBS TPL_GOODSREVIEW TPL_GOODSREVIEWLIST
=============================================================================================*/
.ShopbbsWrap{
}
.ShopbbsWrap .button{
	text-align:right;
}
.ShopbbsWrap .button a{
	float:right;
	display:block;
	background:#999;
	color:#fff;
	padding:2px;
	margin-right:4px;
	margin-top:4px;
}
.ShopbbsWrap .button a:hover{
	background:#f90;
	color:#fff;
}
.ShopbbsWrap .title{
	background:url(syssite/home/shop/1/template/Cn00006/images/FeedBackList.Title.jpg) no-repeat;
	height:97px;
	position:relative;
}
.ShopbbsWrap .title span{
	position:absolute;
	right:20px;
	bottom:10px;
}
.ShopbbsWrap .items{
	border:1px solid #ccc;
	background:#fff;
	padding:4px;
	margin:8px 4px;
	border-right:3px solid #f90;
}
.ShopbbsWrap .items dd{
padding-left:23px;
}
.ShopbbsWrap .items .posted{
	background:url(syssite/home/shop/1/template/Cn00006/images/comment.gif) no-repeat;
	padding-left:25px;
}
.ShopbbsWrap .items .replied{
	background:url(syssite/home/shop/1/template/Cn00006/images/forum11.gif) no-repeat;
	padding-left:25px;
}

/* css file:TPL_GOODSBROWSE.css */
.SideGoodsWrap{
	padding:3px;
}
.SideGoodsWrap .items a{
	display:block;
	background:url(syssite/home/shop/1/template/Cn00006/images/articleitems.gif) no-repeat 0 4px;
	padding-left:13px;
	border-bottom:1px dotted #ccc;
}
.SideGoodsWrap .items a:hover{
	display:block;
	color:#f90;
	background:#f2f2f2;
	position:relative;
}
.SideGoodsWrap .items a span{
	display:none;
}
.SideGoodsWrap .items a:hover span{
	display:block;
	position:absolute;
	border:3px solid #ccc;
	width:80px;
	height:80px;
	top:20px;
	left:20px;
	z-index:100;
	background:#fff;
}
.SideGoodsWrap .items dt a:hover span img{
	width:80px;
	height:80px;
}
.SideGoodsWrap .items dd{
	border-bottom:1px solid #ccc;
	text-align:right;
}

/* css file:TPL_SEARCHMORE.css */
/*=Library*/
/*=高级搜索
=============================================================================================*/
.SearchMoreWrap{
}
.SearchMoreWrap img{
	vertical-align:middle;
}
.SearchMoreWrap .title{
	background:url(syssite/home/shop/1/template/Cn00006/images/searchmore.gif) no-repeat;
	border-bottom:3px solid #ccc;
	height:73px;
}
.SearchMoreWrap .body .items{
	padding:10px 0;
	border-bottom:1px solid #f2f2f2;
	clear:both;
}
.SearchMoreWrap .body .items label{
	float:left;
	width:150px;
	text-align:right;
	font-weight:700;
}
.SearchMoreWrap .body .items b{
	float:left;
	width:150px;
	text-align:right;
	color:#f90;
}


/* css file:TPL_PAGER.css */
/*=Library*/
/*翻页样式
=============================================================================================*/
.PagerWrap{
	clear:both;
	padding:5px 10px;
}
.PagerWrap a:link,
.PagerWrap a:visited{
	border:1px solid #ccc;
	background:#f2f2f2;
	font-size:10px;
	color:#000;
	font-family:Verdana;
	padding:3px;
}
.PagerWrap a:hover{
	border:1px solid #000;
	background:#f90;
	color:#fff;
	font-size:10px;
}
.PagerWrap span{
	border-right: 1px dotted #000; 
	padding-right:5px;
	margin-right:5px;
}

/* css file:TPL_ERROR.css */
/*=Library*/
/*=3.提示信息
 TPL_ERROR TPL_PAYREPLY
=============================================================================================*/
.InfoWrap{
	width:700px;
	margin:50px auto;	
}
.InfoDisplay{
	border:4px solid #f2f2f2;
	text-align:center;
	padding:80px 0;
}
.InfoDisplay a{
	padding:5px 20px;
	color:#000;
	text-decoration:underline;
	border-left:1px solid #ccc;
	margin-left:20px;

}
.InfoWrap b{
	font-size:16px;
	font-weight:700;
	color:#000;
}



/* css file:TPL_LOGIN.css */
/*登录 
=============================================================================================*/
.LoginWrap{
	padding:20px;
}

/* css file:TPL_LINKMORE.css */
/*=更多友情链接页面 

=============================================================================================*/
.LinkListWrap{
}
.LinkListWrap table td{
padding:5px;
}



/* 会员中心使用的样式
/*=============================================================================================*/
/* css file:MemberCenter.css */
/*=Library*/
/* css file:TPL_MEMBERMENU.css */
/*=会员中心菜单
TPL_MEMBERMENU
=============================================================================================*/
.MemberMenuWrap{
}
.MemberMenuWrap .title{
	background:url(syssite/home/shop/1/template/Cn00006/images/articletitle.gif) no-repeat ;
	height:43px;	
	width:120px;
	color:#ffffff;
	padding-left:70px;
	line-height:40px;
	font-weight:bold;
	font-size:14px;
}
.MemberMenuWrap {
	padding:4px;
	width:160px;
	border:1px solid #ccc;
	margin:0 auto;
}
.MemberMenuWrap  .items li{	
}
.MemberMenuWrap  .items a{
	display:block;
	background:url(syssite/home/shop/1/template/Cn00006/images/t_1.gif) no-repeat 0 3px;
	padding-left:20px;
	border-bottom:1px dotted #ccc;
	height:22px;
}
.MemberMenuWrap  .items a:hover{
	padding-left:30px;
	color:#000;
	background:#f2f2f2 url(syssite/home/shop/1/template/Cn00006/images/t_1.gif) no-repeat 10px 3px;
	font-weight:700;
}

/*会员中心所有表单的样式
=============================================================================================*/
.MemberCenterWrap{
	line-height:22px;
}
.MemberCenterWrap label{
	display:block;
	width:100px;
	text-align:right;
	float:left;
	font-weight:700;
	color:#000;
	padding:2px 0;
}
.MemberCenterWrap br{
	clear:both;
}
.MemberOrderList .function span{
	cursor: pointer;
}
.MemberOrderList .function a{
	padding:2px;
	display:block;
	border:1px solid #ccc;
	white-space:nowrap;
}
.orderCtl{
		width:60px;
		text-align:left;
		padding:5px;
		background: #fff;
		position: absolute;
		border:1px solid #ccc;
		z-index:999;
}
/*会员中心收货人地址管理
=============================================================================================*/
.MemberReceiverLisetWrap{
}
.MemberReceiverLisetWrap .button{
	text-align:right;
}
.MemberReceiverLisetWrap .button a:link,
.MemberReceiverLisetWrap .button a:visited{
	float:right;
	display:block;
	background:#999;
	color:#fff;
	height:22px;
	padding:0 5px;
	margin-left:8px;
}
.MemberReceiverLisetWrap .button a:hover{
	background:#f90;
	color:#fff;
}
.MemberReceiverLisetWrap .items{
	clear:both;
	padding:1px;
	border:1px solid #ccc;
	margin:10px;
}
.MemberReceiverLisetWrap .items dt{
	background:#f2f2f2;
	font-size:14px;
	font-weight:700;
	padding:0 5px;
}
.MemberReceiverLisetWrap .items dd{
	padding-left:60px;
}
.MemberReceiverLisetWrap .function{
}
.MemberReceiverLisetWrap .function a:link,
.MemberReceiverLisetWrap .function a:visited{
	text-align:right;
	height:22px;
	padding:0 3px;
	margin-left:2px;
}
.MemberReceiverLisetWrap .function a:hover{
	background:#f90;
	color:#fff;
}



/* 帮助中心使用的样式
/*=============================================================================================*/
/* css file:helpcenter.css */
/*=Library*/
/* css file:TPL_HELPMENU.css */
/*=Ĳ˵
=============================================================================================*/
.HelpMenuWrap{
}
.HelpMenuWrap .title{
	background:url(syssite/home/shop/1/template/Cn00006/images/ll_6.gif) no-repeat ;
	height:19px;	width:178px;
	margin: 0 auto;
}
.HelpMenuWrap .body{
	padding:4px;
	padding:4px;
	width:168px;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	margin:0 auto;
}
.HelpMenuWrap .body .items li{	

}
.HelpMenuWrap .body .items a{
	display:block;
	background:url(syssite/home/shop/1/template/Cn00006/images/t_1.gif) no-repeat 0 3px;
	padding-left:20px;
	border-bottom:1px dotted #ccc;
	height:22px;
}
.HelpMenuWrap .body .items a:hover{
	padding-left:30px;
	color:#000;
	background:#f2f2f2 url(syssite/home/shop/1/template/Cn00006/images/t_1.gif) no-repeat 10px 3px;
	font-weight:700;
}

/*支付方式和配送方式
=============================================================================================*/
#ddimagetabs{
	margin:15px 0 0 0;
	border-bottom:5px solid #f90;
	height:24px ;

}

#ddimagetabs a{
	display:block;
	float:left;
	width:100px;
	height:25px;
	text-align:center;
	font-size:14px;
	font-weight:700;
	color:#aaa;

	line-height:25px
}

#ddimagetabs a:hover, #ddimagetabs a.current{
	background:#f90; 
	color: #fff;
}

#tabcontentcontainer{
	padding-top:10px;
	text-align:left;
	border:1px solid #ccc;
	border-top:none;

}

#tabcontentcontainer .tabcontent{
	display:none;
}
#tabcontentcontainer p{
	margin:0;
	padding:0;
}
#tabcontentcontainer dd{
	margin:10px 0 10px 25px;
	padding:0 15px;
}
#tabcontentcontainer dt span{
	color:#f90;
	margin-left:4px;
	padding-left:4px;
	font-size:12px;
	font-weight:normal;
	border-left:1px solid #ccc;
}
#tabcontentcontainer dt{
	background:url(syssite/home/shop/1/template/Cn00006/images/t_2.gif) no-repeat 0 3px;
	border-bottom:1px dotted #ccc;
	font-weight:700;
	color:#000;
	font-size:14px;
	padding-left:18px;
}


/* 购物流程中所使用到的样式
/*=============================================================================================*/
/* css file:Cart.css */
/*=Library*/
/*=购物流程页面布局 | 
=============================================================================================*/
#CartWrap{
	width:100%; 
	margin:0 auto;
	1border:1px solid #ccc;
	border-top:none;
	text-align:center;
}

/*=一步式购物
TPL_ONESTEPCHECKOUT
=============================================================================================*/
.onestepcheckout {
	margin:0 auto;
	width:98%;
	text-align:left;
}
.onestepcheckout br{
	1clear:both;
}
.onestepcheckout p{
	text-align:center;
	margin:10px 0;
}

.onestepcheckout #receiver{
	background-image: url(syssite/home/shop/1/template/Cn00006/images/recievertitle.gif);
	background-repeat: no-repeat;
	padding:6px 6px 6px 120px;
	border:2px dotted #ccc;
	padding-bottom:20px;
}
.onestepcheckout #receiver br{
	clear:both;
}
.onestepcheckout #receiver label{
	width:120px;
	display:block;
	float:left;
	margin:5px 0; 
	font-weight:700;
	text-align:right;
}
.onestepcheckout #delivery{
	background-image: url(syssite/home/shop/1/template/Cn00006/images/delivertitle.gif);
	background-repeat: no-repeat;
	padding:6px 6px 6px 120px;
	border:2px dotted #ccc;
	min-height:187px;
	_height:187px;
}
.onestepcheckout #payment{
	background-image: url(syssite/home/shop/1/template/Cn00006/images/paytitle.gif);
	background-repeat: no-repeat;
	padding:6px 6px 6px 120px;
	border:2px dotted #ccc;
	min-height:187px;
	_height:187px;
}

.onestepcheckout #receiver p{
	text-align:left;
	margin:10px 0;
}
.onestepcheckout #delivery p{
	text-align:left;
	margin:10px 0;
}
.onestepcheckout #payment p{
	text-align:left;
	margin:10px 0;
}

.onestepcheckout #waitprompt{
	padding:10px;
	margin:10px;
	text-align:center;
	border:1px dotted #f90;
}
.onestepcheckout #waitprompt div{
	width:380px;
	margin:0 auto;
	text-align:left;
	background:url(syssite/home/shop/1/template/Cn00006/images/indicator_medium.gif) no-repeat;
	padding:10px 0 0 45px;
	color:#f00;
	font-size:16px;
	font-weight:700;
	height:40px;
}
.onestepcheckout #memclist div{
}
.onestepcheckout #memclist div span{
	padding:2px 4px;
	border-right:1px solid #ccc;
	margin:4px 0;
	text-align:center;
	color:#f50
}
/*=9. 订单完成 
=============================================================================================*/
.OrderOkWrap{
	margin:10px 0;
}
/*=10。订单支付
=============================================================================================*/
.OrderPayWrap{
	margin:10px 0;
}
.OrderPayWrap .paybutton{
	width:400px;
	font-size:16px;
	font-weight:bold;
	background:#ff9900;
	height:28px;
	color:#fff;
}
/*=11。购物流程导航
=============================================================================================*/
.CartNavi{
	display:block;
	padding:3px;
	margin-top:10px;
	border-bottom:2px dotted #ccc;
	text-align:left;
}
/*=12。非会员购物 TPL_ISREGISTER
=============================================================================================*/
.IsregisterWrap{
	padding:3px;
	margin-top:10px auto;
	text-align:left;
}
.IsregisterWrap fieldset{
	width:250px;
	float:left;
	
}
.IsregisterWrap fieldset .inputstyle{
	width:100px;
}
.IsregisterWrap label{
	width:65px;
}


/* 捆绑商品
/*=============================================================================================*/
/* css file:TPL_PACKAGEGOODS.css */
/*=Library*/
/*=捆绑商品
=============================================================================================*/
.PackageGoodsWarp{
}
.PackageGoodsWarp .items{
	height:200px;
	min-height:200px;
	height:auto;
}
.PackageGoodsWarp .items h3{
	border:1px solid #ccc;
	font-size:14px;
	color:#FF7138;
	padding-left:70px;
	padding-top:6px;
	margin-bottom:10px;
	background:#f2f2f2 url(syssite/home/shop/1/template/Cn00006/images/packageinfobg.gif) no-repeat 0 2px;
	height:22px;
	vertical-align:middle;
}
.PackageGoodsWarp .items dl{
	width:56%;
	float:left;

}
.PackageGoodsWarp .items dl dt{
	background:url(syssite/home/shop/1/template/Cn00006/images/goods_items.gif) no-repeat 0 0px;
	padding-left:22px;
	font-size:12px;
	font-weight:700;
}
.PackageGoodsWarp .items dl dd{
	padding-left:22px;
	color:#000;
	border-bottom:1px dotted #ccc;

}
.PackageGoodsWarp .items dl dd .info{
	padding:4px;
	font-size:14px;
	color:#f30;
}
.PackageGoodsWarp .items .priceinfo{
	float:right;
	padding:10px;
	background:#fff url(syssite/home/shop/1/template/Cn00006/images/packagetitle.gif) no-repeat;
	padding-top:58px;
	width:218px;
	height:110px;
	
}
.PackageGoodsWarp .items .priceinfo .price1{
	text-decoration:line-through;
	color:#000;
}
.PackageGoodsWarp .items .priceinfo .price2{
	color:#f90;
	font-size:16px;
	font-weight:700;
}
.PackageGoodsWarp .items .priceinfo .save{
	color:#f30
}


/* 与品牌相关
/*=============================================================================================*/
/* css file:Brand.css */
/*=Library*/
/*TPL_GOODSBRANDLIST 品牌分类页*/
.BrandWrap{
}
.BrandWrap h1{
	margin:10px;
	background:url(syssite/home/shop/1/template/Cn00006/images/closed.gif) no-repeat 0 3px;
	padding-left:18px;
	font-size:14px;
	color:#C44024;
}
.BrandWrap .body{
}
.BrandWrap .body ul{
	float:left;
	width:200px;
	border:1px solid #ccc;
	padding:10px;
	margin:10px;
	text-align:center;
}
.BrandWrap .body li{
	width:150px;
	height:150px;
	overflow:hidden;
}

.BrandDetailWrap{
	border:1px solid #eee;
	width:95%;
	padding:10px;
	margin:10px 0;
}
.BrandDetailWrap .logo{
	float:left;
	padding-right:20px;
	margin-right:20px;
	border-right:1px solid #ccc;
}
.BrandDetailWrap .info{
	float:left;
}
.BrandDetailWrap .info h1{
	font-size:14px;
	color:#000;
}
.BrandDetailWrap .intro{
	margin-top:10px;
	padding-top:10px;
	border-top:3px dotted #ccc;

}



/* 与积分换商品相关相关
/*=============================================================================================*/
/* css file:Gift.css */
/*=Library*/
/* css file:TPL_GIFTRULE.css */
/*=Library*/
.GiftRule {
	margin:10px 0;
	background-color:#FBFDFF;
	border:1px solid #eee;
	padding:10px 10px 5px 10px;
	text-align:left;
}
.GiftRule .info{
	margin-left:20px;
}

/* css file:TPL_GIFTRECOMMEND.css */
/*=Library*/
.GiftGoodsClassWarp{/*外层*/
	text-align:left;
		width:100%;
}

.GiftGoodsClassWarp h2{
	position:relative;
}
.GiftGoodsClassWarp h2 span{
	position:absolute;
	top:0;
	right:0;
}
.GiftGoodsClassWarp .ItemsWarp {
}
.GiftGoodsClassWarp .items {/*商品条目循环项*/
	padding:2px;
	text-align:center;
	float:left;
	width:157px;
	border-right:1px dotted #ccc;
	border-bottom:1px dotted #ccc;
	overflow:hidden;

}
.GiftGoodsClassWarp .items h1 a{/*把商品名称放入h1中，更有利于搜索引擎的搜索*/
	text-align:center;
	font-weight:700;
	font-size:12px;
	width:140px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	color:#000;
	display:block;

}
.GiftGoodsClassWarp .items h1 a:hover{
	color:#f90;
}
.GiftGoodsClassWarp .items .goodpic{/*商品图片*/
	
}
.GiftGoodsClassWarp .items .goodpic a{/*商品图片*/
	margin:0 auto;
	vertical-align:middle;
	padding:2px;
	display:block;
	width:99px;
	height:99px;
	overflow:hidden;
	border:1px dotted #f2f2f2;
}
.GiftGoodsClassWarp .items .goodpic a:hover{/*商品图片*/
	border:1px solid #f90;
}




/* css file:TPL_GIFTSEARCH.css */
/*=Library*/
.GiftSearchWrap{ 
	width:90%;
	padding-left:8px;

}
.GiftSearchWrap label{
	display:block;
	color:#000;
	float:none;
	width:150px;
	text-align:left;

}
.GiftSearchWrap input{
	border:1px solid #ccc;
	width:95%;
	font-size:12px;

}
.GiftSearchWrap select{
	width:95%;
}
.GiftSearchWrap .button{
	border:1px solid #ccc;
	background:#fff;
	margin-top:15px;
	border-bottom:3px solid #f90;
}


/* css file:TPL_GIFTCATEGORY.css */
/*=Library*/
.GiftCategoryWarp a{
	font-weight:700;
	display:block;
	border-bottom:1px dotted #ccc;
	height:22px;
}

/* css file:TPL_GIFTSEARCHLIST.css */
/*=Library*/
.GiftSearchWarp{/*外层*/
	width:98%;
	text-align:left;
	clear:both;
	margin:15px auto;
}
.GiftSearchWarp .title{/*头部*/
	border:1px solid #f2f2f2;
	padding:1px;
	border-left:3px solid #f90;
	border-bottom:3px solid #f2f2f2;
	height:30px;

}
.GiftSearchWarp .title .path{/*显示路径*/

	padding-left:5px;
	padding-top:5px;
	float:left;
}
.GiftSearchWarp .title .listmode{/*搜索列表排序方式*/
	padding-top:3px;
	display:inline;
	float:right;
}
.GiftSearchWarp .title .listmode select{/*搜索列表排序方式*/
	background:#f2f2f2;
	font-size:12px;
	color:#000;
}
.GiftSearchWarp .ItemsWarp {/*商品条目循环项外层*/
	width:100%;
}
.GiftSearchWarp .items {/*商品条目循环项*/
	width:100%;
	padding:10px;
	border-bottom:1px dotted #ccc;
}

.GiftSearchWarp .items .goodpic{/*商品图片*/
	float:left;
}
.GiftSearchWarp .items .goodpic a {/*商品图片*/
	padding:3px;
	border:1px solid #ccc;
	margin:0 5px;
	display:block;
	width:99px;
	height:99px;
	overflow:hidden;
	vertical-align:middle
}
.GiftSearchWarp .items .goodpic a img{/*商品图片*/
	margin:0 auto;
	display:block;
	
}
.GiftSearchWarp .items .goodpic a:hover {/*商品图片－MouseOver*/
	border:2px solid #369;
	padding:2px;
}
.GiftSearchWarp .items .goodinfo{
	float:left;
	width:80%;
}
.GiftSearchWarp .items h1 a{
	font-weight:bold;
	color:#000;
	margin-bottom:10px;
	font-size:14px;
}
.GiftSearchWarp .items ul{
display:block;
}
.GiftSearchWarp .items ul li{
	color:#000;
	float:none;
}
.GiftSearchWarp .items .intro{
	color:#369;
}
.GiftSearchWarp .items .button{
	margin:4px 0;
	float:right;
	
}




