/**************pages*****************/
.news_pages{
	clear:left;
	float:right;
	margin:20px 10px 20px 0;
	_margin-left:240px;
	_margin-right:0;
}
.news_pages ul{
	margin:0;
	padding:0;
	cursor:pointer;
}
.news_pages li{
	float:left;
	list-style-type:none;
	margin-left:5px;
	display:inline;
	height:18px;
	line-height:19px;
	border:1px solid #b8b8b8;
	padding:0 5px 0 5px;
	color:#002ccf;
	cursor:pointer;
}
.pages_number{
	height:20px; 
	line-height:20px;
}
.pages_number div{
	padding-left:5px;
}
.pages_number input{
	width:30px; 
	height:14px;
	text-align:center;
}
#pages_on{
	border:1px solid #ab0000;
	background-color:#ffe6d5;
	color:#ab0000;
	font-weight:bold;
}
.first_last{
	_position:relative; top:3px;
	cursor:pointer;
}