/**************************************基础样式*****************************/
body{
	padding:0px;
	margin:0px; 
	background-color: #ffffff;
	color: #444444; 
	line-height: 20px; 
	font-size:12px; 
}

em,i{
	font-style:normal;
}

p,ul,li,dt,dl,dd,table,td,h1,h2,h3,h4,h5{
	padding:0px;
	margin:0px;
	list-style:none;
}

textarea,input{
	font-size:12px;
}

a:link,a:visited,a:active {
	text-decoration:none;
	font-size:12px;
	color:#806F66;
}

a:hover{
	text-decoration:none;
	color:#ff8008;
	cursor:pointer;
}

img,a img{
	border:none;
}

h1,h2,h3{}

.clear{
	clear:both;
	font-size:1px;
	height:1px;
	marging-top:-1px;
	line-height:1px;
}

/*************************IE6下fixed问题*****************************/
.fixedTL{position:fixed;left:0;top:0}
.fixedBR{position:fixed;right:0;bottom:0}
/* 修正IE6振动bug */
* html,* html body{background-image:url(about:blank);background-attachment:fixed}
* html .fixedTL{position:absolute;left:expression(eval(document.documentElement.scrollLeft));top:expression(eval(document.documentElement.scrollTop))}
* html .fixedBR{position:absolute;left:expression(eval(document.documentElement.scrollLeft+document.documentElement.clientWidth-this.offsetWidth)-(parseInt(this.currentStyle.marginLeft,10)||0)-(parseInt(this.currentStyle.marginRight,10)||0));top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)))}


/**************************************************分页样式***************************************/
.pages{
	clear: both;
	text-align:center;
	margin-top:10px;
}
.pages a:link,.pages a:visited,.pages a:active,.pages span {
	padding:0px 7px;
	line-height:20px;
	margin-right:4px;
	border:1px solid #cccccc;
	text-decoration: none;
	color:#004499;
	display:inline-block;
	background:#ffffff;
}
.pages a:hover{
	color:#f06410;
	background:#eeeeee;
	border-color:#ff8008;	
}
.pages a.cur:link,.pages a.cur:visited,.pages a.cur:active{
	color:#ffffff;
	background:#ff8008;
	border-color:#cccccc;
}
.pages span.current{
	color:#ffffff;
	background:#ff8008;
	border-color:#cccccc;
	display:inline-block;
}
.pages span.prev,.pages span.next{

	background:#ffffff;
	color:#dddddd;
	border-color:#dddddd;

}