/*基本信息*/
body {
	margin:0px;
	background-position: top;
	overflow-x:hidden;
	background-color: #F3F5E8;
	font-size: 12px;
	
}
/*页面层容器*/
#container_top
{
	background-color: #FFFFFF;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	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: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	width: 910px;
	overflow: hidden;
}

#container_body
{
	width: 910px;
	background-color: #FFFFFF;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	overflow: hidden;
}
#container_bottom
{
	width: 910px;
	background-color: #FFFFFF;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#banner {
	height: 80px;
	width: 910px;
	position:relative;
	clear: both;
	background-image: url(/cqkx_v3/topnav_bg.jpg);
	background-repeat: repeat-x;
}

.LOGO{
	height: 81px;
	width: 240px;
	float: left;
	text-align: center;
}
#Favorite {
	position: absolute;
	top: 4px;
	right: 0px;
	background-color: #F3F5E8;
	width: 130px;
	height: 20px;
	font-family: "宋体";
	font-size: 12px;
	clip: rect(auto,auto,auto,auto);
}

#login{
	position: absolute;
	width: 460px;
	left: 250px;
	bottom: 35px;
	float: left;
	text-align: left;
	overflow: hidden;
	height: 30px;
}

#Select_box {
	position: absolute;
	top: 8px;
	right: 305px;
	border:1px solid #1A8F02;
	width:55px;
	height:16px;
	clip:rect(0px,55px,16px,0px);
	overflow:hidden;
}
.input_box {
	height: 15px;
	width: 50px;
	border: 1px solid #1A8F02;
}
.topnav {
	width: 670px;
	height: 25px;
	float: left;
	position: absolute;
	bottom: 0px;
	right: 0px;
	background-image: url(/cqkx_v3/nav_bg.jpg);
	background-repeat: repeat-x;
}

.topnav  ul
{
	width:520px;
	height:25px;
	float:left
}

.topnav li {
	float: left;
	width: 15%;
	margin-left: 2px;
	line-height: 22px;
}

.topnav  A
{
	display: block;
	height:20px;
	color: #F3F5E8;
	font-size:14px;
	text-decoration: none;
	font-family: "宋体";
	margin: 0px;
	font-weight: bold;
	padding: 2px;
}
.topnav  A:link
{
	display: block;
	height:20px;
	color: #F3F5E8;
	font-size:14px;
	text-decoration: none;
	font-family: "宋体";
	margin: 0px;
	font-weight: bold;
	padding: 2px;
}
.topnav  A:hover
{
	text-decoration: none;
	color: #FFFFFF;
	font-size: 14px;
}
.topnav  A:visited
{
	text-decoration: none;
	color: #F3F5E8;
	font-size: 14px;
}

/*页面头部*/
.top
{
	width:910px;
	background-color: #B8E899;
	float: left;
	height: 20px;
	}

.top  ul
{
	width: 910px;
	padding: 0px;
	height: 20px;
}

.top li {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	width: 50px;
	float: left;
	height: 20px;
	text-align: center;
	line-height: 20px;
	list-style-type: none;
}

.top  a
{
	display: block;
	color: #000000;
	background-color: #B8E899;
	font-size:12px;
	text-decoration: none;
	font-family: "宋体";
	height: 20px;
}
.top  a:hover
{
color: #333333;
background-color: #FFFFFF;
text-decoration: none;
}
