/*=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:135px;
}
/************************************************************************/



/*=最新商品 特价商品 推荐商品
=============================================================================================*/
.INDEXGOODS_STYLE_2_Wrap .ItemsWarp {/*商品条目循环项外层*/
}
.INDEXGOODS_STYLE_2_Wrap .items {/*商品条目循环项*/
	padding:10px;
	font-weight:normal;/*首页商品价格文字粗细*/
	float:left;
	height:195px;/*首页右侧商品整行高度*/
	overflow:hidden;
	margin:0 auto;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-right-color: #000;/*首页产品外框右边线颜色*/
	border-bottom-color: #f90;/*首页产品外框下边线颜色*/
}
.INDEXGOODS_STYLE_2_Wrap .items h1{/*把商品名称放入h1中，更有利于搜索引擎的搜索*/
	padding:0 0 8px 0px;
	font-weight:700;
	margin-left:-10px;/*把商品名称向左移*/
	font-size:12px;
	/* overflow:visible; */
	/* text-overflow:ellipsis; */
	white-space:normal;
	text-align:left;
	color: #fff;
}

.INDEXGOODS_STYLE_2_Wrap .items h1 a:link{/*首页右侧商品标题*/
	color: #AEAEAE;
	font-weight: lighter;
	text-decoration: none;	
}
.INDEXGOODS_STYLE_2_Wrap .items h1 a:visited{/*首页右侧商品标题*/
	color: #AEAEAE;
	font-weight: lighter;
	text-decoration: none;
}
.INDEXGOODS_STYLE_2_Wrap .items h1 a:hover{
	color:#DFB864;
	text-decoration: none;
}
.INDEXGOODS_STYLE_2_Wrap .items h1 a:active{
	color:#f90;
	text-decoration: none;	
}


.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:0px;
	margin:5px;
	display:block;
	width:120px;
	height:90px;
	border:1px solid #fff;
	overflow:hidden;
}
.INDEXGOODS_STYLE_2_Wrap .items .goodpic a:hover{/*商品图片*/
	padding:0px;
	border:1px solid #DFB864;
}
.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 #fff;/*商品名称下面虚线颜色*/
	font-weight: lighter;/*热卖商品商品名称细体*/
	color:#eee;/*热卖商品商品名称颜色*/
}
.TPL_INDEXGOODS_STYLE_3_Wrap .items a:hover{
	color:#fff;/*热卖商品商品名称链接颜色*/
	background:#96896f;/*热卖商品商品链接背景颜色*/
	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 #fff;
	width:80px;
	height:80px;
	top:20px;
	left:20px;
	z-index:100;
	background:#fff;
}

.TPL_INDEXGOODS_STYLE_3_Wrap .items dt a:hover span img{
    /** korpton **/
	width:120px;
	height:120px;
}

.TPL_INDEXGOODS_STYLE_3_Wrap .items dd{
	/*border-bottom:1px solid #ccc;*/
	text-align:right;
	color:#ff9900;
}



/* css file:TPL_INDEXLOGIN.css */
.IndexLoginWrap{
	color:#fff;
	height: 109px;
	width: 182px;
}
.IndexLoginWrap br{
clear:both;
}
.IndexLoginWrap .title{
	background:url(syssite/home/shop/1/template/current/default/images/logintitle.gif) no-repeat ;
	height:33px;
	width:180px;
}

.IndexLoginWrap .button {
	text-align:center;
	border-top:1px dotted #f00;
	margin:8px 0 ;

}
.IndexLoginWrap .button a{

	background:url(syssite/home/shop/1/template/current/default/images/items.gif) no-repeat;
	padding-left:8px;
	margin-left:8px ;
}
.IndexLoginWrap p{
	margin:0;
	padding:0;
	text-align:center;

}



/* 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/current/default/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 */
/*=首页的购物信息
=============================================================================================*/
.CartInfoItems{
	color:#000;
	text-decoration:underline;
	padding:0;
	margin:0;
	line-height:normal;

}
.CartInfoItemsOver{
	position:relative;
	padding:0;
	margin:0;
	line-height:normal;
}
.CartInfoItems div{
	display:none;
}
.CartInfoItemsOver div{
	display:block;
	position:absolute;
	border:1px solid #999;
	background:#fff;
	width:200px;
	top:0;
	left:0;
	filter:alpha(opacity=90);
	opacity:0.90;
	min-height:10px;
	z-index:1;
}
.CartInfoItemsOver div a{
	display:block;
	color:#000;
	font-weight:normal;
	text-decoration:none;
	border-left:3px solid #f90;
	border-bottom:1px dotted #ccc;
	margin:0 0 2px 0;
	padding-left:5px;
}
.CartInfoItemsOver div a:hover{
	background:#91A41C;
	color:#fff;
}

/* css file:TPL_NEWS.css */
/*=首页的文章类
=============================================================================================*/
.IndexArticleWrap{
}
.IndexArticleWrap h2{
	position:relative;
}
.IndexArticleWrap h2 span{
	position:absolute;
	_right:15px;
	right:0px;
	top:4px;
}
.IndexArticleWrap ul a{
	display:block;
	background:url(syssite/home/shop/1/template/current/default/images/articleitems.gif) no-repeat 0 5px;
	padding-left:15px;
	border-bottom:1px dotted #ccc;
}
.IndexArticleWrap ul a:hover{
	color:#ff9900;
	background:#f2f2f2 url(syssite/home/shop/1/template/current/default/images/articleitems.gif) no-repeat 0 5px;
}

/* css file:TPL_LINKLIST.css */
/*首页友情链接
=============================================================================================*/
.IndexLinkListWrap{
	padding:0px;
	color: #fff;
	font-weight: lighter;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 961px;
	height: 40px;
}
.IndexLinkListWrap ul li a{
	text-align:center;
	display:block;
	_width:100%;
	margin:0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #FFFFFF;
	height: 40px;
	width: 981px;
}
/*更多友情链接样式
=============================================================================================*/


