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


/* 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 .items{
	width:110px;
	text-align:center;
	padding:0 3px;
	overflow:hidden;
}

.TPL_INDEXGOODS_STYLE_STEPSCROLL  .items h1{
	width:110px;
	overflow:hidden;
	border:none;
	text-overflow:ellipsis;
	white-space:nowrap;
	padding:0;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	background: none;
	border-bottom:none;
	color:#000;
}
.TPL_INDEXGOODS_STYLE_STEPSCROLL  .items .goodspic a{
	display:block;
	width:99px;
	height:99px;
	overflow:hidden;
	padding:2px;
	border:1px solid #ccc;
}
.TPL_INDEXGOODS_STYLE_STEPSCROLL  .items .price2{
	font-size:10px;
	font-weight:700;
	color:#FF3300;
}
.TPL_INDEXGOODS_STYLE_STEPSCROLL  .items .price1{
	text-decoration:line-through;
}
.TPL_INDEXGOODS_STYLE_STEPSCROLL  .items .save{
	color:#000
}

/* css file:TPL_INDEXGOODS_STYLE_LIST.css */
.INDEXGOODS_STYLE_LIST_Wrap a{
	height:20px;
	display:block;
	padding:2px 0 0 19px;
	border-bottom:1px dotted #fce0d2;
	background:url(syssite/home/shop/1/template/current/default/images/articleitems.gif) no-repeat 5px 6px;
}
.INDEXGOODS_STYLE_LIST_Wrap a:hover{
	background-color:#fff3ed;
}

/* css file:TPL_INDEXLOGIN.css */
/*= 首页登录框
=============================================================================================*/
.IndexLoginWrap{
	text-align:left;
}
.IndexLoginWrap br{
	clear:both;
}
#UserLogIn1_txtUid,#UserLogIn1_txtPwd{
	width:100px;
}
.IndexLoginWrap .loginform label{
	float:left;
	font-weight:normal;
	color:#666;
	width:40px;
	text-align:right;
}
.IndexLoginWrap .submitstyle{
	line-height:16px;
	padding:0 8px;
}
.IndexLoginWrap .button {
	text-align:center;
	border-top:1px solid #eee;
	margin-top:5px;
}
.IndexLoginWrap .button a{
	color:#9dbb5f;
	margin:0 6px;
	font-size:12px;
}
.IndexLoginWrap .loginbox{
	text-align:center;
	padding:4px;
}

/* css file:TPL_NEWS.css */
/*=首页的文章类
=============================================================================================*/
.IndexArticleWrap ul a{
	height:20px;
	display:block;
	padding:2px 0 0 19px;
	border-bottom:1px dotted #fce0d2;
	background:url(syssite/home/shop/1/template/current/default/images/articleitems.gif) no-repeat 5px 6px;
}
.IndexArticleWrap ul a:hover{
	background-color:#fff3ed;
}

/* 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:#e0ab91;					/*标签激活状态字体颜色*/
	font-weight:bold;
}
.domtab .body div{
	display:none;
}

/* css file:TPL_SEARCH.css */
/*边栏搜索*/

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

/* css file:TPL_LINKLIST.css */
/*首页友情链接
=============================================================================================*/
.IndexLinkListWrap{
	
}
.IndexLinkListWrap ul li a{
	text-align:center;
	display:block;
	border:1px solid #fff;
	background:#fff;
	_width:95%;
	margin:2px;
}
.IndexLinkListWrap ul li a:hover{
	text-decoration:underline;
}
/*更多友情链接样式
=============================================================================================*/

body {
	font-family: "Arial", "Helvetica", "sans-serif";
	color:#e0ab91;
	font-size:12px;
	line-height:20px;
	text-align:center;
background:url(http://www.sugarmagdoll.com/pictures/smd-bg.gif) ;
	margin:0px;
}
/*=首页布局 
=============================================================================================*/
#maina{
	width:950px;
	height:220px;
	text-align:left;
	margin:0 auto;
	overflow:hidden;
}
.mainaa{
	float:left;
	width:250px;
	height:220px;
	overflow:hidden;
	background:url(syssite/home/shop/1/template/current/default/images/noticebg.gif) no-repeat;
}
.mainab{
	float:left;
background-color:#ffffff;
	width:700px;
	height:220px;
	overflow:hidden;
}
#mainb{
	width:950px;
