DIV.page {
    padding: 3px; margin: 3px;font-size: 12px; text-align: center;
}
DIV.page A {
    border: #ccdbe4 1px solid; background-position: 50% bottom; padding:2px 8px 2px 8px; margin-right: 3px; color: #0061de; text-decoration: none;
}
DIV.page A:hover {
    border: #2b55af 1px solid; background-image: none; color: #fff; background-color: #3666d4;
}
DIV.page A:active {
    border: #2b55af 1px solid; background-image: none; color: #fff; background-color: #3666d4;
}
DIV.page SPAN.current {
    padding:2px 6px 2px 6px; margin-right: 3px; font-weight: bold; color: #000;
}
DIV.page SPAN.disabled {
    display: none
}
DIV.page SPAN.ellipsis{
    margin-right: 3px;
}
DIV.page A.next {
    border: #ccdbe4 2px solid; margin: 0px 0px 0px 10px;
}
DIV.page A.next:hover {
    border: #2b55af 2px solid;
}
DIV.page A.prev {
    border: #ccdbe4 2px solid; margin: 0px 10px 0px 0px;
}
DIV.page A.prev:hover {
    border: #2b55af 2px solid;
}
DIV.page select{
    border: #ccdbe4 1px solid; padding:0 8px 0 8px; color: #0061de; line-height:20px; height:22px;
}