/* css file:layout.css */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #666666;
	line-height: 20px;
	margin: 0px;
	text-align:center;
	background:#4489c3 url(syssite/home/shop/1/template/2007eye/images/bodybg.gif) repeat-x;
}
.clear{
   border-top:1px solid transparent !important;
   border-top:0;
   clear:both;
}
.clearfix:after {
	 content: "."; 
	 display: block; 
	 height: 0; 
	 clear: both; 
	 visibility: hidden;
}
.clearfix {
	display: inline-table;
}
.clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}

/*=首页布局 | 不一定只是首页的布局，凡是三栏布局的页面均使用下面的样式 | 
=============================================================================================*/
#IndexAllWrap{
	width:776px;
	margin:0 auto;
	background:#fff url(syssite/home/shop/1/template/2007eye/images/mainbg.gif) repeat-y;
	overflow: hidden;
	border-top-width: 2px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #fff;
	border-right-color: #fff;
	border-left-color: #fff;

}
#Indexleftbox{
	width:198px;
	text-align:left;
	float:left;
	overflow: hidden;
}
#Indexmainbox{
	float:right;
	width:576px;
	text-align:left;
	padding:0 0 0 1px;
	overflow: hidden;
}
#SearchAndLogin{/*搜索栏和首页登录框的背景*/
	background:url(syssite/home/shop/1/template/2007eye/images/searchbg.gif);
	height:33px;
	position: relative;
}
#Mainmiddlebox{
	width:576px;
	float:left;
	padding-right:7px;
}
#Mainrightbox{
	float:left;
}

/*=购物流程页面布局 | 
=============================================================================================*/
#CartWrap{
	width:998px; 
	margin:0 auto;
	border:3px solid #fff;
	background:#fff;
}

/*=头部和菜单
TPL_TOP TPL_MENU 
=============================================================================================*/
#top{
	width:778px;
	position:relative;
	height:90px;
	text-align:left;
	margin:0 auto;
	overflow: hidden;
}
#top .logo{
	position:absolute;
	top:2px;
	left:0px;
}
#top .topmenu{
	position:absolute;
	top:30px;
	right:0px;
	background:url(syssite/home/shop/1/template/2007eye/images/menu-bg.gif);
	width: 600px;
}
#top .topmenu div{
	float:left;
}
#top .topmenu a{
	display:block;
	height:26px;
	float:left;
	padding-top:15px;
	text-align:center;
	font-size:12px;
	font-weight:700;
	padding-right: 10px;
	padding-left: 10px;
}
#top .topmenu a:hover{
	background-image: url(syssite/home/shop/1/template/2007eye/images/menuoverbg.gif);
	padding-right: 10px;
	padding-left: 8px;
	background-position: right;
	border-left-width: 2px;
	border-left-style: dashed;
	border-left-color: #FFFFFF;
}
#top .topmenu1{
	position:absolute;
	top:5px;
	right:0px;
}
#top .topmenu1 div{
	float:left;
}
#top .topmenu1 a{
	display:block;
	height:26px;
	float:left;
	text-align:center;
	font-size:10px;
	font-weight:500;
	text-decoration: underline;
	padding-right: 5px;
	padding-left: 5px;
}
#top .topmenu1 a:hover{
}
#top .topmenu .rightimg{
	background:url(syssite/home/shop/1/template/2007eye/images/menu-r.gif);
	width:22px;
	height:57px;
	float: right;
}
#top .topmenu .leftimg{
	background:url(syssite/home/shop/1/template/2007eye/images/menu-l.gif);
	width:22px;
	height:57px;
}
#menubar{
	margin-left:202px;
	height:29px;
	background:url(syssite/home/shop/1/template/2007eye/images/menubg-bg.gif) repeat-x;
	position:relative;
}
#menubar .leftimg{
	position:absolute;
	left:0;
	top:0;
	width:19px;
	height:29px;
	background:url(syssite/home/shop/1/template/2007eye/images/menubg-l.gif) no-repeat;
}
#menubar .rightimg{
	position:absolute;
	right:0;
	top:0;
	width:168px;
	height:29px;
	background:url(syssite/home/shop/1/template/2007eye/images/menubg-r.gif) no-repeat;
}
#menubar .menu{
	text-align:left;
	padding-left:30px;
}
#menubar .menu a{
	color:#fff;
	font-size:12px;
	font-weight:700;
	padding-top:20px;
}
#menubar .menu a:hover{
	color:#000;
	background:#fff;
}
/*------------------*/
#TopMenuWrap{
	float:left;
	width:100%;
	margin-bottom:2px;
}
#sidemenu{
	float:left;
	background:#dfdfdf url(syssite/home/shop/1/template/2007eye/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;
}
#topbanner{
background:#f7a200;
}
/*=搜索栏
=============================================================================================*/
#SearchBar{
	position: absolute;
	top: 0px;
	right: 5px;
}
#SearchBar .search{
	color:#000;
}

