﻿#pager ul.pages {
display:block;
border:none;
text-transform:uppercase;
height:30px;
margin:5px 0 5px;
padding:0;
}
#pager ul.pages span{
float:left;margin-right:10px;padding-top:5px;
}

#pager ul.pages li {
list-style:none;
float:left;
border:1px solid #ccc;
text-decoration:none;
margin:0 5px 0 0;
padding:5px;
}

#pager ul.pages li:hover {
border:1px solid #003f7e;
}

#pager ul.pages li.pgEmpty {
border:1px solid #eee;
color:#eee;
}

#pager ul.pages li.pgCurrent {
border:1px solid #003f7e;
color:#000;
font-weight:700;
background-color:#eee;
}
.iptGo{float:left;width:30px;margin-top:0px;height:30px;text-align:center;vertical-align:middle;line-height:20px}