body {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	color: #AEAEAE;
	line-height: 1.6em;/*系统文字行间隔高度*/
	margin: 0;
	padding:0;
	text-align:center;
	background:#fff;
}
/*=首页布局 
=============================================================================================*/
#IndexAllWrap{
	width:1000px;
	padding:0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	/*color: #fff;*/
	background-color: #343331;

}
#Indexleftbox{
	width:184px;
	text-align:center;
	float:left;
	overflow:hidden;
	/*color: #fff;*/
	background-repeat: repeat;
	border: 1px solid #4E4E4E;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 4px;
	background-color: #191B18;
}
#Indexleftbox .bottom{
	/*background:url(syssite/home/shop/1/template/current/default/images/leftbottom.gif) repeat-y;*/
	width:254px;
	height:67px;
}
#Indexleftbox .main{
	padding:16px 20px 0 17px;
	min-height:202px;
	text-align:left;
	background-repeat: no-repeat;
}
#Indexmainbox{
	float:right;
	width:793px;
	text-align:left;
	overflow:hidden;
	/*color: #fff;*/
	/*border: 1px solid #4E4E4E;*/
	margin-top: 2px;
	margin-right: 4px;
	margin-bottom: 2px;
	margin-left: 4px;
	border: 1px solid #4E4E4E;
}
#Indexmainbox1{
	float:right;
	width:793px;
	text-align:left;
	overflow:hidden;
	/*color: #fff;*/
	border: 1px none #4E4E4E;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/*=头部和菜单
TPL_MENU 
=============================================================================================*/
#topbannernew {
	height:110px;
	line-height:25px;
	_line-height:22px;
	vertical-align:top;
	width: 986px;
	float: left;
	font-size: 12px;
	font-weight: normal;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	background-repeat: no-repeat;
	text-align: center;
	clear: both;
	color: #DD9E3F;
	border: 1px solid #DD9E3F;
}

#alltop {/*导航外框样式,812新加*/
	clear:none;
	margin-top:6px;
	background-repeat: repeat-x;
	height: 60px;
	width: 984px;
	/*width: 982px;*/
	/*border: 1px solid #DD9E3F;*/
	float: right;
	margin-right: 4px;
	margin-bottom: 3px;
	margin-left: 4px;
	color: #DD9E3F;
	background-image: url(syssite/home/shop/1/template/current/default/images/new-topdh.jpg);
}

#menu {
	height:0px;
	line-height:25px;
	_line-height:22px;
	vertical-align:right;
	width: 710px;
	float: right;
	font-size: 14px;
	font-weight: bold;
	color: #FFE2B2;
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom:10px;
	padding-left: 20px;
	/*background-image: url(syssite/home/shop/1/template/current/default/images/new-topdh.jpg);*/
	background-repeat: no-repeat;
	text-align: center;
	clear: both;
}
#menu a{
	text-align:center;
	float:left;
	display:block;
	font-size:14px;
	font-weight:700;
	padding:10px 5px 5px 5px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	color: #FFE2B2;
	

}
#menu a:hover{
	/*background:url(syssite/home/shop/1/template/current/default/images/menubg-o.gif) repeat-x;*/
	color: #FFE2B2;
}

#menu .menubar{
	text-align:center;
	padding:3px;
}
#menu .menu a{
    font-weight: lighter;/*导航条文字细体*/
	margin-right:5px;
	color:#FFE2B2;
}
#menu .menu a:hover{
    font-weight: lighter;/*导航条文字细体*/
	color:#FFE2B2;
	text-decoration:underline;
}
#logo{
	height:78px;
	vertical-align:middle;
	text-align:center;
	float: left;
	width: 194px;
}
#banner{
	width:472px;
	height:220px;
	margin-top: 2px;
	margin-right: 4;
	margin-bottom: 2px;
	margin-left: 4;
	float: left;
	border: 1px solid #000000;
}
#bannermiddle{
	height: 172px;
	width: 982px;
	margin-top: 2px;
	margin-right: 4;
	margin-bottom: 2px;
	margin-left: 4;
	background-color: #000000;
	border: 1px solid #2996EB;
	float: left;
}
/*=搜索栏
=============================================================================================*/
#SearchBar{
	clear:none;
	padding:0px;
	background-image: url(syssite/home/shop/1/template/current/default/images/new-SearchBar.jpg);
	width: 793px;
	float: left;
	vertical-align: middle;
	height: 27px;
	margin-top: 0px;
	margin-right: 4px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-top-width: 4px;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 4px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#SearchBar .search{
/*搜索条字颜色*/
	color:#AEAEAE;
	/*font-weight: lighter;*//*文字粗细*/
	padding-left:20px;
	padding-top:3px;
}
#SearchBar .search a{
	color:#AEAEAE;
	padding-left:40px;
}
/*=底部
TPL_BOTTOM
=============================================================================================*/
#foot{
	clear:both;
	color:#fff;
	font-weight: lighter;/*底部导航栏及版权信息文字粗细*/
	margin-top:5px;
	background-repeat: repeat-x;
	height: 80px;
	width: 981px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	
}

#foot .menubar{
	/*background-image: url(http://gzbiao.cn/syssite/home/shop/1/template/Cn00002/images/bottom01.jpg);*/
	text-align:center;
	padding:3px;
	background-color: #21201B;
}
#foot .menu a{
	margin-right:5px;
	color:#AEAEAE;
}
#foot .menu a:hover{
	color:#DFB864;
	text-decoration:none;
}
#top {
	height:54px;
	vertical-align:middle;
	text-align:center;
	float: left;
	width: 1000px;
}
#top01 {
	height:1px;
	vertical-align:top;
	text-align:center;
	float: none;
	width: 1000px;
	background-repeat: repeat;
}
#shop {
	width:317px;
	height:220px;
	float: left;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
	/*border: 1px solid #4E4E4E;*/
	background-image: url(syssite/home/shop/1/template/current/default/images/new-shop.jpg);
	background-repeat: no-repeat;
}
#shop1{
	width:317px;
	height:183px;
	float: left;
	/*margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 2px;*/
	border: 1px solid #4E4E4E;
	/*background-image: url(syssite/home/shop/1/template/current/default/images/new-shop.jpg);*/
	background-repeat: no-repeat;
}
#massage {
	height:30px;
	vertical-align:middle;
	text-align:center;
	float: left;
	width: 600px;
	background-repeat: repeat;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 15px;
	clear: none;
}
#top02 {
	height:20px;
	vertical-align:middle;
	text-align:center;
	float: right;
	width: 262px;
	background-repeat: no-repeat;
}