/*=底部
TPL_BOTTOM
=============================================================================================*/
#foot{
	clear:both;
	width:776px;
	background:#fff;
	overflow: hidden;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #fff;
	border-left-color: #fff;
}
#foot .top2{
	height:33px;
	background-image: url(syssite/home/shop/1/template/2007eye/images/coryrightb.jpg);
}
#foot .top{
	background:url(syssite/home/shop/1/template/2007eye/images/coryrightbt.gif) repeat-x;
	height:3px;
	padding-bottom: 10px;
}
#foot .menubar{
	text-align:center;
	width: 595px;
	line-height: 25px;
}
#foot .menu a{
	margin-right:5px;
	color:#fff;
	background:#82AFD5;
	border:1px solid #127FB8;
	padding: 1px;
}
#foot .menu a:hover{
	color:#000;
	background:#fff;
	border:1px solid #f90;
	text-decoration:none;
}
/*=弹出窗口样式
=============================================================================================*/
#popbox{
	margin:0 auto;
	width:90%;
	text-align:left;
}
#popbox .databox{
	text-align:left;
	background:#fff;
	padding:10px;
	border:3px solid #f2f2f2;
}


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


/* css file:fontcolors.css */
.p9black {
	color: #000;
	font-weight:700;
}
.p9v {
	color: #ccc;
}
.p9gray {
	color: #666;
	
}
.p9navyblue {
	color: #369;
}
.p9navygreen {
	color: #090;
}
.p9orange {
	color: #f63;
}
.inputstyle {
	border: 1px solid #ccc;
	background-color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
}
.textright{
	text-align:right;
}
.p9blackb {
	color: #000;
	font-weight:700;
}
.p14redb {
	color:#FF6600;
	font-size:12px;
	font-weight:700;
}


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

/* css file:article.css */
/*=首页的文章类
=============================================================================================*/
.IndexArticleWrap{
}
.IndexArticleWrap .title{
	height:64px;
	position:relative;
	background-image: url(syssite/home/shop/1/template/2007eye/images/cartinfotitle.gif);
	background-repeat: no-repeat;
}
.IndexArticleWrap .title .leftimg{
	background:url(syssite/home/shop/1/template/2007eye/images/news-l.gif) no-repeat;
	width:5px;
	height:23px;
	position:absolute;
	left:0;
	top:0;
}
.IndexArticleWrap .title .rightimg{
	background:url(syssite/home/shop/1/template/2007eye/images/news-r.gif) no-repeat;
	width:7px;
	height:23px;
	position:absolute;
	top:0;
	right:0;
}
.IndexArticleWrap .body{
	padding:4px;
}
.IndexArticleWrap .body ul{
	line-height: 13px;
}
.IndexArticleWrap .body .items a{
	width:92%;
	display:block;
	background:url(syssite/home/shop/1/template/2007eye/images/articleitems.gif) no-repeat 0 4px;
	padding-left:13px;
	border-bottom:1px dotted #ccc;
	padding-top: 3px;
	padding-bottom: 5px;	
}
.IndexArticleWrap .body .items a:hover{
	color:#ff9900;
	background:url(syssite/home/shop/1/template/2007eye/images/arrow_6.gif) no-repeat 0 4px;
	padding-left:13px;
	border-bottom:1px solid #ccc;
}
/*=文章类列表
=============================================================================================*/
.ArticleListWrap{
}
.ArticleListWrap a{
	width:92%;
	display:block;
	background:url(syssite/home/shop/1/template/2007eye/images/articleitems.gif) no-repeat 0 4px;
	padding-left:13px;
	border-bottom:1px dotted #ccc;
}
.ArticleListWrap a:hover{
	color:#ff9900;
	background:url(syssite/home/shop/1/template/2007eye/images/arrow_6.gif) no-repeat 0 4px;
	padding-left:13px;
	border-bottom:1px solid #ccc;
}

/*=文章类详细
=============================================================================================*/
.ArticleDetailsWrap{
padding-left:10px;
}
.ArticleDetailsWrap h1{
	text-align:center;
	padding:20px 0;
	font-size:12px;
	font-weight:700;
	color:#f90;
	border-bottom:1px solid #f2f2f2;
}
.ArticleDetailsWrap .info{
	text-align:right;
	padding:0 10px;
	border-top:1px solid #f2f2f2;
}


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