background-color:#ffffff;
	margin:0 auto;
	overflow:hidden;
}
.mainba{
	float:left;
	width:248px;
	text-align:left;
	overflow:hidden;
}
.mainbaa{
	float:left;
	width:248px;
	margin-top:4px;
	overflow:hidden;
}
.mainbaa .title{
	float:left;
	width:230px;
	height:21px;
	color:#b66740;
	font-weight:bold;
	padding:4px 0 0 18px;
	overflow:hidden;
	background:url(syssite/home/shop/1/template/current/default/images/left_head.gif) no-repeat;
}
.mainbaa .body{
	float:left;
	width:246px;
	overflow:hidden;
	background-color:#fff8f5;
	border-left:1px solid #fce0d2;
	border-right:1px solid #fce0d2;
	border-bottom:1px solid #fce0d2;
}
.mainbb{
	float:left;
	width:698px;
	text-align:left;
	padding-left:4px;
	overflow:hidden;
}
.mainbba{
	float:left;
	width:698px;
	margin-top:4px;
	overflow:hidden;
}
.mainbba .title{
	float:left;
	width:670px;
	height:21px;
	color:#b66740;
	font-weight:bold;
	text-align:left;
	padding:4px 0 0 28px;
	overflow:hidden;
	background:url(syssite/home/shop/1/template/current/default/images/right_head.gif) no-repeat;
}
.mainbba .body{
	float:left;
	width:696px;
	overflow:hidden;
	border-left:1px solid #fce0d2;
	border-right:1px solid #fce0d2;
	border-bottom:1px solid #fce0d2;
}
#end{
	clear:both;
	width:950px;
	height:60px;
	margin:10px auto 0 auto;
	background:url(syssite/home/shop/1/template/current/default/images/bootombg.gif) no-repeat;
}
.rearlink{
	float:left;
	width:704px;
background-color:#ffffff;
	text-align:center;
	padding:5px 5px 5px 107px;
}
.rearlink a{
	margin-right:5px;
}
.currency{
	float:left;
	width:126px;
	padding:4px;
}
.currency select{
	color:#b66740;
	font-size:12px;
	background:#fff8f5;
}
#adv6{
	width:946px;
	padding:1px;
	margin:4px auto 0 auto;
	overflow:hidden;
	border:1px solid #fce0d2;
}
/*=头部和菜单
=============================================================================================*/
#top{
	height:100px;
	margin:0 auto;
	background:url(http://www.sugarmagdoll.com/pictures/smd-bg.gif) repeat-x;
}
.top1{
	width:950px;
	height:67px;
	margin:0 auto;
	background:url(syssite/home/shop/1/template/current/default/images/topbg_2.gif) repeat-x;
	overflow:hidden;
}
.top1 .logo{
	float:left;
	width:300px;
	height:67px;
	overflow:hidden;
}
.top1 .menu{
	float:left;
	width:310px;
	height:26px;
	color:#e0ab91;
	overflow:hidden;
	padding:21px 0 0 340px;
}
.top1 .menu a{
	color:#e0ab91;
}
.top1 .menu a:hover{
	color:#b66740;
}
.top1 .cart{
	float:left;
	width:485px;
	height:20px;
	color:#e0ab91;
	padding:0 0 0 165px;
	overflow:hidden;
	background:url(syssite/home/shop/1/template/current/default/images/cart.gif) no-repeat 234px 3px;

}
.top2{
	width:950px;
	height:33px;
	margin:0 auto;
	background:url(syssite/home/shop/1/template/current/default/images/topbg_3.gif) repeat-x;
	overflow:hidden;
}
.top2 .home a,.top2 .home a:visited,.top2 .home a:active{
	float:left;
	width:85px;
	height:25px;
	color:#fff;
	font-weight:bold;
	padding-top:8px;
	background:url(syssite/home/shop/1/template/current/default/images/menu_1.gif) no-repeat;
	overflow:hidden;
}
.top2 .home a:hover{
	color:#b66740;
	background:url(syssite/home/shop/1/template/current/default/images/menu_2.gif) no-repeat;
}
.top2 .menu a,.top2 .menu a:visited,.top2 .menu a:active{
	float:left;
	width:83px;
	height:25px;
	color:#fff;
	font-weight:bold;
	padding-top:8px;
	background:url(syssite/home/shop/1/template/current/default/images/menu_3.gif) no-repeat;
	overflow:hidden;
}
.top2 .menu a:hover{
	color:#b66740;
	background:url(syssite/home/shop/1/template/current/default/images/menu_4.gif) no-repeat;
}
.top2 .search{
	float:right;
	width:220px;
	height:28px;
	padding-top:5px;
	overflow:hidden;
}
.top2 .search .input{
	color:#e0ab91;
	border:1px solid #b66740;
}
.top2 .hsearch{
	float:right;
	width:70px;
	height:25px;
	padding-top:8px;
	overflow:hidden;
}
.top2 .hsearch a{
	color:#fff;
}
#new {
	width:950px;
	height:27px;
	padding-top:6px;
	margin:0 auto;
	overflow:hidden;
	background:url(syssite/home/shop/1/template/current/default/images/newbg.gif) no-repeat;
}
/*=底部
TPL_BOTTOM
=============================================================================================*/
#foot{
	clear:both;
	width:950px;
	padding:0 0 10px 0;
	margin:0 auto;
}

/* css file:Wrapstyle.css */
.goods{
	float:left;
	width:128px;
	padding:5px;
	text-align:center;
	overflow:hidden;
	border-right:1px dotted #eee;
	border-bottom:1px dotted #eee;
}
.goods .pic{
	width:128px;
	height:160px;
	overflow:hidden;
}
.goods h1{
	width:128px;
	font-size:12px;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
}
.hotgoods{
	float:left;
	width:238px;
	padding:5px;
	overflow:hidden;
	border-bottom:1px dotted #fce0d2;
}
.hotgoods .pic{
	float:left;
	width:128px;
	height:160px;
	overflow:hidden;
}
.hotgoods .txt{
	float:right;
	width:103px;
	height:160px;
	overflow:hidden;
}
.hotgoods h1{
	width:103px;
	font-size:12px;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
}
.adv3{
	float:left;
	width:692px;
	height:80px;
	padding:2px;
	overflow:hidden;
}
.adv4{
	float:left;
	width:267px;
	padding:5px;
	overflow:hidden;
	border-right:1px dotted #eee;
}
.adv4 .pic{
	float:left;
	width:267px;
	height:334px;
	overflow:hidden;
}
.adv4 .txt{
	float:left;
	width:267px;
	text-align:left;
	margin-top:10px;
	overflow:hidden;
}
.adv4 .txt a{
	float:left;
	width:257px;
	white-space:nowrap;
	text-overflow:ellipsis;
	padding-left:10px;
	overflow:hidden;
}
.adv5{
	float:left;
	width:267px;
	padding:5px;
	overflow:hidden;
	border-right:1px dotted #eee;
}
.adv5 .pic{
	float:left;
	width:267px;
	height:334px;
	overflow:hidden;
}
.adv5 .txt{
	float:left;
	width:267px;
	text-align:left;
	margin-top:10px;
	overflow:hidden;
}
.adv5 .txt a{
	float:left;
	width:257px;
	white-space:nowrap;
	text-overflow:ellipsis;
	padding-left:10px;
	overflow:hidden;
}
.login{
	text-align:center;
	padding:10px 30px;
}
.login .input{
	float:left;
	width:143px;
}
.login .submit{
	float:left;
	width:43px;
	padding-top:1px;
}
*html .login .submit{
	padding-top:2px;
}
*+html .login .submit{
	padding-top:2px;
}
.login .button{
	width:186px;
}
#txtinput{
	width:87px;
	color:#e0ab91;
	border:1px solid #fce0d2;
}
#verifycode{
	width:30px;
	color:#e0ab91;
	border:1px solid #fce0d2;
}
.notice {
	width:220px;
	height:120px;
	padding-left:30px;
	overflow:hidden;
}
.more {
	text-align:right;
}
.adv1 {
	width:247px;
	height:100px;
	padding-left:3px;
	overflow:hidden;
}
#slidepic{
	display:none;
}
#slide{
	width:700px;
	height:220px;
}
#slide .pic{
	float:left;
	width:500px;
	height:214px;
	padding:0 5px 5px 5px;
	overflow:hidden;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
}
#slide .txt{
	float:left;
	width:188px;
	height:151px;
	overflow:hidden;
}
#slide .txt a{
	float:left;
	width:150px;
	height:24px;
	color:#e9c2af;
	padding:6px 0 0 38px;
	overflow:hidden;
}
.adv2{
	float:left;
	width:185px;
	height:65px;
	padding:1px;
	overflow:hidden;
	border-top:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
}
/*******************************************************************************************************************************************/
/*		修改以下两项改变 框头部样式 和 边框样式 
/*******************************************************************************************************************************************/

