/*=Library*/
/* 首页所使用模块的样式
/*=============================================================================================*/
/* css file:index.css */
/* css file:TPL_INDEXGOODS_STYLE_1.css */
/*************************************************************************

只要调整下面的2个width的值，就可以实现几列显示；
这两个值最好是相同的。

*************************************************************************/
.INDEXGOODS_STYLE_1_Wrap .items,
.INDEXGOODS_STYLE_1_Wrap .items h1 {/*反复调整这里的数字来获得最佳的宽度*/
	width:243px;
}
/************************************************************************/


.INDEXGOODS_STYLE_1_Wrap .ItemsWarp {/*商品条目循环项外层*/
}
.INDEXGOODS_STYLE_1_Wrap .items {/*商品条目循环项*/
	padding:10px;
	float:left;
	border-right:1px dotted #ccc;
	border-bottom:1px dotted #ccc;
	overflow:hidden;
}
.INDEXGOODS_STYLE_1_Wrap .items h1{/*把商品名称放入h1中，更有利于搜索引擎的搜索*/
	background:url(syssite/home/shop/1/template/current/default/images/items.gif) no-repeat;
	padding:0 0 8px 18px;
	font-weight:700;
	font-size:12px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.INDEXGOODS_STYLE_1_Wrap .items h1 a{
	color:#666;
}

.INDEXGOODS_STYLE_1_Wrap .items h1 a:hover{
	color:#f90;
	border-bottom:1px dotted #000;
}
.INDEXGOODS_STYLE_1_Wrap .items .goodpic{/*商品图片*/
	float:left;
}
.INDEXGOODS_STYLE_1_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_1_Wrap .items .goodpic a:hover{/*商品图片*/
	padding:2px;
	border:1px dotted #f90;
}
.INDEXGOODS_STYLE_1_Wrap .items .paybutton{/*一些支付网关购买按钮*/
	text-align:center;
	margin:2px 0 ;
}
.INDEXGOODS_STYLE_1_Wrap .items .paybutton a{/*一些支付网关购买按钮*/
	display:block;
}
.INDEXGOODS_STYLE_1_Wrap .items ul{/*商品属性列表，列出价格、简介等*/
	float:left;
}


/* css file:TPL_INDEXGOODS_STYLE_4.css */
/*************************************************************************

只要调整下面的2个width的值，就可以实现几列显示；
这两个值最好是相同的。

*************************************************************************/

.INDEXGOODS_STYLE_4_Wrap,
.INDEXGOODS_STYLE_4_Wrap h1 {/*反复调整这里的数字来获得最佳的宽度*/
	width:142px;
}
/************************************************************************/
.INDEXGOODS_STYLE_4_Wrap{
	float:left;
	border-right:1px dotted #ccc;
	border-bottom:4px solid #f2f2f2;
	text-align:center;
	overflow:hidden;
	padding:0 8px;
	height:174px;
}
.INDEXGOODS_STYLE_4_Wrap h1{
	overflow:hidden;
	border:none;
	text-overflow:ellipsis;
	white-space:nowrap;
	margin:3px 0;
	padding:0;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	background: none;
	border-bottom:none;
	color:#000;
}
.INDEXGOODS_STYLE_4_Wrap .goodpic a{
	display:block;
	width:99px;
	height:99px;
	overflow:hidden;
	margin: 3px auto;
	border:3px dotted #f0f0f0;
	vertical-align:middle;
	line-height:99px;
}
.INDEXGOODS_STYLE_4_Wrap .price2{/*会员价格样式*/
	font-size:18px;
	font-weight:700;
	color:#f90;
	
}
.INDEXGOODS_STYLE_4_Wrap .price1{/*市场价格样式*/
	text-decoration:line-through;
}
.INDEXGOODS_STYLE_4_Wrap .save{/*立即节省样式*/
	color:#000
}

/* css file:TPL_INDEXGOODS_STYLE_superlite.css */
/*************************************************************************

只要调整下面的2个width的值，就可以实现几列显示；
这两个值最好是相同的。

*************************************************************************/
.INDEXGOODS_STYLE_2_Wrap .items{/*反复调整这里的数字来获得最佳的宽度*/
	width:125px;
}
.INDEXGOODS_STYLE_2_Wrap .items h1{
	width:100px;
}
/************************************************************************/



/*=最新商品 特价商品 推荐商品
=============================================================================================*/
.INDEXGOODS_STYLE_2_Wrap .ItemsWarp {/*商品条目循环项外层*/
}
.INDEXGOODS_STYLE_2_Wrap .items {/*商品条目循环项*/
	padding:5px 0;
	float:left;
	border-right:1px dotted #ccc;
	border-bottom:1px dotted #ccc;
	overflow:hidden;
	margin:0 auto;
}
.INDEXGOODS_STYLE_2_Wrap .items h1{/*把商品名称放入h1中，更有利于搜索引擎的搜索*/
	background:url(syssite/home/shop/1/template/current/default/images/items.gif) no-repeat 0 2px;
	padding:0 0 8px 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:hover{
	color:#f90;
	border-bottom:1px dotted #000;
}
.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;
}


































































/*===================color 8841001======================================*/

/* 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_INDEXGOODS_STYLE_STEPSCROLL.css */
.TPL_INDEXGOODS_STYLE_STEPSCROLL {
	width:518px;
	text-align:left;
	overflow:hidden;
	color:#B1C0B9;		
}

.TPL_INDEXGOODS_STYLE_STEPSCROLL li{
	width:518px;
	overflow:hidden;
	height:27px;
	line-height:27px;	
}

.TPL_INDEXGOODS_STYLE_STEPSCROLL li a{
     color:#B1C0B9;	
}



.TPL_INDEXGOODS_STYLE_STEPSCROLL li span{
   color:#C3226E;
   padding-left:10px;
}



/* css file:TPL_INDEXGOODS_STYLE_LIST.css */
.INDEXGOODS_STYLE_LIST_Wrap {
	padding:0px 0px 5px 0px;
}
.INDEXGOODS_STYLE_LIST_Wrap ul a{
	display:block;
	width:140px;
	background:url(syssite/home/shop/1/template/current/default/images/dotted.gif) repeat-x bottom;
	padding-left:5px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}

.INDEXGOODS_STYLE_LIST_Wrap2 {
	padding:5px;
}
.INDEXGOODS_STYLE_LIST_Wrap2 .title {
	font-weight:bold;
	font-size:12px;
	position:relative;
}

.INDEXGOODS_STYLE_LIST_Wrap2 .title .viewmore{
	position:absolute;
	top:130px;
}
.INDEXGOODS_STYLE_LIST_Wrap2 .title .viewmore a{
	color:#ffffff;
}
.INDEXGOODS_STYLE_LIST_Wrap2 .title .viewmore a:hover{
	text-decoration:underline;
	color:#ffffff;
}




.INDEXGOODS_STYLE_LIST_Wrap2 ul a{
	display:block;
	width:110px;
	background:url(syssite/home/shop/1/template/current/default/images/im_s_1.gif) no-repeat 0 5px;
	padding-left:15px;
	border-bottom:1px dotted #ccc;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}

/* css file:TPL_INDEXLOGIN.css */
.IndexLoginWrap{
    color:#000;
}
.IndexLoginWrap a{ 
   color:#330099;
}
a:hover {
	color: #FF6633;
}

/*---------------------------------------------*/


.LoginWrap{
   margin-left:30px;
   text-align:left;
}
.LoginWrap h3{
    color:#c60;
	font-size:16px;
	font-weight:700;
	padding-left:15px;
	clear:both;
}
.LoginWrap a{

   color:#0328C1;
}
.LoginWrap a:hover{
    text-decoration:underline;
}
.LoginWrap .button{
   float:left;
   clear:both;
   width:90%;
   margin:10px;
   border-bottom:1px dashed #ccc;
}
.LoginWrap .wb{
    float:left;
	text-align:left;
	height:50px;
	clear:both;
}

/* css file:TPL_NEWS.css */
/*=首页的文章类
=============================================================================================*/
.IndexArticleWrap{
	margin-right:5px;
}

.IndexArticleWrap ul li{
	line-height:20px;
	display:block;
	width:100%;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	color:#999;
	
	
}
.IndexArticleWrap ul a{
	display:block;
	padding-left:15px;
	color:#999;
}
.IndexArticleWrap ul a:hover{
	
}

/* css file:domtabs.css */
.domtab  ul.domtabs{
	position:absolute;
	left:100px;
	top:0;
	width:270px;
}

.domtab ul.domtabs li{
	background:#FFFFFF;				/*背景颜色*/
	border-top:2px solid #eee;
	display:block;
	float:left;
	padding:0 5px;
	margin:0 1px;
	letter-spacing:0.1em;
}
.domtab ul.domtabs li.active a{
	color:#ff6600;					/*标签激活状态字体颜色*/
	font-weight:bold;
}
.domtab .body div{
	display:none;
}

/* css file:TPL_SEARCH.css */
/*边栏搜索*/
#SearchBar {
  margin:0px auto;
  clear:both;
}

.search_hot2 {
     line-height:21px;
    text-align:right;
	height:21px;
	padding-right:15px;
	color:#b1c0b9;
}


.search_hot2 a{
   padding-right:5px;
   color:#b1c0b9;
}



/* 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{
	text-align:center;
	padding:0 10px;
}

/* css file:TPL_CARTINFO.css */
/*=首页的购物信息
=============================================================================================*/
.CartInfoWrap{
	padding:0;
	text-align:left;
	margin:0px;
	color:#b1c0b9;
}
.CartInfoWrap span{
	margin:0 5px;
}
.CartInfoWrap a{
	color:#b1c0b9;
}
.CartInfoWrap .carttotal{
	padding:0 2px;
	font-size:12px;
	font-weight:bold;
}


.CartInfoItems{
	padding:0;
	margin:0;
	line-height:normal;
	display:inline;
}
.CartInfoItemsOver{
	position:relative;
	padding:0;
	margin:0;
	line-height:normal;
	display:inline;
}
.CartInfoItems div{
	display:none;
}
.CartInfoItemsOver div{
	text-align:left;
	padding:3px;
	display:block;
	position:absolute;
	border:1px solid #999;
	background:#fff;
	width:200px;
	top:10px;
	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:#4B92C0;
	color:#fff;
}

/* css file:TPL_LINKLIST.css */
/*首页友情链接
=============================================================================================*/
.IndexLinkListWrap{
	margin-right:5px;
	
}




.IndexLinkListWrap ul li a{
	text-align:center;
	display:block;
	_width:95%;
	margin:2px;
	overflow:hidden;
	color:#999;
	
}
.IndexLinkListWrap ul li a:hover{
	text-decoration:underline;
}
/*更多友情链接样式
=============================================================================================*/

/* css file:TPL_INDEX_RIGHT.css */
#StyleIndexRight {

}