/* css file:goodslist.css */
/*=最新商品
=============================================================================================*/
.NewGoodsClassWarp{/*外层*/
margin-bottom:6px;
}
.NewGoodsClassWarp .title{/*最新商品 特价商品 热卖商品头部*/
	clear:both;
	height:27px;
	position:relative;
	background:url(syssite/home/shop/1/template/2007eye/images/newtitlebg.gif);
}
.NewGoodsClassWarp .title .name{/*标明是最新商品 特价商品 热卖商品*/
	position:absolute;
	top:0;
	left:0;
	padding-left:8px;
}
.NewGoodsClassWarp .title .viewmore{/*查看更多的链接*/
	position:absolute;
	top:3px;
	right:0;
}
.NewGoodsClassWarp .ItemsWarp {/*商品条目循环项外层*/
	background:url(syssite/home/shop/1/template/2007eye/images/banbg.gif);
	padding:2px;
}
.NewGoodsClassWarp .items {/*商品条目循环项*/
	padding:2px;
	float:left;
	width:135px;
	border:1px solid #ccc;
	overflow:hidden;
	;
	margin-top: 2px;
	margin-right: 1px;
	margin-bottom: 2px;
	margin-left: 1px;
	height: 132px;
	background-color: #fff;

}
.NewGoodsClassWarp .items h1{/*把商品名称放入h1中，更有利于搜索引擎的搜索*/
	text-align:left;
}

.NewGoodsClassWarp .items .goodpic {

}

