﻿/*@CSS Reset*/
body
{
	padding: 0;
	margin: 0;
	font-size: 12px;
	line-height: 21px;
	color: #676767;				/*全局字体颜色*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #f9f6ed;   /*Body 背景*/
}
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: #676767;           /*超链接字体颜色*/
	text-decoration: none;
}
a:hover
{
	color:#000;   /*鼠标经过样式*/
}



/*@input textarea 样式*/
input.text, textarea
{
	border:1px solid #ddd;
	padding:4px 2px 2px;
}

/*@Container*/
#Container {
	width: 996px;
	margin: 0px auto;
}



/*--顶部--*/
#Header
{
	width: 100%;
	background:url(top.jpg) left 80px no-repeat;
	position:relative;
}
.toplogo
{
	width: 700px;
	height: 100px;
	margin:0 auto 7px;
	text-align:center;
}
.toplogo h1, .toplogo h3
{
	/*font-size: 30px;*/
	display:none;
}
#toplink 
{
	position:absolute;
	top:85px;
	right:0px;
	width:100px;
}
#toplink li
{
	padding: 0px 20px;
	background: url(icon_2.gif) no-repeat left center;	
}
#toplink li a,#toplink li a:visited
{
	color:#ff9600;
}
#toplink li a:hover
{
	color:#000;
}
/*--导航部分--*/
.menu
{
	clear: both;
	line-height: 45px;
	position:relative;
	z-index:10;
	background:url(mid.jpg);
}
#nav
{
	width:978px;
	margin:0 auto;
	background:url(menu_bg.jpg) center repeat-x;
}
.menu .left, .menu .right
{
	display:none;
}
.menusel 
{
	float: left;
	position: relative;
	_display:inline-block; /*修正IE6双倍间距 BUG*/
}
.menusel h2
{
	font-size: 12px;
}
.menusel a,.menusel a:visited
{
	padding:0 12px;
	display:inline-block;	
	color:#fff;
}
.menusel a:hover
{
	color:#fff;
	text-decoration:underline;
}

.position {
	position: absolute;
}
.position ul
{
	min-width:100px;
	_width:100px;
	background:#3e3e3e;
	white-space:nowrap;
	/*visibility:hidden !important;
	*+visibility:;*/
	display:none;
	opacity: 0.90;
	filter:alpha(opacity=90);
}
.menusel .block
{
	display:block;
	/*visibility:visible !important;
	*+visibility:;*/
}
.typeul ul
{
	position: absolute;
	left: 100px;	
	top: 0;
	margin-top:-1px;
}
.typeul li
{
	min-width:100px;
	_width:100px;
	position: relative;
	text-align:center;
	height:24px;
	line-height:24px;
}
.typeul li a,.typeul li a:visited
{
	background:none;
}
.typeul li a:hover
{
	display:block;
	color:#fff;
	background: #133052;
}


/**end menu**/
#banner 
{
	background:url(mid.jpg);
	padding:0 9px;
}
#banner img 
{
	width:100%;
}

/*@通站H3*/

h3 
{
	height: 24px;
	line-height: 24px;
	background:url(bg_item_tit.jpg)
}
h3 span
{

	background: url(ico_r.jpg) right top no-repeat;
	font-size:12px;
	font-weight:normal;
	line-height: 24px;
	padding-left:15px;
	display: block;
	color:#fff;
}

/*--底部部分--*/
#Footer
{
	clear: both;
	background:url(bot.jpg) top center no-repeat;
	padding:20px 9px 0;
}
#Footer .links
{
	text-align: left;
	color:#666;
}
.foot-link
{
	line-height: 25px;
	text-align: center;
	margin-top: 5px;
	margin-bottom:5px;
}
.copyinfo
{
	margin: 10px auto 20px;
	text-align: center;
}
.copyinfo #support
{
	width:30%;
	border-right:1px solid #999;
	float:left;
	line-height:20px;
}
.copyinfo #usercopy
{
	width:69.5%;
	float:right;
}

/*- 设置网格显示分页效果--------------------------- */
.PagingNav
{
	margin: 10px auto 0;
	height: 42px;
	width: 99%;
	overflow: hidden;
	padding-top: 15px;
	padding-bottom: 2px; /*background: url(http://pics.taobao.com/2k7/sys/favorites/dashed_line.gif) 0 bottom repeat-x;*/ /*D:\wwwroot\EjeStation\style\comm\images\dashed_line.gif*/
}
.PagingNav2
{
	width: 500px;
	margin-top: 0px;
	float: right;
}
.PagingNav ul
{
	list-style: none;
	float: right;
}
.PagingNav ul li
{
	font-size: 13px;
	font-family: Arial;
	float: left;
	margin: 0 1px;
	line-height: 18px;
	text-align: center;
	height: 18px;
}
.PagingNav ul li.CurrPage
{
	border: 1px solid #91aaed;
	padding: 0 6px;
	height: 18px;
	font-weight: bold;
	background: #91aaed;
	color: #fff;
}
.PagingNav a
{
	font-size: 13px;
	border: 1px solid #ccc;
	padding: 0 6px;
	text-align: center;
	display: block;
	float: left;
	text-decoration: none !important;
}
.PagingNav 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;
}
.PagingNav li.NextPage a
{
	padding-right: 18px;
	padding-left: 8px;
	width: auto;
	background: url(../../ConstructASP/User/images/arrow_right2.gif) no-repeat 50px center;
}

.PagingNav li.NoPrev a
{
	color: gray !important;
	background: url(../../ConstructASP/User/images/arrow_left_gray2.gif) no-repeat 10px center;
}
.PagingNav li.NoNext a
{
	color: gray !important;
	background: url(../../ConstructASP/User/images/arrow_right_gray2.gif) no-repeat 50px center;
}


.funcbtn
{
	border-right: #7b9ebd 1px solid;
	padding-right: 2px;
	border-top: #7b9ebd 1px solid;
	padding-left: 2px;
	font-size: 12px;
	FILTER: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#ffffff, EndColorStr=#cecfde);
	border-left: #7b9ebd 1px solid;
	cursor: hand;
	color: black;
	padding-top: 2px;
	border-bottom: #7b9ebd 1px solid;
}


/*@上一条下一条*/
.count
{
	color:#288eb6;
}
.other {
	margin:10px 40px;
}
#upordown {
	float:left;
	width:90%;
}
#upordown ul {
	margin:0px;
	padding:0px;
}
#upordown ul li {
	height:20px;
}
#other-pro #gettop {
	float:right;
}