#menu1 {
	line-height:36px;
	_line-height:22px;
	vertical-align:middle;
	float: left;
	padding: 2px;
}

/*=顶部新加共用外框及顶部新加8/12日
=============================================================================================*/

#alltop1 { /*新加顶部banner外框*/
	clear:none;
	margin-top:3px;
	background-repeat: repeat-x;
	height: 100px;
	width: 982px;
	border: 1px solid #DD9E3F;
	float: left;
	margin-right: 8px;
	margin-bottom: 3px;
	margin-left: 4px;
	color: #DD9E3F;
}
*html #alltop1 { /*新加顶部banner外框*/
	clear:none;
	margin-top:3px;
	background-repeat: repeat-x;
	height: 40px;
	width: 982px;
	border: 1px solid #DD9E3F;
	float: left;
	margin-right: 8px;
	margin-bottom: 3px;
	margin-left: 4px;
	color: #DD9E3F;
}
*+html #alltop1 { /*新加顶部banner外框*/
	clear:none;
	margin-top:3px;
	background-repeat: repeat-x;
	height: 110px;
	width: 982px;
	border: 1px solid #DD9E3F;
	float: left;
	margin-right: 8px;
	margin-bottom: 3px;
	margin-left: 4px;
	color: #DD9E3F;
}
#alltop2 { /*新加顶部banner外框*/
	clear:none;
	margin-top:2px;
	background-repeat: repeat-x;
	height: 40px;
	width: 982px;
	border: 1px solid #DD9E3F;
	float: left;
	margin-right: 8px;
	margin-bottom: 2px;
	margin-left: 4px;
	color: #DD9E3F;
}
*html #alltop2 { /*新加顶部banner外框*/
	clear:none;
	margin-top:2px;
	background-repeat: repeat-x;
	height: 40px;
	width: 982px;
	border: 1px solid #DD9E3F;
	float: left;
	margin-right: 8px;
	margin-bottom: 2px;
	margin-left: 4px;
	color: #DD9E3F;
}
*+htmlm #alltop2 { /*新加顶部banner外框*/
	clear:none;
	margin-top:2px;
	background-repeat: repeat-x;
	height: 40px;
	width: 982px;
/*	border: 1px solid #DD9E3F;*/
	float: left;
	margin-right: 8px;
	margin-bottom: 2px;
	margin-left: 4px;
	color: #DD9E3F;
}

#alltop3{ /*新加顶部banner最外框*/
	clear:none;
	/*margin-top:2px;*/
	background-repeat: repeat-x;
	height: 40px;
	/*width: 982px;
	border: 1px solid #DD9E3F;*/
	float: left;
	/*margin-right: 8px;
	margin-bottom: 2px;
	margin-left: 4px;
	color: #DD9E3F;*/
}
*html #alltop3{ /*新加顶部banner最外框*/
	clear:none;
	/*margin-top:2px;*/
	background-repeat: repeat-x;
	/*height: 40px;
	width: 982px;
	border: 1px solid #DD9E3F;*/
	float: left;
	/*margin-right: 8px;
	margin-bottom: 2px;
	margin-left: 4px;
	color: #DD9E3F;*/
}

*+html #alltop3{ /*新加顶部banner最外框*/
	clear:none;
	/*margin-top:2px;*/
	background-repeat: repeat-x;
	height: 65px;
	/*width: 982px;
	border: 1px solid #DD9E3F;*/
	float: left;
	/*margin-right: 8px;
	margin-bottom: 2px;
	margin-left: 4px;
	color: #DD9E3F;*/
}


