﻿/* ============翻页============== */
div#showpages {
padding:0px;
margin:20px 0px;
width:100%;
white-space: nowrap;
}

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;
width:100%;
}

div#pages a:link,div#pages a:visited,div#pages a:active{
color:#505050;
text-decoration: none;

}

div#pages a:hover{
color:#198ede;
text-decoration: none;

}

div#pages li{
margin:3px;
padding:5px 10px;
list-style-type: none;
float:left;
font: 12px Verdana, Arial, Helvetica, sans-serif;
color:#505050;
border:1px #cde6ff solid;
white-space: nowrap;
background-color:#fff;
width:auto;

}
div#pages li:hover{
background-color: red;
}
div#pages li.pagesnow{
color:#fff;
border-radius: 5px;

white-space: nowrap;
background-color: #198ede;
padding:5px 10px;
}

div#pages li.pbutton{
color:#505050;
border:1px solid #bdbdbd;
background-color:#fff;
padding:5px 10px;
white-space: nowrap;


}

div#pages li.opt{
color:#505050;
padding:0px 2px;
white-space: nowrap;
border:0px;
display:none;
}