.NewGoodsClassWarp .items dt{
	background:url(syssite/home/shop/1/template/2007eye/images/items.gif) no-repeat 0 4px;
	padding:0 0 2px 15px;
	font-weight:700;
	font-size:10px;
	width:120px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.NewGoodsClassWarp .items .goodpic a {/*商品图片*/
	padding:3px;
	border:1px solid #ccc;
	display:block;
	width:99px;
	height:99px;
	overflow:hidden;
	margin-left: auto;
	margin-right: auto;
}
.NewGoodsClassWarp .items .goodpic img {/*商品图片*/
	width:99px;
	height:99px;
}
.NewGoodsClassWarp .items .goodpic a:hover {/*商品图片－MouseOver*/
	border:2px solid #f90;
	padding:2px;
}

.NewGoodsClassWarp .items .button{/*购买 收藏 详细按钮*/
	clear:both;
	text-align:right;
}

/*特价商品
=============================================================================================*/
.SpeGoodsClassWarp{/*外层*/
}
.SpeGoodsClassWarp .title{/*最新商品 特价商品 热卖商品头部*/
	clear:both;
	height:38px;
	position:relative;
	background:url(syssite/home/shop/1/template/2007eye/images/hottitlebg.gif);
}
.SpeGoodsClassWarp .title .name{/*标明是最新商品 特价商品 热卖商品*/
	position:absolute;
	top:0;
	left:0;
	color:#fff;
	font-size:12px;
	font-weight:700;
}
.SpeGoodsClassWarp .title .viewmore{/*查看更多的链接*/
	position:absolute;
	top:8px;
	right:4px;
}
.SpeGoodsClassWarp .ItemsWarp {/*商品条目循环项外层*/
}
.SpeGoodsClassWarp .items {/*商品条目循环项*/
	float:left;
	width:190px;
	border-right:1px dotted #ccc;
	border-bottom:1px dotted #ccc;
	overflow:hidden;
	background:url(syssite/home/shop/1/template/2007eye/images/retitlenamebg.gif) repeat-x;
	background:url(syssite/home/shop/1/template/2007eye/images/retitlenamebg.gif) repeat-x;
	padding-bottom: 10px;
}
.SpeGoodsClassWarp .items h1{/*商品名称*/
	text-align:left;
	background:url(syssite/home/shop/1/template/2007eye/images/reitems.gif) no-repeat;
	font-weight:700;
	font-size:10px;
	width:100px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 18px;
}

.SpeGoodsClassWarp .items .goodpic a{/*商品图片*/
	display:block;
	padding:3px;
	border:1px solid #ccc;
	margin:0 5px;
	width:140px;
	height:140px;
	overflow:hidden;
	margin:0 auto;
}
.SpeGoodsClassWarp .items .goodpic a:hover {/*商品图片－MouseOver*/
	border:2px solid #f90;
	padding:2px;
}
.SpeGoodsClassWarp .items ul{/*商品属性列表，列出价格、简介等*/
	text-align:center;
}
.SpeGoodsClassWarp .items .button{/*购买 收藏 详细按钮*/
	clear:both;
	text-align:right;
}

/*推荐商品
=============================================================================================*/
.RecGoodsClassWarp{/*外层*/
}
.RecGoodsClassWarp .title{/*最新商品 特价商品 热卖商品头部*/
	clear:both;
	height:38px;
	position:relative;
	background-image: url(syssite/home/shop/1/template/2007eye/images/retitle-bg1.gif);
}
.RecGoodsClassWarp .title .name{/*标明是最新商品 特价商品 热卖商品*/
	position:absolute;
	top:0;
	left:0;
	color:#fff;
	font-size:12px;
	font-weight:700;
}
.RecGoodsClassWarp .title .viewmore{/*查看更多的链接*/
	position:absolute;
	top:8px;
	right:4px;
}
.RecGoodsClassWarp .ItemsWarp {/*商品条目循环项外层*/
}
.RecGoodsClassWarp .items {/*商品条目循环项*/
	float:left;
	width:190px;
	border-right:1px dotted #ccc;
	border-bottom:1px dotted #ccc;
	overflow:hidden;
	background:#fff;
	background:url(syssite/home/shop/1/template/2007eye/images/retitlenamebg.gif) repeat-x;
	padding-bottom: 10px;
}
.RecGoodsClassWarp .items h1{/*商品名称*/
	text-align:left;
	background:url(syssite/home/shop/1/template/2007eye/images/reitems.gif) no-repeat;
	font-weight:700;
	font-size:10px;
	width:100px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 18px;
}

.RecGoodsClassWarp .items .goodpic a{/*商品图片*/
	display:block;
	padding:3px;
	border:1px solid #ccc;
	margin:0 5px;
	width:140px;
	height:140px;
	overflow:hidden;
	margin:0 auto;
}
.RecGoodsClassWarp .items .goodpic a:hover {/*商品图片－MouseOver*/
	border:2px solid #f90;
	padding:2px;
}
.RecGoodsClassWarp .items ul{/*商品属性列表，列出价格、简介等*/
	text-align:center;
}
.RecGoodsClassWarp .items .button{/*购买 收藏 详细按钮*/
	clear:both;
	text-align:right;
}



/*=热卖商品与曾经浏览商品
TPL_HOTGOODS TPL_GOODSBROWSE
=============================================================================================*/
.SideGoodsWrap{
	background:url(syssite/home/shop/1/template/2007eye/images/sptitlebg.gif);
	padding:3px;
	width: 187px;
}
.SideGoodsWrap .title{
	color:#000;
	font-size:12px;
	font-weight:700;
}
.SideGoodsWrap .body{
	background:#fff;
	padding:2px;
	margin:5px 2px;
	border-top:0;
}
.SideGoodsWrap .body .items a{
	display:block;
	background:url(syssite/home/shop/1/template/2007eye/images/articleitems.gif) no-repeat 0 4px;
	padding-left:13px;
	border-bottom:1px dotted #ccc;
}
.SideGoodsWrap .body .items a:hover{
	color:#f90;
	background:#f2f2f2;
	position:relative;
}
.SideGoodsWrap .body .items a span{
	display:none;
}
.SideGoodsWrap .body .items a:hover span{
	display:block;
	position:absolute;
	border:3px solid #ccc;
	width:80px;
	height:80px;
	top:10px;
	left:80px;
	z-index:100;
	background:#fff;
}
.SideGoodsWrap .body .items dt a:hover span img{
	width:80px;
	height:80px;
}
.SideGoodsWrap .body .items dd{
	border-bottom:1px solid #ccc;
	text-align:right;
}

/*=商品搜索列表
=============================================================================================*/
.GoodsSearchWarp{/*外层*/

}
.GoodsSearchWarp .title{/*头部*/
	border-bottom:3px solid #ccc;
	padding:3px 0;	
}
.GoodsSearchWarp .title .path{/*显示路径*/
	background:url(syssite/home/shop/1/template/2007eye/images/items.gif) no-repeat;
	padding-left:20px;
	
	float:left;
}
.GoodsSearchWarp .title .listmode{/*搜索列表排序方式*/
	display:inline;
	float:right;
}
.GoodsSearchWarp .ItemsWarp {/*商品条目循环项外层*/
}
.GoodsSearchWarp .items {/*商品条目循环项*/
	float:left;
	width:190px;
	border-right:1px dotted #ccc;
	border-bottom:1px dotted #ccc;
	overflow:hidden;
	padding-top: 10px;
	padding-bottom: 10px;
}

.GoodsSearchWarp .items .goodpic{/*商品图片*/
	float:left;
	
}
.GoodsSearchWarp .items .goodpic a {/*商品图片*/
	padding:3px;
	border:1px solid #ccc;
	display:block;
	width:140px;
	height:140px;
	overflow:hidden;
	text-align:center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;	
}
.GoodsSearchWarp .items .goodpic a img {/*商品图片*/

	vertical-align:middle;
}
.GoodsSearchWarp .items .goodpic a:hover {/*商品图片－MouseOver*/
	border:2px solid #369;
	padding:2px;
}
.GoodsSearchWarp .items h1{
	background:url(syssite/home/shop/1/template/2007eye/images/goods_items.gif) no-repeat;
	text-align:left;
	font-size:10px;
	width:100px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	padding-left: 30px;
}
.GoodsSearchWarp .items ul li{
	color:#000;
}
.GoodsSearchWarp .items .intro{
	color:#369;
}
.GoodsSearchWarp .items .button{
	clear:both;
	text-align:right;
}
/*=相关商品
=============================================================================================*/
.GoodsLinkWarp{/*外层*/
	text-align:left;
	margin-bottom:0px;
}
.GoodsLinkWarp dl {
	padding:8px;
	float:left;
}
.GoodsLinkWarp .name{/*设置相关商品的名称样式*/
	color:#ff9900;
	width:176px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	font-weight: 700;
}
.GoodsLinkWarp .goodpic a {/*商品图片*/
	padding:3px;
	border:1px solid #ccc;
	float:left;
	margin:0 5px;
	display:block;
	width:140px;
	height:140px;
	overflow:hidden;
}
.GoodsLinkWarp .goodpic a:hover {/*商品图片－MouseOver*/
	border:2px solid #f90;
	padding:2px;
}


/* css file:goodsdetails.css */
/*=商品信息
=============================================================================================*/
.GoodsInfoWarp{/*外层*/
	width:100%;
	text-align:left;
	padding-top:10px;
}
.GoodsInfoWarp h1{/*显示商品名称，前台并不显示*/
	line-height:0;
	font-size:0;
	text-indent:-99999px;
}
.GoodsInfoWarp .title{/*头部，类别路径*/
	padding-left:6px;
	border-left:3px solid #ff9900;
}
.GoodsInfoWarp .info{
	text-align:center;
	overflow: hidden;
	width: 100%;
	padding: 10px;
}
.GoodsInfoWarp .info .pic{
	padding:5px;
	border:1px solid #ccc;
	text-align:center;
	width: 443px;
	height: 443px;
	overflow: hidden;
}
.GoodsInfoWarp .info table{
	
	width:auto;
	width:100% !important;
}
.GoodsInfoWarp .info .items dl{

}
.GoodsInfoWarp .info .items dl dd{
	background-image: url(syssite/home/shop/1/template/2007eye/images/dot.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.GoodsInfoWarp .info .items dl dt{
	background:url(syssite/home/shop/1/template/2007eye/images/items.gif) no-repeat ;
	padding-left:20px;
	border-bottom:3px solid #f2f2f2;
	font-size:12px;
	font-weight:bold;
}
.GoodsInfoWarp .info .memberprice{
	color:#ff9900;
	font-weight:bold;
	font-size:12px;
}
.GoodsInfoWarp .button{
	float:right;
}
.GoodsInfoWarp .subinfo th,
.GoodsInfoWarp .subinfo td{
	text-align:left;
	background-image: url(syssite/home/shop/1/template/2007eye/images/dot.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding:4px 0;
}
.GoodsInfoWarp .subinfo th{
	white-space:nowrap;
	text-align:right;
	vertical-align:top;
}
.GoodsInfoWarp .subinfo .discount{
	background:url(syssite/home/shop/1/template/2007eye/images/img_new.gif) no-repeat;
	padding-left:40px;
	margin-left:10px;
	color:#F00;
}

/*=商品详细介绍
=============================================================================================*/
.GoodsDetailsWarp{/*外层*/
	clear:both;
	text-align:left;
	margin-bottom:10px;
}
.GoodsDetailsWarp .details{
	padding:10px;
}

/*=相关商品
=============================================================================================*/
.GoodsLinkWarp{/*外层*/
	text-align:left;
}
.GoodsLinkWarp dl {
	display:inline;
	float:left;
}
.GoodsLinkWarp dl dt,
.GoodsLinkWarp dl dd{
	text-align:center;

}
.GoodsLinkWarp dl dt{/*设置相关商品的名称样式*/
	color:#ff9900;
	width:176px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	line-height: 20px;
}
.GoodsLinkWarp dl .pic{/*设置相关商品的图片样式*/
	border:1px solid #f2f2f2;
}
.GoodsLinkWarp br{/*设置相关商品的图片样式*/
	height:0;
	clear:both;
}

/*=评论与留言
TPL_SHOPBBS TPL_GOODSREVIEW TPL_GOODSREVIEWLIST
=============================================================================================*/
.ShopbbsWrap{
}
.ShopbbsWrap .button{
	text-align:right;
}
.ShopbbsWrap .button a:link,
.ShopbbsWrap .button a:visited{
	float:right;
	display:block;
	background:#999;
	color:#fff;
	height:25px;
	padding:0 2px;
	margin-right:4px;
	margin-top:4px;
}
.ShopbbsWrap .button a:hover{
	background:#f90;
	color:#fff;
}
.ShopbbsWrap .title{
	background:url(syssite/home/shop/1/template/2007eye/images/FeedBackList.Title.jpg) no-repeat;
	height:97px;
	position:relative;
}
.ShopbbsWrap .title span{
	position:absolute;
	right:20px;
	bottom:10px;
}
.ShopbbsWrap .body{
	border:1px solid #ccc;
	background:#f2f2f2;
	padding:8px;
}
.ShopbbsWrap .items dl{
	border:1px solid #ccc;
	background:#fff;
	padding:4px;
	margin:8px 4px;
	border-bottom:3px solid #ccc;
}
.ShopbbsWrap .items dd{
padding-left:23px;
}
.ShopbbsWrap .items .posted{
	background:url(syssite/home/shop/1/template/2007eye/images/comment.gif) no-repeat;
	padding-left:25px;
}
.ShopbbsWrap .items .replied{
	background:url(syssite/home/shop/1/template/2007eye/images/forum11.gif) no-repeat;
	padding-left:25px;
}
.ShopbbsWrap .postform label{
	width:70px;
	text-align:right;
	float:left;
}
.ShopbbsWrap .postform br{
	clear:both;
	
}


/* css file:module.css */
/*=的其他样式包含如下: 
/*=============================================================================================
/* 1.高级搜索 2.一步式购物 3.提示信息 4.密码提取页 
/* 5.会员中心收货人地址管理 6.支付方式和配送方式 7.翻页样式 8.会员注册 9.订单完成 10。订单支付
   11. 购物流程导航
/*=============================================================================================

/*=1.高级搜索
=============================================================================================*/
.SearchMoreWrap{
}
.SearchMoreWrap img{
	vertical-align:middle;
}
.SearchMoreWrap .title{
	background:url(syssite/home/shop/1/template/2007eye/images/searchmore.gif) no-repeat;
	border-bottom:3px solid #ccc;
	height:73px;
}
.SearchMoreWrap .body .items{
	padding:10px 0;
	border-bottom:1px solid #f2f2f2;
	clear:both;
}
.SearchMoreWrap .body .items label{
	float:left;
	width:150px;
	text-align:right;
	font-weight:700;
}
.SearchMoreWrap .body .items b{
	float:left;
	width:150px;
	text-align:right;
	color:#f90;
}

/*=2.一步式购物
TPL_ONESTEPCHECKOUT
=============================================================================================*/
.onestepcheckout {
	margin:0 auto;
	width:98%;
	text-align:left;
}
.onestepcheckout br{
	1clear:both;
}
.onestepcheckout p{
	text-align:center;
	margin:10px 0;
}

.onestepcheckout #receiver{
	background-image: url(syssite/home/shop/1/template/2007eye/images/recievertitle.gif);
	background-repeat: no-repeat;
	padding:6px 6px 6px 120px;
	border:2px dotted #ccc;
	padding-bottom:20px;
}

.onestepcheckout #delivery{
	background-image: url(syssite/home/shop/1/template/2007eye/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/2007eye/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/2007eye/images/indicator_medium.gif) no-repeat;
	padding:10px 0 0 45px;
	color:#f00;
	font-size:14px;
	font-weight:700;
	height:40px;
}
/*=3.提示信息
 TPL_ERROR TPL_PAYREPLY
=============================================================================================*/
.InfoWrap{
	width:500px;
	margin:0 auto;
	height:300px;
	padding:80px 0 0 150px;
	background:url(syssite/home/shop/1/template/2007eye/images/error.gif) no-repeat 0 40px;
}
.InfoWrap b{
	font-size:14px;
	font-weight:700;
	color:#f90;
}

/*=4.忘记密码
=============================================================================================*/
.ForgetPassWrap{
	height:300px;
	line-height:30px;
}
.ForgetPassWrap .body{
	border:4px solid #f2f2f2;
	padding:30px;
	border-top:none;
}
.ForgetPassWrap .body label{
	float:left;
	text-align:right;
	width:150px;
	color:#f90;
}
.ForgetPassWrap .body br{
	clear:both;
}

/*=5.会员中心收货人地址管理
=============================================================================================*/
.MemberReceiverLisetWrap{
}
.MemberReceiverLisetWrap .button{
	text-align:right;
}
.MemberReceiverLisetWrap .button a:link,
.MemberReceiverLisetWrap .button a:visited{
	float:right;
	display:block;
	background:#999;
	color:#fff;
	height:22px;
	padding:0 5px;
	margin-left:8px;
}
.MemberReceiverLisetWrap .button a:hover{
	background:#f90;
	color:#fff;
}
.MemberReceiverLisetWrap .items{
	clear:both;
	padding:1px;
	border:1px solid #ccc;
	margin:10px;
}
.MemberReceiverLisetWrap .items dt{
	background:#f2f2f2;
	font-size:12px;
	font-weight:700;
	padding:0 5px;
}
.MemberReceiverLisetWrap .items dd{
	padding-left:60px;
}
.MemberReceiverLisetWrap .function{
}
.MemberReceiverLisetWrap .function a:link,
.MemberReceiverLisetWrap .function a:visited{
	text-align:right;
	height:22px;
	padding:0 3px;
	margin-left:2px;
}
.MemberReceiverLisetWrap .function a:hover{
	background:#f90;
	color:#fff;
}

/*=6.支付方式和配送方式
=============================================================================================*/
#ddimagetabs{
	margin:15px 0;
	border-bottom:5px solid #f90;
	height:24px ;
}

#ddimagetabs a{
	display:block;
	background:#f4f4f4;
	float:left;
	width:100px;
	height:25px;
	margin-right:2px;
	text-align:center;
	font-size:12px;
	font-weight:700;
	color:#000;
	border-top:3px solid #ccc;
	line-height:25px
}

