/* css file:layout.css */
body {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	color: #666666;
	line-height: 20px;
	margin: 0px;
	text-align:center;
}
.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;
}
.clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}

/*=首页布局 
=============================================================================================*/
#IndexAllWrap{
	width:998px; 
	margin:0 auto;
	border:1px solid #ccc;
	border-top:none;

}
#Indexleftbox{
	width:199px;
	text-align:left;
	float:left;
}
#Indexmainbox{
	float:left;
	width:796px;
	text-align:left;
	padding:0 0 0 3px;
	overflow:hidden;
}
#Mainmiddlebox{
	width:576px;
	float:left;
	padding-right:7px;
}
#Mainrightbox{
	width:213px;
	float:left;
}

/*=购物流程页面布局 | 
=============================================================================================*/
#CartWrap{
	width:998px; 
	margin:0 auto;
	border:1px solid #ccc;
	border-top:none;
	text-align:center;
}

/*=头部和菜单
TPL_TOP TPL_MENU 
=============================================================================================*/
#top{
	width:1000px;
	position:relative;
	height:90px;
	text-align:left;
	margin:0 auto;
}
#top .logo{
	position:absolute;
	top:10px;
	left:30px;
}
#top .topmenu{
	position:absolute;
	top:10px;
	right:30px;
}
#top .topmenu a{
	float:left;
	background:url(syssite/home/shop/1/template/current/default/images/items.gif) no-repeat;
	padding-left:16px;
	margin:0 3px;
}

#menubar{
	bottom:0;
	right:0;
}
#menubar .menu{
	position:absolute;
	bottom:-4px;
	right:0;
}
#menubar .menu a{
	text-align:center;
	float:left;
	margin-right:2px;
	display:block;
	color:#fff;
	font-size:14px;
	font-weight:700;
	padding-top:10px;
	background:url(syssite/home/shop/1/template/current/default/images/menubg.gif) no-repeat 0 -29px;
	height:19px;
	width:79px;
	border-bottom:3px solid #91A41C;
}
#menubar .menu a:hover{
	background:url(syssite/home/shop/1/template/current/default/images/menubg.gif) no-repeat;
	border-bottom:3px solid #f90;
}
.catebar{
	background:#BCD524;
	border-top:4px solid #91A41C;
	border-bottom:1px solid #fff;
	height:29px;
}
/*------------------*/
#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;

}
#logo{
	height:133px;
	vertical-align:middle;
}
/*=搜索栏
=============================================================================================*/
#SearchBar{
	background:#DA5390;
	padding:4px;
	
}
#SearchBar .search{
	color:#fff;
}
#SearchBar .search a{
	color:#fff;
	padding-left:40px;
}
/*=底部
TPL_BOTTOM
=============================================================================================*/
#foot{
	clear:both;
	margin-top:15px;
	border-top:3px solid #f90;
	border-bottom:5px solid #f2f2f2;
}

#foot .menubar{
	text-align:center;
	padding:5px;
}
#foot .menu a{
	border-bottom:1px dotted #ccc;
	margin-right:5px;
}
#foot .menu a:hover{
	color:#fff;
	background:#000;
	text-decoration:none;
}
/*=弹出窗口样式
=============================================================================================*/
#popbox{
	margin:0 auto;
	width:90%;
	text-align:left;
}
#popbox .databox{
	text-align:left;
	background:#fff;
	padding:10px;
	border:3px solid #f2f2f2;
}

/* css file:htmls.css */
/*=全局样式
=============================================================================================*/
div,
form{
	margin:0;
	padding:0;
}
img {
	border: 0;
}

h1{
	padding:0;
	margin:0;
}
h2,h3,h4,h5,h6{
	padding:0;
	margin:8px 0 0 0;
}
h2{
	text-align:left;
	font-size:14px;
	font-weight:bold;
	background: url(syssite/home/shop/1/template/current/default/images/items.gif) no-repeat;
	padding-left:20px;
	border-bottom:3px solid #f2f2f2;
	color:#ff9900
}
h3{
	text-align:left;
	font-size:14px;
	font-weight:bold;
}
td {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	color: #666666;
}
dl,ul,dt,dd,li{
	margin:0;
	padding:0;
	list-style:none;
	font-weight:normal;
}
dl,ul{
	line-height:24px;
}

