#noProducts{
	margin-top: 15px;
	text-align: center;
	color: #666;
	font-weight: bold;
}

div.paginator{
	position: relative;
	padding: 20px 0 0;
	height: 38px; 
	text-align: right;
	border-bottom:1px solid #E2E2E2;
}

div.paginator a.prev, div.paginator a.prev:visited,div.paginator a.prev:hover, div.paginator a.prev:active{
	text-decoration: none;
	color: #000;
	font-size: 11px;
	float: right;
	margin: 0 20px 0;
	padding: 0 0 0 27px;
	height: 18px;
	background: transparent url(images/prev.gif) top left no-repeat; 
}

div.paginator a.prev:hover{
	text-decoration: underline;
	background-image: url(images/prev_hover.gif);
}

div.paginator a.next, div.paginator a.next:visited,div.paginator a.next:hover, div.paginator a.next:active{
	text-decoration: none;
	color: #000;
	font-size: 11px;
	float: right;
	margin: 0 20px 0;
	padding: 0 27px 0 0;
	height: 18px;
	background: transparent url(images/next.gif) top right no-repeat; 
}

div.paginator a.next:hover{
	text-decoration: underline;
	background-image: url(images/next_hover.gif);
}

span.pageNum{
	float: left;
	padding-left: 20px;
	color: #000;
	font-size: 11px;
}

div.clearingRi{
	clear: right;
	font-size: 0;
	line-height: 0;
	height: 0;
}
