/* css file:TPL_INDEXGOODS_STYLE_1.css */
/*************************************************************************

只要调整下面的2个width的值，就可以实现几列显示；
这两个值最好是相同的。

*************************************************************************/
.INDEXGOODS_STYLE_1_Wrap .items,
.INDEXGOODS_STYLE_1_Wrap .items h1 {/*反复调整这里的数字来获得最佳的宽度*/
	width:238px;
}
/************************************************************************/


.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_2.css */
/*************************************************************************

只要调整下面的2个width的值，就可以实现几列显示；
这两个值最好是相同的。

*************************************************************************/
.INDEXGOODS_STYLE_2_Wrap
{

}
.INDEXGOODS_STYLE_2_Wrap .items
{/*反复调整这里的数字来获得最佳的宽度*/
	margin-left:28px;
}
/************************************************************************/



/*=New Arrival Special Price Recommend Product
=============================================================================================*/
.INDEXGOODS_STYLE_2_Wrap .ItemsWarp {/*商品条目循环项外层*/
}
.INDEXGOODS_STYLE_2_Wrap .items {/*商品条目循环项*/
	float:left;
	border-right:0px dotted #ccc;
	overflow:hidden;
	background-image: url(/syssite/home/shop/1/template/current/default/images/img_back.gif);
	background-repeat:no-repeat;	
	height:250px;
	width:147px;
}
.INDEXGOODS_STYLE_2_Wrap a:link, a:visited{
color:#103667;
text-decoration:none;
}


/* css file:TPL_INDEXGOODS_STYLE_3.css */
/*=Hot Sale
TPL_HOTGOODS
=============================================================================================*/
.TPL_INDEXGOODS_STYLE_3_Wrap .items a{
	display:block;
	border-bottom:1px dotted #ccc;
}
.TPL_INDEXGOODS_STYLE_3_Wrap .items a:hover{
	color:#f90;
	background:#f2f2f2;
	position:relative;
}
.TPL_INDEXGOODS_STYLE_3_Wrap .items a span{
	display:none;
}
.TPL_INDEXGOODS_STYLE_3_Wrap .items a:hover span{
	display:block;
	position:absolute;
	border:3px solid #ccc;
	width:80px;
	height:80px;
	top:20px;
	left:20px;
	z-index:100;
	background:#fff;
}
.TPL_INDEXGOODS_STYLE_3_Wrap .items dt a:hover span img{
	width:80px;
	height:80px;
}
.TPL_INDEXGOODS_STYLE_3_Wrap .items dd{
	border-bottom:1px solid #ccc;
	text-align:right;
	color:#ff9900;
}




/* css file:TPL_INDEXLOGIN.css */
/*= 1.Home登录框

=============================================================================================*/

.IndexLoginWrap{



}

.IndexLoginWrap br{

clear:both;

}

.IndexLoginWrap #UserLogIn1_txtUid,

.IndexLoginWrap #UserLogIn1_txtPwd{

	width:100px;

}

.IndexLoginWrap .loginform{

	padding:4px;

	border-top:0;

}

.IndexLoginWrap .loginform label{

	float:left;

	width:90px;
	color:#103667;
	text-align:right;
	font-size:12px;
	font-weight:normal;

}

.IndexLoginWrap .button 
{
	text-align:center;
	border-top:1px dotted #ccc;
	margin:8px 20px;
}

.IndexLoginWrap .button a
{
	background:url(./syssite/home/shop/1/template/current/default/images/items.gif) no-repeat 0px 2px;
	padding-left:16px;
	margin-left:6px ;
	color:#BD6B09;
}

.IndexLoginWrap .loginbox{

	text-align:center;

	padding:4px;



}




/* css file:TPL_NEWS.css */
/*=Home的文章类
=============================================================================================*/
.IndexArticleWrap{
}
.IndexArticleWrap h2{
	position:relative;
}
.IndexArticleWrap h2 span{
	position:absolute;
	_right:15px;
	right:0px;
	top:4px;
}
.IndexArticleWrap ul a{
	display:block;
	background:url(./syssite/home/shop/1/template/current/default/images/articleitems.gif) no-repeat 0 5px;
	padding-left:15px;
	border-bottom:1px dotted #ccc;
}
.IndexArticleWrap ul a:hover{
	color:#ff9900;
	background:#f2f2f2 url(./syssite/home/shop/1/template/current/default/images/articleitems.gif) no-repeat 0 5px;
}


/* 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{
	margin-top:15px;
	text-align:center;
}


/* css file:TPL_CARTINFO.css */
/*= 4.Home的Shopping Info

=============================================================================================*/



.CartInfoWrap ul li a:link,
.CartInfoWrap ul li a:visited
{
display:block;
	width:130px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	color:#898989;
} 
.CartInfoWrap ul li a:hover{
display:block;
	width:130px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	color:#BD6B09;
	text-decoration:underline;
} 

.CartInfoWrap  .button{

	text-align:right;
margin-right:10px;
	padding:10px 10px 0 10px ;
margin-top:10px;
	border-top:1px solid #103667;



} 