.StyleIndexSideblock,.StyleIndexNews,.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;
}



/* 全局设定
/*=============================================================================================*/
/* 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;
}
h3,h4,h5,h6{
	padding:0;
	margin:8px 0 0 0;
}
h2{
	font-size:12px;
	font-weight:bold;
	text-align:left;
	padding:3px 0 0 25px;
	margin:0;
	border-bottom:2px solid #fce0d2;
	background:url(syssite/home/shop/1/template/current/default/images/items.gif) no-repeat 5px 4px;
}
h3{
	text-align:left;
	font-size:12px;
	font-weight:bold;
	color:#f60;
}
fieldset{
	margin:0 5px;
	border:3px solid #f2f2f2;
	padding:10px;
	
}
fieldset legend{
	font-size:14px;
	color:#e0ab91;
	font-weight:700;
	margin:5px 0;
}
form{
	line-height:23px;
}
form label{
	display:block;
	width:60px;
	text-align:right;
	float:left;
	font-weight:700;
	padding:2px 0;
}
form br{
	clear:both;
}
img {
	border: 0;
}
a:link {
	font-size: 12px;
	color: #b66740;
	text-decoration: none;
}
a:visited {
	font-size: 12px;
	color: #b66740;
	text-decoration: none;
}
a:hover {
	font-size: 12px;
	color: #000;
	text-decoration: none;
}
a:active {
	font-size: 12px;
	color: #000;
	text-decoration: none;
}
/*=表格列表统一样式
=============================================================================================*/
.TableWrap{
}
.TableWrap .tab{
}
.TableWrap .tab li{
	display:block;
	float:left;
	width:104px;
	height:26px;
	margin-right:2px;
	text-align:center;
	font-size:14px;
	font-weight:700;
	color:#000;
	background:url(syssite/home/shop/1/template/current/default/images/membertabon.gif);
	line-height:25px;
}
.TableWrap .tab li a{
	display:block;
	width:104px;
	height:25px;
	font-size:12px;
	font-weight:700;
	color:#aaa;
	background:url(syssite/home/shop/1/template/current/default/images/membertab.gif);
}
.TableWrap .list{
	border-bottom:2px solid #fce0d2;
	border-collapse:collapse;
}
.TableWrap .list td{
	text-align:center;
	border-bottom:1px solid #fce0d2;
}
.TableWrap .list thead th{
	height:25px;
	font-size:12px;
	text-align:center;
	background:url(syssite/home/shop/1/template/current/default/images/2menubg.gif) repeat-x;
}
.TableWrap .list tfoot th{
	text-align:right;
	border-bottom:1px dotted #fce0d2;
	font-size:12px;
}
.TableWrap .list tfoot td{
	text-align:right;
	border-bottom:1px dotted #fce0d2;
	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{
	width:686px;
	margin:5px;
	border:1px solid #fce0d2;
	border-bottom:2px solid #fce0d2;
	border-collapse:collapse;
}
.TableWrap .data td,
.TableWrap .data th{
	text-align:left;
	padding:4px;
	border-bottom:1px solid #fce0d2;
}
.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 #ccc;
	background-color: #fff;
}
.buttonstyle {
	border:3px double #bbb;
	border-top:3px double #ddd;
	border-left:3px double #ddd;
	background-color: #fff;
	font-size:12px;
	background:url(syssite/home/shop/1/template/current/default/images/buttonbg.gif);
	height:25px;
	padding-top:3px
}
.textright{
	text-align:right;
}
.p9blackb {
	color: #000;
	font-weight:700;
	padding-left:6px;
}
.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{/*外层*/
	clear:both;
	float:left;
	width:698px;
	margin-top:4px;
	overflow:hidden;
}
.GoodsSearchWarp .title{/*头部*/
	float:left;
	width:680px;
	height:24px;
	color:#b66740;
	font-weight:bold;
	padding:1px 0 0 18px;
	overflow:hidden;
	background:url(syssite/home/shop/1/template/current/default/images/goods_head.gif) no-repeat;
}
.GoodsSearchWarp .title2{/*头部*/
	float:left;
	width:670px;
	height:21px;
	color:#b66740;
	font-weight:bold;
	padding:4px 0 0 28px;
	overflow:hidden;
	background:url(syssite/home/shop/1/template/current/default/images/right_head.gif) no-repeat;

}
.GoodsSearchWarp .under{
	float:left;
	width:696px;
	height:27px;
	overflow:hidden;
	background-color:#fff8f5;
	border-left:1px solid #fce0d2;
	border-right:1px solid #fce0d2;
	border-bottom:1px dotted #fce0d2;
}
.GoodsSearchWarp .under .left{
	float:left;
	padding:2px 0 0 18px;
	overflow:hidden;
}
.GoodsSearchWarp .under .right{/*搜索列表排序方式*/
	float:right;
	padding:2px 3px 0 0;
	display:inline;
	overflow:hidden;
}
.GoodsSearchWarp .under .right select{/*搜索列表排序方式*/
	color:#b66740;
	font-size:12px;
	background:#fff8f5;
}
.GoodsSearchWarp .ItemsWarp {/*商品条目循环项外层*/
	float:left;
	width:696px;
	border-left:1px solid #fce0d2;
	border-right:1px solid #fce0d2;
	border-bottom:1px solid #fce0d2;
	overflow:hidden;
}
.GoodsSearchWarp .items {/*商品条目循环项*/
	float:left;
	width:128px;
	padding:5px;
	text-align:center;
	overflow:hidden;
	border-right:1px dotted #eee;
	border-bottom:1px dotted #eee;
}
.GoodsSearchWarp .items .pic{/*商品图片*/
	width:128px;
	height:160px;
	overflow:hidden;
}
.GoodsSearchWarp .items h1{
	width:128px;
	font-size:12px;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
}
.GoodsSearchWarp .items .button{
	margin:4px 0;
	float:right;
}



