
@charset "gbk";

body{ text-align: center; font-family:"宋体", Trebuchet MS;margin:0; padding:0; background:#fff; font-size:12px; color:#000;}
div,form,img,ul,ol,li,dl,dt,dd {margin: 0; padding: 0; border: 0;font-size:12px;}
h1,h2,h3,h4,h5,h6 { margin:0; padding:0;font-size:12px; }
table,td,tr,th{font-size:12px;}
input{font-size:12px;}

/* 链接颜色 */
a:link		{color: #000000;text-decoration:none;}
a:visited	{color: #000000;text-decoration:none;}
a:hover		{color: #000000;text-decoration:underline;}
a:active	{color: #000000;text-decoration:none;}

ul,li{list-style-type:none;}

body{
	margin:0 auto;
	text-align:center;
	background:url("bg_body.gif") repeat-x;
}

.layout{
	width:869px;
	text-align:left;
	margin:0 auto;
}

.#layout_fullscreen{
	width:100%;
}

.layout_fullscreen .header{
	width:100%;
	height:319px;
	background:url("bg_header.jpg") no-repeat top center;
}

	.signup{
		background:url("bg_400.jpg") no-repeat left;
		background-position:6px 6px;
	}

	.header table{margin-top:250px;width:869px;}

      /*  ==================== 顶部菜单 ====================  */
      #globalTopNav {
        height: 27px;
        background: #c3c6ce url(bg_topnav.gif) no-repeat left top;
        display: inline;
        float: right;
        padding-left: 12px;
		margin: 13px 0 0 0;
        overflow: hidden;
      }
      #globalTopNav li {
        color: #FFF;
        background: url(bg_topnav.gif) no-repeat right -54px;
        line-height: 27px;
        float: left;
      }
      #globalTopNav li a {
        color: #FFF;
        display: block;
        float: left;
        padding: 1px 10px 0;
      }
      #globalTopNav #globalTopNavRight {
		content:/**/;
        background: url(bg_topnav.gif) no-repeat left -27px;
        width: 13px;
      }
      #globalTopNav #globalTopNavLast {
        background: none;
      }

	#nav {
        background: url(nav_bg_all.gif) repeat-x center bottom;
        width: 100%;
		height: 48px;
	}

	#nav ul {
		width:865px;
		padding: 0 0 8px 15px;
        margin: 0 auto;
	}

	#nav #selected {
        background: #71b9e0 url(bg_nav_selected.gif) no-repeat right top;
        height: 40px;
        float: left;
        margin: 0 3px 0 0;
	}

	#nav #selected a {
		font-size: 14px;
		color: #FFF;
		background: url(bg_nav_selected.gif) no-repeat left bottom;
		height: 20px;
		float: left;
		padding: 10px 23px;
	}

	#nav li {
        background: #f2f2f2 url(bg_nav_noselected.gif) no-repeat right 0;
        height: 34px;
        float: left;
        padding-right: 3px;   margin: 5px 3px 0 0;
	}

	#nav li a {
        float: left;
		color:#656565;
        background: url(bg_nav_noselected.gif) no-repeat left -34px;
		height: 14px;
        padding: 10px 20px 10px 20px;
	}

	/*  ==================== 用户登录 ====================  */
	.MEMBER_FORM {
		text-align: right;
		height: 40px;
		background: url(../images/login_shadow.gif) no-repeat left top;
		padding: 10px 40px 0;
	}
	.MEMBER_FORM input,
	.MEMBER_FORM img {
		vertical-align: middle;
	}
	.MEMBER_FORM .textInput {
		height: 15px;
		background: #fff;
		padding: 3px;   margin-right: 5px;
		border: 1px solid #ccc;
	}
	.MEMBER_FORM .textInputSign {
		width: 110px;
	}
	.MEMBER_FORM .textCaptcha {
		width: 60px;
	}
	.MEMBER_FORM .welcome {
		color: #007300;
		padding-right: 30px;
	}
	.MEMBER_FORM .memberInfo {
		padding-right: 30px;
	}
	.MEMBER_FORM .btnList a {
		color: #00A500;
		background: #ffd9c0;
		padding: 1px 10px;    margin: 0 8px;
		border: 1px solid #fca558;
	}
	#textForget {
		color: #00a500;
		margin-left: 10px;
	}

	#basket {
		line-height: 1.5em;
		overflow: hidden;
		height: 46px;
		padding: 20px 10px;
	}
	#basket img,
	#basket span {
		float: left;
		margin: 0 10px 0 0;
	}
	#basket a {
		color: #007300;
	}

.moduleBg {
	background: #f5fcfe url(module_bg.gif) no-repeat;
	border: 1px solid #d7d7d7;
	margin-bottom: 4px;
}

.globalModule {
	border: 1px solid #d7d7d7;
	clear: both;
	margin-bottom: 4px;
	overflow: hidden;
	zoom: 1;
	position: relative;
}

.globalModule h3 {
	line-height: 26px;
	color: #007300;
	height: 26px;
	padding: 0 8px;
}

.globalModule .more {
	position: absolute;
	top: 5px;   right: 10px;
}