a:link {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
a:visited {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
a:hover {
	font-size: 12px;
	color: #FF6633;
	text-decoration: none;
}


/* css file:fontcolors.css */
.p9black {
	color: #000;
	font-weight:700;
}
.p9v {
	color: #ccc;
}
.p9gray {
	color: #666;
	
}
.p9navyblue {
	color: #369;
}
.p9navygreen {
	color: #090;
}
.p9orange {
	color: #f63;
}
.inputstyle {
	border: 1px solid #ccc;
	background-color: #fff;
}
.textright{
	text-align:right;
}
.p9blackb {
	color: #000;
	font-weight:700;
	padding-left:6px;
}
.p14redb {
	color:#f60;
	font-size:14px;
	font-weight:700;
}

/* css file:basic.css */
/*=表单样式
TPL_MEMBERINFO TPL_MEMBERPSW TPL_MEMBERORDERMESSAGE TPL_MEMBERORDERCANCEL TPL_GOODSREVIEWPUB TPL_ISREGISTER TPL_RECEIVERDETAILS TPL_LOGIN TPL_SENDTOFRIEND
=============================================================================================*/
.FormWrap{
	padding:15px 0 0 0;
	text-align:left;
}
.FormWrap img{
	vertical-align:middle;
}
.FormWrap .title{
	background:url(syssite/home/shop/1/template/current/default/images/m_copy3.gif) no-repeat;
	height:53px;
	padding-left:60px;
	line-height:50px;
	font-size:14px;
	font-weight:700;
}
.FormWrap .loginform{

	line-height:30px;
}
.FormWrap .loginform br{
	clear:both;
}
.FormWrap .loginform label{
	float:left;
	width:150px;
	text-align:right;
	font-weight:700;
}
.FormWrap .links{
	width:150px;
	margin:0 auto;
	
}
.FormWrap .links a:link,
.FormWrap .links a:visited{
	border:1px solid #ccc;
	float:left;
	display:block;
	color:#000;
	height:22px;
	padding:0 5px;
	margin-left:8px;
}
.FormWrap .links a:hover{
	background:#f90;
	color:#fff;
}

/*=表格列表统一样式
TPL_MEMBERORDERDETAILS TPL_ORDEROK TPL_MEMBERADVANCEPAYOUTLIST TPL_MEMBERORDERLIST TPL_MEMBERADVANCELIST
=============================================================================================*/
.TableWrap{

}
.TableWrap .tab{
	border-bottom:3px solid #f90;
	height:28px;
        margin-top:15px;

}
.TableWrap .tab li{
	display:block;
	background:#f90;
	float:left;
	width:100px;
	height:25px;
	margin-right:2px;
	text-align:center;
	font-size:14px;
	font-weight:700;
	color:#fff;
	border-top:3px solid #000;
	line-height:25px
}
.TableWrap .tab li a{
	display:block;
	background:#f3f3f3;
	width:100px;
	height:25px;
	font-size:14px;
	font-weight:700;
	
}
.TableWrap .list{
	margin:6px 0; 
	border:1px solid #ccc;
	border-bottom:4px solid #f2f2f2;
	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 .list .function{
	text-align:left;
}
.TableWrap .list .function a{
	border:1px solid #ccc;
	padding:2px;
	margin-right:4px;
        white-space:nowrap;

}
.TableWrap .list .function b{
	width:100px;
}
.TableWrap .list .function a:hover{
	border:1px groove #000;
	background:#f90;
	color:#fff;
}
.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;
}

/* css file:article.css */
/*=首页的文章类
=============================================================================================*/
.IndexArticleWrap{
}
.IndexArticleWrap .title{
	background:url(syssite/home/shop/1/template/current/default/images/newstitle.gif);
	height:35px;
}
.IndexArticleWrap .body{
	padding:4px;
	background:url(syssite/home/shop/1/template/current/default/images/newsbg.gif);
}
.IndexArticleWrap .body .items a{
	width:92%;
	display:block;
	background:url(syssite/home/shop/1/template/current/default/images/articleitems.gif) no-repeat 2px 9px;
	padding-left:13px;
	border-bottom:1px dotted #ccc;
	
}
.IndexArticleWrap .body .items a:hover{
	color:#ff9900;
	padding-left:13px;
	border-bottom:1px solid #ccc;
	background:#f2f2f2;
}
.IndexArticleWrap .bottom{
	background:url(syssite/home/shop/1/template/current/default/images/newsbottom.gif);
	height:12px;
}
/*=文章类列表
=============================================================================================*/
.ArticleListWrap{
}
.ArticleListWrap a{
	width:92%;
	display:block;
	background:url(syssite/home/shop/1/template/current/default/images/articleitems.gif) no-repeat 2px 9px;
	padding-left:13px;
	border-bottom:1px dotted #ccc;
}
.ArticleListWrap a:hover{
	color:#ff9900;
	padding-left:13px;
	border-bottom:1px solid #ccc;
	background:#f2f2f2;
}

/*=文章类详细
=============================================================================================*/
.ArticleDetailsWrap{
padding-left:10px;
}
.ArticleDetailsWrap h1{
	text-align:center;
	padding:20px 0;
	font-size:14px;
	font-weight:700;
	color:#f90;
	border-bottom:1px solid #f2f2f2;
}
.ArticleDetailsWrap .info{
	text-align:right;
	padding:0 10px;
	border-top:1px solid #f2f2f2;
}

/* css file:category.css */
/*=商品分类模式-1
TPL_CATEGORY
=============================================================================================*/
.CategoryWrap{
}
.CategoryWrap dl{
padding: 6px 0;
border-bottom:1px solid #ccc;
}
.CategoryWrap dl dt{
	float:left;
}
.CategoryWrap dl dt a{
	background:url(syssite/home/shop/1/template/current/default/images/t_5.gif) no-repeat;
	padding-left:22px;
	font-weight:700;
}
.CategoryWrap dl dd{
	padding-left:200px;
	
}
/*=商品分类模式-1
TPL_CATEGORY_INDEX
=============================================================================================*/
.CategoryIndexWrap{
}
.CategoryIndexWrap .title{
	background:url(syssite/home/shop/1/template/current/default/images/catatree.gif) no-repeat;
	width:199px;
	height:33px;
}
.CategoryIndexWrap .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;

}
.CategoryIndexWrap .body dl{
	clear:both;
}
.CategoryIndexWrap .body dl dt a{
	font-weight:700;
	color:#000;
	border-bottom:1px dotted #ccc;
	display:block;
	clear:both;
	height:22px;
}
.CategoryIndexWrap .body dl dd{
}
.CategoryIndexWrap .body dl dd a{
	padding:0 5px;
	
}
/*=商品分类模式-2
TPL_CATEGORYTREE
=============================================================================================*/
.CategoryTreeWrap{
}
.CategoryTreeWrap h1{
	background:url(syssite/home/shop/1/template/current/default/images/catetitle.gif) no-repeat ;
	height:43px;	width:120px;
	color:#ffffff;
	padding-left:70px;
	line-height:40px;
	font-weight:bold;
	font-size:14px;
}
.CategoryTreeWrap .body{
	padding:4px;
	width:180px;border:1px solid #ccc;
	border-top:0;
}
.branch{ 
	cursor: pointer;
	cursor: hand;
	display: block;
	border-bottom:1px solid dotted;
	height: 28px;
	vertical-align: middle;
	
}
.leaf{
	display: none;
	margin-left: 16px; 
	vertical-align: middle;
}
/*=商品分类模式-3-index
TPL_CATEGORYLIST
=============================================================================================*/
.CategoryListWrap{

}
.CategoryListWrap h1{
	background:url(syssite/home/shop/1/template/current/default/images/catetitle.gif) no-repeat ;
	height:43px;	width:120px;
	color:#ffffff;
	padding-left:70px;
	line-height:40px;
	font-weight:bold;
	font-size:14px;
}
.CategoryListWrap .body{
	padding:4px;
	width:180px;border:1px solid #ccc;
	border-top:0;
}
.styleone,
.styletwo,
.stylethree{
	width:100%;
	display:block;
	line-height:20px;
}
.styleone a,
.styletwo a,
.stylethree a{
    display:block;
	border-top: 1px dotted #ffffff;
	border-bottom: 1px dotted #ccc;
}
.styleone a:hover,
.styletwo a:hover,
.stylethree a:hover{
	border-bottom: 1px solid #1280B9;
	background-color: #f4f4f4;
}
.styleone a:link,
.styleone a:visited{
	color:#000000;
	font-weight:bold
}
.styletwo a:link,
.styletwo a:visited{
	color:#336699;
}

/* css file:goodslist.css */
/*=最新商品 特价商品 推荐商品
=============================================================================================*/
.GoodsClassWarp{/*外层*/
	text-align:left;
		width:100%;
}

.GoodsClassWarp .title{/*最新商品 特价商品 热卖商品头部*/
	height:32px;
	clear:both;
	border-bottom:2px solid #f2f2f2;
	position:relative;
}
.GoodsClassWarp .new{/*最新商品 特价商品 热卖商品头部*/
	
	background:url(syssite/home/shop/1/template/current/default/images/newgoods-bg.gif) repeat-x;
	border-left:3px;
}
.GoodsClassWarp .recommend{/*最新商品 特价商品 热卖商品头部*/
	background:url(syssite/home/shop/1/template/current/default/images/recogoods-bg.gif) repeat-x;
	border-left:3px;
}
.GoodsClassWarp .special{/*最新商品 特价商品 热卖商品头部*/
	background:url(syssite/home/shop/1/template/current/default/images/specialgoods-bg.gif) repeat-x;
	border-left:3px;
}
.GoodsClassWarp .title .name{/*标明是最新商品 特价商品 热卖商品*/
	position:absolute;
	top:0;
	left:0;
}
.GoodsClassWarp .title .viewmore{/*查看更多的链接*/
	position:absolute;
	top:10px;
	right:0;
}
.GoodsClassWarp .ItemsWarp {/*商品条目循环项外层*/
}
.GoodsClassWarp .items {/*商品条目循环项*/
	padding:10px;
	float:left;
	width:243px;
	border-right:1px dotted #ccc;
	border-bottom:1px dotted #ccc;
	overflow:hidden;
}
.GoodsClassWarp .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;
	width:243px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.GoodsClassWarp .items h1 a{
	color:#666;
}

.GoodsClassWarp .items h1 a:hover{
	color:#f90;
	border-bottom:1px dotted #000;
}
.GoodsClassWarp .items .goodpic{/*商品图片*/
	float:left;
}
.GoodsClassWarp .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;
}
.GoodsClassWarp .items .goodpic a:hover{/*商品图片*/
	padding:2px;
	border:1px dotted #f90;
}
.GoodsClassWarp .items .paybutton{/*一些支付网关购买按钮*/
	text-align:center;
	margin:2px 0 ;
}
.GoodsClassWarp .items .paybutton a{/*一些支付网关购买按钮*/
	display:block;
}
.GoodsClassWarp .items ul{/*商品属性列表，列出价格、简介等*/
	float:left;
}