#StyleIndexRight .body{
	width:275px;
	border:#E7E7E7 1px solid;
	margin-bottom:15px;
	padding:15px 10px 10px 10px;
	float:left;
}

#StyleIndexRight .body .title{
	font-size:12px;
	font-weight:bold;
	color:#000;
	height:20px;
	line-height:20px;
	overflow:hidden;
}

#StyleIndexRight .body .left{
	width:100px;
	float:left;
	
}

#StyleIndexRight .body .right{
	width:150px;
	height:100px;
	float:right;

	padding-left:15px;
	text-align:left;
}


#StyleIndexRight .body2{
	width:275px;
	border:#E7E7E7 1px solid;
	margin-bottom:15px;
	padding:15px 10px 10px 10px;
	float:left;
	margin:0px 10px;
}

#StyleIndexRight .body2 .title{
	font-size:12px;
	font-weight:bold;
	color:#000;
	height:20px;
	line-height:20px;
	overflow:hidden;
}

#StyleIndexRight .body2 .left{
	width:100px;
	float:left;
	
}

#StyleIndexRight .body2 .right{
	width:150px;
	height:100px;
	float:right;

	padding-left:15px;
	text-align:left;
}


body {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	color: #333;
	line-height: 20px;
	margin: 0px;
	text-align:center;
	background:#050505 url(syssite/home/shop/1/template/current/default/images/bg.jpg) center top no-repeat;
}
/*=首页布局 
=============================================================================================*/
#IndexAllWrap{
	width:950px; 
	margin:0 auto;
	overflow:hidden;
	background:#3a403c;
	border-left:1px #FFFFFF solid;
	border-right:1px #FFFFFF solid;
}


#Indexmainbox{
	width:950px;
	text-align:left;
	overflow:hidden;
}

#Indexmainbox .Indexleftbox{
	width:182px;
	float:left;
	overflow:hidden;

}


#Indexmainbox .Indexrightbox{
	width:768px;
	float:left;
	overflow:hidden;
	
}




/*=头部和菜单
=============================================================================================*/



.login{
	margin:0px;
	overflow:hidden;
	color:#b1c0b9;
	text-align:right;
}

.login a{
	color:#b1c0b9;
}


.login span{
	margin:0px 5px;
}


.catWrap{
       border-bottom:1px #5c6763 solid;
	   border-top:1px #5c6763 solid;
}


.SearchWrap{
       border-bottom:1px #5c6763 solid;
	   text-align:right;
	   margin-top:2px;
	  
}


.catL{
	float:left;
	margin:0px;
	width:182px;
	overflow:hidden;
}


.cat{
	float:left;
	margin:0px;
	width:230px;
	overflow:hidden;
}

.catR{
	float:left;
	margin:0px;
	width:340px;
	overflow:hidden;
	text-align:right;
}

/*=导航========================================================================================*/

#IndexAD{
	 margin:0 auto;
	 width:950px;
	 text-align:center;
}


#Menu{
	margin:0px auto 5px auto;
	border-bottom:#5a6360 1px solid;
}

#Menu .menuC {
	width:950px;
	margin:0px auto;
	height:44px;
	overflow:hidden;
	color:#999;
}
#Menu .menuC a{ color:#999;}


