/*=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:144px;
}
/************************************************************************/
.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:300px;
}
.INDEXGOODS_STYLE_4_Wrap h1{
	overflow:hidden;
	border:none;
	text-overflow:ellipsis;
	white-space:nowrap;
	margin:3px 0;
	padding-top:10px;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	background: none;
	border-bottom:none;
	color:#999999;
}
.INDEXGOODS_STYLE_4_Wrap h1 a{
        color:#999999;
}
.INDEXGOODS_STYLE_4_Wrap h1 a:hover{
        color:#000000;
}
.INDEXGOODS_STYLE_4_Wrap .goodspic a{
	display:block;
	width:140px;
	height:180px;
	overflow:hidden;
	margin: 3px auto;
	border:1px dotted #f0f0f0;
	vertical-align:top;
	line-height:99px;
}
.INDEXGOODS_STYLE_4_Wrap .goodspic a:hover{
filter:alpha(opacity=50);
}
.INDEXGOODS_STYLE_4_Wrap .price2{/*会员价格样式*/
	font-size:10px;
	font-weight:700;
	color:#999;
	
}
.INDEXGOODS_STYLE_4_Wrap .price1{/*市场价格样式*/
	text-decoration:line-through;
	font-size:11px;
	font-weight:700;
	color:#333;
}
.INDEXGOODS_STYLE_4_Wrap .save{/*立即节省样式*/
	color:#000
}

/* css file:TPL_INDEXGOODS_STYLE_superlite.css */
/*************************************************************************

只要调整下面的2个width的值，就可以实现几列显示；
这两个值最好是相同的。

*************************************************************************/
.INDEXGOODS_STYLE_2_Wrap .items{/*反复调整这里的数字来获得最佳的宽度*/
	width:111px;
}
.INDEXGOODS_STYLE_2_Wrap .items h1{
	width:100px;
}
/************************************************************************/



/*=最新商品 特价商品 推荐商品
=============================================================================================*/
.INDEXGOODS_STYLE_2_Wrap .ItemsWarp {/*商品条目循环项外层*/
        overflow:hidden;
        height:150px;
        margin:0 auto;
}
.INDEXGOODS_STYLE_2_Wrap .RankWarp{
        height:50px; 
        text-align:left;
        margin:0 auto;
}
.INDEXGOODS_STYLE_2_Wrap .RankWarp .rank{
        float:left;
        width:111px;
}

.INDEXGOODS_STYLE_2_Wrap .items {/*商品条目循环项*/
        height:150px;
        text-align:center;
	float:left;
	overflow:hidden;
	margin:0 auto;
}
.INDEXGOODS_STYLE_2_Wrap .items img{/*商品条目循环项*/
        border:1px solid #ccc;
        background:#fff;
        padding:1px;
        width:80px;
        height:80px;
}

.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{
        padding-top:10px;
        text-align:center;
        margin:20px auto 0 auto;
}
.TPL_INDEXGOODS_STYLE_3_Wrap .more{
        text-align:right;
        margin:0 auto 0 0;
}
.TPL_INDEXGOODS_STYLE_3_Wrap .items .info{
        text-align:center;
        margin:0 auto;
}
.TPL_INDEXGOODS_STYLE_3_Wrap .price{
        font-size:10px;
        font-weight:bold;
        text-align:center;
}
.TPL_INDEXGOODS_STYLE_3_Wrap .items .info .pic img{
        border:3px solid #eee;
	width:80px;
	height:103px;
}
.TPL_INDEXGOODS_STYLE_3_Wrap .items .info .pic a:hover img{
	/*width:80px;*/
	height:103px;
        border:3px solid #ccc;
}
.TPL_INDEXGOODS_STYLE_3_Wrap .items .info .intro{
        text-align:center;
        margin:0 auto;
}

/* css file:TPL_INDEXGOODS_STYLE_STEPSCROLL.css */
.TPL_INDEXGOODS_STYLE_STEPSCROLL{
	padding:10px 10px;
}
.TPL_INDEXGOODS_STYLE_STEPSCROLL .items{
        height:250px;
	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:#999999;
}
.TPL_INDEXGOODS_STYLE_STEPSCROLL  .items h1 a{
	color:#999999;
}
.TPL_INDEXGOODS_STYLE_STEPSCROLL  .items h1 a:hover{
	color:#000000;
}
.TPL_INDEXGOODS_STYLE_STEPSCROLL  .items .goodspic a{
	display:block;
	width:125px;
	height:170px;
	overflow:hidden;
	padding:0 0 0 0 ;
	border:0px solid #ccc;
}
.TPL_INDEXGOODS_STYLE_STEPSCROLL  .items .price2{
	font-size:10px;
	font-weight:700;
	color:#999999;
}
.TPL_INDEXGOODS_STYLE_STEPSCROLL  .items .price1{
	text-decoration:line-through;
}
.TPL_INDEXGOODS_STYLE_STEPSCROLL  .items .save{
	color:#000
}

/* css file:TPL_INDEXGOODS_STYLE_POPULAR.css */
/*************************************************************************

只要调整下面的2个width的值，就可以实现几列显示；
这两个值最好是相同的。

*************************************************************************/
.INDEXGOODS_STYLE_POPULAR_Wrap .items{/*反复调整这里的数字来获得最佳的宽度*/
	width:138px;
}
.INDEXGOODS_STYLE_POPULAR_Wrap .items h1{
	width:100px;
}
/************************************************************************/



/*=最新商品 特价商品 推荐商品
=============================================================================================*/
.INDEXGOODS_STYLE_POPULAR_Wrap .ItemsWarp {/*商品条目循环项外层*/
        overflow:hidden;
        height:150px;
}
.INDEXGOODS_STYLE_POPULAR_Wrap .RankWarp{
        height:50px; 
        width:111px; 
        float:left;
        border-right:1px dotted #eee;
        text-align:center;
}
.INDEXGOODS_STYLE_POPULAR_Wrap .RankWarp .rank{
        height:50px;
        width:80px;
        text-align:left;
}

.INDEXGOODS_STYLE_POPULAR_Wrap .items {/*商品条目循环项*/
        height:150px;
        text-align:center;
	padding:5px 0;
	float:left;
	overflow:hidden;
	margin:0 auto;
}
.INDEXGOODS_STYLE_POPULAR_Wrap .items img{/*商品条目循环项*/
        border:1px solid #ccc;
        padding:1px;
        width:93px;
        height:120px;
}



.INDEXGOODS_STYLE_POPULAR_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_POPULAR_Wrap .items h1 a:hover{
	color:#f90;
	border-bottom:1px dotted #000;
}
.INDEXGOODS_STYLE_POPULAR_Wrap .items ul {/*商品图片*/
	text-align:center;
	margin:0 auto;
}
.INDEXGOODS_STYLE_POPULAR_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_POPULAR_Wrap .items .goodpic a:hover{/*商品图片*/
	padding:2px;
	border:1px dotted #f90;
}
.INDEXGOODS_STYLE_POPULAR_Wrap .items .paybutton{/*一些支付网关购买按钮*/
	text-align:center;
	margin:2px 0 ;
}
.INDEXGOODS_STYLE_POPULAR_Wrap .items .paybutton a{/*一些支付网关购买按钮*/
	display:block;
}

/* css file:TPL_INDEXGOODS_STYLE_LIST.css */
.INDEXGOODS_STYLE_LIST_Wrap {
	padding:5px;
}
.INDEXGOODS_STYLE_LIST_Wrap ul li{
	background:url(./syssite/home/shop/1/template/current/default/images/dotted.gif) repeat-x bottom;
	padding:2px;
}
.INDEXGOODS_STYLE_LIST_Wrap ul li a{
	display:block;
	width:130px;
	background:url(./syssite/home/shop/1/template/current/default/images/articleitems1.gif) no-repeat 0 5px;
	padding-left:15px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}