.GoodsClassWarp .items .button{/*购买 收藏 详细按钮*/
	clear:both;
	text-align:right;
}



/*=热卖商品
TPL_HOTGOODS
=============================================================================================*/
.HotGoodsWrap{
margin:10px 0;
}
.HotGoodsWrap .title{
	background:url(syssite/home/shop/1/template/current/default/images/hottitle.gif) no-repeat;
	width:199px;
	height:35px;
}
.HotGoodsWrap .bottom{
	background:url(syssite/home/shop/1/template/current/default/images/newsbottom.gif) no-repeat;
	width:199px;
	height:12px;
}
.HotGoodsWrap .body{
	background:url(syssite/home/shop/1/template/current/default/images/newsbg.gif);
	padding:7px;
}
.HotGoodsWrap .body .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;
}
.HotGoodsWrap .body .items a:hover{
	color:#f90;
	background:#f2f2f2;
	position:relative;
}
.HotGoodsWrap .body .items a span{
	display:none;
}
.HotGoodsWrap .body .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;
}
.HotGoodsWrap .body .items dt a:hover span img{
	width:80px;
	height:80px;
}
.HotGoodsWrap .body .items dd{
	border-bottom:1px solid #ccc;
	text-align:right;
	color:#ff9900;
}
/*=热卖商品与曾经浏览商品
TPL_HOTGOODS TPL_GOODSBROWSE
=============================================================================================*/
.SideGoodsWrap{
	background:url(syssite/home/shop/1/template/current/default/images/sptitlebg.gif);
	padding:3px;
}
.SideGoodsWrap .title{
	color:#000;
	font-size:14px;
	font-weight:700;
}
.SideGoodsWrap .body{
	background:#fff;
	padding:2px;
	margin:5px 2px;
	border-top:0;
}
.SideGoodsWrap .body .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 .body .items a:hover{
	color:#f90;
	background:#f2f2f2;
	position:relative;
}
.SideGoodsWrap .body .items a span{
	display:none;
}
.SideGoodsWrap .body .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 .body .items dt a:hover span img{
	width:80px;
	height:80px;
}
.SideGoodsWrap .body .items dd{
	border-bottom:1px solid #ccc;
	text-align:right;
}