#globalLeft {
	width: 199px;
	float: left;
	text-align:left;
	padding: 0 4px 0 10px;
}

      /*  ==================== 搜索 ====================  */
      #globalSearch {
        height: 96px;
        padding: 65px 0 0 20px;
        position: relative;
      }
      #globalSearch h3 img,
      #globalSearch h3 span {
        position: absolute;
        top: 0;
        left: 0;
      }
      #globalSearch .textInput {
        width: 149px;   height: 14px;
        padding: 3px;   margin: 0 auto 5px;
        border: 1px solid #7c9dbe;
      }
      #globalSearch select {
        width: 157px;
        margin-bottom: 5px;
        border: 1px solid #7c9dbe;
      }
      #globalSearch #adSearch {
        color: #00A500;
        text-decoration: underline;
        margin-left: 8px;
      }
      #globalSearchKeywords a {
        white-space: nowrap;
        margin-right: 5px;
      }

	.globalModule{text-align:left;border:none;}

	.globalModule h3{
		font-size:14px;
		padding:4px 0 0 24px;
		background:url("bg_left_module.gif") no-repeat left top;
	}

	.globalModule h3.title_bg{
		font-size:14px;
		padding:4px 0 0 24px;
		background:url("title_bg.gif") no-repeat left top;
	}

	.globalModule dl{
		width:186px;
		padding:6px 0 0 10px;
		background:url("bg_left_module.gif") no-repeat left bottom;
	}
	.globalModule dt{
		padding:0;margin:0;
		color:#007300;
		height:26px;
		line-height:26px;
		font-weight:bold;
		clear:both;
	}
	.globalModule dd{
		color:#007300;
		line-height:21px;
		padding:0;margin:0;
		padding:6px 0 6px 0;
	}

	.globalModule dd a{
		float:left;
		font-size:12px;
		width:60px;
	}

	.globalModule_border{text-align:left;border:1px solid #cccccc;}
	.globalModule_border ul{
		width:170px;
		margin-left:13px;
	}
	.globalModule_border li{
		text-align:left;
		line-height:26px;
		border-bottom:1px dotted #ccc;
	}

	.top10{
		background:url("bg_top10.jpg") no-repeat;
		background-position:6px 29px;
	}
	.top10 ul{padding:0 0 0 15px;}
	.top10 li{line-height:21px;border:none;}


#globalSWF {
	float: left;
	width: 410px;
	height: 273px;
	margin-bottom:6px;
}

#globalRight {
	width: 222px;
	display: inline;
	float: left;
	margin-left:3px;
}
      #newArticle {
			color: #5fb0dc;
			width: 218px;
			height: 229px;
			padding: 10px;
			margin: -1px 0 4px;
			border: 1px solid #c0bfba;
      }

      #newArticle a {
			color: #5fb0dc;
      }

      #newArticle li {
			margin-bottom: 3px;
      }

      #newArticleTab {
			overflow: hidden;
      }

      #newArticleTab li.tabFront {
			height: 17px;
			border: 1px solid #c0bfba;
			border-bottom: 0;
			position: relative;
      }

      #newArticleTab li {
			float: left;
			padding: 5px 10px 0;
			margin-right: 3px;
			border: 1px solid #c0bfba;
			border-bottom: 0;
			cursor: pointer;
			height: 16px;
			background: #FFF;
      }

      #ArticleBody {
			text-align:left;
			width: 215px;
			height: 110px;
			line-height:22px;
      }

#globalMiddle{
	width: 654px;
	float: left;
	text-align:left;
}

dl.goods{
	width: 652px;
	border:1px solid #ccc;
	margin-bottom:6px;
}
dl.goods dt{
	width:628px;
	height:28px;
	font-size:14px;
	font-weight:bold;
	color:#40943e;
	line-height:28px;
	padding-left:24px;
	background:#f4f4f6 url("bg_arrow_goodsdt.gif") no-repeat;
	background-position:6px 3px;
}

dl.goods dt a,
dl.goods dt a:hover
dl.goods dt a:visited{
	color:#40943e;
}
dl.goods dd{}
dl.goods ul{padding-top:8px;}
dl.goods li{
	float:left;
	width:205px;
	height:265px;
	margin-left:8px;
}
.goodsthumbnail{
	width:205px;
	height:200px;
	text-align:center;
	border:1px solid #cccccc;
}
.goodsthumbnail img{
	width:200px;
	height:200px;
}
.goodstitle{padding:6px 0 0 17px;}
.goodsprice{font-family:Trebuchet MS;font-size:16px;font-weight:bold;color:#027901;padding:6px 0 0 17px;}
.goodsprice span{font-size:12px;padding-right:6px;font-weight:normal;}

.boxs{
	list-style-type: none;
	margin:0;
	padding:0;
}

.boxs li{
	float: left;
	text-align:center;
	width:30px;
	height:30px;
	line-height: 30px;
	margin:6px 6px 0 0 ;
	cursor:hand;
}

.boxs li.selected{
	float: left;
	background:#FEF8F1;
	border: 1px solid #F2BB7D;
	border-width: 1px;
}

.boxs li.noselected{
	float: left;
	background:#FFFFFF;
	border: 1px solid #EBE9E2;
	border-width: 1px;
}

.fonten_amount{font-size:22px;}

.btnSubmit{
	color:#fff;
	background:#00A500;
	padding:3px;
	border:none;
}

.goodsname{font-size:14px;font-weight:bold;}

#divCurrent{font-family:Trebuchet MS;}
#addToCart_DollarLabel{font-size:12px;color:#f90069;}
#addToCart_CentsLabel,
#addToCart_SaleLabel{font-size:14px;color:#f90069;}

.addToCart_PriceLabel{
	font-size:32px;
	color:#f90069;
}

.pager{
	text-align:center;
	font-size:14px;
	height:20px;
	padding-bottom:12px;
}

.pager a{color:#00A500;}

.news{}
.news li{
	padding:12px;
	padding-left:0;
	font-size:14px;
	border-bottom:1px dotted #333;
}

.copyright{
	text-align:center;
	line-height:22px;
	color:#505050;
}
.copyright a{color:#505050;}
.copyright a:hover{color:#505050;}
.copyright a:visited{color:#505050;}

.br{clear:both;}