#ddimagetabs a:hover, #ddimagetabs a.current{
	background:#f90; 
	color: #fff;
}

#tabcontentcontainer{
	text-align:left;
	width:97%; /*width of 2nd level content*/
}

#tabcontentcontainer .tabcontent{
	display:none;
}
#tabcontentcontainer p{
	margin:0;
	padding:0;
}
#tabcontentcontainer dd{
	margin:10px 0 10px 25px;
	padding:0 15px;
}
#tabcontentcontainer dt span{
	color:#f90;
	margin-left:4px;
	padding-left:4px;
	font-size:10px;
	font-weight:normal;
	border-left:1px solid #ccc;
}
#tabcontentcontainer dt{
	background:url(syssite/home/shop/1/template/2007eye/images/t_2.gif) no-repeat 0 3px;
	border-bottom:1px dotted #ccc;
	font-weight:700;
	color:#000;
	font-size:12px;
	padding-left:18px;
}

/*=7.翻页样式
=============================================================================================*/
.PagerWrap{
	clear:both;
	padding:5px 10px;
	width: 550px;
	text-align: right;
}
.PagerWrap a:link,
.PagerWrap a:visited{
	border:1px solid #ccc;
	background:#f2f2f2;
	font-size:8x;
	color:#000;
	font-family:Verdana;
	padding:3px;
}
.PagerWrap a:hover{
	border:1px solid #000;
	background:#f90;
	color:#fff;
	font-size:8x;
}
.PagerWrap span{
	border-right: 1px dotted #000; 
	padding-right:5px;
	margin-right:5px;
}

