﻿
/* ============翻页============== */

div#showpages {
clear:both;
padding:0px;
margin:20px 0px;
width:100%;
height:30px;
white-space: nowrap;
font-size:12px;
/*width:759px;background:#F2F2F2;float:right;margin:0 25px 0 0;padding:32px 0 10px 24px;*/
background:;float:right;padding:15px 0 10px 0;margin:0 0px 0 0;overflow:hidden;
}

div#pagesinfo {
float:left;
padding:3px 8px;
white-space: nowrap;
}

div#pages {
float:right;
padding-right:8px;
white-space: nowrap;

}

div#pages ul{
margin:0;
padding:0;
}

div#pages a:link,div#pages a:visited,div#pages a:active{
color:#333;
text-decoration: none;
}

div#pages a:hover{
color:#103569;
text-decoration: none;
}

div#pages li{
margin:3px;
padding:0px 5px;
list-style-type: none;
float:left;

color:#2f5d1e;

white-space: nowrap;
}

div#pages li.pagesnow{
color:#063E6F;
background:#DDD4C2;
white-space: nowrap;

}

div#pages li.pbutton{
color:#999;
padding:0px 5px;
white-space: nowrap;

}

div#pages li.opt{
color:#063E6F;
padding:0px;
white-space: nowrap;
border:0px;
font-size:11px;
background:#ECE1D3;
}