/* 商品详细页面使用的样式
/*=============================================================================================*/
/* css file:GoodsDetails.css */
/*=Library*/
/* css file:TPL_GOODSINFO.css */
/*=Library*/
.GoodsInfoWarp{/*外层*/
	float:left;
	width:698px;
	margin-top:4px;
	overflow:hidden;
}
.GoodsInfoWarp label{
	float:none;
	display:inline;
	width:auto;
	white-space:nowrap;
}
.GoodsInfoWarp input{
	margin:0;
	padding:0;
}
.GoodsInfoWarp .title{/*头部，类别路径*/
	float:left;
	width:680px;
	height:22px;
	font-weight:bold;
	padding:3px 0 0 18px;
	overflow:hidden;
	background:url(syssite/home/shop/1/template/current/default/images/goods_head.gif) no-repeat;
}
.GoodsInfoWarp .txt{
	float:left;
	width:400px;
	overflow:hidden;
}
.GoodsInfoWarp .info{
	float:left;
	width:696px;
	border-left:1px solid #fce0d2;
	border-right:1px solid #fce0d2;
	border-bottom:1px solid #fce0d2;
	overflow:hidden;
}
.GoodsInfoWarp .info .pic{
	float:left;
	width:228px;
	padding:5px;
}
.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-weight:bold;
}
.GoodsInfoWarp .info .memberprice{
	font-weight:bold;
	font-size:14px;
}
.GoodsInfoWarp .button{
	float:right;
}
.GoodsInfoWarp .subinfo th,
.GoodsInfoWarp .subinfo td{
	text-align:left;
	background-image: url(syssite/home/shop/1/template/current/default/images/dot.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding:4px 0;
	vertical-align:top;
}
.GoodsInfoWarp .subinfo th{
	white-space:nowrap;
	text-align:right;
	vertical-align:top;
}
.GoodsInfoWarp .subinfo .discount{
	background:url(syssite/home/shop/1/template/current/default/images/img_new.gif) no-repeat;
	padding-left:40px;
	margin-left:10px;
}

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

/* css file:TPL_COMMENTSUM.css */
/*=Library*/
.GoodsCommentsWrap{
	margin-bottom:20px;
}
.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;
}

/* css file:TPL_SENDTOFRIENDS.css */
/*=Library*/
/*=侧边外框的样式
=============================================================================================*/
.SendToFriendsWrap{
}
.SendToFriendsWrap label{
	display:block;
	float:left;
	width:100px;
	white-space:nowrap;
	text-align:right;
	font-weight:700;
}

/* css file:TPL_GOODSREVIEWCNT.css */
/*=Library*/
/*=商品详细页面的ajax评论(V4.7)
TPL_GOODSREVIEWCNT
=============================================================================================*/
#container .tabcontent{
	display:none;
}
.AjaxRewWrap{
}
.AjaxRewWrap .head{
	border:1px solid #ccc;
	background:#f2f2f2;
	padding:3px;
}
.AjaxRewWrap p{
	padding:0;
	margin:0;
}
.AjaxRewWrap{
}
.AjaxRewWrap .starscomments{/*星号评论的表格*/
	border:1px solid #ccc;
	border-collapse:collapse;
}
.AjaxRewWrap .starscomments th,
.AjaxRewWrap .starscomments td{/*星号评论的表格中单元格的定义*/
	border:1px solid #ccc;
	padding:2px 8px;
	white-space:nowrap;
}
.AjaxRewWrap .starscomments th{/*星号评论的表格中单元格的表头*/
	background:#f2f2f2;
	font-weight:700;
}
.AjaxRewWrap .items{
	padding:10px;
	border:4px solid #f2f2f2;
	border-bottom:5px solid #ccc;
	margin-bottom:10px;
}
.AjaxRewWrap .items dl{
	margin:10px 0;

}
.AjaxRewWrap .items .buyerrew .name{
	color:#f00;
}
.AjaxRewWrap .items .buyerrew table td{
	color:#000;
	white-space:nowrap;
}
.AjaxRewWrap .items .buyerrew table td.content{
	color:#666;
	white-space:normal;
}
.AjaxRewWrap .items .summary{
	margin-top:5px;
	padding:5px 0;
	clear:both;
	border-top:1px solid #ccc;
	text-align:center
}
.AjaxRewWrap .items .summary input{
	border:1px solid #fff;
	height:20px;
	background:#f90;
	color:#fff;
}
.AjaxRewWrap .items .ownerrew dt{
	padding-top:5px;
	font-size:14px;
	font-weight:700;
}
.AjaxRewWrap .items .ownerrew dd{
}