/*=商品搜索列表
=============================================================================================*/
.GoodsSearchWarp{/*外层*/
	width:100%;
	text-align:left;
}
.GoodsSearchWarp .title{/*头部*/
	border-bottom:3px solid #ff9900;
	padding:5px;

}
.GoodsSearchWarp .title .path{/*显示路径*/
	background:url(syssite/home/shop/1/template/current/default/images/items.gif) no-repeat;
	padding-left:20px;
	margin-bottom:10px;	
	float:left;
}
.GoodsSearchWarp .title .listmode{/*搜索列表排序方式*/
	display:inline;
	float:right;
}
.GoodsSearchWarp .ItemsWarp {/*商品条目循环项外层*/

}
.GoodsSearchWarp .items {/*商品条目循环项*/
	width:95%;
	padding:10px;
	float:left;
	border-bottom:1px dotted #ccc;
}

.GoodsSearchWarp .items .goodpic{/*商品图片*/
	float:left;
}
.GoodsSearchWarp .items .goodpic a {/*商品图片*/
	padding:3px;
	border:1px solid #ccc;
	margin:0 5px;
	display:block;
	width:99px;
	height:99px;
	overflow:hidden;
}
.GoodsSearchWarp .items .goodpic a:hover {/*商品图片－MouseOver*/
	border:2px solid #369;
	padding:2px;
}
.GoodsSearchWarp .items h1{
	font-weight:bold;
	color:#f90;
	background:url(syssite/home/shop/1/template/current/default/images/goods_items.gif) no-repeat;
	padding-left:25px;
	display:inline !important;
	display:block;
}
.GoodsSearchWarp .items ul li{
	color:#000;
}
.GoodsSearchWarp .items .intro{
	color:#369;
}
.GoodsSearchWarp .items .button{
	clear:both;
	text-align:right;
}/*=相关商品
=============================================================================================*/
.GoodsLinkWarp{/*外层*/
	text-align:left;
	margin-bottom:20px;
}
.GoodsLinkWarp dl {
	padding:8px;
	float:left;
}
.GoodsLinkWarp .name{/*设置相关商品的名称样式*/
	color:#ff9900;
	width:140px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.GoodsLinkWarp .goodpic a {/*商品图片*/
	padding:3px;
	border:1px solid #ccc;
	float:left;
	margin:0 5px;
	display:block;
	width:99px;
	height:99px;
	overflow:hidden;
}
.GoodsLinkWarp .goodpic a:hover {/*商品图片－MouseOver*/
	border:2px solid #f90;
	padding:2px;
}

/* css file:goodsdetails.css */
/*=商品信息
=============================================================================================*/
.GoodsInfoWarp{/*外层*/
	width:100%;
	text-align:left;
	margin-bottom:20px;
}
.GoodsInfoWarp h1{/*显示商品名称，前台并不显示*/
	line-height:0;
	font-size:0;
	text-indent:-99999px;
}
.GoodsInfoWarp .title{/*头部，类别路径*/
	padding-left:6px;
	border-left:3px solid #ff9900;
	margin-bottom:15px;
}
.GoodsInfoWarp .info .pic{
	padding:5px;
	border:1px solid #ccc;
	text-align:center;
}
.GoodsInfoWarp .info table{
	
	width:auto;
	width:100% !important;
}
.GoodsInfoWarp .info .items dl{

}
.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;
}
.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;
}

