﻿﻿/*-------------------------分页样式------------------------------*/
#digg { 
	margin: 3px; 
	padding:3px 3px 0px 0px;
	text-align: center;
	clear:both;
	color:#666;
	font-family:Arial, Helvetica, sans-serif;
	
}
#digg A {
	margin-right: 2px;
	padding:2px 5px 2px 5px;
	color:rgb(0,109,165);
	text-decoration: none;
	border:1px solid rgb(0,109,165);
}
#digg A:hover {
	border: 1px solid #fff;
	background:#2E71B5;
	color:#fff;
}

#digg .current {
	margin-right: 2px;
	padding:2px 5px 2px 5px;
	border: 1px solid #fff;
	background:#2b61b3;
	color:#fff;
}


#digg .disabled {
	margin-right: 2px;
	padding:2px 5px 2px 5px;
	background: #f6f6f6;
	color: #ccc;
	border: 1px solid #e0e0e0;
}
#digg .txtPage{
	width:30px;
	height:17px;
	height:18px!important;
	*+height:18px!important;
	_height:18px;
	color:#8C6789;
	text-align:center;
	border:1px solid #a0a0a0;
}
#digg .btnGO{
	padding:2px 5px 2px 5px;
	*padding:1px 2px 1px 2px;
	background: #fff;
	color:rgb(43, 97, 179);
	font-size:11px;
	cursor:pointer;
	border-width:1px;
	border:1px rgb(43, 97, 179) solid;
	display:inline;
	position:absolute;
	margin-left:5px;
    margin-top:3px;
}
#digg .btnGO:hover{
	background: rgb(0,109,165);
	color:#fff;
}

/*--------------分页样式-------------------*/