/* css file:TPL_INDEXLOGIN.css */
/*= 首页登录框
=============================================================================================*/
.IndexLoginWrap{
        background:url(./syssite/home/shop/1/template/current/default/images/tbshadow.png) repeat-x;
	*height:29px;
}
.IndexLoginWrap br{
	clear:both;
}
#UserLogIn1_txtUid,#UserLogIn1_txtPwd{
        border-top:0px;
        border-left:#c9c9c9 1px solid;
        border-right:0px;
        border-bottom:#c9c9c9 1px solid;
        font-size: 9pt;
        background-color: transparent;
        vertical-align:super;
        *vertical-align:baseline;
}
.IndexLoginWrap .loginstyle{
        float:left;
        background:url(./syssite/home/shop/1/template/current/default/images/tbshadow.png) repeat-x;
        padding-top:0px;
        padding-left:10px;
        margin-bottom:0px;
        line-height:23px;
        height:23px;
}
.IndexLoginWrap .submitstyle{
	line-height:16px;
	padding:3px;
        vertical-align:top;
}
.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{
line-height:18px;
height:23px;
        color:#333;
	text-align:center;
	padding-left:15px;
        vertical-align:top;
}


/* css file:TPL_NEWS.css */
/*=首页的文章类
=============================================================================================*/
.IndexArticleWrap ul li,.IndexArticleWrap ul a,.IndexArticleWrap ul a:hover{
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow:hidden;
        width:230px;
}
.IndexArticleWrap ul li{
	/*background:url(./syssite/home/shop/1/template/current/default/images/dotted.gif) repeat-x bottom;*/
	padding:2px 0 5px 0;
}
.IndexArticleWrap ul a{
        font-weight:lighter;
	display:block;
	background:url(./syssite/home/shop/1/template/current/default/images/articleitems.gif) no-repeat 0 5px;
	padding-left:22px;
}
.IndexArticleWrap ul a:hover{
	color:#e74a65;
	text-decoration:underline;
}

/* css file:domtabs.css */
.domtab  ul.domtabs{
	position:absolute;
	left:260px;
	top:0;
	width:600px;
}

.domtab ul.domtabs li{
        height:29px;
	background:url(./syssite/home/shop/1/template/current/default/images/titlebar4.gif) no-repeat;
	display:block;
	float:left;
}

.domtab ul.domtabs li a:hover{
        background:url(./syssite/home/shop/1/template/current/default/images/titlebar6.gif) no-repeat;
	display:block;
	float:left;
}

.domtab ul.domtabs li.active a{
        background:url(./syssite/home/shop/1/template/current/default/images/titlebar5.gif) no-repeat;
	display:block;
	float:left;
}

/* css file:TPL_SEARCH.css */
/*边栏搜索*/
.search{
        background: url(./syssite/home/shop/1/template/current/default/images/srh.gif) no-repeat;
	background-position:92px 3px;
        *background-position:100px 2px;
        _background-position:100px 2px;
        -ms-background-position-x:90px;
        -ms-background-position-y:0px;
}
.search .keywords{
	color:#acba32;
	font-weight:bold;
	margin:0 5px;
	display:inline;
	vertical-align:middle;
}
.search .inputstyle{
	border:1pxs solid #e9e7e2;
        border-left:0px;
	background:#ffffff; 
	height:16px;
	line-height:18px;
	width:100px;
}
.search .hotkeywords{
	margin:0 15px;
}
.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/current/default/images/advsearch.gif) no-repeat;
	padding-left:40px;
}
.phone{
        float:left;
        padding:20px 0 0 60px;
}
.massage{
        float:right;
        padding-top:4px;
}

/* 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 {
        width:100%;
        margin:0 auto;
	font-family: "Arial", "Helvetica", "sans-serif";
        background:url(./syssite/home/shop/1/template/current/default/images/bg.gif);
	font-size: 12px;
	color: #666666;
	line-height: 20px;
	text-align:center;
        background-attachment: fixed; 
}
body .IndexBody{
        background:url(./syssite/home/shop/1/template/current/default/images/shadow.png) center repeat-y;
        _background-image: url(./syssite/home/shop/1/template/current/default/images/);
        _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://amoishop.com/syssite/home/shop/1/template/current/default/images/shadow.png', sizingMethod='scale');
        width:1080px;
        text-align:left;
        margin:0 auto;
}

/*=首页布局 
=============================================================================================*/
#IndexAllWrap{
        padding-top:10px;
        padding-bottom:20px;
	width:1000px;
	margin:0 auto;
	overflow:hidden;
}
#Indexleftbox{
	width:185px;
	float:left;
	overflow:hidden;
}
#Indexmainbox{
	float:left;
	width:814px;
	text-align:left;
	overflow:hidden;
	margin-left:1px;
}

/*=头部和菜单
=============================================================================================*/
/*#top{
	width:770px;
	margin:10px auto 5px auto;
	text-align:left;
}
#top .logo{
        float:left;
}
#top .topmenu{
	float:right;
	text-align:center;
}
#top .topmenu a{
	color:#666;
	letter-spacing:1px;
	margin:0 2px;
}

#menubar{
	background:#3260ba;
	padding:2px;
	clear:both;
	text-align:center;
	
}
#menubar a{
	font-weight:bold;
	color:#FFFFFF;
	letter-spacing:1px;
	margin:0 10px;
}
#menubar a:hover{
	text-decoration:underline;
}*/
/*------------------*/
#top{
	width:1040px;
	margin:0 auto 0 auto;
	text-align:left;
	border-top:2px solid #555555;
}
#topbar{
        background:url(./syssite/home/shop/1/template/current/default/images/topbg.png) repeat-x;
        margin-top:0px;
        height:74px;
}
#topbar .logo{
	float:left;
	padding:5px 0 0 10px;
}
#topbar .banner1{
	float:left;
	padding:5px 0 0 30px;
}

#topbar .topmenu{
	float:right;
	text-align:center;
	padding:10px 10px 0 0;
}
#topbar .topmenu a{
	color:#666;
	letter-spacing:1px;
	margin:0 5px;
}
#menubar{
	padding:2px;
	clear:both;
	text-align:center;
}
#menubar a{
	letter-spacing:1px;
	margin:0 15px;
}
#menubar a:hover{
	text-decoration:underline;
        margin:0 15px;
}

#TopMenuWrap{
	float:left;
	width:100%;
	margin-bottom:2px;
}
#sidemenu{
	float:left;
	background:#dfdfdf url(./syssite/home/shop/1/template/current/default/images/top-l-r.gif) no-repeat right;
	height:24px;
	width:194px;
	margin-left:-100%;
	text-align:right;
	padding:5px 8px 0 0;

}
#logo{
	height:133px;
	vertical-align:middle;
}
#SearchBar{
	width:1000px;
	text-align:left;
	background:#fef8ec;
	border-top:1px solid #dcdcdc;
	height:30px;
	padding:5px 0;
	margin:0 auto 5px auto;

}
/*=底部
TPL_BOTTOM
=============================================================================================*/
#foot{
	clear:both;
	width:1080px;
        text-align:left;
        margin:0 auto;
}
#foot .menubar{
        margin:0 auto;
        background:url(./syssite/home/shop/1/template/current/default/images/shadow.png) center repeat-y;
        _height:1%;
        _background-image: url(./syssite/home/shop/1/template/current/default/images/);
        _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://amoishop.com/syssite/home/shop/1/template/current/default/images/shadow.png', sizingMethod='scale');
	text-align:center;
	padding:5px;
	/*border-bottom:1px solid #999999;*/
}
#foot .gotop{
        padding-bottom:10px;
        text-align:right;
        padding-right:60px;
}
#foot .menu{
        margin:0 auto;
        width:960px;
	text-align:left;
        font-size:10px;
	padding:10px 0 0 20px;
        border-top:1px solid #dedede;
}
#foot .menu a{
        background:#fff;
	margin-right:5px;
}
#foot .menu a:hover{
	background:#ededed;
	/*text-decoration:uderline;*/
}
#foot .shop {
         line-height:14px;
         padding-top:22px;
}
#foot .shop span{
         padding-left:20px;
}
#foot .shop a{
         font-size:10px;
         color:#333;
}
#foot .shop a:hover{
         background:#fff;
         text-decoration:uderline;
         color:000;
}
#foot .info{
        background:url(./syssite/home/shop/1/template/current/default/images/bottomlogo.gif) no-repeat right;
        padding:10px 0 0 20px;
        margin:0 auto;
        width:960px;
        text-align:left;
}
#foot .menubottom{
        text-align:center;
        height:38px;
        background:url(./syssite/home/shop/1/template/current/default/images/bottombg.png) bottom no-repeat;
        _background-image: url(./syssite/home/shop/1/template/current/default/images/);
        _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://amoishop.com/syssite/home/shop/1/template/current/default/images/bottombg.png', sizingMethod='scale');
}

