/* 首页所使用模块的样式
/*=============================================================================================*/
/* 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/LJ001/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:138px;
}
/************************************************************************/
.INDEXGOODS_STYLE_4_Wrap{
	float:left;
	border-right:1px dotted #ccc;
	border-bottom:4px solid #f2f2f2;
	text-align:center;
	overflow:hidden;
	padding:0 5px;
	height:155px;
}
.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 .goodspic a{
	display:block;
	width:99px;
	height:99px;
	overflow:hidden;
	margin: 3px auto;
	border:1px dotted #f0f0f0;
	vertical-align:middle;
	line-height:99px;
}
.INDEXGOODS_STYLE_4_Wrap .price2{/*会员价格样式*/
	font-size:14px;
	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/LJ001/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 .items1{
    background:url(syssite/home/shop/1/template/LJ001/images/linksup.gif) no-repeat 3px 3px;
}
.TPL_INDEXGOODS_STYLE_3_Wrap .items1 a{
	display:block;
	border-bottom:1px dotted #ccc;
    padding:1px 0 0 18px;
}
.TPL_INDEXGOODS_STYLE_3_Wrap .items1 a:hover{
	color:#f90;
    background:url(syssite/home/shop/1/template/LJ001/images/linksup.gif) #f2f2f2 no-repeat 3px 3px;
	position:relative;
}
.TPL_INDEXGOODS_STYLE_3_Wrap .items1 a span{
	display:none;
}
.TPL_INDEXGOODS_STYLE_3_Wrap .items1 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 .items1 dt a:hover span img{
	width:80px;
	height:80px;
}
.TPL_INDEXGOODS_STYLE_3_Wrap .items1 dd{
	border-bottom:1px solid #ccc;
	text-align:right;
	color:#ff9900;
}


/* css file:TPL_INDEXGOODS_STYLE_STEPSCROLL.css */
.TPL_INDEXGOODS_STYLE_STEPSCROLL .items{
	float:left;
	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_ARTICLE_INDEX_1.css */
/*=商品底部模式-1
TPL_ARTICLE_INDEX_1
=============================================================================================*/
.IndexArticle_1{
    background:#DFFDFF;
    padding:4px 0 0 0;
}
.IndexArticle_1 ul li{
    text-align:left;
    padding:0px 2px 0px 14px;
}
.IndexArticle_1 ul a{
	text-decoration:underline;
}
.IndexArticle_1 ul a:hover{
	text-decoration:underline;
}
.IndexArticle_2 ul li{
	background:url(syssite/home/shop/1/template/LJ001/images/dotted.gif) #E7E7E7 repeat-x bottom;
    text-align:center;
    margin:0 2px;
    padding:2px;
}
.IndexArticle_2 ul a{
    margin:0;
}
.IndexArticle_2 ul a:hover{
	text-decoration:underline;
}
/* 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;
}
/*= 会员登录页面
=============================================================================================*/
.LoginWrap{
    margin:5px 10px;
    text-align:left;
}
.LoginWrap br{
	clear:both;
}
#UserLogIn1_txtUid,#UserLogIn1_txtPwd{
	width:100px;
}
.LoginWrap label{
	float:left;
	font-weight:bold;
	color:#666;
	width:240px;
    margin-top:5px;
	text-align:right;
}
.LoginWrap .inputstyle{
	line-height:16px;
	padding:0px 5px;
    margin-top:8px;
}
.LoginWrap .buttonstyle {
	text-align:left;
	border-top:1px solid #eee;
	margin-top:10px;
}
.LoginWrap .button a{
    display:block;
	color:#9dbb5f;
	margin:0 15px;
	font-size:12px;
}
.LoginWrap .loginbox{
	text-align:center;
	padding:4px;
}
/* css file:TPL_NEWS.css */
/*=首页的文章类
=============================================================================================*/
.IndexArticleWrap ul li{
    text-align:left;
    padding:1px 0;
}
.IndexArticleWrap ul a{
	text-decoration:underline;
	padding-left:5px;
}
.IndexArticleWrap ul a:hover{
	color:#ff9900;
	text-decoration:underline;
}
.IndexArticleWrap ul a:visited{
	text-decoration:underline;
}
.IndexArticleWrap2 ul li{
    text-align:left;
    padding:1px 0;
}
.IndexArticleWrap2 ul a{
	text-decoration:underline;
	padding-left:18px;
}
.IndexArticleWrap2 ul a:hover{
	color:#ff9900;
	text-decoration:underline;
}
.IndexArticleWrap2 ul a:visited{
	text-decoration:underline;
}
.items a{
    background:url(syssite/home/shop/1/template/LJ001/images/items.gif) no-repeat 0 0;
}
/* css file:domtabs.css */
﻿/*=Library*/
.domtab{
    float:left;
    width:610px;
	padding:0;
    background:url(syssite/home/shop/1/template/LJ001/images/retitle-l.gif) no-repeat left top;
}
.domtab .title ul.domtabs{
    float:left;
    padding:0;
    margin-left:15px;
}
.domtab ul.domtabs li{
	float:left;
	padding:0;
	line-height: 26px;
    text-align:left;
}
.domtab ul.domtabs a{
	display:block;
    height:26px;
	font-weight:bold;
	text-decoration:none;
	float:left;
    padding:0px 15px 0 0px;

}
.domtab ul.domtabs a span{
	display:block;
	padding:0px 0px 0 10px;
    color:#FFF;
	white-space:nowrap;
}
.domtab ul.domtabs a:hover{
    background:url(syssite/home/shop/1/template/LJ001/images/retitle-bg-r.gif) no-repeat right -8px;
}
.domtab ul.domtabs a:hover span{
    color:#F90;
	text-decoration:underline;
	background:url(syssite/home/shop/1/template/LJ001/images/retitle-bg2.gif) repeat-x left -8px;
    white-space:nowrap;	
}
.domtab div.none{
    display:none;
}
.domtab .domtabs li.active a{
    background:url(syssite/home/shop/1/template/LJ001/images/retitle-bg-r.gif) no-repeat right -8px;

}
.domtab .domtabs li.active a span{
    background:url(syssite/home/shop/1/template/LJ001/images/retitle-bg2.gif) repeat-x left -8px;
    color:#F90;
}

/* css file:TPL_SEARCH.css */
/*边栏搜索*/
.search{
	text-align:left;
	padding:0 0 0 40px;
	display:inline;
}
.search .keywords{
	color:#666;
	font-weight:bold;
	margin:0 5px;
	display:inline;
	vertical-align:middle;
}
.search .inputstyle{
	border:1pxs solid #c8d9fb;
	background:#FFF;
	margin:0 5px;
	height:16px;
	line-height:18px;
	width:140px;
}
.search .hotkeywords{
	margin:0 10px 0 20px;
}
.search a{
	color:#a88746;
}
.search a:hover{
	color:#CC3300;
}
.search a:visited{
	color:#a88746;
}
.search .advsearch{
	margin:0 0 0 10px;
	color:#9a9487;
	background:url(syssite/home/shop/1/template/LJ001/images/advsearch.gif) no-repeat;
	padding-left:40px;
}
/* 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/LJ001/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;

}
.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:185px;
	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;
}
/* 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;
}
/*更多友情链接样式
=============================================================================================*/
/* css file:TPL_ARTICLE_BOTTOM.css */
/*=商品底部模式-1
TPL_ARTICLE_BOTTOM
=============================================================================================*/
.IndexArticleWrap_1 ul li{
	background:url(syssite/home/shop/1/template/LJ001/images/dotted.gif) #D0FBFF repeat-x bottom;
    text-align:center;
    margin:0 2px;
    padding:2px;
}
.IndexArticleWrap_1 ul a{
    margin:0;
}
.IndexArticleWrap_1 ul a:hover{
	text-decoration:underline;
}
.IndexArticleWrap_2 ul li{
	background:url(syssite/home/shop/1/template/LJ001/images/dotted.gif) #E7E7E7 repeat-x bottom;
    text-align:center;
    margin:0 2px;
    padding:2px;
}
.IndexArticleWrap_2 ul a{
    margin:0;
}
.IndexArticleWrap_2 ul a:hover{
	text-decoration:underline;
}
/* css file:TPL_NAV.css */
/*=全站页面导航
=============================================================================================*/
#nav{
    height:30px;
    text-align:center;
    clear:both;
	background:url(syssite/home/shop/1/template/LJ001/images/greenline.gif) repeat-x left bottom;
}
#nav_left {
    float:left;
    width:238px;
	padding-top:8px;
    text-align:center;
}
#nav ul {
    float:left;
}
#nav li {
	float: left;
	list-style-type: none;
	line-height: 30px;
	text-align: center;
}
#nav a {
	text-decoration: none;
	color: #000;
    font-weight:bold;
	display: block;
	width: auto;
	background: url(syssite/home/shop/1/template/LJ001/images/tabbar_left_bg1.gif) no-repeat left -30px;
}
#nav a span{
	display: block;
	background: url(syssite/home/shop/1/template/LJ001/images/tabbar_right_bg1.gif) no-repeat right -30px;
	padding: 0 16px 0 16px;
}
#nav a:hover {
	text-decoration: none;
	color: #ffffff;
	display: block;
	width: auto;
	background: url(syssite/home/shop/1/template/LJ001/images/tabbar_left_bg1.gif) no-repeat left 0px;
}
#nav a:hover span{
	display: block;
	background: url(syssite/home/shop/1/template/LJ001/images/tabbar_right_bg1.gif) no-repeat right 0px;
	padding: 0 16px 0 16px;
}
#index #nav #nav_1 a,#bgwj #nav #nav_2 a,#lbyp #nav #nav_3 a,#dlhc #nav #nav_4 a,#bgsb #nav #nav_5 a,#bgjj #nav #nav_6 a,#zysh #nav #nav_7 a {
	text-decoration: none;
	color: #ffffff;
	display: block;
	width: auto;
	background: url(syssite/home/shop/1/template/LJ001/images/tabbar_left_bg1.gif) no-repeat left 0px;
}
#index #nav #nav_1 span,#bgwj #nav #nav_2 span,#lbyp #nav #nav_3 span,#dlhc #nav #nav_4 span,#bgsb #nav #nav_5 span,#bgjj #nav #nav_6 span,#zysh #nav #nav_7 span {
	display: block;
	background: url(syssite/home/shop/1/template/LJ001/images/tabbar_right_bg1.gif) no-repeat right 0px; 
	padding: 0 16px 0 16px;
}
#submenu {
	padding:0px;
    width:100%;
    height:25px;
    clear:both;
}
#submenu_left {
    float:left;
    width:230px;
    padding:4px;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    color:#FFF;
    text-align:center;
}
#submenu ul {
    float:left;
}
#submenu li {
        float:left;
        margin: 5px 6px;
        padding-bottom:3px;
        display:block;
}
#submenu li img {
        display:block;
}
#submenu li a {
        color:#FFF;
        letter-spacing:1px;
}
.fgline {
    height:14px;
    width:1px;
    background:#FFF;
}
.submenu {
	background-color: #77AE39;
}
body {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	color: #666666;
	line-height: 20px;
	margin: 0px;
	text-align:center;
	
}
/*=首页布局 
=============================================================================================*/
#IndexAllWrap{
	width:1000px; 
	margin-top:4px auto;
	overflow:hidden;
}
#Indexleftbox{
	float:left;
	width:190px;
    padding-left:2px;
	overflow:hidden;
}
#Indexcenterbox{
    float:left;
    padding-left:2px;
	width:610px;
	overflow:hidden;
}
#Indexrightbox{
	float:left;
    width:196px;
    text-align:center;
	overflow:hidden;
    background:#CFE798;
}
#Indexmainbox{
    float:left;
    padding-left:2px;
	width:800px;
	overflow:hidden;
}
/*=头部和菜单
=============================================================================================*/
#top{
	width:1000px;
	margin:0 auto;
	text-align:left;
}
#navbox{
	width:1000px;
	margin:0 auto;
	text-align:left;
}
#header{
	height:20px;
    weight:1000px;
    background:url(syssite/home/shop/1/template/LJ001/images/blank.gif) no-repeat 0 0;
}
#header .topmenu{
	float:right;
    width:398px;
	text-align:right;
	padding:0px;
    background:url(syssite/home/shop/1/template/LJ001/images/pic-shopping.gif) no-repeat left 0px;
}
#header .topmenu a{
	color:#333;
	letter-spacing:1px;
	margin:0 5px;
}
#header .topmenu span{
	color:#333;
	letter-spacing:1px;
	margin:0 5px;
}
#header .topmenu a:hover{
    color:#cc3300;
}
#topbar{
    position:relative;
	height:66px;
    weight:1000px;
}
#topbar .logo{
    position:absolute;
    top:5px;
    left:15px;
	float:left;
	margin-left:10px;
}
#TopMenuWrap{
	float:left;
	width:100%;
	margin-bottom:2px;
}
#sidemenu{
	float:left;
	background:#dfdfdf url(syssite/home/shop/1/template/LJ001/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{
	width:1000px;
	text-align:left;
	background:#fef8ec;
	border-top:1px solid #dcdcdc;
	border-bottom:1px solid #dcdcdc;
	height:28px;
	padding-top:6px;
	margin:0 auto;
}
/*=底部
TPL_BOTTOM
=============================================================================================*/
#bottombar{
    width:1000px;
	margin:0 auto;
	text-align:center;
	clear:both;
}
#foot{
	clear:both;
	width:1000px;
	margin:0 auto;
	text-align:center;
}
#foot .menubar{
	text-align:center;
	padding:2px;
	background:#B3DA5B;
}
#foot .menu a{
	margin:0 10px;
}
#foot .menu a:hover{
    color:#FFF;
    background:#617E1D;
	text-decoration:underline;
}
/* css file:Wrapstyle.css */
/*******************************************************************************************************************************************/
/*		修改以下两项改变 框头部样式 和 边框样式 
/*******************************************************************************************************************************************/