#top03 {  /*顶部新闻链接*/
	height:100px;
	vertical-align:middle;
	text-align:center;
	float: right;
	width: 150px;
    color: #DD9E3F;
	background-repeat: no-repeat;
}
#topbanner1 {  /*顶部banner*/
	height:95px;
	vertical-align:middle;
	text-align:center;
	float: right;
	width: 670px;
	background-repeat: no-repeat;
}
/*=友情链接
=============================================================================================*/
#foot-link {
	clear:none;
	margin-top:5px;
	background-repeat: repeat-x;
	height: 172px;
	width: 962px;
	border: 1px solid #4E4E4E;
	float: left;
	margin-right: 8px;
	margin-bottom: 5px;
	margin-left: 4px;
	color: #FFFFFF;
	background-color: #21201B;
}
*html #foot-link {
	clear:none;
	margin-top:5px;
	background-repeat: repeat-x;
	height: 40px;
	width: 962px;
	border: 1px solid #4E4E4E;
	float: left;
	margin-right: 8px;
	margin-bottom: 5px;
	margin-left: 4px;
	color: #FFFFFF;
	background-color: #21201B;
}
*+html #foot-link {
	clear:none;
	margin-top:5px;
	background-repeat: repeat-x;
	height: 172px;
	width: 962px;
	border: 1px solid #4E4E4E;
	float: left;
	margin-right: 8px;
	margin-bottom: 5px;
	margin-left: 4px;
	color: #FFFFFF;
	background-color: #21201B;
}
#foot-link1 {
	clear:none;
	margin-top:5px;
	background-repeat: repeat-x;
	height: 40px;
	width: 962px;
	border: 1px solid #4E4E4E;
	float: left;
	margin-right: 8px;
	margin-bottom: 5px;
	margin-left: 4px;
	color: #FFFFFF;
	background-color: #21201B;
}
*html #foot-link1 {
	clear:none;
	margin-top:5px;
	background-repeat: repeat-x;
	height: 40px;
	width: 962px;
	border: 1px solid #4E4E4E;
	float: left;
	margin-right: 8px;
	margin-bottom: 5px;
	margin-left: 4px;
	color: #FFFFFF;
	background-color: #21201B;
}
*+html #foot-link1 {
	clear:none;
	margin-top:5px;
	background-repeat: repeat-x;
	height: 100px;
	width: 982px;
	border: 1px solid #4E4E4E;
	float: left;
	margin-right: 8px;
	margin-bottom: 5px;
	margin-left: 4px;
	color: #FFFFFF;
	background-color: #21201B;
}
#Indexleftbox01 {
	width:184px;
	text-align:center;
	float:left;
	overflow:hidden;
	background-color: #000000;
	background-repeat: repeat-y;
	border: 1px solid #4E4E4E;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	height: 145px;
}
#menu2 {
	clear:both;
	margin-top:5px;
	background-repeat: repeat-x;
	height: 80px;
	width: 981px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #FFFFFF;
}
#Indexleftbox02 {
	width:1000px;
	text-align:center;
	float:left;
	overflow:hidden;
	background-color: #000000;
	background-repeat: repeat-y;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
}
#vip {
	width:184px;
	height:220px;
	float: left;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 4px;
	border: 1px solid #4E4E4E;
	background-image: url(syssite/home/shop/1/template/current/default/images/new-vip.jpg);
	background-repeat: no-repeat;
}
#Indexleftboxtop {
	width:184px;
	text-align:center;
	float:left;
	overflow:hidden;
	/*color: #fff;*/
	background-repeat: repeat-x;
	border: 1px solid #4E4E4E;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	background-image: url(syssite/home/shop/1/template/current/default/images/left0201.jpg);
	height: 30px;
}
/*=喜,后面新加参数 
=============================================================================================*/
#Indexleftboxtop1 {
	width:184px;
	text-align:center;
	float:left;
	overflow:hidden;
	/*color: #fff;*/
	background-repeat: repeat-x;
	border: 1px solid #4E4E4E;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	background-image: url(syssite/home/shop/1/template/current/default/images/new-left1.jpg);
	height: 30px;
}
#Indexleftboxtop2 {
	width:184px;
	text-align:center;
	float:left;
	overflow:hidden;
	/*color: #fff;*/
	background-repeat: repeat-x;
	border: 1px solid #4E4E4E;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	background-image: url(syssite/home/shop/1/template/current/default/images/new-left2.jpg);
	height: 30px;
}
#Indexleftboxtop3 {
	width:184px;
	text-align:center;
	float:left;
	overflow:hidden;
	/*color: #fff;*/
	background-repeat: repeat-x;
	border: 1px solid #4E4E4E;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	background-image: url(syssite/home/shop/1/template/current/default/images/new-left3.jpg);
	height: 30px;
}
#Indexleftboxtop4 {
	width:184px;
	text-align:center;
	float:left;
	overflow:hidden;
	/*color: #fff;*/
	background-repeat: repeat-x;
	border: 1px solid #4E4E4E;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	background-image: url(syssite/home/shop/1/template/current/default/images/new-left4.jpg);
	height: 30px;
}
#Indexleftboxtop5 {
	width:184px;
	text-align:center;
	float:left;
	overflow:hidden;
	/*color: #fff;*/
	background-repeat: repeat-x;
	border: 1px solid #4E4E4E;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	background-image: url(syssite/home/shop/1/template/current/default/images/new-left5.jpg);
	height: 30px;
}
#Indexleftboxtop6 {
	width:184px;
	text-align:center;
	float:left;
	overflow:hidden;
	/*color: #fff;*/
	background-repeat: repeat-x;
	border: 1px solid #4E4E4E;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	background-image: url(syssite/home/shop/1/template/current/default/images/new-left6.jpg);
	height: 30px;
}
#Indexleftboxtop7 {
	width:184px;
	text-align:center;
	float:left;
	overflow:hidden;
	/*color: #fff;*/
	background-repeat: repeat-x;
	border: 1px solid #4E4E4E;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	background-image: url(syssite/home/shop/1/template/current/default/images/new-left7.jpg);
	height: 30px;
}
#Indexleftboxtop8 {
	width:184px;
	text-align:center;
	float:left;
	overflow:hidden;
	/*color: #fff;*/
	background-repeat: repeat-x;
	border: 1px solid #4E4E4E;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	background-image: url(syssite/home/shop/1/template/current/default/images/new-left8.jpg);
	height: 30px;
}
#Indexleftboxtop9 {/*还没有用到此类*/
	width:184px;
	text-align:center;
	float:left;
	overflow:hidden;
	/*color: #fff;*/
	background-repeat: repeat-x;
	border: 1px solid #4E4E4E;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	background-image: url(syssite/home/shop/1/template/current/default/images/new-left9.jpg);
	height: 30px;
}
#IndexAllWrap .ablk{
	float:left;
	width:245px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
}
#IndexAllWrap .ablk .actitle{
	background-image: url(syssite/home/shop/1/template/current/default/images/new-new.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 23px;
}
#IndexAllWrap .ablk_title{
}
body {
	background-color: #2A0101;
}
.STYLE2 {
	color: #FFFFFF;
	font-size: 14px;
}
.STYLE3 {color: #FFFFFF; font-size: 13px; font-weight: bold; }
.STYLE4 {font-size: 13px}
.STYLE8 {
	color: #FF0000;
	font-weight: bold;
	font-size: 13px;
}
.STYLE9 {color: #AEAEAE}
.STYLE10 {color: #DD9E3F}
a:link {
	color: #DFB864;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #DFB864;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
	color: #DFB864;
}


/* css file:Wrapstyle.css */
/*---ҳ¼------------------------------------------*/
.StyleIndexLogin {
	background:url(syssite/home/shop/1/template/current/default/images/loginbg.gif) no-repeat;
	height:120px;
	width:217px;
	padding-top:8px;
	margin:15px 0;
}
.StyleIndexLogin label{
	line-height:19px;
	color:#fff;
}


/*----ҳƷ-----------------------------------------*/
.StyleCategoryIndex .title{
	background:url(syssite/home/shop/1/template/current/default/images/catatree.gif) no-repeat;
	width:199px;
	height:33px;
}
.StyleCategoryIndex .body{
	padding:4px;
	width:188px;
	background:url(syssite/home/shop/1/template/current/default/images/catabg.gif) repeat-y;
	text-align:left;
	border-bottom:1px solid #f0f0f0;

}
/*-----ҳﳵ----------------------------------------*/

.StyleCartInfo{
	background:#fff url(syssite/home/shop/1/template/current/default/images/cartshadow.gif) repeat-x;
	padding-top:9px;
}

.StyleCartInfo .body{
	background:url(syssite/home/shop/1/template/current/default/images/cart_3.gif) no-repeat 8px 0;
	padding-left:56px;
	height:50px;
}
.StyleCartInfo ul li a{
	display:block;
	width:130px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	margin-bottom:1px dotted #ccc;

} 
.StyleCartInfoWrap .body .button{
	text-align:right;
	padding:3px 0 0 0 ;
	border-top:1px solid #ccc;

} 
.StyleCartInfoWrap .body .button a{
	background:url(syssite/home/shop/1/template/current/default/images/items.gif) no-repeat;
	padding-left:15px;

} 
/*---ҳ------------------------------------------*/
.StyleIndexArticle .title{
	background:url(syssite/home/shop/1/template/current/default/images/newstitle.gif);
	height:35px;
}
.StyleIndexArticle .body{
	padding:4px;
	background:url(syssite/home/shop/1/template/current/default/images/newsbg.gif);
}
.StyleIndexArticle .bottom{
	background:url(syssite/home/shop/1/template/current/default/images/newsbottom.gif);
	height:12px;
}

/*---ҳƷ------------------------------------------*/

.StyleHotGoods{
	margin:10px 0;
}
.StyleHotGoods .title{
	background:url(syssite/home/shop/1/template/current/default/images/hottitle.gif) no-repeat;
	width:199px;
	height:35px;
}
.StyleHotGoods .body{
	background:url(syssite/home/shop/1/template/current/default/images/newsbg.gif);
	padding:7px;
}
.StyleHotGoods .bottom{
	background:url(syssite/home/shop/1/template/current/default/images/newsbottom.gif) no-repeat;
	width:199px;
	height:12px;
}

/*----ҳ-----------------------------------------*/
.StyleIndexLinkList .title{
	background:url(syssite/home/shop/1/template/current/default/images/linktitle.gif) no-repeat;
	width:199px;
	height:33px;	
}
.StyleIndexLinkList .body{
	text-align:center;
	padding:4px;
	width:188px;
}

/*=Ʒ ؼƷ ƼƷ
=============================================================================================*/
.StyleGoodsClass{/**/
}

.StyleGoodsClass .title{/*Ʒ ؼƷ Ʒͷ*/
	height:27px;
	clear:both;
	border-bottom:1px solid #f2f2f2;
	position:relative;
}
.StyleGoodsClass .title .name{/*Ʒ ؼƷ Ʒ*/
	position:absolute;
	top:0;
	left:0;
}
.StyleGoodsClass .title .viewmore{/*Ʒ ؼƷ Ʒ*/
	position:absolute;
	top:4px;
	right:23px;
}

/*ԲǱ߿
=============================================================================================*/
.Stylebox { 
  background: #eee;
  margin:10px 5px;
}
.Stylebox .boxtop { 
  background: url(syssite/home/shop/1/template/current/default/images/ne.gif) no-repeat top right; 
}
.Stylebox .boxtop div { 
  height: 10px; 
  background: url(syssite/home/shop/1/template/current/default/images/nw.gif) no-repeat top left; 
}
.Stylebox .boxbottom { 
  background: url(syssite/home/shop/1/template/current/default/images/se.gif) no-repeat bottom right; 
}
.Stylebox .boxbottom div { 
  height: 10px; 
  background: url(syssite/home/shop/1/template/current/default/images/sw.gif) no-repeat bottom left; 
}
.Stylebox .boxcontent {
  padding: 0px 10px 0px 10px;
}



/* 全局设定
/*=============================================================================================*/
/* css file:htmls.css */
/*=html元素设置
=============================================================================================*/
.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,h1,dl,dt,dd,ul,ol,li,table,td,th{
	margin:0;
	padding:0;
	list-style:none;
}
h2,h3,h4,h5,h6,h7,h202{
	padding:0;
	margin:8px 0 0 0;
}
h2{
	font-size:14px;
	font-weight:bold;
	text-align:left;
	font-size:14px;
	font-weight:bold;
	padding-left:20px;
	color:#FFFFFF;
	background-repeat: no-repeat;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #f2f2f2;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 5px;
}
h3{
	text-align:left;
	font-size:12px;
	font-weight:bold;
	color:#f60;
}
fieldset{
	margin:0 15px;
	border:3px solid #f2f2f2;
	padding:10px;
	
}
fieldset legend{
	font-size:14px;
	color:#f90;
	font-weight:700;
	margin:5px 0;
}
#form1 #dl{
	background-image: url(images/hy-dl.gif);
	height: 60px;
	width: 27px;
}

form{
	line-height:23px;
}
form label{
	display:block;
	width:65px;
	text-align:right;
	float:left;
	font-weight:700;
	color:#fff;
	padding:2px 0;
}
form br{
	clear:both;
}
img {
	border: 0;
}
a:link {
	font-size: 12px;
	color:#999;
	text-decoration: none;
}
a:visited {
	font-size: 12px;
	color: #999
	text-decoration: none;
}
a:hover {
	font-size: 12px;
	color:#DFB864;
	text-decoration: none;
}
/*=表格列表统一样式
=============================================================================================*/
.TableWrap{
margin-top:15px;
}
.TableWrap .tab{
}
.TableWrap .tab li{
	display:block;
	float:left;
	width:104px;
	height:26px;
	margin-right:2px;
	text-align:center;
	font-size:14px;
	font-weight:700;
	color:#fff;
	background:url(syssite/home/shop/1/template/current/default/images/membertabon.gif);
	line-height:25px;
}
.TableWrap .tab li a{
	display:block;
	width:104px;
	height:25px;
	font-size:12px;
	font-weight:700;
	color:#aaa;
	background:url(syssite/home/shop/1/template/current/default/images/membertab.gif);
}
.TableWrap .list{
	border:1px solid #ccc;
	border-bottom:4px solid #ccc;
	border-collapse:collapse;

}

.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/current/default/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; 
	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 {
    color:#DD9E3F;
	border: 1px solid #DD9E3F;/*登录框文字输入字颜色*/
	/*background-color:#E0FBF8;*//*淡蓝色*/
	background-color:#572727;/*登录框底色*/
	
}
.inputstyle2 {
    background-image: url(syssite/home/shop/1/template/current/default/images/hy-dl.gif);
	height: 28px;
	width: 60px;
	/*border: 1px solid #7F7F7F;
	/*background-color:#E0FBF8;*//*淡蓝色*/
	/*background-color:#fff;/*登录框底色*/
	
}
.buttonstyle {
	border:3px double #bbb;
	border-top:3px double #ddd;
	border-left:3px double #ddd;
	background-color: #ddd;
	font-size:12px;
	/*background:url(syssite/home/shop/1/template/current/default/images/buttonbg.gif);*/
	height:25px;
	padding-top:3px
}
.textright{
	text-align:right;
	color: #FFFFFF;
}
.p9blackb {
	color: #000;
	font-weight:700;
	padding-left:6px;
}
.p9orangeb {
	color: #f50;
	font-weight:700;
	padding-left:6px;
}
.p14my{
	color:#aeaeae;
	font-size:13px;
}

.p14redb {
	color: #00FF00;
	font-size:13px;
	font-weight:700;
}
h201 {
	font-size:14px;
	font-weight:bold;
	text-align:left;
	font-size:14px;
	font-weight:bold;
	padding-left:20px;
	color:#FFFFFF;
	background-repeat: no-repeat;
	border-bottom-style: none;
	padding-top: 5px;
	vertical-align: middle;
}
h7 {
	font-size:14px;
	font-weight:bold;
	text-align:left;
	font-size:14px;
	font-weight:bold;
	padding-left:20px;
	border-bottom:3px solid #f2f2f2;
	color:#ff9900;
	background-image: url(http://gzbiao.cn/syssite/home/shop/1/template/Cn00002/images/link.jpg);
	background-repeat: no-repeat;
}
h2vip {
	font-size:14px;
	font-weight:bold;
	text-align:left;
	font-size:14px;
	font-weight:bold;
	padding-left:10px;
	color:#FFFFFF;
	background-repeat: no-repeat;
	border-bottom-style: none;
}



/* 在商品搜索列表中所使用的样式
/*=============================================================================================*/
/* 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/current/default/images/accordianbg.gif);
  }
.GoodslistTitleGoods .off .mytitle {
	background:url(syssite/home/shop/1/template/current/default/images/accordianbg-off.gif);
	color:#666;
	border-bottom:1px solid #fff;
  }
.GoodslistTitleGoods ul{
	float:left;
	width:138px;
	text-align:center;
	color: #FFFFFF;
}
.GoodslistTitleGoods ul li.goodspic a{
	display:block;
	width:120px;
	height:80px;
	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:100%;
	text-align:left;
	clear:both;
	margin:15px auto;
        padding:0 15px;
}
.GoodsSearchWarp .title{/*头部*/
	padding:1px;
	height:30px;
	border:1px solid #f2f2f2;
}
.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%;
    padding:10px 10px;
}
.GoodsSearchWarp .items {/*商品条目循环项*/
	width:24%;
	float:left;
	height:180px;
	padding:5px 0;
}

.GoodsSearchWarp .items .goodpic{/*商品图片*/
	float:left;
        text-align:center;
}
.GoodsSearchWarp .items .goodpic a {/*商品图片*/
	border:1px solid #ccc;
	display:block;
	width:120px;
	height:90px;
	overflow:hidden;
	vertical-align:middle
}
.GoodsSearchWarp .items .goodpic a img{/*商品图片*/
	margin:0 auto;
	display:block;
	
}
.GoodsSearchWarp .items .goodpic a:hover {/*商品图片－MouseOver*/
	border:1px solid #dfb864;
}
.GoodsSearchWarp .items .goodinfo{
	align:center;
    width:160px;
    padding-bottom:8px;
}


.GoodsSearchWarp .items h1 a{
	color:#AEAEAE;
	margin-bottom:5px;
	font-size:12px;
	text-decoration: none;
}
.GoodsSearchWarp .items h1 a:hover{
	color:#dfb864;
	margin-bottom:5px;
	font-size:12px;
	text-decoration: none;
}
.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;
	
}