/* css file:Wrapstyle.css */
/*******************************************************************************************************************************************/
/*		修改以下两项改变 框头部样式 和 边框样式 
/*******************************************************************************************************************************************/

.StyleIndexSideblock,.StyleIndexNews,.StyleIndexNewGoods,.StyleIndexHotGoodsBlock,.StyleIndexRecommendGoods,.StyleIndexArticlesBlock2{

	border:0px solid #537ed4; 		/*边框颜色，样式*/
}
.StyleIndexSideblock .title,.StyleIndexNews .title,.StyleIndexHotGoodsBlock .title,.StyleIndexNewGoods .title,.StyleIndexRecommendGoods .title,.StyleIndexArticlesBlock2 .title{

	background:url(./syssite/home/shop/1/template/current/default/images/titlebar.gif) right;		/*头部背景颜*/
	color:#000000; 					/*头部字体颜色*/
	height:29px; 					/*头部高度*/
	
}
.StyleIndexHotGoodsBlock .title div,.StyleIndexNews .title div,.StyleIndexNewGoods .title div,.StyleIndexSideblock .title div{
        height:100%;
	text-align:left;
        padding:0 0 0 5px;
        background:url(./syssite/home/shop/1/template/current/default/images/titlebar2.gif) left no-repeat;
}
/*******************************************************************************************************************************************/
/*		修改以下改变头部导航样式
/*******************************************************************************************************************************************/
#menubar{
	background-color:#3260ba; 		/*头部导航背景颜色*/
	color:#FFFFFF; 					/*头部导航文字颜色*/
}
#menubar a{
	font-weight:bold; 
	color:#FFFFFF; 					/*头部导航链接颜色*/
}

/*******************************************************************************************************************************************/
/*		修改以下改变最新商品的标签样式
/*******************************************************************************************************************************************/

/*******************************************************************************************************************************************/



/*---------------------------------------------*/
.StyleIndexSideblock{
	width:176px;
	margin-bottom:10px;
}
.StyleIndexSideblock .title div{
        padding:0;
        /*margin-top:5px;*/
        text-align:center;
}
.StyleIndexSideblock .body{
	padding:5px;
	text-align:left;
	
}
.StyleIndexADVside{
        text-align:center;
}
.StyleIndexADVside .contactw{
        padding:30px 0 30px 0;
       
}
.StyleIndexADVside .contactw img{
        /*margin:10px 0; */    
}
.StyleIndexADVside .contactw a img{
        -moz-opacity:1;
        opacity:1;
        filter:alpha(opacity=100);
}
.StyleIndexADVside .contactw a:hover img{
        -moz-opacity:0.6;
        opacity:0.6;
        filter:alpha(opacity=60);
}
.StyleIndexADVside .msnstyle{
        width:180px;
        height:60px;
        background:url(./syssite/home/shop/1/template/current/default/images/msnhotline.gif) no-repeat 9px 5px;
        text-align:left;
        margin:0 auto 0 0;
}
.StyleIndexADVside .msnstyle *{
        vertical-align:middle;
}
.StyleIndexADVside .msnstyle a:hover img{
        -moz-opacity:1;
        opacity:1;
        filter:alpha(opacity=100);
}
/*---------------------------------------------*/
.StyleIndexADVBanner{
	float:left;
	width:398px;
}
.StyleIndexADVBanner h2{/*替换广告位置,gift_rule*/
	
}
.StyleIndexADVBanner3{
        padding-top:4px;
        float:right;
	overflow:hidden;
}
.StyleIndexBanner2{
	float:left;
	width:202px;
	margin:0 5px;
}
/*---------------------------------------------*/
.StyleIndexGiftRule{
	width:610px;
	float:left;
}
/*---------------------------------------------*/
.StyleIndexNews{
	float:right;
	width:240px;
}
.StyleIndexNews .title{
}
.StyleIndexNews .body{
	padding:5px;
	height:150px;
}
.StyleIndexNews .goblog{
        height:33px;
        background:url(./syssite/home/shop/1/template/current/default/images/brownbg.gif) no-repeat;
	background-position:left top;
        padding:30px 0 0 15px;
}
/*---------------------------------------------*/
.StyleInedxTabs{
        float:left;
        width:560px;
}
/*---------------------------------------------*/
.StyleIndexHotGoodsBlock{
	margin-top:6px;
}
.StyleIndexHotGoodsBlock .title{
	position:relative;
}
.StyleIndexHotGoodsBlock .title .viewmore{
        background:url(./syssite/home/shop/1/template/current/default/images/titlebar3.gif) repeat-x;
        padding-top:7px;
	position:absolute;
	right:10px;
	top:0;
}
.StyleIndexHotGoodsBlock .title .viewmore a{
	color:#1e1e1e;
}
.StyleIndexHotGoodsBlock .title .viewmore a:hover{
	text-decoration:underline;
	color:#e74a65;
}
.StyleIndexHotGoodsBlock .body1{
        padding:10px 0 30px 0;
}
/*---------------------------------------------------------------------------------------------------------------------------------------*/
.StyleIndexNewGoods{
        padding-top:20px;
	margin:5px 0;
	width:810px;
}
.StyleIndexNewGoods .title{
	position:relative;
}
.StyleIndexNewGoods .title .viewmore{
        background:url(./syssite/home/shop/1/template/current/default/images/titlebar3.gif) repeat-x;
        padding-top:7px;
	position:absolute;
	right:10px;
	top:0;
}
.StyleIndexNewGoods .title .viewmore a{
	color:#1e1e1e;
}
.StyleIndexNewGoods .title .viewmore a:hover{
	text-decoration:underline;
	color:#e74a65;
}
.StyleIndexNewGoods .body{
	padding:40px 5px 5px 5px;
}
/*---------------------------------------------*/
.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:menuTab.css */
/*- Menu Tabs F--------------------------- */
#tabsC{
	/*如果分頁要放置在頁面任意處,則以下三行勿省略*/
	padding:0px;
	margin:0px;
	width:100%;
	/*若分頁是獨立頁面,可以自訂 tabsC 的 padding 值，並加clear屬性*/
	/*clear:both;*/
	/*padding:12px;*/
	border-top:#620329 3px solid;
	border-left:#000 1px solid;
	border-right:#000 1px solid;
	border-bottom:#000 1px solid;
        height:150px;
        overflow:hidden;
}
#tabsF{
	float:left;
	width:100%;
	margin:0;
	padding:0 2px 0 0px;
	font-size:13px;
	line-height:normal;
	*float:none;
	background:url(./syssite/home/shop/1/template/current/default/images/blackbg.gif) repeat-x ;
}
#tabsF ul{
	margin:0;
	padding:0px 10px 0px 0px;
	list-style:none;
}
#tabsF li{
	display:inline;
	margin:0;
	padding:0;
}
#tabsF a{
	float:left;
	font-size:12px;
	background:url(./syssite/home/shop/1/template/current/default/images/blackbg.gif) repeat-x ;
	margin:0;
	padding:0px 0 0 4px;
	text-decoration:none;
	border-right:1px solid #fff;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/

#tabsF a span{
       float:none;
}
/* End IE5-Mac hack */

#tabsF #current1{/*border-top樣式*/
       border-top-width:3px;
       border-top-style:solid;
       border-top-color:#620329;
}
#tabsF #current1 a{
	   background:#620329;
}
#tabsF #current2{/*border-top樣式*/
       border-top-width:3px;
       border-top-style:solid;
       border-top-color:#b06c7b;
}
#tabsF #current2 a{
       background:#b06c7b;
}
#tabsF #current3{/*border-top樣式*/
       border-top-width:3px;
       border-top-style:solid;
       border-top-color:#eabcbc;
}
#tabsF #current3 a{
       background:#eabcbc;
}