/*=8.会员注册
=============================================================================================*/
.RegisterWrap{
	text-align:center;
}
.reginfo ul{
	padding:20px;
	color:#000;
	border-bottom:3px dotted #ccc;
}
.reginfo ul li{
	background:url(syssite/home/shop/1/template/2007eye/images/articleitems.gif) no-repeat 0 5px;
	padding-left:12px;
}
.RegisterWrap .agree{
	background:url(syssite/home/shop/1/template/2007eye/images/agree.gif) no-repeat 3px 3px;
	padding:5px;
	padding-left:22px;
	border:1px solid #ccc;
}
.RegisterWrap .disagree {
	background:url(syssite/home/shop/1/template/2007eye/images/disagree.gif) no-repeat 5px 3px;
	padding:5px;
	padding-left:22px;
	border:1px solid #ccc;
}
/*=9. 订单完成 
=============================================================================================*/
.OrderOkWrap{
	margin:10px 0;
}
/*=10。订单支付
=============================================================================================*/
.OrderPayWrap{
	margin:10px 0;
}
.OrderPayWrap .paybutton{
	width:400px;
	font-size:14px;
	font-weight:bold;
	background:#ff9900;
	height:28px;
	color:#fff;
}
/*=11。购物流程导航
=============================================================================================*/
.CartNavi{
	padding:3px;
	margin-top:10px;
	border-bottom:2px dotted #ccc;
	text-align:left;
}
/*=12。非会员购物 TPL_ISREGISTER
=============================================================================================*/
.IsregisterWrap{
	padding:3px;
	margin-top:10px;
	width:750px;
	margin:0 auto 30px 0;
	text-align:left;
}
.IsregisterWrap .FormWrap .loginform label{
	width:65px;
}
.IsregisterWrap .leftbox{
	margin:15px;
	float:left;
	width:350px;

}
.IsregisterWrap .rightbox{
	padding:3px;
	margin-top:10px;
	float:left;
	width:350px;
}
.IsregisterWrap .items{
	border:3px solid #eee;
	margin-bottom:6px;
}
.IsregisterWrap .items .main{
	padding:8px;
}
.IsregisterWrap .items .title{
	background:#f0f0f0;
	font-size:12px;
	font-weight:700;
	color:#000;
	padding-left:6px;
}