#Menu .menuC .logo{
	float:left;
	width:200px;
	overflow:hidden;
	height:44px;
}


#Menu .menuC .left{
	float:left;
	width:562px;
	height:44px;
	overflow:hidden;
	line-height:44px;
}


#Menu .menuC .left li{
	float:right;
}



#Menu .menuC .left li span{
padding:0px 20px;
}

#Menu .menuC .right{
	float:right;
	width:180px;
	text-align:right;
}


.StyleIndexAdFlashWrap{
	 margin:0 auto;
	 width:768px;
	 overflow:hidden;
	 background:#1d2120 url(syssite/home/shop/1/template/current/default/images/fr_bg.gif) left  no-repeat;
}




.StyleIndexAdFlash{
	 width:684px;
	 text-align:center;
	 overflow:hidden;
	 border:1px #596863 solid;
	 margin:2px 30px 0px 30px;
	
}


.StyleIndexSTEPSCROLL{

	 background:#1d2120;
	 height:27px;
	 line-height:27px;
	 padding-left:34px;
}




#StyleIndexmainbox {
	margin:0px auto;
	width:920px;

}



/*=要删除的=============================================================================================*/

#topbar .topmenu{
	float:right;
	text-align:center;
	padding:10px 10px 0 0;
}
#topbar .topmenu a{
	color:#666;
	letter-spacing:1px;
	margin:0 5px;
}

#menubar{
	padding:2px;
	clear:both;
	text-align:center;
}
#menubar a{
	letter-spacing:1px;
	margin:0 15px;
}
#menubar a:hover{
	text-decoration:underline;
}

#TopMenuWrap{
	float:left;
	width:100%;
	margin-bottom:2px;
}
#sidemenu{
	float:left;
	background:#dfdfdf url(syssite/home/shop/1/template/current/default/images/top-l-r.gif) no-repeat right;
	height:24px;
	width:194px;
	margin-left:-100%;
	text-align:right;
	padding:5px 8px 0 0;

}


/*=底部
TPL_BOTTOM
=============================================================================================*/
#foot{
	clear:both;
	margin-top:15px;
	width:950px;
	margin:0 auto;
	color:#999;
	
}

#foot a{color:#999;}


#foot .menubar{
	text-align:center;
	border-top:1px solid #5c6763;
	padding-top:5px;
	
}
#foot .menu a{
	margin-right:15px;
}
#foot .menu a:hover{
	color:#c3226e;
	

}

.BoottomCenter {
	margin:0 auto;
	text-align:center
}

/* css file:Wrapstyle.css */
/*******************************************************************************************************************************************/
/*		修改以下两项改变 框头部样式 和 边框样式 
/*******************************************************************************************************************************************/

.StyleIndexSideblock,.StyleIndexNews,.StyleIndexNews573516768StyleIndexNews,.StyleIndexNewGoods,.StyleIndexHotGoodsBlock,.StyleIndexRecommendGoods,.StyleIndexArticlesBlock2{

	border:1px solid #537ed4; 		/*边框颜色，样式*/
}
.StyleIndexSideblock .title,.StyleIndexNews .title,.StyleIndexHotGoodsBlock .title,.StyleIndexNewGoods .title,.StyleIndexRecommendGoods .title,.StyleIndexArticlesBlock2 .title{

	background-color:#537ed4;		/*头部背景颜*/
	color:#ffffff; 					/*头部字体颜色*/
	height:18px;  					/*头部高度*/
	
}
/*******************************************************************************************************************************************/
/*		修改以下改变头部导航样式
/*******************************************************************************************************************************************/
#menubar{
	background-color:#3260ba; 		/*头部导航背景颜色*/
	color:#FFFFFF; 					/*头部导航文字颜色*/
}
#menubar a{
	font-weight:bold; 
	color:#FFFFFF; 					/*头部导航链接颜色*/
}

/*******************************************************************************************************************************************/
/*		修改以下改变最新商品的标签样式
/*******************************************************************************************************************************************/

/*******************************************************************************************************************************************/



/*---------------------------------------------*/
.StyleIndexSideblock{
	width:176px;
	margin-bottom:10px;
}
.StyleIndexSideblock .title{
}
.StyleIndexSideblock .body{
	padding:5px;
	text-align:left;
	
}
/*---------------------------------------------*/
.StyleIndexADVBanner{
	float:left;
	width:398px;
}
.StyleIndexADVBanner h2{/*替换广告位置,gift_rule*/
	
}
.StyleIndexBanner2{
	float:left;
	width:202px;
	margin:0 5px;
}
/*---------------------------------------------*/
.StyleIndexGiftRule{
	width:610px;
	float:left;
}
/*---------------------------------------------*/
.StyleIndexNews{
	float:right;
	width:178px;
}
.StyleIndexNews .title{
	text-align:center;
}
.StyleIndexNews .body{
	padding:5px;
	height:150px;
}
/*---------------------------------------------*/
.StyleIndexHotGoodsBlock{
	margin-top:6px;
}
.StyleIndexHotGoodsBlock .title{
	padding-left:20px;
	position:relative;
}
.StyleIndexHotGoodsBlock .title .viewmore{
	position:absolute;
	right:10px;
	top:0;
}
.StyleIndexHotGoodsBlock .title .viewmore a{
	color:#ffffff;
}
.StyleIndexHotGoodsBlock .title .viewmore a:hover{
	text-decoration:underline;
	color:#ffffff;
}
.StyleIndexHotGoodsBlock .body{
	padding:4px 0;
}
/*---------------------------------------------*/
.StyleIndexNewGoods{
	margin:5px 0;
	width:810px;
}
.StyleIndexNewGoods .title{
	padding-left:20px;
	position:relative;
}
.StyleIndexNewGoods .title .viewmore{
	position:absolute;
	right:10px;
	top:0;
}
.StyleIndexNewGoods .title .viewmore a{
	color:#ffffff;
}
.StyleIndexNewGoods .title .viewmore a:hover{
	text-decoration:underline;
	color:#ffffff;
}
.StyleIndexNewGoods .body{
	padding:5px;
}
/*---------------------------------------------*/
.StyleIndexADVBanner2{
	overflow:hidden;
}

/*---------------------------------------------*/
.StyleIndexRecommendGoods{
	float:left;
	width:630px;
	margin:5px 0;
}
.StyleIndexRecommendGoods .title{
	padding-left:20px;
	position:relative;
}
.StyleIndexRecommendGoods .title .viewmore{
	position:absolute;
	right:10px;
	top:0;
}
.StyleIndexRecommendGoods .title .viewmore a{
	color:#ffffff;
}
.StyleIndexRecommendGoods .title .viewmore a:hover{
	text-decoration:underline;
	color:#ffffff;
}
.StyleIndexRecommendGoods .body{
}
/*---------------------------------------------*/
.StyleIndexArticlesBlock2{
	width:176px;
	margin:5px 0 5px 0;
	overflow:hidden;
	float:right;
}
.StyleIndexArticlesBlock2 .title{
	padding-left:20px;
}
.StyleIndexArticlesBlock2 .body{
	padding:10px;
}