/* 全局设定
/*=============================================================================================*/
/* 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:0;
	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/current/default/images/items.gif) no-repeat;*/
	padding-left:5px;
	border-bottom:1px solid #a7a7a7;
	color:#ff9900
}
h3{
	text-align:left;
	font-size:12px;
	font-weight:bold;
	color:#f60;
}
fieldset{
	margin:0 5px;
	border:1px solid #1d1d1d;
	padding:10px;
	
}
fieldset legend{
	font-size:14px;
	color:#1d1d1d;
	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: #e74a65;
	text-decoration: none;
}
/*=表格列表统一样式
=============================================================================================*/
.TableWrap{
        margin-top:15px;
        text-align:center;
}
.TableWrap .tab{
        height:25px;
        width:662px;
        border-bottom:1px solid #1d1d1d;
        margin:0 auto;
}
.TableWrap .tab li{
        margin:0 auto;
	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:26px;
	font-size:12px;
	font-weight:700;
	color:#aaa;
	background:url(./syssite/home/shop/1/template/current/default/images/membertab.gif);
}
.TableWrap .TableInfo{
        margin:0 auto;
        text-align:center;
        width:660px;
	border-top:0px;
	border-left:1px solid #1d1d1d;
	border-right:1px solid #1d1d1d;   
	border-bottom:1px solid #1d1d1d;
}
.TableWrap .TableInfo table{
        margin:20px auto;
}
.TableWrap .list{
	border-collapse:collapse;
}

.TableWrap .list td{
	border-bottom:1px solid #ccc;
	padding:4px 4px;
	text-align:center;
}
.TableWrap .list thead th{
        border-bottom:1px solid #1d1d1d;
	/*background:url(./syssite/home/shop/1/template/current/default/images/2menubg.gif);*/
	height:24px;
	text-align:center;
	font-size:12px;
        color:#1d1d1d;
        font-weight:lighter;
}
.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:center;
}

.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:1px solid #6a6a6a;
	background-color: #fff;
	font-size:12px;
	background:url(./syssite/home/shop/1/template/current/default/images/buttonbg.gif);
	height:25px;
	padding-top:3px;
	color:#6a6a6a;
}
.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{/*外层*/
	width:100%;
	text-align:left;
	clear:both;
	/*margin:15px auto;*/
}
.GoodsSearchWarp .title{/*头部*/
	border:1px solid #f2f2f2;
	padding:1px;
	border-left:3px solid #f90;
	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 .items {/*商品条目循环项*/
        float:left;
	width:22%;
	padding:10px;
        text-align:center;
}
.GoodsSearchWarp .items .favitems .favname{
        	overflow:hidden;
	border:none;
	text-overflow:ellipsis;
	white-space:nowrap;
	margin:3px 0;
	padding-top:10px;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	background: none;
	border-bottom:none;
	color:#f00;
}
.GoodsSearchWarp .items .goodsarrival{
        padding-left:27px;
        text-align:left;
        color:#333;
        font-size:14px;
        font-weight:bold;
}
.GoodsSearchWarp .items .goodpic{/*商品图片*/
	float:left;
}
.GoodsSearchWarp .items .favitems{/*收藏*/
        text-align:center; 
        clear:both;
}
.GoodsSearchWarp .items .favitems .favname,
.GoodsSearchWarp .items .favitems .favname a{/*收藏商品名*/
        color:#333;
        font-weight:800;
        overflow:hidden; 
        text-overflow:ellipsis; 
        white-space:nowrap;
}
.GoodsSearchWarp .items .favitems .favname a:hover{
        text-decoration:underline;
}
.GoodsSearchWarp .items .favitems ul li{
        font-weight:lighter;
	color:#999999;
	float:none;
        font-size:12px;
}

.GoodsSearchWarp .items .goodpic a {/*商品图片*/
	padding:3px;
	/*border:1px solid #ccc;*/
	margin:0 5px;
	display:block;
	width:125px;
	height:170px;
	overflow:hidden;
	vertical-align:middle
}
.GoodsSearchWarp .items .goodpic a img{/*商品图片*/
	margin:0 auto;
	display:block;
}
.GoodsSearchWarp .items .goodpic a:hover {/*商品图片－MouseOver*/
	/*border:2px solid #369;*/
	/*padding:2px;*/
        filter:alpha(opacity=80);
}
.GoodsSearchWarp .items .goodinfo{
        text-align:center;
	float:left;
	width:80%;
}
.GoodsSearchWarp .items .goodinfo a:hover{
        text-decoration:underline;
}
.GoodsSearchWarp .items .price1{
        text-decoration:line-through;
        text-align:center;
        font-size:12px;
        color:#333;
}
.GoodsSearchWarp .items h1 a{
	font-weight:bold;
	color:#999;
	margin-bottom:10px;
	font-size:12px;
}
.GoodsSearchWarp .items ul{
        display:block;
}
.GoodsSearchWarp .items ul li{
	color:#999999;
	float:none;
        font-size:10px;
        font-weight:bold;
}
.GoodsSearchWarp .items .intro{
	color:#369;
}
.GoodsSearchWarp .items .button{
	margin:4px 0;
	float:right;
	
}



/* 商品详细页面使用的样式
/*=============================================================================================*/
/* css file:GoodsDetails.css */
/*=Library*/
/* css file:TPL_GOODSINFO.css */
/*=Library*/
.GoodsInfoWarp{/*外层*/
	text-align:left;
	margin-bottom:20px;
        border-bottom:1px solid #a7a7a7;
        /*background:url(./syssite/home/shop/1/template/current/default/images/helpbg.jpg) repeat-y 90%;*/
}
.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 .pic{
	padding:5px;
	border:1px solid #ccc;
	text-align:center;
}

.GoodsInfoWarp .info{
        padding:20px 0 0 20px;
        text-align:center;
}
.GoodsInfoWarp .infotable{
        margin:0 auto;
}
.GoodsInfoWarp .info table{
	/*width:auto;
	width:80% !important;*/
}
.GoodsInfoWarp .info .goodsname, .GoodsInfoWarp .info .goodsnum{
	/*font-weight:bold;*/
	font-size:16px;
        text-align:left;
        padding-left:50px;
}
.GoodsInfoWarp .info .goodsname{
        padding-bottom:10px;
        color:#333;
}
.GoodsInfoWarp .info .goodsnum{
        height:34px;
        line-height:34px;
        background:url(./syssite/home/shop/1/template/current/default/images/goodinfotop.gif) no-repeat;
        padding-left:40px;
        color:#ff6699;
        vertical-align:bottom;
}
.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-size:14px;
	/*font-weight:bold;*/
}
.GoodsInfoWarp .info .memberprice{
	color:#333333;
	font-weight:bold;
	font-size:14px;
}
.GoodsInfoWarp .button{
        margin-top:20px;
	text-align:center;
}
.GoodsInfoWarp .subbutton{
        background:url(./syssite/home/shop/1/template/current/default/images/goodinfobottom.gif) no-repeat;
        margin-top:10px;
        padding-left:10px;
	text-align:center;
        height:34px;
}
.GoodsInfoWarp .subbutton span{
        padding-right:20px;
}
.GoodsInfoWarp .subbutton span img{
        cursor:hand;
        filter:alpha(opacity=50);
}
.GoodsInfoWarp .subbutton span a:hover img{
        filter:alpha(opacity=100);
}
.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{
        width:30%;
        font-weight:lighter;
	white-space:nowrap;
	text-align:left;
	vertical-align:top;
}
.GoodsInfoWarp .subinfo .discount{
	/*background:url(./syssite/home/shop/1/template/current/default/images/img_new.gif) no-repeat;*/
	padding-left:40px;
	margin-left:10px;
	color:#F00;
}

/* css file:GoodsDetailsTabs.css */
/*=Library*/
/*=商品详细标签
=============================================================================================*/
#tabs{
	margin:15px 0;
	clear:both;
}
#tabs a{
	display:block;
	float:left;
	background:url(./syssite/home/shop/1/template/current/default/images/tabs_right.gif) right -41px;
	color:#fff;
}
#tabs a span{
	background:url(./syssite/home/shop/1/template/current/default/images/tabs_left.gif)  no-repeat left -41px;
	padding:5px 9px 0 9px;
	display:block;
	float:left;
	color:#666;
	height:25px;
	white-space:nowrap;
}
#tabs a.current{
	display:block;
	float:left;
	background:url(./syssite/home/shop/1/template/current/default/images/tabs_right.gif) right top;
}
#tabs a.current span{
	background:url(./syssite/home/shop/1/template/current/default/images/tabs_left.gif)  no-repeat left top;
	padding:5px 9px 0 9px;
	display:block;
	float:left;
	color:#fff;
	font-weight:700;
	font-size:14px;
}
#container{
color:#000;
}