/* 商品详细页面使用的样式
/*=============================================================================================*/
/* 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-top:6px;
	padding-left:6px;
	border-left:3px solid #000;/*现在所在位置左侧线*/
	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/current/default/images/dot.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.GoodsInfoWarp .info .items dl dt{
	background:url(syssite/home/shop/1/template/current/default/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/current/default/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/current/default/images/img_new.gif) no-repeat;
	padding-left:40px;
	margin-left:10px;
	color:#F00;
}

/* css file:GoodsDetailsTabs.css */
/*=Library*/
/*=商品详细标签
=============================================================================================*/
#tabs{
	background:url(syssite/home/shop/1/template/current/default/images/tabsepbg.gif) repeat-x 0 1px;
	padding-left:15px;

}
#tabs a{
	display:block;
	float:left;
	background:url(syssite/home/shop/1/template/current/default/images/tabs_common.gif);
	width:107px;
	height:17px;
	color:#ccc;/*商品介绍内商品评论条文字颜色*/
	padding:4px 5px;
	text-align:center;
}
#tabs a.current{
	display:block;
	background:url(syssite/home/shop/1/template/current/default/images/tabs_on.gif) 0 0 no-repeat;
	color:#ff0000;/*商品介绍内商品评论条文字点击后颜色*/
	font-size:14px;
	font-weight:700;
	margin-bottom:-4px;
	height:28px;
	margin-top:-8px;
	padding-top:6px;
}
#container{
	clear:both;
	color:#000;
	padding-top:20px;
	
}