.StyleIndexSideblock,.StyleIndexNewGoods,.StyleIndexHotGoodsBlock{

	border:1px solid #537ed4; 		/*边框颜色，样式*/
}
.StyleIndexSideblock .title,.StyleIndexNews .title,.StyleIndexHotGoodsBlock .title,.StyleIndexArticlesBlock2 .title{

	background-color:#537ed4;		/*头部背景颜*/
	color:#333333; 					/*头部字体颜色*/
	height:18px;  					/*头部高度*/
	
}
/*******************************************************************************************************************************************/
/*		修改以下改变头部导航样式
/*******************************************************************************************************************************************/
#nav a{
	font-weight:bold; 
	color:#333333; 					/*头部导航链接颜色*/
}
#submenu a{
	color:#1B3463; 					/*头部导航链接颜色*/
}

/*******************************************************************************************************************************************/
/*		修改以下改变最新商品的标签样式
/*******************************************************************************************************************************************/

/*******************************************************************************************************************************************/



/*---------------------------------------------*/
.StyleIndexmainblock{
    float:left;
	width:620px;
    margin-left:3px;
	margin-bottom:5px;
}
.StyleIndexSideblock1{
	width:187px;
	margin-bottom:0px;
    background:#FFF;
}
.StyleIndexSideblock1 .title{
    background:url(syssite/home/shop/1/template/LJ001/images/login_bg.gif) no-repeat left bottom;
    height:45px;
	border-top:1px;
	border-left:1px;
	border-right:1px;
	border-bottom:0px;
	border-style:solid;
    border-color:#CED3EA;
}
.StyleIndexSideblock1 .body{
	padding:5px;
	text-align:left;
    background:#F3F4FA;	
	border-top:0px;
	border-left:1px;
	border-right:1px;
	border-bottom:0px;
	border-style:solid;
    border-color:#CED3EA;
}
.StyleIndexSideblock2{
	width:185px;
    margin-bottom:2px;
    padding:0px;
    background:#F7F7F7;
}
.StyleIndexSideblock2 .title{
    background:url(syssite/home/shop/1/template/LJ001/images/titlebg.gif) repeat left bottom;
    height:25px;
    padding-top:5px;
    font-size:13px;
    font-weight:bold;
    color:#1381BA;
    text-align:center;
	border-top:1px;
	border-left:0px;
	border-right:0px;
	border-bottom:1px;
	border-style:solid;
    border-color:#CCC;
}
.StyleIndexSideblock2 .body{
	padding:5px;
	text-align:left;
    background:#E7E7E7;	
}
.StyleIndexSideblock2 .title1{
    height:25px;
    padding:3px 0 0 0;
    font-size:13px;
    color:#FFF;
    font-weight:bold;
    background:#007AB5;
}
.StyleIndexSideblock2 .body1{
    padding:3px 0;
	text-align:left;

    clear:both;
}
.StyleIndexSideblock2 .line{
    width:185px;
    background:url(syssite/home/shop/1/template/LJ001/images/line1.gif) no-repeat 0 5px;
}
/*=侧边外框的样式
=============================================================================================*/