/* css file:TPL_COMMENTSUM.css */
/*=Library*/
.GoodsCommentsWrap{
	margin-bottom:6px;
        border:1px solid #ccc;
        background:#f3f3f3;
}
.GoodsCommentsWrap .info{
        background:none;
	padding:6px;
	position:relative;
	color:#000;
}
.GoodsCommentsWrap .head{
        padding:5px 10px 0 0;
        background:none;
}
.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{
        padding-left:100px;
	display:block;
	float:left;
	width:100px;
	white-space:nowrap;
	text-align:right;
	font-weight:700;
}
.SendToFriendsWrap textarea{   //留言樣式
         SCROLLBAR-FACE-COLOR: #fff;
        SCROLLBAR-HIGHLIGHT-COLOR: #fff;
        SCROLLBAR-SHADOW-COLOR: #ccc;
        SCROLLBAR-3DLIGHT-COLOR: #ccc;
        SCROLLBAR-ARROW-COLOR: #ccc;
        SCROLLBAR-TRACK-COLOR: #fff;
        SCROLLBAR-DARKSHADOW-COLOR: #fff;
        SCROLLBAR-BASE-COLOR: #fff;
        border:1px solid #ccc;
}

/* 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:1px solid #ccc;
	margin-bottom:10px;
}
.AjaxRewWrap .items dl{
	margin:10px 0;
}
.AjaxRewWrap .items .buyerrew .name{
	color:#e74a65;
        font-weight:800;
        font-size:14px;     
}
.AjaxRewWrap .items .buyerrew .cfont{
font-size:12px;
color:#333;
}
.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{
background:#f2f2f2;
	padding-top:5px;
	font-size:14px;
	font-weight:700;
}
.AjaxRewWrap .items .ownerrew dd{
}

/* css file:TPL_GOODSLINK.css */
/*=Library*/
/*=相关商品
=============================================================================================*/
.GoodsLinkWarp{/*外层*/
	padding:0 60px 0 60px;
	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 img{
	display:block;
	width:80px;
	height:103px;
	/*overflow:hidden;*/

}
.GoodsLinkWarp dl dt a:hover img{
        filter:alpha(opacity=80);
}
.GoodsLinkWarp dl dd{/*设置相关商品的名称样式*/
	width:120px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.GoodsLinkWarp dl dd h1 a{
font-weight:lighter;
font-size:10px;
color:#999;
}
.GoodsLinkWarp dl dd h1 a:hover{
color:#ccc;
}
.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_CATEGORY_INDEX.css */
/*=商品分类模式-1
TPL_CATEGORY_INDEX
=============================================================================================*/
.CategoryIndexWrap{
}

.CategoryIndexWrap dl{
	clear:both;
}
.CategoryIndexWrap dl dt{
	margin-bottom:2px;

}
.CategoryIndexWrap dl dt a{
	background:url(./syssite/home/shop/1/template/current/default/images/cateitems.gif) no-repeat 0 3px;
	padding-left:12px;
	font-weight:700;
	color:#666;
	border-bottom:1px solid #f2f2f2;
	display:block;
	clear:both;
	height:20px;
}
.CategoryIndexWrap dl dd{
	padding-left:12px;
	margin-bottom:6px;
}
.CategoryIndexWrap dl dd a{
	display:block;
	width:48%;
	float:left;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	margin-left:2px;
}
.CategoryIndexWrap dl dd br{
	line-height:0;
	font-size:0;
	margin:0;
	padding: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,
.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 */
/* css file:allcatepop.css */

/*=商品分类 TPL_CATEGORY 
=============================================================================================*/
.CategoryWrap{
text-align:left;
}
.CategoryWrap dl{
padding: 6px 0;
border-bottom:1px solid #ccc;
}
.CategoryWrap dl dt{
	float:left;
}
.CategoryWrap dl dt a{
padding-left: 6px;
	background:url(./syssite/home/shop/1/template/current/default/images/cateitems.gif) no-repeat;
	padding-left:22px;
	font-weight:700;
}
.CategoryWrap dl dd{
	padding-left:200px;
	
}



/* 关于文章的的样式
/*=============================================================================================*/
/* css file:Article.css */
/*=Library*/
/*=文章类列表
=============================================================================================*/
.ArticleListWrap{
        width:90%;
        background:url(./syssite/home/shop/1/template/current/default/images/helpbg.jpg) repeat-y 80%;
        margin-top:10px;
        text-align:center;
        border-top:1px solid #ccc;
        border-bottom:1px solid #ccc;
}
.ArticleListWrap .title{
        margin:0 auto;
        width:80%;
        text-align:left;
        padding:10px 0 0 30px;
        border-bottom:1px solid #a7a7a7;
}
.ArticleListWrap .body{
        margin:30px auto;
        position:relative;
        width:80%;
        height:600px;
        text-align:left;
}
.ArticleListWrap .body .alphabg{
        background:#e9e9e9;
        filter:alpha(opacity=50);
        -moz-opacity:0.5;
        opacity:0.5;
        width:100%;
        height:100%;
        position: absolute;
        z-index: 30;
}
.ArticleListWrap .body .intext{ 
        width:90%;
        position: absolute;
        z-index: 40;
        text-align:left;
        padding-left:10px;
}
.ArticleListWrap a{
	display:block;
	background:url(./syssite/home/shop/1/template/current/default/images/articleitems.gif) no-repeat 0 15px;
	padding-left:15px;
        line-height:40px;
	border-bottom:1px dotted #ccc;
	width:95%;
	color:#666;
}
.ArticleListWrap a span{
	float:right;
	color:#666;
	padding-right:10px;
}
.ArticleListWrap a:hover{
	color:#000;
	background:url(./syssite/home/shop/1/template/current/default/images/articleitems.gif) no-repeat 0 15px;
}
.ArticleListWrap a:hover span{
	float:right;
	color:#000;
}
/*=文章类详细 
=============================================================================================*/
.ArticleDetailsWrap{
        width:90%;
        margin-top:10px;
        text-align:center;
        border-top:1px solid #ccc;
        border-bottom:1px solid #ccc;
}
.ArticleDetailsWrap .title{
        width:80%;
        text-align:left;
        padding:30px 0 0 0;
}
.ArticleDetailsWrap .title h1{
	font-size:14px;
	font-weight:700;
	color:#1d1d1d;
}
.ArticleDetailsWrap .body{
        background:url(./syssite/home/shop/1/template/current/default/images/membershowbg3.gif) no-repeat 90% bottom;
        border-left:1px solid #ccc;
        border-right:1px solid #ccc;
        margin:0px;
        padding:0px;
        width:660px;
        height:300px;
        text-align:left;
}
.ArticleDetailsWrap .body .Article{
        padding-left:40px;
}
.ArticleDetailsWrap .topbg{
        height:34px;
        width:660px;
        border-top:1px solid #ccc;
        border-left:1px solid #ccc;
        border-right:1px solid #ccc;
        background:url(./syssite/home/shop/1/template/current/default/images/membershowbg1.gif) no-repeat;
}
.ArticleDetailsWrap .bottombg{
        height:34px;
        width:660px;
        border-bottom:1px solid #ccc;
        border-left:1px solid #ccc;
        border-right:1px solid #ccc;
        background:url(./syssite/home/shop/1/template/current/default/images/membershowbg2.gif) no-repeat;
}
.ArticleDetailsWrap .info{
        width:90%;
        text-align:right;
        line-height:15px;
        margin-bottom:30px;
}


/* 用户注册和忘记密码所使用的样式
/*=============================================================================================*/
/* 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 {
	padding:60px 60px 0 60px;
}
.RegisterWrap h2{
        padding-left:60px; 
}
.RegisterWrap .loginform{
        padding-left:40px; 
}
.RegisterWrap .loginform .button{
        padding:30px 0 0 60px; 
}
.RegisterWrap .loginform .button span{
        margin:0 0 0 80px; 
}
.RegisterWrap .loginform .button span a:hover{
        background:#eee;
}
.RegisterWrap .loginform textarea{   /*留言樣式*/
        width:98%;
        height:100px;
        SCROLLBAR-FACE-COLOR: #fff;
        SCROLLBAR-HIGHLIGHT-COLOR: #fff;
        SCROLLBAR-SHADOW-COLOR: #ccc;
        SCROLLBAR-3DLIGHT-COLOR: #ccc;
        SCROLLBAR-ARROW-COLOR: #ccc;
        SCROLLBAR-TRACK-COLOR: #fff;
        SCROLLBAR-DARKSHADOW-COLOR: #fff;
        SCROLLBAR-BASE-COLOR: #fff;
        border:1px solid #ccc;
}
.RegisterWrap .reginfo ul{
	padding:20px;
	color:#000;
}
.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:#333;
	padding:2px 0;
}
.RegisterWrap br{
	clear:both;
}

/*=第三步
=============================================================================================*/
.RegisterWrap .pic{
	padding:30px 0 0 20px;
}
.RegisterWrap .more{
        padding-top:20px;
	font-size:14px;
        font-weight:bold;
        color:#ff0000;
        text-align:right;
        width:400px;
}
.RegisterWrap .more a{
        color:#f00;
}
.RegisterWrap .more a:hover{
        text-decoration:underline;
}
.RegisterWrap ul li span{
        padding-left:80px;
}

/* css file:Forget.css */
/*=Library*/
/*忘记密码
=============================================================================================*/
.ForgetPassWrap{
        margin:30px;
        text-align:center;
}
.ForgetPassWrap .title{
        margin-left:60px;
        text-align:left;
        font-size:14px;
        font-weight:bold;
        color:#1d1d1d;
}
.ForgetPassWrap .body{
        border:1px solid #1d1d1d;
        width:660px;
        height:240px;
        background:url(./syssite/home/shop/1/template/current/default/images/membershowbg.gif) no-repeat;
        text-align:left;  
}
.ForgetPassWrap .body form{
        padding:30px;
}
.ForgetPassWrap label{
	width:150px;
        font-weight:lighter;
}


/* 其他应用模块样式
/*=============================================================================================*/
/* css file:TPL_SHOPBBS.css */
/*=Library*/
/*=评论与留言
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/current/default/images/FeedBackList.Title.jpg) no-repeat;
	height:97px;
	position:relative;
}
.ShopbbsWrap .title span{
	position:absolute;
	right:20px;
	bottom:10px;
}
.ShopbbsWrap .items{
	border-bottom:1px solid #ababab;
        border-left:1px solid #ababab;
        border-right:1px solid #ababab;
        margin:8px 4px;
}
.ShopbbsWrap .items dd{
        clear:both;
        padding:0 0 10px 25px;
}
.ShopbbsWrap .items dd p{
        display:inline;
        margin-left:25px;
}
.ShopbbsWrap .items .posted{
        background:url(./syssite/home/shop/1/template/current/default/images/blackbg01.gif) repeat-x;
        width:100%;
        height:23px;
        float:left;
}
.ShopbbsWrap .items .posted div{
	_background:url(./syssite/home/shop/1/template/current/default/images/comment.gif) no-repeat 2px 2px;
        background:url(./syssite/home/shop/1/template/current/default/images/comment.png) no-repeat 2px 2px;
        line-height:18px;
	padding:2px 0 0 25px;
        color:#333;
}
.ShopbbsWrap .items .posted span{
        float:right;
        margin:-20px 10px 0 0;
        font-size:12px;
}
.ShopbbsWrap .items .replied{
        background:#f9f9f9;
        width:100%;
        height:23px;
        float:left;
}
.ShopbbsWrap .items .replied div{
	_background:url(./syssite/home/shop/1/template/current/default/images/forum11.gif) no-repeat 27px 2px;
        background:url(./syssite/home/shop/1/template/current/default/images/forum11.png) no-repeat 27px 2px;
        line-height:18px;
	padding:2px 0 0 50px;
        color:#333;
}
.ShopbbsWrap .items .replied span{
        float:right;
        margin:-20px 10px 0 0;
        font-size:12px;
}
.ShopbbsWrap .items .repliedinfo{
        background:#f9f9f9;
}
.ShopbbsWrap  .Login{
	margin-bottom:6px;
        border:1px solid #ccc;
        background:#f3f3f3;
	padding:6px;
}
.ShopbbsWrap .postform label{
        color:#6a6a6a;
}
.ShopbbsWrap .postform textarea{   //留言樣式
        SCROLLBAR-FACE-COLOR: #fff;
        SCROLLBAR-HIGHLIGHT-COLOR: #fff;
        SCROLLBAR-SHADOW-COLOR: #ccc;
        SCROLLBAR-3DLIGHT-COLOR: #ccc;
        SCROLLBAR-ARROW-COLOR: #ccc;
        SCROLLBAR-TRACK-COLOR: #fff;
        SCROLLBAR-DARKSHADOW-COLOR: #fff;
        SCROLLBAR-BASE-COLOR: #fff;
        border:1px solid #ccc;
}

/* css file:TPL_GOODSBROWSE.css */
.SideGoodsWrap{
	padding:10px;
}
.SideGoodsWrap .items a{
	/*display:block;
	background:url(./syssite/home/shop/1/template/current/default/images/articleitems.gif) no-repeat 0 4px;
	padding-left:13px;
	border-bottom:1px dotted #ccc;*/
}
.SideGoodsWrap .items a:hover{
        margin-bottom:3px;
	/*display:block;*/
	color:#f90;
	/*background:#f2f2f2;
	position:relative;*/
}

.SideGoodsWrap .items dt{
        padding:5px;
        text-align:center;
}
.SideGoodsWrap .items dt a img{
        border:3px solid #999;
	width:80px;
	height:80px;
}
.SideGoodsWrap .items dt a:hover img{
border:3px solid #777;
}
.SideGoodsWrap .items dd{
	border-bottom:1px solid #ccc;
	text-align:right;
}

/* css file:TPL_SEARCHMORE.css */
/*=Library*/
/*=高级搜索
=============================================================================================*/
.SearchMoreWrap{
        width:90%;
        background:url(./syssite/home/shop/1/template/current/default/images/helpbg.jpg) repeat-y 80%;
        margin-top:10px;
        text-align:center;
        border-top:1px solid #ccc;
        border-bottom:1px solid #ccc;
}
.SearchMoreWrap .title{
        margin:0 auto;
        width:80%;
        text-align:left;
        padding:10px 0 0 30px;
        border-bottom:1px solid #a7a7a7;
}
.SearchMoreWrap .body{
        margin:30px auto;
        position:relative;
        width:80%;
        height:200px;
        text-align:left;
}
.SearchMoreWrap .body .alphabg{
        background:#e9e9e9;
        filter:alpha(opacity=50);
        -moz-opacity:0.5;
        opacity:0.5;
        width:100%;
        height:100%;
        position: absolute;
        z-index: 30;
}
.SearchMoreWrap .body .intext{ 
        width:90%;
        position: absolute;
        z-index: 40;
        text-align:left;
        padding-left:10px;
}
.SearchMoreWrap .body .intext .items{
	padding:10px 0;
	clear:both;
}
.SearchMoreWrap .body .intext .items label{
	float:left;
	width:150px;
	text-align:right;
	font-weight:lighter;
}
.SearchMoreWrap .body .intext .items b{
	float:left;
	width:150px;
	text-align:right;
	color:#f90;
}

/* css file:TPL_PAGER.css */
/*=Library*/
/*翻页样式
=============================================================================================*/
.PagerWrap{
	clear:both;
        height:50px;
	padding:5px 13px 10px 0;
}
.PagerWrap b, .PagerWrap a:link, .PagerWrap a:visited, .PagerWrap a:hover{
	font-size:14px;
	font-family:Verdana;
        padding:13px;
}
.PagerWrap b{
	color:#000;
}
.PagerWrap a:link,
.PagerWrap a:visited{
	color:#666;
}
.PagerWrap a:hover{
	color:#e74a65;
        text-decoration:underline;
        font-weight:bold;
        padding-left:12px;
}
.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;	
}
.InfoWrap h2{
	padding-left:50px;	
}