/*---------------------------------------------*/

.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;
}



/*---------------------------------------------*/


.IndexNewStyle {
	 width:767px;
	 overflow:hidden;
	 background:#C4C9C5 url(syssite/home/shop/1/template/current/default/images/fr2_bg.gif) 0 120px no-repeat;
	
}


.IndexNewStyle .Title{
	 padding-left:32px;
	 margin:15px 0;
	 padding-left:32px;
}

.StyleIndexNewBody{
	 width:692px;
	 border-left:1px #CCC  solid;
	 border-top:1px #CCC  solid;
	 margin-bottom:50px;
	 background:#F5F5F5;
}

.StyleListBody{
	 width:716px;
	 margin-bottom:50px;
	 margin-left:32px;
}


.StyleDetailsBody{
	 width:716px;
	 margin-left:32px;
	 background:#F5F5F5;
}


.StyleDetailsBody2{
	 width:716px;
	 margin-left:30px;
	 background:#F5F5F5;
	 padding:5px;
	 border-bottom:#2C312D 20px solid;
}


.StyleDetailsBody4{
	 width:716px;
	 margin-left:30px;
	 background:#FFFFFF;
	 padding:5px;
	 border-bottom:#2C312D 20px solid;
}




.StyleDetailsBody3{
	 width:716;
	 background:#F5F5F5;
	 padding:5px;
	 border-bottom:#2C312D 20px solid;
	 overflow:hidden;
}



.IndexNewMore{
	background:#2C312D;
	text-align:right;
	height:32px;
	line-height:32px;
	padding-right:5px;
}


.IndexNew{
	width: 164px;
	float: left;
	padding:4px;
	text-align:center;
	border-right:1px #ccc  solid;
	border-bottom:1px #ccc  solid;
}


.IndexNew-1 a {
	width:164px;
	
	overflow:hidden;
	display:block;
}


.IndexNew-1 a img{
	
}


.IndexNew-2{
	width:164px;
	text-align: center;
}
.IndexNew-2 h1{
	font-size: 12px;
	font-weight: normal;
	width:164px;

	
	height:32px; line-height:16px; overflow:hidden; font-weight:normal;white-space: normal; padding-top:5px;

}




.IndexNew-3{
	width:164px;
	color:#c3226e;
}

















.Newtab
{
	width:702px;
	margin-left:47px;
	overflow:hidden;
	margin-top:20px;
}
.Newmenu,.Newmenu li
{
	margin:0;
	padding:0;
	height:35px;
	list-style:none;
	overflow:hidden;
	text-align:center;
}
.Newmenu
{
	border-bottom:1px solid #cccccc;
}
.Newmenu .default
{
	margin-left:10px;
	float:left;
	font-size:12px;
	line-height:35px;
	cursor:pointer;	
	
}
.Newmenu .active
{

	float:left;
	font-size:12px;
	line-height:35px;
	cursor:pointer;	
	font-weight:bold;
	color:#000;
	margin-left:10px;
	
}


.con
{
	width:695px;
	margin:0 auto;
}


/*---------------------------------------------*/

.Indexlefttitle{
	
	background:url(syssite/home/shop/1/template/current/default/images/dotted.gif) repeat-x bottom;
	padding:5px 0 5px 15px;
	margin-right:5px;
	margin-bottom:5px;
}




/*---------------------------------------------*/
.Visited {
     margin-bottom:5px;
}


.Visited .items a{
    display:block;
	border-bottom:1px solid #4e5a58;
	background:url(syssite/home/shop/1/template/current/default/images/a4.gif) right no-repeat;
	width:160px;
	padding-left:20px;




}
.Visited .items a:hover{
	background:url(syssite/home/shop/1/template/current/default/images/a3.gif) right no-repeat;
	width:160px;
	padding-left:20px;
	position:relative;
}

.Visited .items a span{
	display:none;
	color:#b1c0b9;
	text-align:center;
}
.Visited .items a:hover span{
	display:block;
	position:absolute;
	border:3px solid #b1c0b9;
	width:80px;

	top:20px;
	left:20px;
	z-index:100;
	background:#2c312d;
	
}
.Visited .items dt a:hover span img{
	width:80px;
	
}


.Visited  img{
	width:80px;
	
}







/*---------------------------------------------*/



