﻿.AspNetPager{ margin:30px 0 30px; text-align:center; display:block}

DIV.pages{}

DIV.pages A{color: #484848;border-radius:4px;padding:0 10px; height:34px;border:#e6e6e6 1px solid;display:inline-block;vertical-align:top;font-size:14px; line-height:32px; margin-top:10px;}
DIV.pages A:hover{color: #fff; text-decoration:none; background:#707070}
DIV.pages A:active{color: #6D488F;}
DIV.pages SPAN{ border-radius:4px;}
DIV.pages SPAN.current{}
DIV.pages SPAN.disabled {color: #999999;}
div.pages span.cpb {border:#e6e6e6 1px solid;display:inline-block;padding:0 10px; height:34px !important;line-height:32px;font-weight:bold;color:#fff;background-color:#707070; margin-top:10px;}

@media (max-width:60em) {

.AspNetPager{ margin:20px 0 40px;}
}