﻿@import url("border.css");
@import url("widget.css");
body{
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	color: #333;
	line-height: 23px;
	text-align:center;
	background:url(body_b.jpg);
}
*{
       padding:0;
       margin:0;
}
a{
        color:#333;
	text-decoration:none;
}
a:hover {
	font-size: 12px;
	text-decoration:none;
        color:#1C3F09;
}
/*=首页布局
===================================================================*/
.main{
	width:950px; 
	margin:0 auto;
	text-align:left;
	overflow:hidden;
	background:#fff;
}
.leftbody{
        float:left;
	width:200px;
        margin:10px;
        display:inline;
	text-align:left;
	overflow:hidden;
}
.mainbody{
        float:left;
	width:710px;
        margin:10px;
	text-align:left;
	overflow:hidden;
}
.mainleft{
        float:left;
	width:500px;
	overflow:hidden;
}
.mainright{
        width:200px;
        margin-left:10px;
        float:left;
	overflow:hidden;
}
.mainall{
	width:940px; 
	margin:0 auto;
	text-align:left;
        padding:0 5px;
	overflow:hidden;
	background:#fff;
}
/*=底部样式
===================================================================*/
#links{
        width:950px;
	margin:0 auto;
        border-top:1px solid #1C3F09;
	background:#fff;
	overflow:hidden;
}
#foot{
        width:950px;
	margin:5px auto;
	height:160px;
	background:#fff;
	overflow:hidden;
}
#foot .footmenu{
        height:28px;
	text-align:center;
        padding-left:190px;
        margin-top:5px;
        line-height:28px;
}
#foot .footmenu .cat1{
        float:left;
        width:80px;
	background:url(arrs.gif) no-repeat left;	
}
#foot .footmenu a{
       color:#333;
}
#foot .footmenu a:hover{
       color:#1C3F09;
}
#foot .footbar{
        margin:2px auto;
}
#foot .footbar .footlogo{
	width:230px;
        float:left;
}
#foot .footbar .footmasg{
	width:950px;
        float:left;
        padding:5px;
}
/*=头部样式
=============================================================================================*/
#top{
        width:950px;
        height:150px;
        margin:0 auto;
        text-align:center;
		background:url(un.png);
}
.toplogo{
        float:left;
        width:200px;
        height:70px;
	overflow:hidden;
        text-align:center;
}
.topinfo{
        float:left;
        width:750px;
}
.topinfo .toplogin{
        float:left;
	width:300px;
        margin-top:15px;
	text-align:right;
	color:#1C3F09;
}
.topinfo .toplogin a{
	color:#1C3F09;
}
.topinfo .toplogin a:hover{
	color:#79A512;
}
.topinfo .toptree{
        width:310px;
        float:right;
		margin-right:50px;
        margin-top:15px;
        padding:0 10px;
	color:#1C3F09;
	text-align:center;
	background:url(search_b.jpg);
}
.topinfo .toptree a{
	color:#1C3F09;
}
.topinfo .toptree a:hover{
	color:#79A512;
}
.topbody{
        width:950px;
        height:40px;
	text-align:center;
        margin:0 auto 5px auto;
	background:#74AC2E;
}
.topbody .menubar{
        width:700px;
        float:left;
	overflow:hidden;
}
.topbody .topsearch{
        width:250px;
        height:40px;
        float:left;
	background:#85B513;
	overflow:hidden;
}
.topsearch .SearchBar{ margin-top:10px;}
.topsearch span{ display:none;}

/*=搜索栏－横
=============================================================================================*/
.SearchBar{
}
.btn_search{
	background:url(go.png) no-repeat;
	border:none;
	display:block;
        width:20px;
        height:18px;
	margin:1px;
	text-indent:-9999px;
	cursor:pointer;
}
.btn_advsearch{
	margin:2px;
        text-decoration:underline;
}
.SearchBar .inputstyle {
        height:13px;
	border: 1px solid #ccc;
        margin-right:10px;
}
.keywords{
        width:120px;
}
.gprice_from,
.gprice_to{
        width:60px;
}
/*=帮助中心页站点目录
=============================================================================================*/
.border10 .TreeList{
	text-align:left;
}
.border10 .TreeList .cat1{
  	border-bottom:1px dashed #CCC;
        padding:6px 0 8px 5px;
}
.border10 .TreeList .cat1 a{
        color:#1C3F09;
	font-weight:bold;
        padding-left:20px;
	background:url(arrs3.gif) no-repeat left;
        display:inline;
}
.border10 .TreeList .cat2{
        line-height:150%;
        margin:5px 0 0 5px;
}
.border10 .TreeList .cat2 a{
        color:#333;
	font-weight:normal;
	border-bottom:none;
	background:none;
	padding:0;
        margin:0;
}