.WrapStyleOne{
	margin-top:5px;
	clear:both;
}
.WrapStyleOne .title{
	background:url(syssite/home/shop/1/template/LJ001/images/catetitle-t.gif) no-repeat;
	width:174px;
	height:30px;
	padding: 5px 0 0 5px;
	font-weight:700;
	color:#333;
	font-size:14px;
}
.WrapStyleOne .body{
	width:160px;
	background:url(syssite/home/shop/1/template/LJ001/images/catetitle-bg.gif) repeat-y;
	text-align:left;
	border-bottom:1px solid #f0f0f0;
	padding:10px ;

}
.WrapStyleOne .bottom{
	background:url(syssite/home/shop/1/template/LJ001/images/catetitle-b.gif) no-repeat;
	width:184px;
	height:20px;
}
/*---------------------------------------------*/
.StyleIndexADVBanner{
	float:left;
	width:398px;
}
.StyleIndexADVBanner h2{/*替换广告位置,gift_rule*/
	
}
.StyleIndexBanner2{
    float:left;
	width:212px;
    overflow:hidden;
}
/*---------------------------------------------*/
.StyleIndexGiftRule{
	width:610px;
	float:left;
}
/*---------------------------------------------*/
.StyleIndexNews{
	width:185px;
    background:#FFF;
}
.StyleIndexNews .title{
    height:25px;
    font-weight:bold;
    color:#333;  
	text-align:center;
    padding-top:2px;
    background:#B3DA5B;
}
.StyleIndexNews .body{
	padding:5px 10px;
}
.StyleIndexNews .topic{
    margin:2px 2px 4px 2px;
	padding:0 2px;
    text-align:left;
    display:block;
}
.StyleIndexNews .topicmore{
    margin:0px 2px 4px 2px;
	padding:0 10px;
    text-align:left;
    color:F60;
}
.StyleIndexNews .image a{
    margin:2px 2px 4px 2px;
	padding:0 5px;
}
.StyleIndexNews .topic ul li{
    background:url(syssite/home/shop/1/template/LJ001/images/dotted.gif) #FAEEBF repeat-x bottom;
    padding:2px 2px 2px 12px;
}
.StyleIndexNews .topic ul li .rr{
    color:#C30;
}
.StyleIndexNews .image{
    margin:2px 2px 4px 2px;
	padding:0 2px;
    text-align:left;
    display:block;
}
/*---------------------------------------------*/
.StyleHotGoodsBlock{
	width:185px;
	overflow:hidden;
    background:#FFF;
}
.StyleHotGoodsBlock .title{
    height:25px;
    padding-top:3px;
    text-align:center;
    font-size:13px;
    color:#FFF;
    font-weight:bold;
	background:#005DC3;
}
.StyleHotGoodsBlock h2.subtitle{
    margin:2px 6px;
	text-align:center;
    padding:3px 0 0 0;
    font-size:12px;
    color:#036;
    background:#E7E7E7;
}
.StyleHotGoodsBlock .body{
    padding:5px;
    text-align:left;
}
/*---------------------------------------------*/
.StyleNewGoods{
	float:left;
	width:610px;
	margin:0px;
    background:url(syssite/home/shop/1/template/LJ001/images/newtitlebg.gif) repeat-x left top;
}
.StyleNewGoods .title{
    float:left;
    width:555px;
    padding:8px 0 0 55px;
    text-align:left;
}
.StyleNewGoods .title .ss{
    float:left;
    text-align:left;
    color:#EEE;
    font-size:13px;
    font-weight:700;
    padding-top:2px;
}
.StyleNewGoods .title .viewmore{
	float:right;
	margin:0px 5px 0 0;
}
.StyleNewGoods .title .viewmore a{
	color:#FFF;
}
.StyleNewGoods .title .viewmore a:hover{
	text-decoration:underline;
	color:#F90;
}
.StyleNewGoods .body{

}
/*---------------------------------------------*/
.StyleIndexADVBanner2{
	width:584px;
	overflow:hidden;
}