.CartInfoWrap  .button a:link,
.CartInfoWrap  .button a:visited
{

	background:url(./syssite/home/shop/1/template/current/default/images/items.gif) no-repeat 0px 2px;

	padding-left:15px;
	color:#103667;
} 
.CartInfoWrap  .button a:hover{

	background:url(./syssite/home/shop/1/template/current/default/images/items.gif) no-repeat 0px 2px;

	padding-left:15px;
	color:#C18C00;
} 



/* css file:TPL_LINKLIST.css */
.IndexLinkListWrap{
	text-align:center;
	padding:4px;
	width:188px;
}
.IndexLinkListWrap .items{
	float:left;
	padding:5px 0;
}





/*
body {

	font-family: "Arial", "Helvetica", "sans-serif";

	font-size: 12px;

	color: #666666;

	line-height: 20px;

	margin: 0px;

	text-align:center;

	background:#646464 url(./syssite/home/shop/1/template/current/default/images/bodybg.gif);

}*/
body {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align:center;
	background-color: #e1e1e1;
	

	
}
html{
	scrollbar-face-color:  #DEE3E7;  
	scrollbar-highlight-color:  #FFFFFF;  
	scrollbar-shadow-color:  #DEE3E7;  
	scrollbar-3dlight-color:  #D1D7DC;  
	scrollbar-arrow-color:    #006699;  
	scrollbar-track-color:  #EFEFEF;  
	scrollbar-darkshadow-color:  #98AAB1;  
}


.divshadow
{
width:310px;
height:310px;
background:transparent url(/syssite/home/shop/1/template/current/default/images/daily_img_back.gif) no-repeat scroll 0 0;
margin:15px 15px 2px 25px;
}



/*=Home布局 | 不一定只是Home的布局，凡是三栏布局的页面均使用下面的样式 | 

=============================================================================================*/

#topbar{

	background:url(./syssite/home/shop/1/template/current/default/images/topbar.gif) no-repeat;

	position:absolute;

	top:0;

	left:0;

	width:119px;

	height:122px;

}

#IndexAllWrap{

	background:#fff;

	width:994px;

	margin:0 auto;

	border:5px solid #727272;



}

#Indexrightbox{

	width:211px;

	text-align:left;

	float:left;

	overflow:hidden;

}

#Indexmainbox{

	float:left;

	text-align:left;

	padding:0 0px 0 0;


}

/*=内页布局 | 凡是两栏布局的页面均使用下面的样式 | 

=============================================================================================*/

#AllWrap{

	margin:0 auto;
	padding:0px 12px;

	width:984px;
	background-image: url(/syssite/home/shop/1/template/current/default/images/mainbox_back.jpg);
	background-repeat: repeat-y;	
}

#Rightbox{
	width:222px;
	text-align:left;
	float:right;
	margin-right: 0px;
	background:#ECECEC;

}

#Mainbox{
	background:#FFF;
	float:left;

	width:760px;
margin-left:1px;
	text-align:left;

	overflow:hidden;
	padding-top:0px;
	
}
#Mainbox a:link,
#Mainbox a:visited
{
	color:#BD6B09;
}
#Mainbox a:hover
{
	color:#C18C00;
}




/*=头部和菜单

TPL_TOP TPL_MENU 

=============================================================================================*/


.topwrap
{
	position:relative;
	height:auto;
	text-align:center;
	margin:0 auto;
	padding:0px 12px;
	z-index:500;
	width:984px;
	background-image: url(/syssite/home/shop/1/template/current/default/images/mainbox_back.jpg);
	background-repeat: repeat-y;	
}
#top{
	text-align:left;
	width:984px;
	background-color: #f8f8f8;
	background-image: url(./syssite/home/shop/1/template/current/default/images/top_back.jpg);
	background-repeat: no-repeat;
	display:inline-block;
}
#top .logo{
float:left;
margin-left:48px;
margin-top:20px;
position:relative;

}

#top .div_top_right
{
float:right;
height:66px;
width:444px;
background:url(./syssite/home/shop/1/template/current/default/images/top_right_bottom.png) no-repeat scroll 0px 59px;
font-size:10px;
}

#top .div_top_right_left
{
width:349px;
height:66px;
float:right;
background: url(./syssite/home/shop/1/template/current/default/images/top_right_left_back.png) no-repeat;
}
#top .div_top_right_left a:link,
#top .div_top_right_left a:visited
{
	text-decoration:underline;
}

#top .div_top_right_left a:hover
{
	color:#800000;
	text-decoration:underline;
}
#top .div_top_right_right
{
height:60px;
width:94px;
float:right;	
border-left:1px solid #DBDBDB;
background:#EFEFEF;
}

.div_search_new {
background:transparent none repeat scroll 0 0;
margin-left:30px;
margin-top:5px;
width:330px;
}
.div_search_new input{
	BORDER-LEFT-STYLE: none;
	BORDER-RIGHT-STYLE: none;
	BORDER-TOP-STYLE: none;
	background:#EFEFEF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	font-size:10px;
}
.div_search_bar_index
{
	
}
.live_chat_top {
background:transparent none repeat scroll 0 0;
clear:right;
float:right;
margin-top:35px;
width:222px;
}