/*=商品详细介绍
=============================================================================================*/
.GoodsDetailsWarp{/*外层*/
	clear:both;
	text-align:left;
	margin-bottom:10px;
}
.GoodsDetailsWarp .details{
	padding:10px;
}

/*=相关商品
=============================================================================================*/
.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 .pic{/*设置相关商品的图片样式*/
	border:1px solid #f2f2f2;
}
.GoodsLinkWarp br{/*设置相关商品的图片样式*/
	height:0;
	clear:both;
}

/*=评论与留言
TPL_SHOPBBS TPL_GOODSREVIEW TPL_GOODSREVIEWLIST
=============================================================================================*/
.ShopbbsWrap{
}
.ShopbbsWrap .button{
	text-align:right;
}
.ShopbbsWrap .button a:link,
.ShopbbsWrap .button a:visited{
	float:right;
	display:block;
	background:#999;
	color:#fff;
	height:25px;
	padding:0 2px;
	margin-right:4px;
	margin-top:4px;
}
.ShopbbsWrap .button a:hover{
	background:#f90;
	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 .body{
	border:1px solid #ccc;
	background:#f2f2f2;
	padding:8px;
}
.ShopbbsWrap .items dl{
	border:1px solid #ccc;
	background:#fff;
	padding:4px;
	margin:8px 4px;
	border-bottom: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;
}
.ShopbbsWrap .postform label{
	width:70px;
	text-align:right;
	float:left;
}
.ShopbbsWrap .postform br{
	clear:both;
	
}


/* css file:module.css */
/*=的其他样式包含如下：
/*=============================================================================================
/* 1.高级搜索 2.一步式购物 3.提示信息 4.密码提取页 
/* 5.会员中心收货人地址管理 6.支付方式和配送方式 7.翻页样式 8.会员注册 9.订单完成 10。订单支付
   11. 购物流程导航
/*=============================================================================================

/*=1.高级搜索
=============================================================================================*/
.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;
}