/* css file:TPL_GOODSLINK.css */
/*=Library*/
/*=相关商品
=============================================================================================*/
.GoodsLinkWarp{/*外层*/
	float:left;
	width:698px;
	margin-top:4px;
	overflow:hidden;
}
.GoodsLinkWarp .body{
	float:left;
	width:696px;
	border-left:1px solid #fce0d2;
	border-right:1px solid #fce0d2;
	border-bottom:1px solid #fce0d2;
	overflow:hidden;
}
.GoodsLinkWarp dl {
	display:inline;
	padding:8px;
	float:left;
}
.GoodsLinkWarp dl dt,
.GoodsLinkWarp dl dd{
	text-align:center;
}
.GoodsLinkWarp dl dt{/*设置相关商品的名称样式*/
	color:#ff9900;
	width:120px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.GoodsLinkWarp dl dt a{
	display:block;
	border:1px dotted #ccc;
	width:99px;
	height:99px;
	overflow:hidden;
}
.GoodsLinkWarp dl dt a:hover{
	border:1px dotted #f90;
}
.GoodsLinkWarp dl dd{/*设置相关商品的名称样式*/
	width:120px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.GoodsLinkWarp br{/*设置相关商品的图片样式*/
	height:0;
	clear:both;
}

/* css file:TPL_GOODSDETAILS.css */
/*=Library*/
/*=商品详细介绍
=============================================================================================*/
.GoodsDetailsWarp{/*外层*/
	clear:both;
	text-align:left;
	margin-bottom:20px;
}




/* 关于产品分类的样式
/*=============================================================================================*/
/* css file:Category.css */
/*=Library*/
/* css file:TPL_INDEX_CATEGORY.css */
/*=商品分类模式-1
TPL_INDEX_CATEGORY
=============================================================================================*/
.CategoryIndexWrap{
}
.CategoryIndexWrap dl{
	clear:both;
}
.CategoryIndexWrap dl dt{
	margin:0 5px;
}
.CategoryIndexWrap dl dt a{
	clear:both;
	height:22px;
	font-weight:700;
	padding:5px 0 0 14px;
	display:block;
	border-bottom:1px dotted #fce0d2;
	background:url(syssite/home/shop/1/template/current/default/images/catebig.gif) no-repeat 0 9px;
}
.CategoryIndexWrap dl dd{
	padding-left:19px;
}
.CategoryIndexWrap dl dd a{
	float:left;
	width:35%;
	height:19px;
	white-space:nowrap;
	text-overflow:ellipsis;
	padding:2px 0 0 14px;
	display:block;
	overflow:hidden;
	background:url(syssite/home/shop/1/template/current/default/images/catesmall.gif) no-repeat 0 8px;
}
.CategoryIndexWrap dl dd br{
	font-size:0;
	line-height:0;
	padding:0;
	margin:0;
}

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

/* css file:TPL_CATEGORYLIST.css */
/*=商品分类模式-3-index
TPL_CATEGORYLIST
=============================================================================================*/
.styleone a{
	height:17px;
	padding:3px 19px;
	display:block;
	border-bottom:1px dotted #fce0d2;
	background:url(syssite/home/shop/1/template/current/default/images/catebig.gif) no-repeat 5px 7px;
}
.styletwo a{
	height:19px;
	padding:2px 27px;
	display:block;
	border-bottom:1px dotted #fce0d2;
	background:url(syssite/home/shop/1/template/current/default/images/catesmall.gif) no-repeat 19px 9px;
}
.stylethree a{
	height:19px;
	padding:2px 35px;
	display:block;
	border-bottom:1px dotted #fce0d2;
	background:url(syssite/home/shop/1/template/current/default/images/catesmall.gif) no-repeat 33px 9px;
}
.styleone a:hover,
.styletwo a:hover,
.stylethree a:hover{
	background-color:#fff3ed;
}
.styleone a:link,
.styleone a:visited{
	display:block;
	font-weight:bold
}
.styletwo a:link,
.styletwo a:visited{
	display:block;
}

/* css file:TPL_CATEGORY.css */
/* css file:allcatepop.css */

/*=商品分类 TPL_CATEGORY 
=============================================================================================*/
.CategoryWrap{
	text-align:left;
	margin-top:4px;
}
.CategoryWrap .title{
	float:left;
	width:670px;
	height:21px;
	color:#b66740;
	font-weight:bold;
	padding:4px 0 0 28px;
	overflow:hidden;
	background:url(syssite/home/shop/1/template/current/default/images/right_head.gif) no-repeat;
}
.CategoryWrap .body{
	border-left:1px solid #fce0d2;
	border-right:1px solid #fce0d2;
	border-bottom:1px solid #fce0d2;
	overflow:hidden;
}
.CategoryWrap dl{
	border-bottom:1px dotted #fce0d2;
}
.CategoryWrap dl dt{
	float:left;
	margin:10px;
}
.CategoryWrap dl dt a{
	font-weight:bold;
	padding-left:14px;
	background:url(syssite/home/shop/1/template/current/default/images/catebig.gif) no-repeat 0 1px;
}
.CategoryWrap dl dd{
	padding-left:150px;
}



/* 关于文章的的样式
/*=============================================================================================*/
/* css file:Article.css */
/*=Library*/
/*=文章类列表
=============================================================================================*/
.ArticleListWrap{
	text-align:left;
	margin-top:4px;
}
.ArticleListWrap .body{
	float:left;
	width:686px;
	padding:5px;
	overflow:hidden;
}
.ArticleListWrap a{
	height:20px;
	display:block;
	padding:2px 0 0 19px;
	border-bottom:1px dotted #fce0d2;
	background:url(syssite/home/shop/1/template/current/default/images/articleitems.gif) no-repeat 5px 6px;
}
.ArticleListWrap a:hover{
	background-color:#f9f9f9;
}
/*=文章类详细
=============================================================================================*/
.ArticleDetailsWrap{
	padding-left:10px;
}
.ArticleDetailsWrap h1{
	color:#e0ab91;
	font-size:14px;
	font-weight:700;
	text-align:center;
	padding:20px 0;
	border-bottom:1px solid #f2f2f2;
}
.ArticleDetailsWrap .info{
	text-align:right;
	padding:0 10px;
	border-top:1px solid #f2f2f2;
}



/* 用户注册和忘记密码所使用的样式
/*=============================================================================================*/
/* css file:Register.css */
/*=Library*/
.RegisterWrap{
	text-align:left;
}
/*=第一步
=============================================================================================*/
.RegisterWrap .agree{
	background:url(syssite/home/shop/1/template/current/default/images/agree.gif) no-repeat 3px 2px;
	padding:5px;
	padding-left:22px;
	border:1px solid #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%;
}

/*=第二步
=============================================================================================*/
.RegisterWrap .reginfo ul{
	padding:20px;
	color:#000;
	border-bottom:3px dotted #ccc;
}
.RegisterWrap .reginfo ul li{
	background:url(syssite/home/shop/1/template/current/default/images/articleitems.gif) no-repeat 0 5px;
	padding-left:16px;
	text-align:left;
}
.RegisterWrap label{
	display:block;
	width:100px;
	text-align:right;
	float:left;
	font-weight:700;
	color:#000;
	padding:2px 0;
}
.RegisterWrap br{
	clear:both;
}

/* css file:Forget.css */
/*=Library*/
/*忘记密码
=============================================================================================*/
.ForgetPassWrap{
}
.ForgetPassWrap label{
	width:150px;
}


/* 其他应用模块样式
/*=============================================================================================*/
/* css file:TPL_SHOPBBS.css */
/*=Library*/
/*=评论与留言
TPL_SHOPBBS TPL_GOODSREVIEW TPL_GOODSREVIEWLIST
=============================================================================================*/
.ShopbbsWrap{
	margin-top:4px;
}
.ShopbbsWrap .title{
	float:left;
	width:670px;
	height:21px;
	color:#b66740;
	font-weight:bold;
	padding:4px 0 0 28px;
	overflow:hidden;
	background:url(syssite/home/shop/1/template/current/default/images/right_head.gif) no-repeat;
}
.ShopbbsWrap .under{
	float:left;
	width:696px;
	height:27px;
	overflow:hidden;
	background-color:#fff8f5;
	border-left:1px solid #fce0d2;
	border-right:1px solid #fce0d2;
	border-bottom:1px dotted #fce0d2;
}
.ShopbbsWrap .under .left{
	float:left;
	padding:5px 0 0 18px;
	overflow:hidden;
}
.ShopbbsWrap .under .right{
	float:right;
	padding:5px 7px 0 0;
	display:inline;
	overflow:hidden;
	background:url(syssite/home/shop/1/template/current/default/images/bbs.gif) no-repeat 0px 6px;
	padding-left:21px;
}
.ShopbbsWrap .body{
	float:left;
	width:686px;
	padding:5px;
	border-left:1px solid #fce0d2;
	border-right:1px solid #fce0d2;
	border-bottom:1px solid #fce0d2;
	overflow:hidden;
}
.ShopbbsWrap .items{
	padding:5px;
	margin:10px 5px;
	border:1px dotted #fce0d2;
	border-right:2px solid #fce0d2;
}
.ShopbbsWrap .items dd{
	padding-left:23px;
}
.ShopbbsWrap .items .posted{
	padding-left:25px;
	background:url(syssite/home/shop/1/template/current/default/images/comment.gif) no-repeat;
}
.ShopbbsWrap .items .replied{
	padding-left:25px;
	background:url(syssite/home/shop/1/template/current/default/images/forum11.gif) no-repeat;
}

/* css file:TPL_GOODSBROWSE.css */
.SideGoodsWrap a{
	height:20px;
	display:block;
	padding:2px 0 0 19px;
	border-bottom:1px dotted #fce0d2;
	background:url(syssite/home/shop/1/template/current/default/images/articleitems.gif) no-repeat 5px 6px;
}
.SideGoodsWrap a:hover{
	background-color:#fff3ed;
}

/* css file:TPL_SEARCHMORE.css */
/*=Library*/
/*=高级搜索
=============================================================================================*/
.SearchMoreWrap{
}
.SearchMoreWrap img{
	vertical-align:middle;
}
.SearchMoreWrap .title{
	background:url(syssite/home/shop/1/template/current/default/images/searchmore.gif) no-repeat;
	border-bottom:3px solid #ccc;
	height:73px;
}
.SearchMoreWrap .body .items{
	padding:10px 0;
	border-bottom:1px solid #f2f2f2;
	clear:both;
}
.SearchMoreWrap .body .items label{
	float:left;
	width:150px;
	text-align:right;
	font-weight:700;
}
.SearchMoreWrap .body .items b{
	float:left;
	width:150px;
	text-align:right;
	color:#f90;
}


/* css file:TPL_PAGER.css */
/*=Library*/
/*翻页样式
=============================================================================================*/
.PagerWrap{
	clear:both;
	padding:5px 10px;
}
.PagerWrap a:link,
.PagerWrap a:visited{
	border:1px solid #ccc;
	background:#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;
}

/* 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{
	text-align:left;
	margin-top:4px;
}
.LinkListWrap .title{
	float:left;
	width:670px;
	height:21px;
	color:#b66740;
	font-weight:bold;
	padding:4px 0 0 28px;
	overflow:hidden;
	background:url(syssite/home/shop/1/template/current/default/images/right_head.gif) no-repeat;
}
.LinkListWrap .body{
	border-left:1px solid #fce0d2;
	border-right:1px solid #fce0d2;
	border-bottom:1px solid #fce0d2;
	overflow:hidden;
}
.LinkListWrap table td{
	padding:5px;
}


/* 会员中心使用的样式
/*=============================================================================================*/
/* css file:MemberCenter.css */
/*=Library*/
/* css file:TPL_MEMBERMENU.css */
/*会员中心中心菜单
=============================================================================================*/
.MemberMenuWrap{
}
.MemberMenuWrap ul li a{
	height:20px;
	text-align:right;
	padding:2px 20px 0 0;
	display:block;
	border-bottom:1px dotted #fce0d2;
}
.MemberMenuWrap ul li a:hover{
	background-color:#fff3ed;
}

/*会员中心所有表单的样式
=============================================================================================*/
.MemberCenterWrap .under{
	float:left;
	width:100%;
	height:22px;
	font-weight:bold;
	text-align:center;
	padding-top:5px;
	overflow:hidden;
	background-color:#fff8f5;
	border-bottom:1px dotted #fce0d2;
}
.MemberCenterWrap .body{
	float:left;
	width:696px;
}
.MemberCenterWrap label{
	display:block;
	width:100px;
	text-align:right;
	float:left;
	font-weight:700;
	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:50px;
	text-align:left;
	padding:5px;
	background:#fff8f5;
	position:absolute;
	border:1px solid #e0ab91;
	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 ul a{
	height:20px;
	display:block;
	padding:2px 0 0 19px;
	border-bottom:1px dotted #fce0d2;
	background:url(syssite/home/shop/1/template/current/default/images/articleitems.gif) no-repeat 5px 6px;
}
.HelpMenuWrap ul a:hover{
	background-color:#fff3ed;
}

/*支付方式和配送方式
=============================================================================================*/
#ddimagetabs{
	height:24px;
	border-bottom:1px dotted #fce0d2;
	background:#fff8f5; 
}
#ddimagetabs a{
	display:block;
	float:left;
	width:100px;
	height:24px;
	text-align:center;
	font-size:14px;
	font-weight:700;
	color:#e0ab91;
	line-height:25px
}
#ddimagetabs a:hover, #ddimagetabs a.current{
	background:#fff; 
	color:#e0ab91;
}