.ListGoods{
	 width:695px;
	overflow:hidden;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

.ListGoods-1{
	text-align: left;
	padding-left:5px;
}

.ListGoods-2{
	 width:692px;
	 border-left:1px #CCC  solid;
	 border-top:1px #CCC solid;
	 margin-bottom:0px;
	 background:#F5F5F5;
}





.ListGoods-2-1{
	width: 164px;
	float: left;
	padding:4px;
	text-align:center;
	border-right:1px #CCC  solid;
	border-bottom:1px #CCC solid;
}


.ListGoods-2-1-1 a{
	width:164px;
	
	overflow:hidden;
	display:block;
}

.ListGoods-2-1-1-2{
	width: 150px;
	text-align: center;

	height:32px; line-height:16px; overflow:hidden; font-weight:normal;white-space: normal; padding-top:5px;

}
.ListGoods-2-1-1-3{text-align: center; line-height:22PX; color:#c3226e;}



.SearchGoodsList{
	width: 716px;
	padding-top: 4px;
	padding-bottom: 4px;
	overflow:hidden;
}





/*--------------INFO-------------------------------*/

.InfoPic{
	padding-right: 20px;
	padding-left: 10px;
}

.InfoPic2{
	padding:5px;
	border: 1px solid #BDBDBD;
	background-color: #EEEEEE;
}



.DetailsInfoPictITLE {
    padding-left:20px;
	padding-top:5px;
	line-height:20px;
}


.DetailsInfoPictITLE2 {
    padding-left:20px;
	padding-top:5px;
	line-height:20px;
	background:#F5F5F5;
}

.DetailsInfoPictITLE2 span {
   padding-left:10px;
}

.DetailsInfoPictITLE2 span a {
   color:#C3226E;
}




.DetailsInfoPictITLE3 {
    padding-left:40px;
	padding-top:5px;
	line-height:20px;
	background:#F5F5F5;
}



.DetailsInfoWrap{
    background:#FFFFFF;

}


.DetailsInfoWrap2 {
	background:#F5F5F5;
}

/*--------------p评论-------------------------------*/

.SREVIEWPUBALLWrap {
   padding:10px; 
  
}

.SREVIEWPUBWrap{
   padding:0px 10px; 
   border:5px #EEEEEE solid;
   margin:10px;
}


/*--------------礼品-------------------------------*/

.Gift_SearchWrap{
   padding:0px 10px 10px 10px; 
   border:5px #EEEEEE solid;
   margin:10px;
   background:#FFFFFF;
}


.Gift_SearchWrap_list{
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EFEFEF;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
}




.GoodsGiftSugge img{
	width:160px;
	overflow:hidden;
	border:4px solid #eeeeee;
}




.GoodsGiftSugge {
	width:510px;
    border:5px #EEEEEE solid;
    margin:10px 1px 10px  1px ;
    background:#FFFFFF;

}





.GoodsGiftSugge-1{
	width: 150px;
	float: left;

	text-align:center;

}


.GoodsGiftSugge-1-1 a{

	overflow:hidden;
	display:block;
	margin:10px 1px;
}

.GoodsGiftSugge-1-1-2{
	width: 150px;
	text-align: center;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}






/*--------------留言-------------------------------*/


.WarpBBSTitle{
   padding-left:40px;
   padding-top:10px;
   padding-bottom:10px;
   
}


.WarpBBS{
	
	text-align:center;
	padding-top:20px;
	padding-bottom:20px;

}

.WarpBBS2{
	width: 860px;
	background: #FAFAFA;
	padding:10px;
    border:1px solid #EAEAEA;
	text-align:left;
	margin:0 auto;
}

.WarpBBS3{
	width:848px;
	background:#FFF;
	margin-bottom: 10px;
	padding-top: 5px;
    padding-left: 10px;
	padding-bottom: 5px;
	border: 1px solid #EAEAEA;

}

.ShopBbs{
	padding:5px 0px 5px 5px;

}


.BordeAll{
	margin: 0px;
	padding-right:0px;
	padding-left:0px;
	padding-top:5px;
	padding-bottom: 5px;
	border-bottom: 1px solid  #EFEFEF;


}





/*=login
=============================================================================================*/

.login-1{
	width: 600px;
	margin:0 auto;
	padding: 20px 60px;
	overflow: hidden;
}
.login-1-1{
	float: left;
	width: 285px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E5E5E5;
}
.login-1-2{
	float: right;
	width: 286px;
}


.login-1-1-1input{
	width: 135px;
	height: 16px;
	background-color: #F5F5F5;
	border: 1px solid #CCC;
}





/*----用户注册开始----*/
.register1-1{
	background-repeat: no-repeat;
	background-position: left;
	height: 56px;
	width: 720px;
}
.register1-2{
	width: 720px;
	text-align: left;
}
.RegisterWrap-1{
	width: 720px;
	margin:20px auto;

}
.registerwrap{
	text-align: center;
	width: 600px;
	padding-right: 75px;
	padding-left: 45px;
}
.registerwrap a{
	margin-right: 5px;
}
.registerwrap textarea{
	border: 1px solid #CCC;
	background-color: #F2F2F2;
	height: 186px;
	color: #666;
	padding: 15px;
	width: 570px;
	line-height: 20px;
}
.RegisterWrap-3{
	width: 630px;
	margin-right:60px;
	margin-left: 30px;
	padding-top: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #F5F5F5;
	border-top: 1px solid #F5F5F5;
	
}

.RegisterWrapAll{
	width: 720px;
	margin:0 auto;
	border:#F5F5F5 5px solid;
}



.loginform2{
	width: 630px;
	height: 30px;
	text-align: center;
	padding-top: 20px;
	margin-right: 60px;
	margin-left: 30px;
}
.loginform3{
	width: 630px;
	margin-right: 60px;
	margin-left: 30px;
	padding-top: 30px;
	padding-bottom: 30px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E7E7E7;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E7E7E7;
	margin-top: 30px;
}
.loginform3 a{
	margin-right: 15px;
}
.RegisterWrap-2{
	width: 630px;
}



.MEMBERMENUTABLE {
	 margin:100px 0px;    
}

.MEMBERMENUTABLE a{
	color:#FF0000;
	font-weight:700;
	padding:0 5px;  
}

.Reg {
	color:#FF0000;
	padding:0 5px;
	font-size:12px;
}

.SPICSHOW {
	font-size: 12px;
	color: #6c1328;
	font-weight: bold;
}


.showpicbottom {
     background:url(syssite/home/shop/1/template/current/default/images/showpicbottom_bg.gif) repeat-x;
	 height:18px;
	 font-size:1px;
	 line-height:18px;
	 
	
}





/* 全局设定
/*=============================================================================================*/
/* 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{
	padding:0;
	margin:8px 0 0 0;
}



h2{

	text-align:left;
	font-size:12px;
	font-weight:bold;
	padding-left:20px;
	color:#000;
	background:#F5F5F5;
	height:25px;
	line-height:25px;
	padding-left:20px;
}


h3{
	text-align:left;
	font-size:12px;
	font-weight:bold;
	color:#000;
	background:#F5F5F5;
	height:25px;
	line-height:25px;
	padding-left:20px;
}

h3 a{

	color:#FF0000;

}



fieldset{
	margin:0 5px;
	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:60px;
	text-align:right;
	float:left;
	font-weight:700;
	color:#000;
	padding:2px 0;
}
form br{
	clear:both;
}
img {
	border: 0;
}
a {
	font-size: 12px;
	color: #333;
	text-decoration: none;
}

a:hover {
	font-size: 12px;
	color: #c3226e;
	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:13px;
	font-weight:700;
	color:#000;
	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-top:5px solid #F5F5F5;
	border-bottom:5px solid #F5F5F5;
	border-collapse:collapse;

}

.TableWrap .list td{
	border-bottom:1px solid #F5F5F5;
	padding:6px 6px;
	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 solid #F5F5F5 ;
	font-size:12px;
}
.TableWrap .list tfoot td{
	text-align:right;
	border-bottom:1px solid #F5F5F5;
	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 #F5F5F5;
	border-top:1px solid #F5F5F5;
	border-right:1px solid #F5F5F5;
	border-bottom:5px solid #F5F5F5;
	border-collapse:collapse;

}
.TableWrap .data td,
.TableWrap .data th{
	border-bottom:1px solid #F5F5F5;
	padding:6px 6px;
	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 #E7E7E7;
	background-color: #F5F5F5;
}

.inputstyle3 {
	border: 1px solid #E7E7E7;
	background:#F5F5F5;
	width:100px;
	height:12px;
}

.inputstyle6 {
	border: 1px solid #E7E7E7;
	background:#F5F5F5;
	width:100px;
	height:14px;
}



.inputstyle7 {
	border: 1px solid #E7E7E7;
	background:#F5F5F5;
	width:200px;
	height:14px;
}




.buttonstyle {
	font-size:12px;
	height:25px;
	padding-top:3px
}
.textright{
	text-align:right;
	padding-right:5px;
	color:#999;
}

.textright a{
	text-align:right;
	padding-right:5px;
	color:#999;
}


.p9blackb {
	color:#FF0000;
	font-weight:700;
	padding-left:6px;
}

.p9Right {
	color:#FF0000;
	font-weight:700;
}

.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/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;
}
.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;
	
}
.GoodsSearchWarp .ItemsWarp {/*商品条目循环项外层*/
	width:100%;
}
.GoodsSearchWarp .items {/*商品条目循环项*/
	width:100%;
	padding:10px;
	border-bottom:#F5F5F5 solid 5px;
}

.GoodsSearchWarp .items .goodpic{/*商品图片*/
	float:left;
}
.GoodsSearchWarp .items .goodpic a {/*商品图片*/
	padding:3px;
	border:5px solid #F5F5F5;
	margin:0 5px;
	display:block;
	width:160px;
	overflow:hidden;
	vertical-align:middle
}
.GoodsSearchWarp .items .goodpic a img{/*商品图片*/
	margin:0 auto;
	display:block;
	
}
.GoodsSearchWarp .items .goodpic a:hover {/*商品图片－MouseOver*/
	
}
.GoodsSearchWarp .items .goodinfo{
	float:left;
	width:80%;
}
.GoodsSearchWarp .items h1 a{
	font-weight:bold;
	
	margin-bottom:10px;
	font-size:14px;
}
.GoodsSearchWarp .items ul{
     display:block;
}
.GoodsSearchWarp .items ul li{

	float:none;
}
.GoodsSearchWarp .items .intro{
	
}
.GoodsSearchWarp .items .button{
	margin:4px 0;
	float:right;
	
}



/* 商品详细页面使用的样式
/*=============================================================================================*/
/* css file:GoodsDetails.css */
/*=Library*/
/* css file:TPL_GOODSINFO.css */
/*=Library*/
.GoodsInfoWarp{/*外层*/
	text-align:left;

}
.GoodsInfoWarp label{
	float:none;
	display:inline;
	width:auto;
	white-space:nowrap;
}
.GoodsInfoWarp input{
	margin:0;
	padding:0;
}
.GoodsInfoWarp .title{/*头部，类别路径*/
	text-align:right;
	
	
}
.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;
	font-size:12px;
	font-weight:normal;
}
.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;
}



