@import url("layout.css");/*关于页面布局的样式，包括首页、内页、弹出窗口的布局以及菜单、搜索栏、底部*/
@import url("htmls.css");/*xhtml元素的设定*/
@import url("fontcolors.css");/*其他辅助性的字体及颜色的设定*/
@import url("basic.css");/*常用的比如table和form的设定*/
@import url("article.css");/*文章类的样式*/
@import url("category.css");/*商品分类样式，包括三种分类方式：TPL_CATEGORY | TPL_CATEGORY_TREE | TPL_CATEGORYLIST*/
@import url("goodslist.css");/*与商品列表有关的样式，包括最新、推荐、特价、热卖商品，曾经浏览的商品，商品的搜索列表 */
@import url("goodsdetails.css");/*与商品详细有关的样式，包括商品的详细信息，详细介绍，相关商品和商品的评论*/
@import url("module.css");/*一些模板中相对固定的模块样式包含module.css内：1.高级搜索  3.一步式购物 4.提示信息 5.密码提取页 6.会员中心收货人地址管理 7.支付方式和配送方式 8.翻页样式 9.会员注册*/


/*=页面中的其他样式包含如下：
/*=============================================================================================
/*  1.首页登录框 2.选择货币 3.首页友情链接  4.首页的购物信息 5.会员中心菜单  6.帮助中心菜单
/*=============================================================================================

/*=1.首页登录框
=============================================================================================*/
.IndexLoginWrap{
}
.IndexLoginWrap h1{
	background:url(catetitle.gif) no-repeat ;
	height:43px;	width:120px;
	color:#ffffff;
	padding-left:70px;
	line-height:40px;
	font-weight:bold;
	font-size:14px;
}
.IndexLoginWrap #UserLogIn1_txtUid,
.IndexLoginWrap #UserLogIn1_txtPwd{
	width:100px;
}
.IndexLoginWrap .loginform{
	padding:4px;
	width:180px;
	border:1px solid #ccc;
	border-top:0;
}
.IndexLoginWrap .loginform label{
	float:left;
	width:55px;
	text-align:right;
}
.IndexLoginWrap .loginform .forgetpass,
.IndexLoginWrap .button{
	text-align:center;
}
.IndexLoginWrap .loginbox{
	text-align:center;
	padding:4px;
	width:180px;border:1px solid #ccc;
	border-top:0;
}
.IndexLoginWrap .loginbox b{
}

/*=2.选择货币
=============================================================================================*/
.SelectCurWrap{
	clear:both;
}
.SelectCurWrap .title{
	text-align:left;
	font-size:14px;
	font-weight:bold;
	background: url(items.gif) no-repeat;
	padding-left:20px;
	border-bottom:3px solid #f2f2f2;
	color:#ff9900
}
.SelectCurWrap .select{
	margin-top:15px;
	text-align:center;
}

/*=3.首页友情链接
=============================================================================================*/
.IndexLinkListWrap{
}
.IndexLinkListWrap h1{
	background:url(linkstitle.gif) no-repeat ;
	height:43px;	width:120px;
	color:#ffffff;
	padding-left:70px;
	line-height:40px;
	font-weight:bold;
	font-size:14px;
}
.IndexLinkListWrap .body{
	text-align:center;
	padding:4px;
	width:180px;
	border:1px solid #ccc;
	border-top:0;
	overflow:auto;
}
.IndexLinkListWrap .items{
	float:left;
	padding:5px 0;
}


/*=4.首页的购物信息
=============================================================================================*/
.CartInfoWrap{
}

.CartInfoWrap .body{
	border-bottom:0;
	border-top:0;
	width:132px;
	background:url(car_3.gif) no-repeat 0 0px;
	padding-left:56px;
}
.CartInfoWrap .body .items{
	width:120px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;

} 
.CartInfoWrap .body .button{
	text-align:right;
	padding:10px 20px 0 0 ;
	border-top:1px solid #ccc;

} 

/*=5.会员中心菜单
TPL_MEMBERMENU
=============================================================================================*/
.MemberMenuWrap{
}
.MemberMenuWrap .title{
	background:url(articletitle.gif) no-repeat ;
	height:43px;	
	width:120px;
	color:#ffffff;
	padding-left:70px;
	line-height:40px;
	font-weight:bold;
	font-size:14px;
}
.MemberMenuWrap .body{
	padding:4px;
	width:180px;
	border:1px solid #ccc;
	border-top:0;
}
.MemberMenuWrap .body .items li{	
}
.MemberMenuWrap .body .items a{
	display:block;
	background:url(feedbacklist.bullet.gif) no-repeat 0 3px;
	padding-left:20px;
	border-bottom:1px dotted #ccc;
	height:22px;
}
.MemberMenuWrap .body .items a:hover{
	padding-left:30px;
	color:#000;
	background:#f2f2f2 url(feedbacklist.bullet.gif) no-repeat 10px 3px;
	font-weight:700;
}

/*=6.帮助中心菜单
=============================================================================================*/
.HelpMenuWrap{
}
.HelpMenuWrap .title{
	background:url(helptitle.gif) no-repeat ;
	height:43px;	
	width:120px;
	color:#ffffff;
	padding-left:70px;
	line-height:40px;
	font-weight:bold;
	font-size:14px;
}
.HelpMenuWrap .body{
	padding:4px;
	width:180px;
	border:1px solid #ccc;
	border-top:0;
}
.HelpMenuWrap .body .items li{	

}
.HelpMenuWrap .body .items a{
	display:block;
	background:url(feedbacklist.bullet.gif) no-repeat 0 3px;
	padding-left:20px;
	border-bottom:1px dotted #ccc;
	height:22px;
}
.HelpMenuWrap .body .items a:hover{
	padding-left:30px;
	color:#000;
	background:#f2f2f2 url(feedbacklist.bullet.gif) no-repeat 10px 3px;
	font-weight:700;
}