/*=页面中的其他样式包含如下: 
/*=============================================================================================
/*  1.首页登录框 2.选择货币 3.首页友情链接  4.首页的购物信息 5.会员中心菜单  6.帮助中心菜单
/*=============================================================================================

/*= 1.首页登录框
=============================================================================================*/
.IndexLoginWrap{
	position:absolute;
	top:0;
	left: 5px;
}

/*= 2.选择货币
=============================================================================================*/
.SelectCurWrap{
	clear:both;
}
.SelectCurWrap .title{
	text-align:left;
	font-size:12px;
	font-weight:bold;
	background: url(syssite/home/shop/1/template/2007eye/images/items.gif) no-repeat;
	padding-left:20px;
	border-bottom:3px solid #f2f2f2;
	color:#ff9900
}
.SelectCurWrap .select{
	margin-top:15px;
	text-align:center;
}

/*= 3.首页友情链接
=============================================================================================*/
.IndexLinkListWrap{
}
.IndexLinkListWrap h1{
	background:url(syssite/home/shop/1/template/2007eye/images/linktitle.gif) no-repeat;
	width:114px;
	height:58px;	
}
.IndexLinkListWrap .body{
	text-align:center;
	padding:4px;
	width:188px;
}
.IndexLinkListWrap .items{
	float:left;
	padding:5px 0;
}