/* css file:TPL_COMMENTSUM.css */
/*=Library*/
.GoodsCommentsWrap{
	margin-bottom:20px;
}
.GoodsCommentsWrap .info{
	padding:6px;
	border:1px solid #ccc;
	position:relative;
	margin-bottom:6px;
	background:#000;
	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;
	font-size: 13px;
	color: #CCCCCC;
	font-weight: normal;
	margin-bottom:20px;
	padding-right:20px;
	padding-left:20px;
}




/* 关于产品分类的样式
/*=============================================================================================*/
/* css file:Category.css */
/*=Library*/
/* css file:TPL_CATEGORY_INDEX.css */
/*=商品分类模式-1
TPL_CATEGORY_INDEX
=============================================================================================*/
.CategoryIndexWrap{
}

.CategoryIndexWrap dl{
	clear:both;
}
.CategoryIndexWrap dl dt{
	margin-bottom:2px;

}
.CategoryIndexWrap dl dt a{
	background:url(syssite/home/shop/1/template/current/default/images/cateitems.gif) no-repeat 0 3px;
	padding-left:12px;
	font-weight:700;
	color:#666;
	border-bottom:1px solid #f2f2f2;
	display:block;
	clear:both;
	height:20px;
}
.CategoryIndexWrap dl dd{
	padding-left:12px;
	margin-bottom:6px;
}
.CategoryIndexWrap dl dd a{
	display:block;
	width:48%;
	float:left;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	margin-left:2px;
}
.CategoryIndexWrap dl dd br{
	line-height:0;
	font-size:0;
	margin:0;
	padding:0;
}