#tabcontentcontainer{
	padding-top:10px;
	text-align:left;
	border-top:none;

}

#tabcontentcontainer .tabcontent{
	display:none;
}
#tabcontentcontainer p{
	margin:0;
	padding:0;
}
#tabcontentcontainer dd{
	margin:10px 0 10px 25px;
	padding:0 15px;
}
#tabcontentcontainer dt span{
	color:#f90;
	margin-left:4px;
	padding-left:4px;
	font-size:12px;
	font-weight:normal;
	border-left:1px solid #ccc;
}
#tabcontentcontainer dt{
	background:url(syssite/home/shop/1/template/current/default/images/t_2.gif) no-repeat 0 3px;
	border-bottom:1px dotted #ccc;
	font-weight:700;
	color:#000;
	font-size:14px;
	padding-left:18px;
}


/* 购物流程中所使用到的样式
/*=============================================================================================*/
/* css file:Cart.css */
/*=Library*/
/*=购物流程页面布局 | 
=============================================================================================*/
#CartWrap{
	width:100%; 
	margin:0 auto;
	1border:1px solid #ccc;
	border-top:none;
	text-align:center;
}

/*=一步式购物
TPL_ONESTEPCHECKOUT
=============================================================================================*/
.onestepcheckout {
	margin:0 auto;
	width:98%;
	text-align:left;
}
.onestepcheckout br{
	1clear:both;
}
.onestepcheckout p{
	text-align:center;
	margin:10px 0;
}

