﻿@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.帮助中心菜单
/*=============================================================================================

/*= 首页登录框
=============================================================================================*/
.IndexLoginWrap{
	margin:0 0 10px 0;
}
.IndexLoginWrap br{
clear:both;
}
.IndexLoginWrap .loginform{
	padding:0
}
.IndexLoginWrap .loginform label{
	font-size:10px;
	float:left;
	width:55px;
	text-align:right;
}
.IndexLoginWrap .button {
	color:#007D2B;
	width:100%;
	font-weight:bold;
	text-align:center;
	margin-bottom:10px;
}
.IndexLoginWrap .button a{
	font-size:9px;
	font-weight:bold;
	color:#007D2B;
	margin:0 6px;
}
.IndexLoginWrap .loginbox{
	text-align:center;
	padding:4px;
}
/*=选择货币
=============================================================================================*/
.SelectCurWrap{
	clear:both;
}
.SelectCurWrap .select{
	border-top:1px solid #ddd;
	padding:10px 0 0 15px;
}
/*=首页的购物信息
=============================================================================================*/
.CartInfoWrap{
	margin-bottom:18px;
}
.CartInfoWrap .litype{
	list-style-type:decimal;
}
.CartInfoWrap .info{
	background:url(cartinfo_img.gif) no-repeat;
	padding-left:60px;
	padding-bottom:15px;
}
.CartInfoWrap .info .itemsover{
	position:relative;
}
.CartInfoWrap .info .items span{
	display:none;
}
.CartInfoWrap .info .itemsover span{
	display:block;
	position:absolute;
	border:1px solid #d8d8d8;
	padding:10px;
	background:#f7f7f7;
	width:150px;
	top:0;
	left:0;
	filter: Alpha(Opacity=80);
}
.CartInfoWrap .info .itemsover span a{
	display:block;
	margin:0 0 2px 0;
	padding-left:5px;
}
.CartInfoWrap .button{
	background:url(btn_cartinfo.gif) no-repeat;
	margin:10px 0 0 20px;
	padding:3px 0 10px 22px; 
	margin-top:10px;
}
.CartInfoWrap .button a{
	color:#018234;
	font-size:12px;
}
.CartInfoWrap .button a:hover{
	color:#018234;
}
/*=首页边栏的一些项目,包括商店公告,商品分类,热卖商品,友情链接
=============================================================================================*/
.IndexSideabarWrap{
}
.IndexSidebarWrap .body{
	border-top:1px solid #e8e8e8;
	text-align:left;
	width:150px;
	margin:0 auto 10px auto;
	padding-top:4px;
}
.IndexSidebarWrap .body li{
	list-style:inside disc;
	color:#999999;
	letter-spacing:0.1em;
}
.IndexSidebarWrap .body .linkstyle{
	list-style-type:none;
}
.IndexSidebarWrap .body dt{
	font-weight:bold;
	letter-spacing:0.1em;
}
.IndexSidebarWrap .body dd{
	margin-left:10px;
	letter-spacing:0.1em;
	line-height:20px;
}
.IndexSidebarWrap .more{
	width:140px;
	text-align:right;
	padding:10px;
}	
	
/*热卖商品部分*/
#Indexhotgoods li{
	list-style-type:none;
	color:#707070;
}
#Indexhotgoods .item{
	margin-left:16px;
	list-style:url(hot_t.gif) outside;
	text-align:left;
	width:140px;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
}
#Indexhotgoods .member{
	list-style-type:none;
	text-align:right;
}
/*= 首页友情链接
=============================================================================================*/
/*.IndexLinkListWrap{
}
.IndexLinkListWrap .body{
	text-align:center;
	padding:4px;
	width:188px;
}
.IndexLinkListWrap .items{
	float:left;
	padding:5px 0;
}*/

/*= 2.首页正栏的一些项目,包括最新，推荐，特价商品
=============================================================================================*/
.IndexcontentWrap{
}
.IndexcontentWrap .titleimg{
	background:url(go.gif) no-repeat;
	padding-left:50px;
	padding-top:20px;
	height:20px;
}
.IndexcontentWrap .titleimg2{
	background:url(recommend_t.gif) no-repeat;
	padding-left:30px;
	padding-top:5px;
	height:20px;
}
.IndexcontentWrap .titleimg3{
	background:url(special_t.gif) no-repeat;
	padding-left:30px;
	padding-top:5px;
	height:20px;
}
.IndexcontentWrap .body{
	width:520px;
	margin:15px auto 20px auto;
}
.IndexcontentWrap .more{
	text-align:right;
}
.IndexcontentWrap .body li{
	float:left;
	width:260px;
	border-bottom:1px dotted #ccc;
	margin-bottom:20px;
	padding-bottom:10px;
}
.IndexcontentWrap .body .goodsimg{/*商品图片*/
	float:left;
	margin-top:10px;
}
.IndexcontentWrap .body .goodsimg a{/*商品图片*/
	vertical-align:middle;
	text-align:center;
	display:block;
	width:110px;
	height:110px;
	border:1px solid #eee;
	overflow:hidden;
}
.IndexcontentWrap .body .goodsimg a:hover{/*商品图片*/
	border:1px solid #369C5D;
}

.IndexcontentWrap .body .goodsdetails{
	margin:20px 0 0 15px;
	float:left;
}
.IndexcontentWrap .body .btnbar{
	float:right;
	text-align:right;
	margin-right:2px;
	margin-top:10px;
	width:220px;
	color:#b8bab5;
}
.IndexcontentWrap .body .btnbar img{
	margin:2px;
}
.IndexcontentWrap .body .btnbar:after{
	clear:both;
}
/*=帮助中心菜单
=============================================================================================*/
.HelpMenuWrap{
}
.HelpMenuWrap .body{
width:93%;

}
.HelpMenuWrap .body .items li{	

}
.HelpMenuWrap .body .items a{
	text-align:left;
	display:block;
	background:url(closed.gif) no-repeat 1px;
	padding-left:23px;
	padding-top:3px;
	border-bottom:1px solid #ccc;
	height:22px;
}
.HelpMenuWrap .body .items a:hover{
	color:#278745;
	background:#f2f2f2 url(closed.gif) no-repeat 1px;
	font-weight:bold;
	text-decoration:none;
}