﻿﻿/*-------------------------分页样式------------------------------*/
#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);*/margin:0px 2px; padding:4px 8px;background-color:#2d66a5;color:white;
}
/*#digg A:hover {
margin:0px 2px; padding:4px 8px;background-color:#2d66a5;color:white;
}*/

#digg .current {
    border: 1px solid #2d66a5;
    color: #2d66a5;
    background-color: white;
    padding: 3px 7px;
}


#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: 3px 7px;
	background: #fff;
	color:rgb(0,109,165);
	font-size:11px;
	cursor:pointer;
	border-width:1px;
	border:1px rgb(0,109,165) solid;
	display:inline;
	position:absolute;
	margin-left:5px;

}
/*#digg .btnGO:hover{
	background: rgb(0,109,165);
	color:#fff;
}*/

/*--------------分页样式-------------------*/