.div_search_bar_index input{
	BORDER-LEFT-STYLE: none;
	BORDER-RIGHT-STYLE: none;
	BORDER-TOP-STYLE: none;
	background:#ECECEC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}

#menubar{

	top:0px;

	right:0;

}

.top_menu{
	clear:left;
	float:left;
	background:url(./syssite/home/shop/1/template/current/default/images/menu_back.gif);
	margin-top:15px;
	margin-left:1px;
	height:28px;
	width:983px;
}
.div_top_menu a:visited,
.div_top_menu a:link{
	text-align:center;
	float:left;
	margin-right:2px;
	display:block;
	color:#898989;
	font-size:12px;
	font-weight:700;
	/*padding-top:50px;*/

	width:80px;
}


.div_top_menu a:hover{
	/*background:#ff0;
	padding-top:35px;
	height:41px;*/

	color:#BD6B09;

}

.time_special{
float:left;
background:#fff;
width:240px;
height:305px;
border:10px solid #D7D7D7;
}
.div_nav
{
	background:#898989 none repeat scroll 0 0;
	clear:both;
	height:23px;
	margin-top:20px;
}
.div_nav *{
	vertical-align:middle;
	float:left;
}
.div_nav a:link,
.div_nav a:visited
{
	background:#898989 none repeat scroll 0 0;
	border-right:1px solid #ECECEC;
	color:#FFFFFF;
	display:inline-block;
	font-family:arial;
	font-size:11px;
	height:13px;
	padding:5px 18px;
}
.div_nav a:hover
{
	font-size:11px;
	height:13px;
	padding:5px 18px;
	font-family:arial;
	display:inline-block;
	background:#BD6B09;
	color:#FFF;
	border-right:1px solid #ECECEC;
}
#div_userinfo{
	font-size:11px;
}
#div_userinfo a:link,
#div_userinfo a:visited
{
	color:#103667;
	text-decoration:underline;
	font-size:11px;
}

#div_userinfo a:hover{
	color:#8E1E20;
	text-decoration:underline;
	font-size:11px;
}


/*=搜索栏

=============================================================================================*/

#SearchBar{


	
	border-left:none;

	

	

}

#SearchBar .search{

	color:#000;

	font-weight:700;

}

#SearchBar .search a{

	color:#EEEEEE;
	text-decoration: underline;

}







/*=底部

TPL_BOTTOM

=============================================================================================*/

.FootWrap{

	height:auto;
	text-align:left;

	width:983px;

	padding:0px 12px;
	display:inline-block;
	margin:0 auto;
	background-image: url(/syssite/home/shop/1/template/current/default/images/mainbox_back.jpg);
	background-repeat: repeat-y;
	background-position:center;
}

.FootWrap #foot{

	width:984px;
}


.index_bottom_line_copyright
{
	margin-left:70px;
	margin-top:18px;
	width:980px;
}
.FootWrap a:hover{



}

.FootWrap #foot{

	;

}



.FootWrap #foot .menubar{

	text-align:center;

	padding:5px;

}

.FootWrap #foot .menu a{

	color:#000;

	border-bottom:1px dotted #f90;

	margin:5px;

	padding:2px;

}

.FootWrap #foot .menu a:hover{

	padding:2px;

	border-bottom:3px solid #000;

}

.div_bottom
{
background:#F8F8F8 url(/syssite/home/shop/1/template/current/default/images/index_bottom_flower.jpg) no-repeat scroll 0 75px;
height:239px;
	margin-bottom:0;


	width:984px;
}
.div_bottom_back1
{
	background-image: url(/syssite/home/shop/1/template/current/default/images/index_bottom_back1.gif) ;
background-position:123px 15px;
background-repeat:no-repeat;
height:30px;
margin-left:20px;
padding-top:15px;


	
}
.div_bottom_back1 a:link,
.div_bottom_back1 a:visited
{

	display:inline-block;
	color:#979797;
	font-family:"Times New Roman", Times, serif;
	text-decoration:none;
	text-align:center;
	float:left;
	font-size:14px;
	
}

.div_bottom_link a:link,
.div_bottom_link a:visited
{
	display:inline-block;
	color:#979797;
	font-family:"Times New Roman", Times, serif;
	text-decoration:none;
	text-align:center;
	float:left;
	font-size:12px;
	margin-left:10px;
}

.div_bottom_back1 a:hover,
.div_bottom_link a:hover
{

	display:inline-block;
	color:#333;
	font-family:"Times New Roman", Times, serif;

	float:left;
	
}


.div_copyright
{
	font-size:14px;
	color:#979797;
	font-family:"Times New Roman", Times, serif;	
	margin-top:2px;
	float:left;
}
.div_partner
{
float:left;
margin-top:8px;
margin-left:10px;
}
.div_partner img
{
	border:0px;
}
