.pager
{
    float: right;
    margin: 1px 0 0 0;
}

.pager li
{
    float: left;
}

.pager li.prevPage
{
    height: 22px;
    margin: 0 0 0 6px;
    width: 31px;
}

.pager li.nextPage
{
    height: 22px;
    margin: 0 10px 0 0;
    width: 32px;
}

.ie6 .pager li.nextPage
{
    display: inline;
}

.pager input.currentPage
{
    height: 13px;
    padding: 3px 0 4px;
    margin-left:6px;
    margin-right:8px;
    text-align: center;
    width: 28px;
}

.ie6 .pager input.currentPage, .ie7 .pager input.currentPage
{
    left:4px;
	position: relative;
	top: -1px;
	vertical-align: middle;
}

.toolTip span
{
	font-style: italic;
}

.pager button.prevNext
{
    display: block;
    height: 100%;
    padding: 0;
    width: 100%;
}

.pager button.left-active
{
    background: url(/images/left_active.png) no-repeat center center;
}

.pager button.left-disabled
{
    background: url(/images/left_disabled.png) no-repeat center center;
    cursor: default;
}

.pager button.left-hover
{
    background: url(/images/left_hover.png) no-repeat center center;
}

.pager button.left-pushed
{
    background: url(/images/left_onclick.png) no-repeat center center;
}

.pager button.right-active
{
    background: url(/images/right_active.png) no-repeat center center;
}

.pager button.right-disabled
{
    background: url(/images/right_disabled.png) no-repeat center center;
    cursor: default;
}

.pager button.right-hover
{
    background: url(/images/right_hover.png) no-repeat center center;
}

.pager button.right-pushed
{
    background: url(/images/right_onclick.png) no-repeat center center;
}

.toolTip
{
    display: none;
}
#HitsPerPageLinks
{
	width:100%;
	clear:both;
	float:left;
	text-align:right;
}

div#HitsPerPageLinks p.hitLinks
{
	margin-top:16px;
	margin-bottom:12px;
}

div#HitsPerPageLinks p.toTop
{
	margin-top:0px;
	margin-bottom:40px;
}

.inactiveLink
{
	color: #33322e;
	font-weight:bold;
	text-decoration:none;
	cursor:text;
}

.inactiveLink:hover
{
	text-decoration:none;
}