/* css file:TPL_CATEGORY_TREE.css */
/*=商品分类模式-2
TPL_CATEGORYTREE
=============================================================================================*/
.branch{ 
	cursor: pointer;
	cursor: hand;
	display: block;
	height: 28px;
	vertical-align: middle;
	
}
.leaf{
	display: none;
	margin-left: 16px; 
	vertical-align: middle;
}

/* css file:TPL_CATEGORYLIST.css */
/*=商品分类模式-3-index
TPL_CATEGORYLIST
=============================================================================================*/
.styleone,
.styletwo,
.stylethree{
	display:block;
	line-height:20px;
}
.styleone a,
.styletwo a,
.stylethree a{
    display:block;
	font-weight: lighter;
    /*border-top: 1px dotted #676767;/*商品分类虚线颜色*/
	border-bottom: 0px dotted #fff;
}
.styleone a:hover,
.styletwo a:hover,
.stylethree a:hover{
	/*border-bottom: 1px solid #ff0000;/*商品分类鼠标经过背景底框线颜色,原色为#1280B9;*/
	/*color:#ff0000;*/
	background-color:#96896F/*链接显示背景色*/
}
.styleone a:link,
.styleone a:visited{
	display:block;
	color:#fff;/*一级分类文字颜色*/
	font-size: 13px;
	font-weight:bold/*文字加粗*/
}
.styletwo a:link,
.styletwo a:visited{
    display:block;
    font-size: 12px;
	color:#fff;/*二级分类文字颜色*/
}

/* 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/current/default/images/cateitems.gif) no-repeat;
	padding-left:22px;
	font-weight:700;
}
.CategoryWrap dl dd{
	padding-left:200px;
	
}



/* 关于文章的的样式
/*=============================================================================================*/
/* css file:Article.css */
/*=Library*/
/*=文章类列表(单项新闻列表)
=============================================================================================*/
.ArticleListWrap{
	line-height:23px;
	font-weight: lighter;
}
.ArticleListWrap a{
	display:block;
	background:url(syssite/home/shop/1/template/current/default/images/articleitems.gif) no-repeat 0 5px;
	padding-left:15px;
	border-bottom:1px dotted #1f1f1f;
	width:95%;
}
.ArticleListWrap a span{
	float:right;
	color:#aaa;
	padding-right:10px;
}
.ArticleListWrap a:hover{
	color:#ff9900;
	/*background:#f2f2f2 url(syssite/home/shop/1/template/current/default/images/articleitems.gif) no-repeat 0 5px;*/
	background:#55524D url(syssite/home/shop/1/template/current/default/images/articleitems.gif) no-repeat 0 5px;
}
.ArticleListWrap a:hover span{
	float:right;
	color:#000;
}


/*=新闻内容列表(内页新闻列表汇总页面)
=============================================================================================*/
.ArticleListWrap1{
	text-align: left;
	font-weight: lighter;
    color:#C2C2C2;
}
.ArticleListWrap1 a{
	display:block;
	font-weight: lighter;
	background:url(syssite/home/shop/1/template/current/default/images/articleitems.gif) no-repeat 0 5px;
	padding-left:15px;
	border-bottom:1px dotted #1f1f1f;
	/*width:95%;*/
	text-overflow:ellipsis;	
	overflow: hidden;
}
.ArticleListWrap1 a span{
    font-weight: lighter;
	float:right;
	color:#aaa;
	padding-right:10px;
}
.ArticleListWrap1 a:hover{
	color:#ff9900;
	/*background:#f2f2f2 url(syssite/home/shop/1/template/current/default/images/articleitems.gif) no-repeat 0 5px;
	/*background:#7D7B7A;/*背景色*/
	background:#55524D url(syssite/home/shop/1/template/current/default/images/articleitems.gif) no-repeat 0 5px;
}
.ArticleListWrap1 a:hover span{
	float:right;
	color:#000;
}


/*=文章类列表2(首页新闻列表)
=============================================================================================*/
.ArticleListWrap2{
	line-height:23px;
	text-align: left;
	text-overflow:ellipsis;	
	overflow: hidden;
}
.ArticleListWrap2 a{
	display:block;
	background:url(syssite/home/shop/1/template/current/default/images/articleitems.gif) no-repeat 0 5px;
	padding-left:15px;
	border-bottom:1px dotted #1f1f1f;
	/*width:95%;*/
	width:229px;
	height: 25px;/*首页新闻标题行高限制*/
	text-overflow:ellipsis;	
	overflow: hidden;
}
.ArticleListWrap2 a span{
	float:right;
	color:#aaa;
	padding-right:10px;
	text-overflow:ellipsis;	
	overflow: hidden;
}
.ArticleListWrap2 a:hover{
	color:#ff9900;
	background:#55524D url(syssite/home/shop/1/template/current/default/images/articleitems.gif) no-repeat 0 5px;
	text-overflow:ellipsis;	
	overflow: hidden;
}
.ArticleListWrap2 a:hover span{
	float:right;
	color:#000;
	text-overflow:ellipsis;	
	overflow: hidden;
}
/*=文章类详细
=============================================================================================*/
.ArticleDetailsWrap{
padding-left:10px;
font-size:12px;
font-weight: lighter;/*新闻内容细体*/
color:#C2C2C2/*新闻内容字体颜色*/
}
.ArticleDetailsWrap h1{
	text-align:center;
	padding:20px 0;
	font-size:15px;
	font-weight:700;
	color:#C05A08;/*新闻标题字体颜色*/
	border-bottom:1px solid #f2f2f2;
}
.ArticleDetailsWrap .info{
	text-align:right;
	padding:0 10px;
	border-top:1px solid #f2f2f2;
}