.InfoDisplay{
	/*border:4px solid #f2f2f2;
	text-align:center;*/
	padding:30px 65px;
}
.InfoWrap .gbutton{
	width:200px;
        margin-top:30px;	
}
.InfoWrap .gbutton span{
    margin-left:30px;
}
.InfoWrap .gbutton span img{
    cursor:hand;
}
.InfoWrap b{
	font-size:16px;
	font-weight:normal;
	color:#666;
}

/* css file:TPL_LOGIN.css */
/*登录 
=============================================================================================*/
.LoginWrap{
	padding:60px 60px 0 60px;
}
.LoginWrap h2{
	/*text-align:center;*/
        padding-left:60px; 
}
.LoginWrap .info{
        padding-top:20px;
        line-height:30px;  
}
.LoginWrap .info span{
        padding:10px 0 0 20px; 
}

.LoginWrap .info label{
        color:#333;  
}

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


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


/*会员中心所有表单的样式
=============================================================================================*/
.MemberCenterWrap{
        margin:50px 50px;
	line-height:22px;
}
.MemberCenterWrap h2 div{
        text-align:right;
        width:180px;
        padding-right:60px;
        background:url(./syssite/home/shop/1/template/current/default/images/mbbg.gif) no-repeat right;
}
.MemberCenterWrap label{
	display:block;
	width:100px;
	text-align:right;
	float:left;
	font-weight:700;
	color:#000;
	padding:2px 0;
}
.MemberCenterWrap br{
	clear:both;
}
.MemberOrderList{
        margin-top:10px;
        text-align:center;
}
.MemberOrderList table{
        margin:0 auto;
        text-align:left;
}
.MemberOrderList thead th{
        font-weight:lighter;
        color:#1d1d1d;
        border-bottom:1px solid #1d1d1d;
}