/*=2.一步式购物
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 #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;
}
/*=3.提示信息
 TPL_ERROR TPL_PAYREPLY
=============================================================================================*/
.InfoWrap{
	width:500px;
	margin:0 auto;
	height:300px;
	padding:80px 0 0 150px;
	background:url(syssite/home/shop/1/template/current/default/images/error.gif) no-repeat 0 40px;
}
.InfoWrap b{
	font-size:16px;
	font-weight:700;
	color:#f90;
}

/*=4.忘记密码
=============================================================================================*/
.ForgetPassWrap{
	height:300px;
	line-height:30px;
}
.ForgetPassWrap .body{
	border:4px solid #f2f2f2;
	padding:30px;
	border-top:none;
}
.ForgetPassWrap .body label{
	float:left;
	text-align:right;
	width:150px;
	color:#f90;
}
.ForgetPassWrap .body br{
	clear:both;
}

/*=5.会员中心收货人地址管理
=============================================================================================*/
.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;
}

/*=6.支付方式和配送方式
=============================================================================================*/
#ddimagetabs{
	margin:15px 0;
	border-bottom:5px solid #f90;
	height:24px ;
}

#ddimagetabs a{
	display:block;
	background:#f4f4f4;
	float:left;
	width:100px;
	height:25px;
	margin-right:2px;
	text-align:center;
	font-size:14px;
	font-weight:700;
	color:#000;
	border-top:3px solid #ccc;
	line-height:25px
}

#ddimagetabs a:hover, #ddimagetabs a.current{
	background:#f90; 
	color: #fff;
}

#tabcontentcontainer{
	text-align:left;
	width:97%; /*width of 2nd level content*/
}

#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;
}

/*=7.翻页样式
=============================================================================================*/
.PagerWrap{
	clear:both;
	padding:5px 10px;
}
.PagerWrap a:link,
.PagerWrap a:visited{
	border:1px solid #ccc;
	background:#f2f2f2;
	font-size:10px;
	color:#000;
	font-family:Verdana;
	padding:3px;
}
.PagerWrap a:hover{
	border:1px solid #000;
	background:#f90;
	color:#fff;
	font-size:10px;
}
.PagerWrap span{
	border-right: 1px dotted #000; 
	padding-right:5px;
	margin-right:5px;
}