.Nameh1{
	font-size: 12px;
	color: #6c1328;
	font-weight: bold;
	padding-left:20px;
}




/* 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:#666;
	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:#000;
	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{
	padding:10px;
}

.GoodsCommentsWrap .info{
	padding:6px;
	border:5px solid #EEEEEE;
	position:relative;
	color:#000;
}
.GoodsCommentsWrap .info table td{

	color:#000;
}
.starscomments{
	border:1px solid #ccc;
	border-collapse:collapse;
	margin:10px auto;

}
.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{
	padding-top:10px;
}
.SendToFriendsWrap label{
	display:block;
	float:left;
	width:100px;
	
	text-align:right;
	
}

/* css file:TPL_GOODSREVIEWCNT.css */
/*=Library*/
/*=商品详细页面的ajax评论(V4.7)
TPL_GOODSREVIEWCNT
=============================================================================================*/
#container .tabcontent{
	display:none;
}
.AjaxRewWrap{
   padding:0px 10px 10px 10px;
}
.AjaxRewWrap .head{
	border:5px solid #EEEEEE;

	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:5px solid #f2f2f2;

	margin-bottom:10px;
}
.AjaxRewWrap .items dl{
	margin:10px 0;

}
.AjaxRewWrap .items .buyerrew .name{
	color:#c3226e;
}
.AjaxRewWrap .items .buyerrew table td{
	
	white-space:nowrap;
	
}
.AjaxRewWrap .items .buyerrew table td.content{

	white-space:normal;
	padding-left:10px;
}
.AjaxRewWrap .items .summary{
	margin-top:5px;
	padding:5px 0;
	clear:both;
	border-top:1px solid #F5F5F5;
	text-align:center
}
.AjaxRewWrap .items .summary input{

	padding:2px;
	background:#6c1328;
	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;
}


.GoodsLinkWarp h2{
   line-height:0px;
   font-size:1px;
   height:0px;
}


.GoodsLinkWarp dl {
	display:inline;
	padding:5px;
	float:left;
}
.GoodsLinkWarp dl dt,
.GoodsLinkWarp dl dd{
	text-align:center;

}
.GoodsLinkWarp dl dt{/*设置相关商品的名称样式*/
	
	width:140px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.GoodsLinkWarp dl dt a{
	display:block;
	overflow:hidden;

}

.GoodsLinkWarp dl dt img{
	width:120px;
	overflow:hidden;
	border:5px solid #eeeeee;
}



.GoodsLinkWarp dl dt a:hover{
	

}
.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;
	line-height:22px;
	padding:10px;

}




/* 关于产品分类的样式
/*=============================================================================================*/
/* css file:Category.css */
/*=Library*/
/* css file:TPL_CATEGORY_INDEX.css */

.CategoryIndexWrap{margin-right:5px}

.CategoryIndexWrap dl{clear:both;}

.CategoryIndexWrap dl dt{margin-bottom:2px;}

.CategoryIndexWrap dl dt a{
	background:url(syssite/home/shop/1/template/current/default/images/a2.gif) no-repeat 0 5px;
	padding-left:12px;
	border-bottom:1px solid #5c6763;
	display:block;
	clear:both;
	height:22px;
	color:#999;
}

.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;
	color:#999;
}
.CategoryIndexWrap dl dd br{
	line-height:0;
	font-size:0;
	margin:0;
	padding:0;
}