/* 用户注册和忘记密码所使用的样式
/*=============================================================================================*/
/* css file:Register.css */
/*=Library*/
.RegisterWrap{
	text-align:left;
}
/*=第一步
=============================================================================================*/
.RegisterWrap .agree{
	background:url(syssite/home/shop/1/template/current/default/images/agree.gif) no-repeat 3px 2px;
	padding:5px;
	padding-left:22px;
	border:1px solid #fff;/*会员注册第一步"同意"按钮文字景色*/
}
.RegisterWrap .disagree {
	background:url(syssite/home/shop/1/template/current/default/images/disagree.gif) no-repeat 5px 2px;
	padding:5px;
	padding-left:22px;
	border:1px solid #AEAEAE;
}

.RegisterWrap textarea {
	margin:10px 0;
	border:1px solid #ccc;
	font-size:12px;
	color:#000;/*会员注册第一步内容文字景色*/
	padding:6px;
	line-height:22px;
	height:100%;
}

/*=第二步
=============================================================================================*/
.RegisterWrap .reginfo ul{
	padding:20px;
	color:#AEAEAE;/*会员注册第二步说明文字颜色*/
	border-bottom:3px dotted #ccc;
}
.RegisterWrap .reginfo ul li{
	background:url(syssite/home/shop/1/template/current/default/images/articleitems.gif) no-repeat 0 5px;
	padding-left:16px;
	text-align:left;
}
.RegisterWrap label{
	/*display:block;*/
	width:100px;
	font-weight: lighter;
	text-align:right;
	float:left;
	font-weight:700;
	color:#ccc;
	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:#000;
	color:#fff;
	padding:2px;
	margin-right:4px;
	margin-top:4px;
}
.ShopbbsWrap .button a:hover{
	background:#fff;/*"发表我的留言"链接按钮底色*/
	color:#ff0000;/*"发表我的留言"文字链接颜色*/
}
.ShopbbsWrap .title{
	background:url(syssite/home/shop/1/template/current/default/images/FeedBackList.Title.jpg) no-repeat;
	height:97px;
	position:relative;
}
.ShopbbsWrap .title span{
	position:absolute;
	right:20px;
	bottom:10px;
}
.ShopbbsWrap .items{
    color:#fff;
	font-weight: lighter;/*细体字,留言内容*/
	border:1px solid #ccc;
	background:#000;/*显示留言内容底色*/
	padding:4px;
	margin:8px 4px;
	border-right:3px solid #ccc;/*左别粗线颜色*/
}
.ShopbbsWrap .items dd{
padding-left:23px;
}
.ShopbbsWrap .items .posted{
	/*background:url(syssite/home/shop/1/template/current/default/images/comment.gif) no-repeat;*/
	padding-left:25px;
}
.ShopbbsWrap .items .replied{
	/*background:url(syssite/home/shop/1/template/current/default/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/current/default/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/current/default/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:#717171;
	font-size:10px;
	color:#fff;/*翻页按钮内文字颜色*/
	font-family:Verdana;
	padding:3px;
}
.PagerWrap a:hover{
	border:1px solid #000;/*翻页按钮链接颜色*/
	background:#B6C9F9;
	color:#ff0000;
	font-size:10px;
}
.PagerWrap span{
	border-right: 1px dotted #ccc; /*翻页边两竖虚线颜色*/
	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 */
/*会员中心中心菜单
=============================================================================================*/
.MemberMenuWrap{
}

.MemberMenuWrap ul li a{
	text-align:right;
	display:block;
	background:url(syssite/home/shop/1/template/current/default/images/closed.gif) no-repeat right 2px ;
	padding-right:20px;
	/*border-bottom:1px dotted #ccc;*//*会员中心左侧栏目导航底线*/
	height:22px;
}
.MemberMenuWrap ul li a:hover{
	padding-right:30px;
	color:#fff;
	font-weight: lighter;
	background:#f2f2f2 url(syssite/home/shop/1/template/current/default/images/closed.gif) no-repeat 0 2px;
	/*font-weight:700;*/
	background-color:#96896F;/*鼠标经过链接背景色*/
}


/*会员中心所有表单的样式
=============================================================================================*/
.MemberCenterWrap{
	line-height:22px;
}
.MemberCenterWrap label{
	display:block;
	width:100px;
	text-align:right;
	float:left;
	font-weight:700;
	color:#fff;
	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;
	color:#AEAEAE;/*825新加样式*/
}
.MemberReceiverLisetWrap .function a:hover{
	background:#f90;
	color:#fff;
}



/* 帮助中心使用的样式
/*=============================================================================================*/
/* css file:helpcenter.css */
/*=Library*/
/* css file:TPL_HELPMENU.css */
.HelpMenuWrap{
	width:100%
}

.HelpMenuWrap ul{
	padding:5px;
	border-top:none
}

.HelpMenuWrap ul li a{
	text-align:right;
	font-weight: lighter;
	display:block;
	background:url(syssite/home/shop/1/template/current/default/images/closed.gif) no-repeat right 2px ;
	padding-right:20px;
	/*border-bottom:1px dotted #ccc;*//*ʾ*/
	height:22px;
}

.HelpMenuWrap ul li a:hover{
	padding-right:30px;
	color:#fff;
	font-weight:lighter;
	background:#f2f2f2 url(syssite/home/shop/1/template/current/default/images/closed.gif) no-repeat 0 2px;
	font-weight:700;
	background-color:#96896F/*ʾɫ*/
}

/*支付方式和配送方式
=============================================================================================*/
#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/current/default/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/current/default/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/current/default/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/current/default/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/current/default/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/current/default/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/current/default/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/current/default/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/current/default/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:#fc0;
	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;
	
}