/*---------------------------------------------*/
.StyleRecommendGoods{
	float:left;
	width:610px;
	margin:0px;
    background:url(syssite/home/shop/1/template/LJ001/images/retitle-bg1.gif) repeat-x left top;
}
.StyleRecommendGoods .title{
    float:left;
    width:555px;
    padding:8px 0 0 55px;
    text-align:left;
}
.StyleRecommendGoods .title .ss{
    float:left;
    text-align:left;
    color:#EEE;
    font-size:13px;
    font-weight:700;
    padding-top:2px;
}
.StyleRecommendGoods .title .viewmore{
	float:right;
	margin:0px 5px 0 0;
}
.StyleRecommendGoods .title .viewmore a{
    color:#FFF;
	text-decoration:underline;
}
.StyleRecommendGoods .title .viewmore a:hover{
	text-decoration:underline;
	color:#F90;
}
.StyleRecommendGoods .body{

}
/*---------------------------------------------*/
.StyleCartInfo{
	padding:25px 0px 6px 50px;
	background:url(syssite/home/shop/1/template/LJ001/images/cartbg.gif) #FFF no-repeat;
	width:135px;
	height:66px;
}
.StyleIndexArticlesBlock1{
	width:185px;
	overflow:hidden;
    background:#FFF;
}
.StyleIndexArticlesBlock1 .title{
    height:25px;
    padding:2px 0 0 16px;
    text-align:left;
    color:#333;
    font-weight:bold;
	background:#B3DA5B;
}
.StyleIndexArticlesBlock1 .image{
	background:#E7E9FF;
    text-align:center;
    padding:5px 0 8px 0;
}
.StyleIndexArticlesBlock2{
	width:185px;
	margin:5px 0 5px 0px;
	overflow:hidden;
	background:#FFF;
}
.StyleIndexArticlesBlock2 .title{
    height:25px;
    padding:3px 0 0 0;
    font-size:13px;
    color:#333;
    font-weight:bold;
    background:#B3DA5B;
}
.StyleIndexArticlesBlock2 .body{
    text-align:left;
	padding:10px;
}
.StyleBottomArticlesBlock1{
    float:left;
	width:200px;
	margin:5px 0 5px 0px;
	overflow:hidden;
}
.StyleBottomArticlesBlock1 h3{
	text-align:center;
    background:#B3DA5B;
    color:#333;
    margin:0 2px;
    padding:3px;
}
.StyleBottomArticlesBlock2{
    float:left;
	width:200px;
	margin:5px 0 5px 0px;
	overflow:hidden;
}
.StyleBottomArticlesBlock2 h3{
	text-align:center;
    background:#B3DA5B;
    color:#333;
    margin:0 2px;
    padding:2px;
}
.Stylebox { 
  background: #eee;
  margin:10px 5px;
}
.Stylebox .boxtop { 
  background: url(syssite/home/shop/1/template/LJ001/images/ne.gif) no-repeat top right; 
}
.Stylebox .boxtop div { 
  height: 10px; 
  background: url(syssite/home/shop/1/template/LJ001/images/nw.gif) no-repeat top left; 
}
.Stylebox .boxbottom { 
  background: url(syssite/home/shop/1/template/LJ001/images/se.gif) no-repeat bottom right; 
}
.Stylebox .boxbottom div { 
  height: 10px; 
  background: url(syssite/home/shop/1/template/LJ001/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;
}
h2,h3,h4,h5,h6{
	padding-left:2px;
	margin:8px 0 0 0;
}
h2{
	font-size:14px;
	font-weight:bold;
	text-align:left;
	font-size:14px;
	font-weight:bold;
	background: url(syssite/home/shop/1/template/LJ001/images/items.gif) no-repeat 0 3px;
	padding-left:20px;
	color:#ff9900
}
h2.subcat{
	font-size:14px;
	font-weight:bold;
	text-align:left;
	font-size:14px;
	font-weight:bold;
	background: url(syssite/home/shop/1/template/LJ001/images/items.gif) no-repeat 0px 2px;
	padding-left:20px;
        margin-left:8px;
	color:#ff9900
}
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:#f90;
	font-weight:700;
	margin:5px 0;
}
form{
	line-height:23px;
}
form label{
	display:block;
	width:60px;
	text-align:right;
	float:left;
	font-weight:700;
	color:#000;
	padding:2px 0;
}
form br{
	clear:both;
}
img {
	border: 0;
}
a: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;
}
/*=表格列表统一样式
=============================================================================================*/
.TableWrap{
margin-top:15px;
}
.TableWrap .tab{
}
.TableWrap .tab li{
	display:block;
	float:left;
	width:104px;
	height:26px;
	margin-right:2px;
	text-align:center;
	font-size:14px;
	font-weight:700;
	color:#000;
	background:url(syssite/home/shop/1/template/LJ001/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/LJ001/images/membertab.gif);
}
.TableWrap .list{
	border:1px solid #ccc;
	border-bottom:4px solid #ccc;
	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/LJ001/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 .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;
}
/*=字体颜色设置
=============================================================================================*/
.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/LJ001/images/buttonbg.gif);
	height:25px;
	padding-top:3px
}
.textright{
	text-align:right;
}
.textleft{
    margin:0 5px;
    text-align:left;
}
.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 */
/* css file:GoodsSearchListIntro.css */
/*=商品搜索列表中关于类别的介绍
=============================================================================================*/
.GoodslistIntro{
	margin:5px 0;
}
/* css file:GoodsSearchListClass.css */
/*=商品搜索列表中不同类别的最新、热卖、推荐、特价的列表
=============================================================================================*/
.GoodslistTitleGoods{
	margin-bottom:20px;
}
.GoodslistTitleGoods .mycontent{
	padding:9px 0;
}
.GoodslistTitleGoods .mytitle{
	font-size:14px;
	font-weight:700;
	color:#fff;
}