.onestepcheckout #receiver{
	background-image: url(syssite/home/shop/1/template/current/default/images/recievertitle.gif);
	background-repeat: no-repeat;
	padding:6px 6px 6px 120px;
	border:2px dotted #ccc;
	padding-bottom:20px;
}
.onestepcheckout #receiver br{
	clear:both;
}
.onestepcheckout #receiver label{
	width:120px;
	display:block;
	float:left;
	margin:5px 0; 
	font-weight:700;
	text-align:right;
}
.onestepcheckout #delivery{
	background-image: url(syssite/home/shop/1/template/current/default/images/delivertitle.gif);
	background-repeat: no-repeat;
	padding:6px 6px 6px 120px;
	border:2px dotted #ccc;
	min-height:187px;
	_height:187px;
}
.onestepcheckout #payment{
	background-image: url(syssite/home/shop/1/template/current/default/images/paytitle.gif);
	background-repeat: no-repeat;
	padding:6px 6px 6px 120px;
	border:2px dotted #ccc;
	min-height:187px;
	_height:187px;
}

.onestepcheckout #receiver p{
	text-align:left;
	margin:10px 0;
}
.onestepcheckout #delivery p{
	text-align:left;
	margin:10px 0;
}
.onestepcheckout #payment p{
	text-align:left;
	margin:10px 0;
}

.onestepcheckout #waitprompt{
	padding:10px;
	margin:10px;
	text-align:center;
	border:1px dotted #f90;
}
.onestepcheckout #waitprompt div{
	width:380px;
	margin:0 auto;
	text-align:left;
	background:url(syssite/home/shop/1/template/current/default/images/indicator_medium.gif) no-repeat;
	padding:10px 0 0 45px;
	color:#f00;
	font-size:16px;
	font-weight:700;
	height:40px;
}
.onestepcheckout #memclist div{
}
.onestepcheckout #memclist div span{
	padding:2px 4px;
	border-right:1px solid #ccc;
	margin:4px 0;
	text-align:center;
	color:#f50
}
/*=9. 订单完成 
=============================================================================================*/
.OrderOkWrap{
	margin:10px 0;
}
/*=10。订单支付
=============================================================================================*/
.OrderPayWrap{
	margin:10px 0;
}
.OrderPayWrap .paybutton{
	width:400px;
	font-size:16px;
	font-weight:bold;
	background:#ff9900;
	height:28px;
	color:#fff;
}
/*=11。购物流程导航
=============================================================================================*/
.CartNavi{
	display:block;
	padding:3px;
	margin-top:10px;
	border-bottom:2px dotted #ccc;
	text-align:left;
}
/*=12。非会员购物 TPL_ISREGISTER
=============================================================================================*/
.IsregisterWrap{
	padding:3px;
	margin-top:10px auto;
	text-align:left;
}
.IsregisterWrap fieldset{
	width:250px;
	float:left;
	
}
.IsregisterWrap fieldset .inputstyle{
	width:100px;
}
.IsregisterWrap label{
	width:65px;
}


