﻿/*@CSS Reset*/
body
{
	padding: 0;
	margin: 0;
	font-size: 12px;
	line-height: 21px;
	color: #444;				/*全局字体颜色*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color:#e6e6e6;
}
form, ul, ol, h1, h2, h3, h4, h5, h6, p, dl, dt, dd
{
	margin: 0;
	padding: 0;
	list-style: none;
}
input, textarea, select, button
{
	font-size: 12px;
}
img
{
	border: none;
}
address, cite, small, em, strong
{
	font-style: normal;
	font-size: 12px;
}


/*@Common Css*/
a
{
	color: #333333;           /*超链接字体颜色*/
	text-decoration: none;
}
a:hover
{
	color:#CC0000;   /*鼠标经过样式*/
	text-decoration: underline;
}



/*@input textarea 样式*/
input.text, textarea
{
	border:1px solid #e6e6e6;
	padding:4px 2px 2px;
}

/*@Container*/
#Container 
{
	width:970px;
	margin: 20px auto;
	position:relative;
	border:1px solid #ddd;
	background-color:#fff;
	padding:10px;
}

/*--顶部--*/
#Header
{
	margin-right: auto;
	margin-left: auto;
}
.toplogo
{
	width: 700px;
	height: 80px;
	padding-top: 10px;
}
.toplogo h1 ,.toplogo h3
{
	display: none; /*font-size: 30px;*/
}
#toplink
{
	position:absolute;
	top:0px;
	right:5px;
}
#toplink li
{
	padding-left:15px;
	padding-right:5px;
	height:20px;
	line-height:20px;
	background:url(continue.gif) left center no-repeat;
}
/*--导航部分--*/
.menu
{
	border-bottom:3px solid #CC0000;
	border-top:1px solid #f0f0f0;
	height: 28px;
	line-height: 28px;
	padding:0 10px;
	position:relative;
	z-index:10;
	margin-bottom:10px;	
}
.menu .left, .menu .right
{
	display: none;
}
.menusel
{
	float: left;
	position: relative;
	_display:inline;
	background:url(nav_li.gif) right no-repeat;
}
.menusel h2
{
	font-size: 12px;
	font-weight:normal;
	border-right:1px solid #f0f0f0;
}
.menusel a, .menusel a:visited
{
	color: #000000;
	display:inline-block;
	padding:0 7px;
}
.menusel a:hover
{
	color:#FFF;
	background-color:#CC0000;
	text-decoration:none;
}
.position
{
	position:absolute;
}
.position ul
{
	min-width:100px;
	_width:100px;
	border: 1px solid #f0f0f0;
	background-color:#fff;
	white-space:nowrap;
	/*visibility:hidden !important;
	*+visibility:;*/
	display:none;
}
.menusel .block
{
	display:block;
	/*visibility:visible !important;
	*+visibility:;*/
}

.typeul ul {
	position: absolute;
	left: 100px;	
	top: 0;
	margin-top:-1px;
}
.typeul li
{
	text-align:center;
	min-width:100px;
	_width:100px;
	position: relative;
	height:25px;
	line-height:25px;
	text-align:center;
	border-bottom:1px solid #f0f0f0;
}
.typeul li a, .typeul li a:visited
{
	border: none;
}
.typeul li a:hover
{
	display:block;
}

/**end menu**/

#banner {
	margin-bottom:10px;
}
#banner img 
{
	width:100%;
}

/*@通站H3*/
h3
{
	font-size: 12px;
	font-weight: bold;
	height: 26px;
}
h3 span
{
	padding-left: 10px;
	display: block;
	line-height: 26px;
}


/*--底部部分--*/
#Footer
{
	clear: both;
	width: 100%;
	border-top:1px solid #CC0000;
}
#Footer .links
{
	margin-top: 10px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	width:950px;
}
.foot-link
{
	line-height: 25px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	width:950px;
	border-bottom:1px solid #e6e6e6;
}

.copyinfo
{
	margin: 10px auto 20px;
	text-align: center;
	width:950px;
}
.copyinfo #support
{
	width:30%;
	border-right:1px solid #e6e6e6;
	float:left;
	line-height:20px;
}
.copyinfo #usercopy
{
	width:69.5%;
	float:right;
}

/*@分页样式*/
.cpage {
	margin: 10px auto 0;
	height: 40px;
	width: 99%;
	overflow: hidden;
	padding-top: 15px;
	padding-bottom: 2px; 
}
.cpage ul {
	list-style: none;
	float: right;
}
.cpage ul li {
	font-size: 13px;
	font-family: Arial;
	float: left;
	margin: 0 1px;
	line-height: 18px;
	text-align: center;
	height: 18px;
}
.cpage ul li.CurrPage {
	border: 1px solid #91aaed;
	padding: 0 6px;
	height: 18px;
	font-weight: bold;
	background: #91aaed;
	color: #fff;
}
.cpage a {
	font-size: 13px;
	border: 1px solid #ccc;
	padding: 0 6px;
	text-align: center;
	display: block;
	float: left;
	text-decoration: none !important;
}
.cpage li.PrevPage a {
	/*text-indent: -9999px; 	width: 20px; 	padding: 0; 	overflow: hidden;*/
	padding-right: 8px;
	padding-left: 18px;
	width: auto;
	background: url(../../ConstructASP/User/images/arrow_left2.gif) no-repeat 10px center;
}
.cpage li.NextPage a {
	padding-right: 18px;
	padding-left: 8px;
	width: auto;
	background: url(../../ConstructASP/User/images/arrow_right2.gif) no-repeat 50px center;
}
.cpage li.NoPrev a {
	color: gray !important;
	background: url(../../ConstructASP/User/images/arrow_left_gray2.gif) no-repeat 10px center;
}
.cpage li.NoNext a {
	color: gray !important;
	background: url(../../ConstructASP/User/images/arrow_right_gray2.gif) no-repeat 50px center;
}



/*@上一条下一条*/
.other {
	margin:10px 40px;
}
#upordown
{
	float: left;
	width: 500px;
}
#upordown ul li
{
	height: 20px;
}
#other-pro #gettop
{
	float: right;
}
