﻿/*-------------------------分页样式------------------------------*/
#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;
}*/

/*--------------分页样式-------------------*/

/*分页样式*/
.pagelist{ clear:both; display:block;padding:20px 0px; text-align:center;width:100%;}
	.pagelist:after{ clear:both; content:"."; display:block; height:0; visibility:hidden; }
	.pagelist .l-btns{ display:block; float:left; margin:2px 5px 0 -1px; padding:0 10px; border:1px solid #dbdbdb; height:28px; overflow:hidden; }
	.pagelist .l-btns span{ font-size:12px; color:#333; line-height:28px; }
	.pagelist .l-btns .pagenum{ display:inline-block; margin:0 5px; padding:0 5px; border:1px solid #dbdbdb; border-top:0; border-bottom:0; width:30px; height:28px; line-height:28px; font-size:12px; color:#333; text-align:center; vertical-align:top; overflow:hidden; }

    .pagelist div.default{ margin:auto auto; padding:0; font-family:"Microsoft YaHei",Verdana; font-size:12px;display:table; }
	.pagelist div.default a,div.default span{ display:block; float:left; margin:2px 0 0px 4px; padding:4px 12px; line-height:20px; height:20px; border:1px solid #e1e1e1;border-radius:4px 4px;-moz-border-radius:4px 4px;-webkit-border-radius:4px 4px; background:#fff; color:#333; text-decoration:none; }
	.pagelist div.default span:first-child{ border-left:1px solid #e1e1e1; }
	.pagelist div.default a:hover{ color:#666; background:#eee; }
	.pagelist div.default span.current{ color:#fff; background:#2d66a5; border-color:#2d66a5; }
	.pagelist div.default span.disabled{color:#999;background:#fff;}
.btnPage {
    background-color: #2d66a5 !important;
    margin-left:10px !important;
}