.GoodslistTitleGoods .mytitle span{
	display:block;
	width:80px;
	padding:2px;
	text-align:center;
	cursor:hand;

}
.GoodslistTitleGoods .on .mytitle {
	background:url(syssite/home/shop/1/template/LJ001/images/accordianbg.gif);
  }
.GoodslistTitleGoods .off .mytitle {
	background:url(syssite/home/shop/1/template/LJ001/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 */
.GoodsSearchWarp{/*外层*/
	width:98%;
	text-align:left;
	clear:both;
	margin:15px auto;
}
.GoodsSearchWarp .title{/*头部*/
	border:1px solid #f2f2f2;
	padding:1px 1px 1px 10px;
	background:url(syssite/home/shop/1/template/LJ001/images/titleline.gif) no-repeat 2px 5px;
	border-bottom:3px solid #f2f2f2;
	height:30px;

}
.GoodsSearchWarp .title .path{/*显示路径*/

	padding-left:5px;
	padding-top:5px;
	float:left;
}
.GoodsSearchWarp .title .listmode{/*搜索列表排序方式*/
	padding-top:3px;
	display:inline;
	float:right;
}
.GoodsSearchWarp .title .listmode select{/*搜索列表排序方式*/
	background:#f2f2f2;
	font-size:12px;
	color:#000;
}
.GoodsSearchWarp .ItemsWarp {/*商品条目循环项外层*/
	width:100%;
}
.GoodsSearchWarp .items1 {/*商品条目循环项*/
	width:100%;
	padding:10px;
	border-bottom:1px dotted #ccc;
}

.GoodsSearchWarp .items1 .goodpic{/*商品图片*/
	float:left;
}
.GoodsSearchWarp .items1 .goodpic a {/*商品图片*/
	padding:3px;
	border:1px solid #ccc;
	margin:0 5px;
	display:block;
	width:99px;
	height:99px;
	overflow:hidden;
	vertical-align:middle
}
.GoodsSearchWarp .items1 .goodpic a img{/*商品图片*/
	margin:0 auto;
	display:block;
	
}
.GoodsSearchWarp .items1 .goodpic a:hover {/*商品图片－MouseOver*/
	border:2px solid #369;
	padding:2px;
}
.GoodsSearchWarp .items1 .goodinfo{
	float:left;
    padding-left:8px;
	width:80%;
}
.GoodsSearchWarp .items1 h1 a{
	font-weight:bold;
	color:#000;
	margin-bottom:10px;
	font-size:14px;
}
.GoodsSearchWarp .items1 ul{
    display:block;
}
.GoodsSearchWarp .items1 ul li{
	color:#000;
	float:none;
}
.GoodsSearchWarp .items1 .intro{
	color:#369;
}
.GoodsSearchWarp .items1 .button{
	margin:4px 0;
	float:right;
	
}

/* 商品详细页面使用的样式
/*=============================================================================================*/
/* css file:GoodsDetails.css */
/* css file:TPL_GOODSINFO.css */
.GoodsInfoWarp{/*外层*/
	text-align:left;
	margin-bottom:20px;
}
.GoodsInfoWarp label{
	float:none;
	display:inline;
	width:auto;
	white-space:nowrap;
}
.GoodsInfoWarp input{
	margin:0;
	padding:0;
}
.GoodsInfoWarp .title{/*头部，类别路径*/
	padding-left:6px;
	border-left:3px solid #ff9900;
	margin-bottom:15px;
	
}
.GoodsInfoWarp .info{
}
.GoodsInfoWarp .info .pic{
	padding:5px;
	border:1px solid #ccc;
	text-align:center;
}

.GoodsInfoWarp .info table{
	width:auto;
	width:100% !important;
}
.GoodsInfoWarp .info .paybutton a{
	display:block;
	margin:2px 0;
	
}
.GoodsInfoWarp .info .items dl{
	width:100%;
}
.GoodsInfoWarp .info .items dl dd{
	background-image: url(syssite/home/shop/1/template/LJ001/images/dot.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.GoodsInfoWarp .info .items dl dt{
	background:url(syssite/home/shop/1/template/LJ001/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:left;
    padding:10px 0 0 18px;
}
.GoodsInfoWarp .subinfo th,
.GoodsInfoWarp .subinfo td{
	text-align:left;
	background-image: url(syssite/home/shop/1/template/LJ001/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/LJ001/images/img_new.gif) no-repeat;
	padding-left:40px;
	margin-left:10px;
	color:#F00;
}
/* css file:GoodsDetailsTabs.css */
/*=商品详细标签
=============================================================================================*/
#tabs{
	margin:15px 0;
	border-bottom:3px solid #FF7401;
	clear:both;
}
#tabs a{
	display:block;
	float:left;
	background:url(syssite/home/shop/1/template/LJ001/images/tabs_right.gif) right -41px;
	color:#fff;
}
#tabs a span{
	background:url(syssite/home/shop/1/template/LJ001/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/LJ001/images/tabs_right.gif) right top;
}
#tabs a.current span{
	background:url(syssite/home/shop/1/template/LJ001/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;
}
/* css file:TPL_COMMENTSUM.css */
.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 */
/*=侧边外框的样式
=============================================================================================*/
.SendToFriendsWrap{
}
.SendToFriendsWrap label{
	display:block;
	float:left;
	width:100px;
	white-space:nowrap;
	text-align:right;
	font-weight:700;
}
/* css file:TPL_GOODSREVIEWCNT.css */
/*=商品详细页面的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 */
/*=相关商品
=============================================================================================*/
.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 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 */
/*=商品详细介绍
=============================================================================================*/
.GoodsDetailsWarp{/*外层*/
	clear:both;
	text-align:left;
	margin-bottom:20px;
}


/* 关于产品分类的样式
/*=============================================================================================*/
/* css file:Category.css */
/* css file:TPL_CATEGORY_INDEX.css */
/*=商品分类模式-1
TPL_CATEGORY_INDEX
=============================================================================================*/
.CategoryIndexWrap {
}
.CategoryIndexWrap dl{
	clear:both;
}
.CategoryIndexWrap dl dt{
	margin:0 3px 3px 0px;
}
.CategoryIndexWrap dl dt a{
	background:url(syssite/home/shop/1/template/LJ001/images/cateitems.gif) no-repeat 0 0px;
	padding-left:30px;
    font-size:14px;
	font-weight:bold;
	color:#C30;
	border-bottom:1px dotted #d2d2d2;
    display:block;
    height:22px;
	clear:both;
    margin:3px;
}
.CategoryIndexWrap dl dt a:visited{
    color:#C30;
    font-size:14px;
	font-weight:bold;
    display:block;
}
.CategoryIndexWrap dl dt a:hover{
    color:#F63;
    font-size:14px;
	font-weight:bold;
    display:block;
}
.Categorysubblock{
    float:left;
	width:295px;
    text-align:left;
    margin:3px 2px;
    display:block;
}
.Categorysubblock dl dd{
	padding:0 2px 0px 0px;
	margin-bottom:5px;
}
.Categorysubblock dl dd a{
	float:left;
	color:#060;
	overflow:hidden;
    line-height:20px;
	white-space:nowrap;
	margin-left:5px;
}
.Categorysubblock dl dd a:visited{
    color:#060;
}
.Categorysubblock dl dd a:hover{
    color:#F63;
}
.Categorysubblock dl dd br{
	line-height:0;
	font-size:0;
	margin:0;
	padding:0;
}
/* css file:TPL_CATEGORY_SIDE.css */
/*=Ʒģʽ-1
TPL_CATEGORY_SIDE
=============================================================================================*/

.CategoryMouseover .normal{
	position:relative;
	z-index:9;
    color:#333;
}
.CategoryMouseover .over{
	position:relative;
	z-index:998;
	color:#333;
	background:#f2f2f2;
}
.CategoryMouseover .normal a{
	font-weight:700;
    color:#505050;
	display:block;
	border-bottom:1px dotted #ccc;
	height:22px;
    padding:5px 0 0 50px;
    background:url(syssite/home/shop/1/template/LJ001/images/cateitems.gif) no-repeat 8px 5px;
}
.CategoryMouseover .over a{
    color:#505050;
	display:block;
	border-bottom:1px dotted #ccc;
	height:22px;
    padding:5px 0 0 50px;
    background:url(syssite/home/shop/1/template/LJ001/images/cateitems.gif) no-repeat 8px 5px;
}
.CategoryMouseover .normal ul{
	display:none;
}
.CategoryMouseover .over ul{
	display:block;
	background-color:#fff;
	position:absolute;
	top:0;
	right:-110px;
	background:#fff;
	z-index:10;
	text-align:left;
	border-bottom:none;

}
.CategoryMouseover .over ul li a{
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	display:block;
	width:130px;
	background:#f2f2f2;
    font-size:12px;
	color:#036;
	padding-left:6px;
}
.CategoryMouseover .over ul li a:hover{
	background:#f90;
	color:#fff;
	
}
/* 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,
.styletwo,
.stylethree{
	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{
	display:block;
	color:#000000;
	font-weight:bold
}
.styletwo a:link,
.styletwo a:visited{
display:block;
	color:#336699;
}
/* css file:TPL_CATEGORY.css */
/*=商品分类 TPL_CATEGORY 
=============================================================================================*/
.CategoryWrap{
    text-align:left;
    padding-left:10px;
}
.CategoryWrap dl{
    padding: 6px 0;
    border-bottom:1px solid #ccc;
}
.CategoryWrap dl dt{
	float:left;
}
.CategoryWrap dl dt a{
    padding-left: 22px;
	background:url(syssite/home/shop/1/template/LJ001/images/cateitems.gif) no-repeat 0 -3px;
	font-weight:700;
}
.CategoryWrap dl dd{
	padding-left:150px;
	
}
/*=商品分类 TPL_CATEGORY1
=============================================================================================*/
.CategoryWrap2{
    text-align:left;
}
.CategoryWrap2 dl{
	float:left;
    padding: 1px 0;
	border:none;
}
.CategoryWrap2 dl dt{
	float:left;
}
.CategoryWrap2 dl dt a{
    padding-left: 22px;
	background:url(syssite/home/shop/1/template/LJ001/images/cateitems.gif) no-repeat 0 -3px;
	font-weight:700;
}
.CategoryWrap2 dl dd{
	float:left;
	display:block;
	padding:0 10px 0 0;
	overflow:hidden;
	white-space:nowrap;
}
/* css file:TPL_CATEGORY_CHILD.css */
/*=商品二级页面分类 TPL_CATEGORY_CHILD 
=============================================================================================*/
.CategoryWrap1{
    width:90px;
    float:left;
    text-align:left;
 }
.CategoryWrap1 dl{
    padding:1px 0;
    background:url(syssite/home/shop/1/template/LJ001/images/dotted.gif) repeat-x left bottom;
}
.CategoryWrap1 dl dt{
	float:left;
    padding-left: 15px;
    background:url(syssite/home/shop/1/template/LJ001/images/articleitems2.gif) no-repeat 0 5px;
    white-space:nowrap;
    text-overflow:ellipsis;
}
.CategoryWrap1 dl dt a{

}



/* 关于文章的的样式
/*=============================================================================================*/
/* css file:Article.css */

/*=文章栏目列表
=============================================================================================*/
.IndexArticleListWrap{
    margin-bottom:5px;
}
.IndexArticleListWrap ul li a{
	text-align:left;
	display:block;
    color:#333;
	border:1px solid #fff;
	background:url(syssite/home/shop/1/template/LJ001/images/icon1.gif) #fff no-repeat 45px 5px;
	width:55%;
	margin:5px;
    padding:2px 2px 2px 65px;
}
.IndexArticleListWrap ul li a:hover{
	text-decoration:underline;
}
.IndexArticleListWrap ul li a:visited{
    color:#333;
}
/*=文章类列表
=============================================================================================*/
.ArticleListWrap{
	line-height:23px;
    padding:10px;
}
.ArticleListWrap a{
	display:block;
	background:url(syssite/home/shop/1/template/LJ001/images/articleitems.gif) no-repeat 0 10px;
	padding:2px 2px 2px 25px;
	border-bottom:1px dotted #ccc;
	width:95%;
    text-align:left;
}
.ArticleListWrap a span{
	float:right;
	color:#aaa;
	padding-right:10px;
}
.ArticleListWrap a:hover{
	color:#ff9900;
    text-align:left;
	background:#f2f2f2 url(syssite/home/shop/1/template/LJ001/images/articleitems.gif) no-repeat 0 10px;
}
.ArticleListWrap a:hover span{
	float:right;
	color:#000;
}
/*=文章类详细
=============================================================================================*/
.ArticleDetailsWrap{
    padding:0 10px;
    text-align:left;
}
.Articletext{
    padding:2px 10px;
    text-align:left;
}
.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:Register.css */
.RegisterWrap{
	text-align:left;
}
/*=第一步
=============================================================================================*/
.RegisterWrap .agree{
	background:url(syssite/home/shop/1/template/LJ001/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/LJ001/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/LJ001/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 */
/*忘记密码
=============================================================================================*/
.ForgetPassWrap{
}
.ForgetPassWrap label{
	width:150px;
}

/* 其他应用模块样式
/*=============================================================================================*/
/* css file:TPL_SHOPBBS.css */
/*=评论与留言
TPL_SHOPBBS TPL_GOODSREVIEW TPL_GOODSREVIEWLIST
=============================================================================================*/
.ShopbbsWrap{
}
.ShopbbsWrap .button{
	text-align:right;
}
.ShopbbsWrap .button a{
	float:right;
	display:block;
	background:#999;
	color:#fff;
	padding:2px;
	margin-right:4px;
	margin-top:4px;
}
.ShopbbsWrap .button a:hover{
	background:#f90;
	color:#fff;
}
.ShopbbsWrap .title{
	background:url(syssite/home/shop/1/template/LJ001/images/FeedBackList.Title.jpg) no-repeat;
	height:97px;
	position:relative;
}
.ShopbbsWrap .title span{
	position:absolute;
	right:20px;
	bottom:10px;
}
.ShopbbsWrap .items{
	border:1px solid #ccc;
	background:#fff;
	padding:4px;
	margin:8px 4px;
	border-right:3px solid #f90;
}
.ShopbbsWrap .items dd{
padding-left:23px;
}
.ShopbbsWrap .items .posted{
	background:url(syssite/home/shop/1/template/LJ001/images/comment.gif) no-repeat;
	padding-left:25px;
}
.ShopbbsWrap .items .replied{
	background:url(syssite/home/shop/1/template/LJ001/images/forum11.gif) no-repeat;
	padding-left:25px;
}
/* css file:TPL_GOODSBROWSE.css */
.SideGoodsWrap{
	padding:3px;
    margin:5px 2px;
}
.SideGoodsWrap .items a{
	display:block;
	background:url(syssite/home/shop/1/template/LJ001/images/articleitems.gif) no-repeat 0 7px;
	padding:2px 0 2px 15px;
    text-align:left;
	border-bottom:1px dotted #ccc;
}
.SideGoodsWrap .items a:hover{
	display:block;
	color:#f90;
	background:#f2f2f2;
	position:relative;
}
.SideGoodsWrap .items a span{
	display:none;
}
.SideGoodsWrap .items a:hover span{
	display:block;
	position:absolute;
	border:3px solid #ccc;
	width:80px;
	height:80px;
	top:20px;
	left:20px;
	z-index:100;
	background:#fff;
}
.SideGoodsWrap .items dt a:hover span img{
	width:80px;
	height:80px;
}
.SideGoodsWrap .items dd{
	border-bottom:1px solid #ccc;
	text-align:right;
}
/* css file:TPL_SEARCHMORE.css */
/*=高级搜索
=============================================================================================*/
.SearchMoreWrap{
}
.SearchMoreWrap img{
	vertical-align:middle;
}
.SearchMoreWrap .title{
	background:url(syssite/home/shop/1/template/LJ001/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 */
/*翻页样式
=============================================================================================*/
.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 */
/*=3.提示信息
 TPL_ERROR TPL_PAYREPLY
=============================================================================================*/
.InfoWrap{
	width:500px;
	margin:20px auto;	
}
.InfoDisplay{
	border:4px solid #f2f2f2;
	text-align:center;
	padding:80px 0;
    margin:20px 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 */

/* css file:TPL_LINKMORE.css */
/*=更多友情链接页面

=============================================================================================*/
.LinkListWrap{
}
.LinkListWrap table td{
padding:5px;
}


/* 会员中心使用的样式
/*=============================================================================================*/
/* css file:MemberCenter.css */
/* css file:TPL_MEMBERMENU.css */
/*会员中心中心菜单
=============================================================================================*/
.MemberMenuWrap{
	
}

.MemberMenuWrap ul li a{
	text-align:right;
	display:block;
	background:url(syssite/home/shop/1/template/LJ001/images/closed.gif) no-repeat right 2px ;
	padding-right:20px;
	border-bottom:1px dotted #ccc;
	height:22px;
}
.MemberMenuWrap ul li a:hover{
	padding-right:30px;
	color:#000;
	background:#f2f2f2 url(syssite/home/shop/1/template/LJ001/images/closed.gif) no-repeat 0 2px;
	font-weight:700;
}

/*会员中心所有表单的样式
=============================================================================================*/
.MemberCenterWrap{
	line-height:25px;
}
.MemberCenterWrap label{
	display:block;
	width:100px;
	text-align:right;
	float:left;
	font-weight:700;
	color:#000;
	padding:2px 0;
}
.MemberCenterWrap br{
	clear:both;
}
.MemberCenterWrap .iframe{
	padding-left:10px;
}
.MemberOrderList .function span{
	cursor: pointer;
}
.MemberOrderList .function a{
	padding:2px;
	display:block;
	border:1px solid #ccc;
	white-space:nowrap;
}
.orderCtl{
		width:60px;
		text-align:left;
		padding:5px;
		background: #fff;
		position: absolute;
		border:1px solid #ccc;
		z-index:999;
}
.membershow ul{
    margin-top:30px;
}
.membershow li{
    line-height:30px;
    border-bottom:1px dotted #666;
    padding:3px 0;
}
.membershow img{
    padding-top:10px;
}
/*会员中心收货人地址管理
=============================================================================================*/
.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 */
/* css file:TPL_HELPMENU.css */
.HelpMenuWrap{
	width:100%
}

.HelpMenuWrap ul li{
	padidng:3px 0;
	border-top:none;
	background:url(syssite/home/shop/1/template/LJ001/images/dotted.gif) repeat-x bottom;
}

.HelpMenuWrap ul li a{
	display:block;
	background:url(syssite/home/shop/1/template/LJ001/images/icon1.gif) no-repeat 0 2px ;
	padding-left:20px;
	height:22px;
}

.HelpMenuWrap ul li a:hover{
}
/*支付方式和配送方式
=============================================================================================*/
#ddimagetabs{
	margin:15px 0 0 0;
	border-bottom:5px solid #f90;
	height:24px ;

}

#ddimagetabs a{
	display:block;
	float:left;
	width:100px;
	height:25px;
	text-align:center;
	font-size:14px;
	font-weight:700;
	color:#aaa;

	line-height:25px
}

#ddimagetabs a:hover, #ddimagetabs a.current{
	background:#f90; 
	color: #fff;
}

#tabcontentcontainer{
	padding-top:10px;
	text-align:left;
	border:1px solid #ccc;
	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/LJ001/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 */
/*=购物流程页面布局 | 
=============================================================================================*/
#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/LJ001/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/LJ001/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/LJ001/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/LJ001/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 */
/*=捆绑商品
=============================================================================================*/
.PackageGoodsWarp{
}
.PackageGoodsWarp .items{
	height:200px;
	min-height:200px;
	height:auto;
}
.PackageGoodsWarp .items h3{
	border:1px solid #ccc;
	font-size:14px;
	color:#FF7138;
	padding-left:70px;
	padding-top:6px;
	margin-bottom:10px;
	background:#f2f2f2 url(syssite/home/shop/1/template/LJ001/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/LJ001/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/LJ001/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:#f90;
	font-size:16px;
	font-weight:700;
}
.PackageGoodsWarp .items .priceinfo .save{
	color:#f30
}

/* 与品牌相关
/*=============================================================================================*/
/* css file:Brand.css */
/*TPL_GOODSBRANDLIST 品牌分类页*/
.BrandWrap{
}
.BrandWrap h1{
	margin:8px;
	background:url(syssite/home/shop/1/template/LJ001/images/closed.gif) no-repeat 0 3px;
	padding-left:18px;
	font-size:14px;
	color:#C44024;
}
.BrandWrap .body{
}
.BrandWrap .body ul{
	float:left;
	width:170px;
	border:1px solid #ccc;
	padding:8px;
	margin:5px;
	text-align:center;
}
.BrandWrap .body li{
	width:150px;
	height:150px;
	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 */
/* css file:TPL_GIFTRULE.css */
.GiftRule {
	margin:10px 0;
	background-color:#FBFDFF;
	border:1px solid #eee;
	padding:10px 10px 5px 10px;
	text-align:left;
}
.GiftRule .info{
	margin-left:20px;
}
/* css file:TPL_GIFTRECOMMEND.css */
.GiftGoodsClassWarp{/*外层*/
	text-align:left;
		width:610;
}

.GiftGoodsClassWarp h2{
	position:relative;
}
.GiftGoodsClassWarp h2 span{
	position:absolute;
	top:0;
	right:10px;
}
.GiftGoodsClassWarp h2 a{
    color:#666;
    text-decoration:underline;
}
.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:#333;
	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 */
.GiftSearchWrap{ 
	width:610;
	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 */
.GiftCategoryWarp a{
	font-weight:700;
	display:block;
	border-bottom:1px dotted #ccc;
	height:22px;
}
/* css file:TPL_GIFTSEARCHLIST.css */
.GiftSearchWarp{/*外层*/
	width:98%;
	text-align:left;
	clear:both;
	margin:15px auto;
}
.GiftSearchWarp .title{/*头部*/
	border:1px solid #f2f2f2;
	padding:1px;
	border-left:3px solid #f90;
	border-bottom:3px solid #f2f2f2;
	height:30px;

}
.GiftSearchWarp .title .path{/*显示路径*/
	padding-left:5px;
	padding-top:5px;
	float:left;
}
.GiftSearchWarp .title .path a{
    font-size:14px;
}
.GiftSearchWarp .title .listmode{/*搜索列表排序方式*/
	padding-top:3px;
	display:inline;
	float:right;
}
.GiftSearchWarp .title .listmode select{/*搜索列表排序方式*/
	background:#f2f2f2;
	font-size:12px;
	color:#000;
}
.GiftSearchWarp .ItemsWarp {/*商品条目循环项外层*/
	width:100%;
}
.GiftSearchWarp .items {/*商品条目循环项*/
	width:100%;
	padding:10px;
	border-bottom:1px dotted #ccc;
}

.GiftSearchWarp .items .goodpic{/*商品图片*/
	float:left;
}
.GiftSearchWarp .items .goodpic a {/*商品图片*/
	padding:3px;
	border:1px solid #ccc;
	margin:0 5px;
	display:block;
	width:99px;
	height:99px;
	overflow:hidden;
	vertical-align:middle
}
.GiftSearchWarp .items .goodpic a img{/*商品图片*/
	margin:0 auto;
	display:block;
	
}
.GiftSearchWarp .items .goodpic a:hover {/*商品图片－MouseOver*/
	border:2px solid #369;
	padding:2px;
}
.GiftSearchWarp .items .goodinfo{
	float:left;
	width:80%;
}
.GiftSearchWarp .items h1 a{
	font-weight:bold;
	color:#000;
    padding-left:20px;
	margin-bottom:10px;
	font-size:14px;
}
.GiftSearchWarp .items ul{
    display:block;
}
.GiftSearchWarp .items ul li{
	color:#000;
	float:none;
}
.GiftSearchWarp .items .intro{
	color:#369;
}
.GiftSearchWarp .items .button{
	margin:4px 0;
	float:right;
	
}