.MemberOrderList .topbg{
        margin:0 auto;
        height:34px;
        width:660px;
        border-top:1px solid #ccc;
        border-left:1px solid #ccc;
        border-right:1px solid #ccc;
        background:url(./syssite/home/shop/1/template/current/default/images/membershowbg1.gif) no-repeat;
}
.MemberOrderList .body{
        width:660px;
        height:200px;
        border-left:1px solid #ccc;
        border-right:1px solid #ccc;
        text-align:center;
        margin:0 auto;
        background:url(./syssite/home/shop/1/template/current/default/images/membershowbg3.gif) no-repeat 90% bottom;
}
.MemberOrderList .bottombg{
        margin:0 auto;
        height:34px;
        width:660px;
        border-bottom:1px solid #ccc;
        border-left:1px solid #ccc;
        border-right:1px solid #ccc;
        background:url(./syssite/home/shop/1/template/current/default/images/membershowbg2.gif) no-repeat;
}
.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;
}
/*会员中心收货人地址管理
=============================================================================================*/
.MemberReceiverLisetWrap{
     width:660px;
}
.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 .posted{
        padding-left:40px;
        background:url(./syssite/home/shop/1/template/current/default/images/articleitems1.gif) no-repeat 10px 3px;
	font-size:16px;
	font-weight:bold;
        width:600px;
}
.MemberReceiverLisetWrap .items .posted span{
        font-weight:lighter;
        font-size:12px;
        float:right;
        margin:-18px 10px 0 0;    
}
.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;
}
/*會員中心首頁
=============================================================================================*/
.MemberShow{
        text-align:center;
        padding-top:10px; 
}
.MemberShow div{
        background:url(./syssite/home/shop/1/template/current/default/images/membershowbg.gif) no-repeat;
	width:660px;
	border:1px solid #d1d1d1;
        height:240px;
        margin:0 auto; 
}
.MemberShow div ul{
        margin:0 auto; 
        padding-top:30px;
}
.MemberShow div ul li{
        margin:0 auto; 
        padding-left:30px;
        background:url(./syssite/home/shop/1/template/current/default/images/articleitems1.gif) no-repeat 0 12px;
        height:40px;
	line-height:40px;
        white-space:nowrap;
        border-bottom:1px solid #d1d1d1;
        text-align:left;
	width:500px;
        color:#333;
        font-size:18px;
        font-weight:bold;
}
.MemberShow li span{
        padding-left:60px;
}
.MemberShow li:after {
        content:".";
        font-size:1px;
        margin-left:-1px;
        opacity:0;
}
.MemberShow li img{
        vertical-align:middle;
}
/*會員中心資料
=============================================================================================*/
.FormWrap{
        text-align:center;
        padding-top:10px;
}
.FormWrap .topbg{
        margin:0 auto;
        height:34px;
        width:660px;
        border-top:1px solid #ccc;
        border-left:1px solid #ccc;
        border-right:1px solid #ccc;
        background:url(./syssite/home/shop/1/template/current/default/images/membershowbg1.gif) no-repeat;
}
.FormWrap .bottombg{
        margin:0 auto;
        height:34px;
        width:660px;
        border-bottom:1px solid #ccc;
        border-left:1px solid #ccc;
        border-right:1px solid #ccc;
        background:url(./syssite/home/shop/1/template/current/default/images/membershowbg2.gif) no-repeat;
}
.FormWrap .body{
        margin:0 auto;
        background:url(./syssite/home/shop/1/template/current/default/images/membershowbg3.gif) no-repeat 90% bottom;
        text-align:center;
        width:660px;
        border-left:1px solid #ccc;
        border-right:1px solid #ccc;
}
.FormWrap .body td{
        height:30px;
        text-align:left;
}
.FormWrap .body th{
        color:#1d1d1d;
        font-weight:lighter;
        text-align:center;
}
.FormWrap .body .list th{
        text-align:left;
        border-bottom:1px solid #1d1d1d;
}
.FormWrap .body .topic{
        padding-left:30px;
        background:url(./syssite/home/shop/1/template/current/default/images/articleitems1.gif) no-repeat 5px; 9px;
        height:40px;
	line-height:40px;
        color:#333;
        font-size:18px;
        font-weight:bold;
}
.FormWrap .body table{
        margin:0 auto;
}
.FormWrap .body .loginform{
        margin:0 auto;
        width:500px;
        text-align:left;
        line-height:30px;
}
.FormWrap .body .loginform textarea{   /*留言樣式*/
        SCROLLBAR-FACE-COLOR: #fff;
        SCROLLBAR-HIGHLIGHT-COLOR: #fff;
        SCROLLBAR-SHADOW-COLOR: #ccc;
        SCROLLBAR-3DLIGHT-COLOR: #ccc;
        SCROLLBAR-ARROW-COLOR: #ccc;
        SCROLLBAR-TRACK-COLOR: #fff;
        SCROLLBAR-DARKSHADOW-COLOR: #fff;
        SCROLLBAR-BASE-COLOR: #fff;
        border:1px solid #ccc;
}
.FormWrap .body .loginform label{
        color:#6a6a6a;
        font-weight:lighter;
}
.FormWrap .body .loginform input{
        border-top:0px;
        border-left:0px;
        border-right:0px;
        border-bottom:#c9c9c9 1px solid;
        font-size: 9pt;
        background-color: transparent;
}
.FormWrap .body .loginform .buttonstyle {
	border:1px solid #6a6a6a;
	background-color: #fff;
	font-size:12px;
	background:url(./syssite/home/shop/1/template/current/default/images/buttonbg.gif);
	height:25px;
	padding-top:3px;
	color:#6a6a6a;
}


/* 帮助中心使用的样式
/*=============================================================================================*/
/* css file:helpcenter.css */
/*=Library*/
/* css file:TPL_HELPMENU.css */
.HelpMenuWrap{
	width:100%
}

.HelpMenuWrap ul li{
	padidng:3px 0;
	border-top:none;
	background:url(./syssite/home/shop/1/template/current/default/images/dotted.gif) repeat-x bottom;
}

.HelpMenuWrap ul li a{
	display:block;
	background:url(./syssite/home/shop/1/template/current/default/images/icon1.gif) no-repeat 0 2px ;
	padding-left:20px;
	height:22px;
}

