/***********************************************/
/* Pagination CSS style sheet                  */
/***********************************************/
div.paginate {
	padding: 5px 0 0 0;
	clear: both;
	font-size:90%;
	display: block;
	text-align:center;
}
	div.paginate a {
	    padding: 1px 3px;
	}
 	div.paginate a.asc {
	    padding-left: 8px;
		background-image: url(../images/asc.gif);
		background-position: left;
		background-repeat: no-repeat;
		margin: 0 5px;
	}
 	div.paginate a.desc {
	    padding-left: 8px;
		background-image: url(../images/desc.gif);
		background-position: left;
		background-repeat: no-repeat;
		margin: 0 5px;
	}
 	div.paginate a.none {
	    padding-left: 8px;
		background-image: url(../images/order.gif);
		background-position: left;
		background-repeat: no-repeat;
		margin: 0 5px;
	}
	div.paginate b {
		font-weight: bold;
		color:#000000;
		background: #FFFFFF;
	}