.pagination ul{
margin: 0;
padding: 0;
}

.pagination li{
list-style-type: none;
display: inline;
padding-bottom: 1px;
}

*:first-child+html .pagination li a{ /*IE7 only CSS hack*/
margin-right: 4px; /*IE bug causes default spacing between links to disappear, so added it explicitly in IE7 */
}

* html .pagination li a{ /*IE6 and below CSS hack*/
margin-right: 4px; /*IE bug causes default spacing between links to disappear, so added it explicitly in IE6 and below browsers*/
}

.pagination a:link, .pagination a:visited, .pagination a:active{
color: #8e8e8e;
padding: 2px 6px 2px 6px;
height:16px;
#height:20px;
font-size: 11px;
overflow:hidden;
font-family:Tahoma;
text-decoration: none;
}

.pagination a:hover{
color: #5e5e5e;
border:1px solid #cccccc;
background-color:#fff;
padding: 2px 5px 2px 5px;
height:16px;
#height:20px;
font-size: 11px;
font-family:Tahoma;
text-decoration: none;
}

.pagination a:link.currentpage, .pagination a:visited.currentpage, .pagination a:active.currentpage{ /*Style for currently selected page link*/
color: #2494cd;
border:1px solid #cccccc;
background-color:#fff;
padding: 2px 5px 2px 5px;
height:16px;
#height:20px;
font-size: 11px;
font-weight:bold;
font-family:Tahoma;
text-decoration: none;
}
.pagination a:hover.currentpage{ /*Style for currently selected page link*/
color: #2494cd;
border:1px solid #cccccc;
background-color:#fff;
padding: 2px 5px 2px 5px;
height:16px;
#height:20px;
font-size: 11px;
font-weight:bold;
font-family:Tahoma;
text-decoration: none;
}

.pagination a.disabled, .pagination a.disabled:hover{ /*Style for "disabled" previous or next link*/
cursor: default;
color: #929292;
border-color: transparent;
}

.pagination a.prevnext{ /*Style for previous and next link*/

}