/*=8.会员注册
=============================================================================================*/
.RegisterWrap{
	text-align:center;
}
.reginfo ul{
	padding:20px;
	color:#000;
	border-bottom:3px dotted #ccc;
}
.reginfo ul li{
	background:url(syssite/home/shop/1/template/current/default/images/articleitems.gif) no-repeat 0 5px;
	padding-left:12px;
}
.RegisterWrap .agree{
	background:url(syssite/home/shop/1/template/current/default/images/agree.gif) no-repeat 3px 3px;
	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 3px;
	padding:5px;
	padding-left:22px;
	border:1px solid #ccc;
}
/*=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{
	padding:3px;
	margin-top:10px;
	border-bottom:2px dotted #ccc;
	text-align:left;
}
/*=12。非会员购物 TPL_ISREGISTER
=============================================================================================*/
.IsregisterWrap{
	padding:3px;
	margin-top:10px;
	width:750px;
	margin:0 auto 30px 0;
	text-align:left;
	
	
}
.IsregisterWrap .FormWrap .loginform label{
	width:65px;
}
.IsregisterWrap .leftbox{
	margin:15px;
	float:left;
	width:350px;

}
.IsregisterWrap .rightbox{
	padding:3px;
	margin-top:10px;
	float:left;
	width:350px;
}
.IsregisterWrap .items{
	border:3px solid #eee;
	margin-bottom:6px;background:#fff;
}
.IsregisterWrap .items .main{
	padding:8px;
}
.IsregisterWrap .items .title{
	background:#f0f0f0;
	font-size:14px;
	font-weight:700;
	color:#000;
	padding-left:6px;
}
/*=Library*/
/*=商品详细页面的ajax评论(V4.7)
TPL_GOODSREVIEWCNT
=============================================================================================*/
.AjaxRewWrap{ text-align:left;
}
.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{
}
/*=Library*/
/*=侧边外框的样式
=============================================================================================*/
.SendToFriendsWrap{ text-align:left;
}
.SendToFriendsWrap label{
	display:block;
	float:left;
	width:100px;
	white-space:nowrap;
	text-align:right;
	font-weight:700;
}
/*=Library*/
/*=商品详细标签
=============================================================================================*/
.tabsbg{
background-color:#FFFFFF;
}
#tabs{
	margin:10px 0;
	border-bottom:3px solid #FF7401;
	clear:both;
}
#tabs a{
	display:block;
	float:left;
	background:url(syssite/home/shop/1/template/current/default/images/tabs_right.gif) right -41px;
	color:#fff;
}
#tabs a span{
	background:url(syssite/home/shop/1/template/current/default/images/tabs_left.gif)  no-repeat left -41px;
	padding:5px 9px 0 9px;
	display:block;
	float:left;
	color:#666;
	height:25px;
	white-space:nowrap;
}
#tabs a.current{
	display:block;
	float:left;
	background:url(syssite/home/shop/1/template/current/default/images/tabs_right.gif) right top;
}
#tabs a.current span{
	background:url(syssite/home/shop/1/template/current/default/images/tabs_left.gif)  no-repeat left top;
	padding:5px 9px 0 9px;
	display:block;
	float:left;
	color:#fff;
	font-weight:700;
	font-size:14px;
}
#container{
color:#000;
}
#container .tabcontent{
	display:none;
}
/*=Library*/
/*=
=============================================================================================*/
.GoodsCommentsWrap{
	margin-bottom:40px; 
}
.GoodsCommentsWrap .info{
	padding:6px;
	border:1px solid #ccc;
	position:relative;
	margin-bottom:6px;
	background:#f3f3f3;
	color:#000;
}
.GoodsCommentsWrap .info table td{

	color:#000;
}
.starscomments{

	border:1px solid #ccc;
	border-collapse:collapse;
}
.starscomments th,
.starscomments td{
	border:1px solid #ccc;
	padding:2px 8px;
	
}
.starscomments th{
	background:#f2f2f2;
	font-weight:700;
	white-space:nowrap;
}



.ManekiNeko{
border:2px #f2f2f2 solid;
width:986px;
height:830px;
padding:5px 5px;
text-align:left;
clear:both;
}
.blank{height:1px; line-height:1px; clear:both; visibility:hidden;}



