.filelist_paging
{
background: #eee;
text-decoration: none;
text-align:left;
padding: 2px 0;
}
.filelist_paging a:nth-child(odd) {
display: inline-block;
background: #fff;
margin: 1px;
padding: 4px 6px 4px 6px;
color: #222;
text-decoration: none;
border: #ccc solid 1px;
}
.filelist_paging a:nth-child(even) {
display: inline-block;
background: #eee;
margin: 1px;
padding: 4px 6px 4px 6px;
color: #222;
text-decoration: none;
border: #ccc solid 1px;
}
.filelist_paging a:hover {
text-decoration: none;
}
.filelist_paging
{
background: #aaa;
padding: 2px;
margin:2px;
text-align:center
}
.filelist_paging:before
{
content: url("page_white_stack.png");
padding:0 2px;
}
.filelist_paging a
{
background: #bbb;
text-decoration: none;
margin:1px;
}