/*= 4.首页的购物信息
=============================================================================================*/
.CartInfoWrap{
}
.CartInfoWrap .title{
	background:url(syssite/home/shop/1/template/2007eye/images/cartinfotitle.gif);
	width:201px;
	height:65px;
}
.CartInfoWrap .body{
	padding-left:15px;
	margin-bottom:6px;

}
.CartInfoWrap .body .items a{
	width:170px;
	display:block;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	background:url(syssite/home/shop/1/template/2007eye/images/articleitems.gif) no-repeat 0 4px;
	padding-left:10px;
}
.CartInfoWrap .body .items a span{
	display:none;
	position:absolute;
}
.CartInfoWrap .body .items a:hover{
	background:#f2f2f2;
	position:relative;
} 
.CartInfoWrap .body .button{
	text-align:right;
	padding:10px 10px 0 0;
	
} 

/*= 5.会员中心菜单
TPL_MEMBERMENU
=============================================================================================*/
.MemberMenuWrap{
}
.MemberMenuWrap .title{
	background:url(syssite/home/shop/1/template/2007eye/images/membertitle.gif) no-repeat ;
	height:87px;	
	width:202px;
	color:#ffffff;
	padding-left:70px;
	line-height:40px;
}
.MemberMenuWrap .body{
	padding:4px;
	width:192px;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
}
.MemberMenuWrap .body .items li{	
}
.MemberMenuWrap .body .items a{
	text-align:right;
	display:block;
	background:url(syssite/home/shop/1/template/2007eye/images/items.gif) no-repeat right 2px ;
	padding-right:20px;
	border-bottom:1px dotted #ccc;
	height:22px;
}
.MemberMenuWrap .body .items a:hover{
	padding-right:30px;
	color:#000;
	background:#f2f2f2 url(syssite/home/shop/1/template/2007eye/images/items.gif) no-repeat 0 2px;
	font-weight:700;
}

/*= 6.帮助中心菜单
=============================================================================================*/
.HelpMenuWrap{
	width: 197px;
	overflow: hidden;
}
.HelpMenuWrap .title{
	padding-left:15px;
	background:url(syssite/home/shop/1/template/2007eye/images/newsbg.gif);
	height:23px;
	margin-bottom:3px;
	border-top:1px solid #f2f2f2;
	border-bottom:1px solid #f2f2f2;
	position:relative;
	font-size:12px;
	font-weight:700;
	color:#000
}
.HelpMenuWrap .title .leftimg{
	background:url(syssite/home/shop/1/template/2007eye/images/news-l.gif) no-repeat;
	width:5px;
	height:23px;
	position:absolute;
	left:0;
	top:0;
}
.HelpMenuWrap .title .rightimg{
	background:url(syssite/home/shop/1/template/2007eye/images/news-r.gif) no-repeat;
	width:7px;
	height:23px;
	position:absolute;
	top:0;
	right:0;
}
.HelpMenuWrap .body{
	padding:4px;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
}
.HelpMenuWrap .body .items li{	

}
.HelpMenuWrap .body .items a{
	text-align:right;
	display:block;
	background:url(syssite/home/shop/1/template/2007eye/images/items.gif) no-repeat right 2px ;
	padding-right:20px;
	border-bottom:1px dotted #ccc;
	height:22px;
}
.HelpMenuWrap .body .items a:hover{
	padding-right:30px;
	color:#000;
	background:#f2f2f2 url(syssite/home/shop/1/template/2007eye/images/items.gif) no-repeat 0 2px;
	font-weight:700;
}