.Cate-1 { padding-right:5px;}
.Cate-1-1 {margin-bottom:2px; background:#2c312d; line-height:25px;}
.Cate-1-1 a{ 
	background:url(syssite/home/shop/1/template/current/default/images/a1.gif) no-repeat 0 7px;
	padding-left:12px;

	display:block;
	clear:both;

	color:#c3226e;

}

.cat_child {line-height:25px;}
.cat_child a{background:url(syssite/home/shop/1/template/current/default/images/a2.gif) no-repeat 0 2px; padding-left:12px; color:#999;}
	

/* css file:TPL_CATEGORY_TREE.css */
/*=商品分类模式-2
TPL_CATEGORYTREE
=============================================================================================*/
.branch{ 
	cursor: pointer;
	cursor: hand;
	display: block;
	height: 22px;
	vertical-align: middle;
	padding-left:20px;

	
}
.leaf{
	display: none;
	margin-left: 16px; 
	vertical-align: middle;
}

/* css file:TPL_CATEGORYLIST.css */
.styleone { padding-right:5px;	display:block;}
.styleone {margin-bottom:2px; background:#2c312d; line-height:25px;}
.styleone a{ 
	background:url(syssite/home/shop/1/template/current/default/images/a1.gif) no-repeat 0 7px;
	padding-left:12px;
	display:block;
	clear:both;
	color:#c3226e;

}

.styletwo {line-height:22px;}
.styletwo a{background:url(syssite/home/shop/1/template/current/default/images/a2.gif) no-repeat 0 4px; padding-left:12px; color:#999;}


.styleone a:hover{ color:#FFF;}
.styletwo a:hover{ color:#c3226e;}


.styletwo,
.stylethree{
	display:block;
	height:22px;
	line-height:22px;
}








.stylethree a {
	
	display:block;
     color:#999;
	padding-left:17px;

}



.stylethree a:link{}

.stylethree a:visited{
	
}

/* css file:TPL_CATEGORY.css */
/* css file:allcatepop.css */
.micro, .micro a {
	font-size: 8px; 
	line-height: 9px;
	font-weight: bold;
	color: #333;
	text-transform:uppercase;
	}
.microNB, .microNB a {
	font-size: 8px; 
	line-height: 9px;
	font-weight: normal;
	color: #333;
	text-transform:uppercase;
	}
.microSelected, .microSelected a {
	font-size: 8px; 
	line-height: 9px;
	font-weight: bold;
	color: #000;
	text-transform:uppercase;
	}


.microDisabled, {
	font-size: 8px; 
	line-height: 9px;
	font-weight: normal;
	color: #666;
	text-transform:uppercase;
	}


.n2 .price {
	color: #900; 
	font-size: 11px;
	}

.bigPrice {
	color: #900; 
	font-size: 20px;
	}
	





.n2Pop {

	border: 0px outset #EEEDDD; 
	background-color:#fff;
	position:absolute; 	
	z-index:200;
	}

.n2PopStatic {
	border: 1px outset #555533; 

	background-color:#fff;
	position:absolute; 
	z-index:200;
}

.n2, .n2 td {
	font-size: 11px; 
	font-family: verdana;
}

.n2PopBody {
	background-color:#fff;
	border:3px solid #EFEDD4;    
}

.n2 a, .n2 a:visited, .n2 a:hover, .n2 a:active {
	color: #039;
	text-decoration:none;	
	font-size: 11px; 
	font-family: verdana;
}

.n2 a:hover {
	color: #c60;
	text-decoration:underline;
}

.local, .internalLink {
}

.n2 .local a:hover {
	color: #c60;
	text-decoration:underline;
}

.n2 .internalLink a:hover {
	color: #c60;
	text-decoration:none;
    border-bottom:1px dashed #c60;} 
	
.n2 .highlight {
	color: #c60; 
}

.whiteBG {
	background-color: #fff;
}

.n2 .highlightBar {
	background-color: #EBF3FC; 
	padding: 3px;
	}	

.n2 .popTitle {
	color: #039;
	font-size: 0.8em;
	font-weight: bold;
	vertical-align:top;
	}		

.n2 .hand, .n2 .clickable {
	cursor: pointer;
	color: #039;
}

.n2 .nohand {cursor:'' }

.n2 .divider {
	border-bottom: 1px dashed #ccc;
	margin-bottom: 3px;
	}		
	
.n2 .expandableVOuter {
	display: none; 
	overflow: hidden; 
	position: relative; 
	width: 100%; 
}	

.n2 .expandableVOuterVisible {
	overflow: hidden; 
	position: relative; 
	width: 100%; 
}	

.n2 .expandableHOuter {
	display: none; 
	overflow: hidden; 
	position: relative; 
}	

.n2 .expandableHOuterVisible {
	overflow: hidden; 
	position: relative; 
}	

.n2 .expandableInner {
	position: relative;
}	

.n2 .dialogBody {
	background-color: #D5E2F0;  
	padding: 3px;
	color: #33669B;	
}	

.n2 .showcase {
	background-color: #fff; 
	border: 1px inset;  
	cursor:auto;
}

.n2 .popStaticTitle {

	background-color:#EFEDD4; 



	height:18px; 
	cursor:move;
	
}

.n2 .popSemiStaticTitle {
	background-color:#EFEDD4; 


	height:18px; 
	cursor:move;
}

.n2 .popTitle {
	color: #86875D;
	font-size: 12px;	
	font-weight: normal;
	padding: 2px 0 0 4px;
}

.n2 .showVerticalScrollbar {
	overflow:auto; 
}

.n2 .showDualScrollbars {
	overflow:auto; 
}

.n2 .summaryTitle {
	padding-top: 4px; 
	padding-bottom: 4px; 
	color: #000;
	font-size: 1.1em;
	font-weight: bold;
}

.n2 .expMenu div { 
	padding: 4px; 
	color: #039;
}

.n2 .expMenu .expMenuSelected a, 
.n2 .expMenu .expMenuSelected a:hover, 
.n2 .expMenu .expMenuSelected a:visited, 
.n2 .expMenu .expMenuSelected a:active {
	font-weight: bold;
	color: #000;
}

.n2 .expMenu .expMenuSelected a:hover {
	font-weight: bold;
	text-decoration:none;
}

.n2 .expMenu .expMenuUnselected {
}

.n2 .expMenu .expMenuDisabled {
	color: #CCC;
}

.n2 .disabled{
	color: #CCC;
}

.n2 .checkIndent div {
	padding: 3px 5px 3px 16px;
	text-indent: -11px;
}

.n2ExpProdPane {
	background-color:#fff;
}

.n2ExpProdPaneTitle {
	font-size: 12px;
	font-weight: bold;
}

.animatedBox {
	position:absolute;
	visibility:hidden;
	border: 1px solid gray;
	background:white;
	z-index:220;
}

.animatedBoxHollow {
	position:absolute;
	visibility:hidden;
	border: 1px solid gray;
	z-index:220;
}


.n2Reveal {
	position:absolute;
	filter:alpha(opacity=100);
	-moz-opacity:100%;
	opacity:100%;
	visibility:visible;
}
.n2RevealContent {
	position:absolute;
	filter:alpha(opacity=0);
	opacity:0;
	-moz-opacity:0;
	visibility:hidden;
	z-index:10;
}


.n2ac {
	font-family: verdana,arial,helvetica,sans-serif; 
	font-size: 11px;
	border: 1px solid #ABAA7C; 
	background-color:#fff;
	position:absolute; 	
}

.n2ac .nonSelected {
	background: #fff;
	cursor: pointer;
	color: #039;
	padding: 0 4px 0 4px;
}

.n2ac .selected {
	background: #EFEDD4;
	cursor: pointer;
	color: #039;
	padding: 0 4px 0 4px;
}

.n2ac .autoScrollbar {	
	scrollbar-face-color: #D0CA90; 
	scrollbar-highlight-color: #F6F6d9; 
	scrollbar-shadow-color: #A99F47;
	scrollbar-3dlight-color: #D3C99F;
	scrollbar-arrow-color: 000000;
	scrollbar-track-color: #EFEDD4;
	scrollbar-darkshadow-color: #936300;
	overflow: auto;
}	


.n2SliderHandle-horizontal {
	position:absolute;
	cursor:w-resize;
}
.n2SliderHandle-vertical {
	position:absolute;
	cursor:n-resize;
}

.n2SliderToolTip-horizontal {
	position:absolute;
	font-size: 11px; 
	line-height: 12px;
	font:Arial, Helvetica, sans-serif;
	color: #000;
}
.n2SliderHandle-vertical {
	position:absolute;
	font-size: 8px; 
	line-height: 9px;
	font-weight: bold;
	color: #000;
	text-transform:uppercase;
}

.n2Hand, .n2Clickable {
	cursor: pointer;
}

/*=商品分类 TPL_CATEGORY 
=============================================================================================*/
.CategoryWrap{
	text-align:left;
	list-style-type: none;
}
.CategoryWrap dl{
	paddingp:6px ;
	padding-right:0;
	padding-bottom:6px;
	padding-left:0;
}
.CategoryWrap dl dt{
	float:left;
}
.CategoryWrap dl dt a{
	padding-left:10px;
	padding-left:22px;
	font-weight:700;
}
.CategoryWrap dl dd{
	padding-left:100px;
	
}
.CategoryWrap dl dd li{
	float: left;
	margin-left:10px;
	list-style-type: none;
	clear: none;
}




/* 关于文章的的样式
/*=============================================================================================*/
/* css file:Article.css */
/*=Library*/
/*=文章类列表
=============================================================================================*/
.ArticleListWrap{
	line-height:23px;
}
.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 #ccc;
	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;
}
.ArticleListWrap a:hover span{
	float:right;
	color:#000;
}
/*=文章类详细
=============================================================================================*/
.ArticleDetailsWrap{
padding-left:10px;
}
.ArticleDetailsWrap h1{
	text-align:center;
	padding:10px 0;
	font-size:14px;
	font-weight:700;
	color:#000;
	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;
	width: 720px;

	margin:0 auto;

}
/*=第一步
=============================================================================================*/
.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 #ccc;
}
.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 #ccc;
}

.RegisterWrap textarea {
	margin:10px 0;
	border:1px solid #ccc;
	font-size:12px;
	color:#666;
	padding:6px;
	line-height:22px;
	height:100%;
}

/*=第二步
=============================================================================================*/
.RegisterWrapAll .reginfo ul{
	padding:20px 20px 0px 20px;
}
.RegisterWrapAll .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;
}
.RegisterWrapAllp label{
	display:block;
	width:100px;
	text-align:right;
	float:left;
	font-weight:700;
	color:#000;
	padding:2px 0;
}
.RegisterWrapAll 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;
	color:#fff;
	padding:2px;
	margin-right:4px;
	margin-top:4px;
}
.ShopbbsWrap .button a:hover{

	color:#fff;
}
.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{
	border:5px solid #F5F5F5;
	background:#fff;
	padding:10px;
	margin:10px;
}
.ShopbbsWrap .items dd{
padding-left:23px;
}
.ShopbbsWrap .items .posted{
	background:url(syssite/home/shop/1/template/current/default/images/items2.gif) no-repeat;
	padding-left:25px;
}

.ShopbbsWrap .items .posted a{
    color:#c3226e;
}


.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/a3.gif)  right no-repeat;
	padding-left:20px;
	border-bottom:1px #4e5a58 solid;
}
.SideGoodsWrap .items a:hover{
	display:block;
	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;
}


