
.searchResultsNav {
	padding-left: 33px;
	margin-bottom: 5px;
	background-color:#afaea9;
	height:23px;
	clear:both;
}

.searchResultsNav a {
	color: white;
	text-decoration: none;
	margin-right: 3px;
}

.searchResultsNav span {
	color: white;
	margin-right: 3px;
}

.searchResultsNav a:hover, .searchResultsNav a.selected {
	color: black;
}

.searchResultsNav a,.searchResultsNav a:link,.searchResultsNav a:hover,.searchResultsNav a:active,.searchResultsNav a:visited{
	height:23px;
	line-height:23px;	
	color:#ebeae8;
	display:block;
	float:left;
	text-decoration:none;
	vertical-align:middle;
	font-size:12px;
	font-family:verdana;
	white-space:nowrap;
}
.searchResultsNav span{
	height:23px;
	line-height:23px;	
	display:block;
	float:left;
	vertical-align:middle;
	font-size:12px;
	font-family:verdana;	
	white-space:nowrap;
}

.searchResultsNav a.firstPageNumber{
	width:30px;
	text-align:center;
	color:#ebeae8;
}
.searchResultsNav a.lastPageNumber,.searchResultsNav a.pageNumber{
	width:30px;
	text-align:center;
	color:#ebeae8;
	background-image:url(../img/fastLinkBg.gif);
	background-repeat:no-repeat;
	background-position:left;	
}
.searchResultsNav a.first{
	color:#ebeae8;
	padding-right:10px;
	clear:left;
}
.searchResultsNav a.prev{
	color:#ebeae8;
}
.searchResultsNav a.next{
	color:#ebeae8;
}
.searchResultsNav a.last{
	color:#ebeae8;
	padding-left:10px;
}
.searchResultsNav span.current,.searchResultsNav span.firstCurrent,.searchResultsNav span.lastCurrent{
	width:30px;
	text-align:center;
	color:#2c2b27;
	background-image:url(../img/fastLinkBg.gif);	
	background-repeat:no-repeat;
	background-position:left;
}
.searchResultsNav span.firstCurrent{
	background:none;
}
.searchResultsNav span.position{
	padding-left:10px;
	text-align:center;
	color:#2c2b27;
	background-repeat:no-repeat;
	background-position:left;
	
}