/*=页面中的其他样式包含如下：
/*=============================================================================================
/*  1.首页登录框 2.选择货币 3.首页友情链接  4.首页的购物信息 5.会员中心菜单  6.帮助中心菜单
/*=============================================================================================

/*= 1.首页登录框
=============================================================================================*/
.IndexLoginWrap{

}
.IndexLoginWrap br{
clear:both;
}
.IndexLoginWrap .title{
	background:url(syssite/home/shop/1/template/current/default/images/logintitle.gif) no-repeat ;
	height:33px;
	width:199px;
}
.IndexLoginWrap #UserLogIn1_txtUid,
.IndexLoginWrap #UserLogIn1_txtPwd{
	width:100px;
}
.IndexLoginWrap .loginform{
	padding:4px;
	border-top:0;
}
.IndexLoginWrap .loginform label{
	float:left;
	width:55px;
	text-align:right;
}
.IndexLoginWrap .button {
	text-align:center;
	border-top:1px dotted #ccc;
	margin:8px 0 ;

}
.IndexLoginWrap .button a{

	background:url(syssite/home/shop/1/template/current/default/images/items.gif) no-repeat;
	padding-left:16px;
	margin-left:6px ;
}
.IndexLoginWrap .loginbox{
	text-align:center;
	padding:4px;

}


/*= 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;
}

/*= 3.首页友情链接
=============================================================================================*/
.IndexLinkListWrap{
}
.IndexLinkListWrap .title{
	background:url(syssite/home/shop/1/template/current/default/images/linktitle.gif) no-repeat;
	width:199px;
	height:33px;	
}
.IndexLinkListWrap .body{
	text-align:center;
	padding:4px;
	width:188px;
}
.IndexLinkListWrap .items{
	float:left;
	padding:5px 0;
}

/*= 4.首页的购物信息
=============================================================================================*/
.CartInfoWrap{
}
.CartInfoWrap .body{
	padding-left:60px;
	padding-top:15px;
	margin-bottom:6px;
	background:url(syssite/home/shop/1/template/current/default/images/cartbg.gif) no-repeat;
	width:139px;
	height:76px;
}
.CartInfoWrap .info .items{
	color:#000;
	text-decoration:underline;
}
.CartInfoWrap .info .itemsover{
	
	position:relative;
}
.CartInfoWrap .info .items span{
	display:none;
}
.CartInfoWrap .info .itemsover span{
	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;
}
.CartInfoWrap .info .itemsover span 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;
}
.CartInfoWrap .info .itemsover span a:hover{
	background:#91A41C;
	color:#fff;
}
.CartInfoWrap .button a{
	background:url(syssite/home/shop/1/template/current/default/images/buysmall.gif) no-repeat 0 10px;
	padding:10px 0 0 20px;
	display:block;
	height:28px;
}

/*= 5.会员中心菜单
TPL_MEMBERMENU
=============================================================================================*/
.MemberMenuWrap{
}
.MemberMenuWrap .title{
	background:url(syssite/home/shop/1/template/current/default/images/helptitle.gif);
	height:33px;
}
.MemberMenuWrap .body{
	width:93%;
}
.MemberMenuWrap .body .items li{	
}
.MemberMenuWrap .body .items a{
	text-align:right;
	display:block;
	background:url(syssite/home/shop/1/template/current/default/images/items.gif) no-repeat right 2px ;
	padding-right:20px;
	border-bottom:1px dotted #ccc;
	height:22px;
}
.MemberMenuWrap .body .items a:hover{
	padding-right:30px;
	color:#000;
	background:#f2f2f2 url(syssite/home/shop/1/template/current/default/images/items.gif) no-repeat 0 2px;
	font-weight:700;
}

/*= 6.帮助中心菜单
=============================================================================================*/
.HelpMenuWrap{
}
.HelpMenuWrap .title{
	background:url(syssite/home/shop/1/template/current/default/images/helptitle.gif);
	height:33px;
}
.HelpMenuWrap .body{
width:93%;

}
.HelpMenuWrap .body .items li{	

}
.HelpMenuWrap .body .items 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;
}
.HelpMenuWrap .body .items a:hover{
	padding-right:30px;
	color:#000;
	background:#f2f2f2 url(syssite/home/shop/1/template/current/default/images/closed.gif) no-repeat 0 2px;
	font-weight:700;
}