#xx{border:#1989D7 1px solid;overflow:hidden;}
#xx h4{margin:0;color:#fff;padding:5px 10px;font-size:12px;background:#1989D7 url(http://www.xij.cn/bbs/images/default/collapsed_yes.gif) 180px center no-repeat;cursor:pointer;}
#xx .h42{background:#1989D7 url(http://www.xij.cn/bbs/images/default/collapsed_no.gif) 180px center no-repeat;}
#xx p{font-size:12px;padding:5px;line-height:18px;margin:0;}

/* 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;
	text-align:center;
}



.PagerWrap a:link,
.PagerWrap a:visited{

	font-size:11px;
       color:#000;
	font-family:Verdana;
	padding:3px 2px;
}
.PagerWrap a:hover{


	color:#c3226e;
	font-size:11px;

}
.PagerWrap span{

	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{
   padding-left:8px;
   background:#FFFFFF;

   height:50px;
}

.MemberMenuWrap ul li {
    float:left;
	line-height:25px;
	width:125px;
	height:25px;
	
	
}

.MemberMenuWrap ul li a{
     padding:0 8px;
	 color:#6c1328;
}

.MemberMenuWrap ul li a:hover{
	color:#000;
}




/*会员中心所有表单的样式
=============================================================================================*/
.MemberCenterWrap{
	line-height:22px;
}
.MemberCenterWrap label{
	display:block;
	width:200px;
	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{
    padding-right:5px;
}

.HelpMenuWrap ul li{
	padidng:3px 0;
	border-top:none;

}

.HelpMenuWrap ul li a{
	display:block;
	
	padding-left:20px;
	height:25px;
	color:#999;
}

.HelpMenuWrap ul li a:hover{
}

/*支付方式和配送方式
=============================================================================================*/
#ddimagetabs{
	margin:20px 0 1px; 0;
	height:30px;
 
	background:#F5F5F5; 

}

#ddimagetabs a{
	display:block;
	float:left;
	width:120px;
	line-height:30px;
	text-align:center;
	font-size:12px;
	font-weight:700;

    background:#f5f5f5; 
	line-height:25px
}

#ddimagetabs a:hover, #ddimagetabs a.current{
	background:#3a403c; 
	color: #FFF;

}

#tabcontentcontainer{
	padding-top:0px;
	text-align:left;
	border:5px solid #F5F5F5;
	border-top:none;
	margin-bottom:20px;

}

#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:#F5F5F5;
	font-weight:700;
	color:#000;
	font-size:12px;
	padding-left:15px;
	line-height:30px;
}


/* 购物流程中所使用到的样式
/*=============================================================================================*/
/* css file:Cart.css */
/*=Library*/
/*=购物流程页面布局 | 
=============================================================================================*/
#CartWrap{
	width:100%; 
	margin:0 auto;

	border-top:none;
	text-align:center;
}

/*=一步式购物
TPL_ONESTEPCHECKOUT
=============================================================================================*/
.onestepcheckout {
	margin:0 auto;
	width:95%;
	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:5px solid #F5F5F5;
	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:5px solid #F5F5F5;
	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:5px solid #F5F5F5;
	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:1px dotted #F5F5F5;
	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{

	font-size:12px;
	color:#c3226e;
	padding-left:70px;
	padding-top:6px;
	margin-bottom:10px;
	background:url(syssite/home/shop/1/template/current/default/images/packageinfobg.gif) no-repeat 0 5px;
	height:22px;
	vertical-align:middle;
	border-bottom:1px #F5F5F5 solid;
}
.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:#c3226e;
}
.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;
	
}
.PackageGoodsWarp .items .priceinfo .price2{
	color:#c3226e;
	font-size:16px;
	font-weight:700;
}
.PackageGoodsWarp .items .priceinfo .save{
	
}


/* 与品牌相关
/*=============================================================================================*/
/* css file:Brand.css */
/*=Library*/
/*TPL_GOODSBRANDLIST 品牌分类页*/
.BrandWrap{
}
.BrandWrap h1{
	margin:10px;
	font-size:12px;
	color:#6c1328;
}

.BrandWrap .body{
}
.BrandWrap .body ul{
	float:left;
	width:220px;
	border:5px solid #f5f5f5;
	padding:10px;
	margin:10px 8px;
	text-align:center;
}
.BrandWrap .body li{
	width:450px;
	height:121px;
	overflow:hidden;
	margin:0 auto;
}

.BrandDetailWrap{
	width:880px;
	padding:20px 10px 0px 10px;
	border-bottom:5px #F5F5F5 solid;
	overflow:hidden;
	background:#FFFFFF;
}

.BrandDetailINFO{
	width:880px;
	padding:0 5px;
	overflow:hidden;
	background:#FFFFFF;
	border:#F5F5F5 5px solid;
}



.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{
	display:block;
	height:22px;
	padding-left:20px;
	color:#999;
}

/* 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;
	
}