.HelpMenuWrap ul li a:hover{
}
/*聯絡我們樣式
=============================================================================================*/
.HelpContact{
        width:90%;
        background:url(./syssite/home/shop/1/template/current/default/images/helpbg.jpg) repeat-y 80%;
        margin-top:10px;
        text-align:center;
        border-top:1px solid #ccc;
        border-bottom:1px solid #ccc;
}
.HelpContact .title{
        margin:0 auto;
        width:80%;
        text-align:left;
        padding:10px 0 0 30px;
        border-bottom:1px solid #a7a7a7;
}
.HelpContact .body{
        margin:30px auto;
        position:relative;
        width:80%;
        text-align:left;
}
.HelpContact .body .alphabg{
        background:#e9e9e9;
        filter:alpha(opacity=50);
        -moz-opacity:0.5;
        opacity:0.5;
        width:100%;
        height:100%;
        position: absolute;
        z-index: 30;
}
.HelpContact .body .intext{ 
        width:90%;
        position: absolute;
        z-index: 40;
        text-align:left;
        padding-left:10px;
}
.HelpContact .info{
        _background:url(./syssite/home/shop/1/template/current/default/images/shadow01.gif) repeat-x;
        background:url(./syssite/home/shop/1/template/current/default/images/shadow01.png) repeat-x;
        margin:30px auto 0 auto;
        width:60%;
        /*border-top:0px;
        border-right:1px solid #ccc;
        border-left:1px solid #ccc;
        border-bottom:1px solid #ccc;*/
        text-align:left;
}
.HelpContact .info label{
        width:100px;
        font-weight:lighter;
        color:#1d1d1d;
}
.HelpContact .info input{
        border:1px solid #ccc;
}
.HelpContact .info textarea{
        SCROLLBAR-FACE-COLOR: #fff;
        SCROLLBAR-HIGHLIGHT-COLOR: #fff;
        SCROLLBAR-SHADOW-COLOR: #ccc;
        SCROLLBAR-3DLIGHT-COLOR: #ccc;
        SCROLLBAR-ARROW-COLOR: #ccc;
        SCROLLBAR-TRACK-COLOR: #fff;
        SCROLLBAR-DARKSHADOW-COLOR: #fff;
        SCROLLBAR-BASE-COLOR: #fff;
        border:1px solid #ccc;
}
/*關於我們樣式
=============================================================================================*/
.HelpAboutus{
        width:90%;
        background:url(./syssite/home/shop/1/template/current/default/images/helpbg.jpg) repeat-y 80%;
        margin-top:10px;
        text-align:center;
        border-top:1px solid #ccc;
        border-bottom:1px solid #ccc;
}
.HelpAboutus .title{
        margin:0 auto;
        width:80%;
        text-align:left;
        padding:10px 0 0 30px;
        border-bottom:1px solid #a7a7a7;
}
.HelpAboutus .body{
        margin:30px auto;
        position:relative;
        width:80%;
        height:600px;
        text-align:left;
}
.HelpAboutus .body .alphabg{
        background:#e9e9e9;
        filter:alpha(opacity=50);
        -moz-opacity:0.5;
        opacity:0.5;
        width:100%;
        position: absolute;
        z-index: 30;
        height:100%;
}
.HelpAboutus .body .intext{ 
        width:90%;
        position: absolute;
        z-index: 40;
        text-align:left;
        padding:20px;
}
.HelpAboutus .body p{
        text-indent: 2em; /*段落空兩格*/
        line-height:30px;
}
.HelpAboutus .body .title1{
        background:url(./syssite/home/shop/1/template/current/default/images/articleitems1.gif) no-repeat;
        line-height:18px;
        font-size:14px;
        font-weight:bold;
        margin:0px;
        padding-left:25px;
}
.HelpAboutus .body .shopname{
        text-align:right;
        margin-right:2em;
}
/*私穩說明樣式
=============================================================================================*/
.SafeWrap{
        width:90%;
        background:url(./syssite/home/shop/1/template/current/default/images/helpbg.jpg) repeat-y 80%;
        margin-top:10px;
        text-align:center;
        border-top:1px solid #ccc;
        border-bottom:1px solid #ccc;
}
.SafeWrap .title{
        margin:0 auto;
        width:80%;
        text-align:left;
        padding:10px 0 0 30px;
        border-bottom:1px solid #a7a7a7;
}
.SafeWrap .body{
        margin:30px auto;
        position:relative;
        width:80%;
        height:2220px;
        text-align:left;
}
.SafeWrap .body .alphabg{
        background:#e9e9e9;
        filter:alpha(opacity=50);
        -moz-opacity:0.5;
        opacity:0.5;
        width:100%;
        position: absolute;
        z-index: 30;
        height:100%;
}
.SafeWrap .body .intext{ 
        width:90%;
        position: absolute;
        z-index: 40;
        text-align:left;
        padding:20px;
}
.SafeWrap .body li{
        padding-left:2em;
        text-indent:2em; /*段落空兩格*/
}
.SafeWrap .body li ol{
        padding-left:60px;
}

.SafeWrap .body li li{
        line-height:20px;
        list-style:lower-roman;
        text-indent: 0em; /*段落空兩格*/
        padding-left:0em;
        padding-bottom:10px;
}
.SafeWrap .body *{ 
        position:relative;
}
/*服務條款樣式
=============================================================================================*/
.ServiceWrap{
        width:90%;
        background:url(./syssite/home/shop/1/template/current/default/images/helpbg.jpg) repeat-y 80%;
        margin-top:10px;
        text-align:center;
        border-top:1px solid #ccc;
        border-bottom:1px solid #ccc;
}
.ServiceWrap .title{
        margin:0 auto;
        width:80%;
        text-align:left;
        padding:10px 0 0 30px;
        border-bottom:1px solid #a7a7a7;
}
.ServiceWrap .body{
        margin:30px auto;
        position:relative;
        width:80%;
        height:3400px;
        text-align:left;
}
.ServiceWrap .body .alphabg{
        background:#e9e9e9;
        filter:alpha(opacity=50);
        -moz-opacity:0.5;
        opacity:0.5;
        width:100%;
        position: absolute;
        z-index: 30;
        height:100%;
}
.ServiceWrap .body .intext{ 
        width:90%;
        position: absolute;
        z-index: 40;
        text-align:left;
        padding:20px;
}
.ServiceWrap .body .topic{
        margin:30px 0 10px 0;
        font-size:12px;
        font-weight:700;
}
.ServiceWrap .body ol{
        padding-left:60px;
}
.ServiceWrap .body ol li{
        list-style:lower-alpha;
}
.ServiceWrap .body li ol{
        padding-left:30px;
}

.ServiceWrap .body li li{
        line-height:20px;
        list-style:lower-roman;
        text-indent: 0em; /*段落空兩格*/
        padding-left:0em;
        padding-bottom:10px;
}
/*購物指南樣式
=============================================================================================*/
.HelpUserguide{
        width:90%;
        background:url(./syssite/home/shop/1/template/current/default/images/helpbg.jpg) repeat-y 80%;
        margin-top:10px;
        text-align:center;
        border-top:1px solid #ccc;
        border-bottom:1px solid #ccc;
}
.HelpUserguide .title{
        margin:0 auto;
        width:80%;
        text-align:left;
        padding:10px 0 0 30px;
        border-bottom:1px solid #a7a7a7;
}
.HelpUserguide .body{
        margin:30px auto;
        position:relative;
        width:80%;
        height:800px;
        text-align:left;
}
.HelpUserguide .body .alphabg{
        background:#e9e9e9;
        filter:alpha(opacity=50);
        -moz-opacity:0.5;
        opacity:0.5;
        width:100%;
        position: absolute;
        z-index: 30;
        height:100%;
}
.HelpUserguide .body .intext{ 
        width:90%;
        position: absolute;
        z-index: 40;
        text-align:left;
        padding:20px;
}
.HelpUserguide a{
	display:block;
	background:url(./syssite/home/shop/1/template/current/default/images/articleitems.gif) no-repeat 0 15px;
	padding-left:15px;
        line-height:40px;
	border-bottom:1px dotted #ccc;
	width:95%;
	color:#666;
}
.HelpUserguide a span{
	float:right;
	color:#666;
	padding-right:10px;
}
.HelpUserguide a:hover{
	color:#000;
	background:url(./syssite/home/shop/1/template/current/default/images/articleitems.gif) no-repeat 0 15px;
}
.HelpUserguide a:hover span{
	float:right;
	color:#000;
}

/*支付方式和配送方式
=============================================================================================*/
#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/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{
	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/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:#f90;
	font-size:16px;
	font-weight:700;
}
.PackageGoodsWarp .items .priceinfo .save{
	color:#f30
}


/* 与品牌相关
/*=============================================================================================*/
/* css file:Brand.css */
/*=Library*/
/*TPL_GOODSBRANDLIST 品牌分类页*/
.BrandWrap{
}
.BrandWrap h1{
	margin:10px;
	background:url(./syssite/home/shop/1/template/current/default/images/closed.gif) no-repeat 0 3px;
	padding-left:18px;
	font-size:14px;
	color:#C44024;
}
.BrandWrap .body{
}
.BrandWrap .body ul{
	float:left;
	width:200px;
	border:1px solid #ccc;
	padding:10px;
	margin:10px;
	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 */
/*=Library*/
/* css file:TPL_GIFTRULE.css */
/*=Library*/
.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 */
/*=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{
	font-weight:700;
	display:block;
	border-bottom:1px dotted #ccc;
	height:22px;
}

/* css file:TPL_GIFTSEARCHLIST.css */
/*=Library*/
.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 .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;
	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;
	
}