/* 捆绑商品
/*=============================================================================================*/
/* css file:TPL_PACKAGEGOODS.css */
/*=Library*/
/*=捆绑商品
=============================================================================================*/
.PackageGoodsWarp{
}
.PackageGoodsWarp .items{
	height:200px;
	min-height:200px;
	height:auto;
}
.PackageGoodsWarp .items h3{
	color:#e0ab91;
	border:1px solid #fce0d2;
	font-size:14px;
	padding-left:70px;
	padding-top:2px;
	margin-bottom:10px;
	background:url(syssite/home/shop/1/template/current/default/images/packageinfobg.gif) no-repeat 0 2px;
	height:22px;
	vertical-align:middle;
}
.PackageGoodsWarp .items dl{
	width:56%;
	float:left;

}
.PackageGoodsWarp .items dl dt{
	background:url(syssite/home/shop/1/template/current/default/images/goods_items.gif) no-repeat 0 0px;
	padding-left:22px;
	font-size:12px;
	font-weight:700;
}
.PackageGoodsWarp .items dl dd{
	padding-left:22px;
	color:#000;
	border-bottom:1px dotted #ccc;

}
.PackageGoodsWarp .items dl dd .info{
	padding:4px;
	font-size:14px;
	color:#f30;
}
.PackageGoodsWarp .items .priceinfo{
	float:right;
	padding:10px;
	background:#fff url(syssite/home/shop/1/template/current/default/images/packagetitle.gif) no-repeat;
	padding-top:58px;
	width:218px;
	height:110px;
	
}
.PackageGoodsWarp .items .priceinfo .price1{
	text-decoration:line-through;
	color:#000;
}
.PackageGoodsWarp .items .priceinfo .price2{
	color:#000;
	font-size:14px;
	font-weight:700;
}
.PackageGoodsWarp .items .priceinfo .save{
	color:#000;
}


/* 与品牌相关
/*=============================================================================================*/
/* css file:Brand.css */
/*=Library*/
/*TPL_GOODSBRANDLIST 品牌分类页*/
.BrandWrap{
	margin-top:4px;
}
.BrandWrap .title{
	float:left;
	width:670px;
	height:21px;
	color:#b66740;
	font-weight:bold;
	padding:4px 0 0 28px;
	overflow:hidden;
	background:url(syssite/home/shop/1/template/current/default/images/right_head.gif) no-repeat;
}
.BrandWrap .body{
	float:left;
	width:686px;
	padding:5px;
	border-left:1px solid #fce0d2;
	border-right:1px solid #fce0d2;
	border-bottom:1px solid #fce0d2;
	overflow:hidden;
}
.BrandWrap .body h2{
	margin:10px;
	border-bottom:1px solid #fce0d2;
}
.BrandWrap .body ul{
	float:left;
	width:145px;
	text-align:center;
	padding:10px;
	margin:0 5px 5px 0;
	border:1px dotted #fce0d2;
}
.BrandWrap .body li{
	width:125px;
	height:60px;
	overflow:hidden;
}
.BrandDetailWrap{
	border:1px solid #eee;
	width:95%;
	padding:10px;
	margin:10px 0;
}
.BrandDetailWrap .logo{
	float:left;
	padding-right:20px;
	margin-right:20px;
	border-right:1px solid #ccc;
}
.BrandDetailWrap .info{
	float:left;
}
.BrandDetailWrap .info h1{
	font-size:14px;
	color:#000;
}
.BrandDetailWrap .intro{
	margin-top:10px;
	padding-top:10px;
	border-top:3px dotted #ccc;

}



/* 与积分换商品相关相关
/*=============================================================================================*/
/* css file:Gift.css */
/*=Library*/
/* css file:TPL_GIFTRULE.css */
/*=Library*/
.GiftRule{
	text-align:left;
	margin-top:4px;
}
.GiftRule .title{
	float:left;
	width:670px;
	height:21px;
	color:#b66740;
	font-weight:bold;
	padding:4px 0 0 28px;
	overflow:hidden;
	background:url(syssite/home/shop/1/template/current/default/images/right_head.gif) no-repeat;
}
.GiftRule .body{
	width:696px;
	border-left:1px solid #fce0d2;
	border-right:1px solid #fce0d2;
	border-bottom:1px solid #fce0d2;
	overflow:hidden;
}

/* 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{
	height:17px;
	padding:3px 19px;
	display:block;
	border-bottom:1px dotted #fce0d2;
	background:url(syssite/home/shop/1/template/current/default/images/catebig.gif) no-repeat 5px 7px;
}

/* css file:TPL_GIFTSEARCHLIST.css */
/*=Library*/
.GiftSearchWarp{/*外层*/
	clear:both;
	float:left;
	width:698px;
	margin-top:4px;
	overflow:hidden;
}
.GiftSearchWarp .title{/*头部*/
	float:left;
	width:680px;
	height:24px;
	font-weight:bold;
	padding:1px 0 0 18px;
	overflow:hidden;
	background:url(syssite/home/shop/1/template/current/default/images/goods_head.gif) no-repeat;
}
.GiftSearchWarp .under{
	float:left;
	width:696px;
	height:27px;
	overflow:hidden;
	background-color:#fff8f5;
	border-left:1px solid #fce0d2;
	border-right:1px solid #fce0d2;
	border-bottom:1px dotted #fce0d2;
}
.GiftSearchWarp .under .left{
	float:left;
	padding:2px 0 0 18px;
	overflow:hidden;
}
.GiftSearchWarp .under .right{/*搜索列表排序方式*/
	float:right;
	padding:2px 3px 0 0;
	display:inline;
	overflow:hidden;
}
.GiftSearchWarp .under .right select{/*搜索列表排序方式*/
	color:#b66740;
	font-size:12px;
	background:#fff8f5;
}
.GiftSearchWarp .ItemsWarp {/*商品条目循环项外层*/
	float:left;
	width:696px;
	border-left:1px solid #fce0d2;
	border-right:1px solid #fce0d2;
	border-bottom:1px solid #fce0d2;
	overflow:hidden;
}
.GiftSearchWarp .items {/*商品条目循环项*/
	float:left;
	width:128px;
	padding:5px;
	text-align:center;
	overflow:hidden;
	border-right:1px dotted #eee;
	border-bottom:1px dotted #eee;
}
.GiftSearchWarp .items .pic{/*商品图片*/
	width:128px;
	height:160px;
	overflow:hidden;
}
.GiftSearchWarp .items h1{
	width:128px;
	font-size:12px;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
}
.GiftSearchWarp .items .button{
	margin:4px 0;
	float:right;
}




