/*.pagination {
            font-size: 80%;
			float:right;
        }*/
        
.pagination a {
    text-decoration: none;
	xborder: solid 1px #AAE;
	color: #15B;
	text-decoration:none;
}

.pagination a, .pagination span {
    display: block;
    float: left;
    padding: 0.3em 0.5em;
    margin-right: 5px;
	margin-bottom: 5px;
	text-decoration:none;
}

.pagination .current {
    background: #26B;
    color: #fff;
	border: solid 1px #AAE;
	text-decoration:none;
}

.pagination .current.prev, .pagination .current.next{
	color:#999;
	border-color:#999;
	background:#fff;
	text-decoration:none;
}
.pagination_old {text-decoration:none;width:509px; overflow:hidden; padding:8px 18px; border-bottom:1px solid #ccc; background:url("../../images/df/results/pagination_bg.gif") repeat-x left bottom; }

#Pagination span, #Pagination a {text-decoration:none;margin-right:5px;}

#Pagination a.pag  {text-decoration:none;border:none;color:#666; font-weight:bold; text-align:center; background:url("../../images/df/results/pag_bg.gif") right top no-repeat; }
#Pagination span.pag {text-decoration:none;background:transparent url(../../images/i_numberbox_hilite.gif) no-repeat;color:#484848; }

#Pagination a.next, #Pagination span.next{text-decoration:none;padding:1px 20px 3px 7px;color:#05b; background:url("../../images/df/results/pag_next.gif") left top no-repeat; }
#Pagination a.prev, #Pagination span.prev {text-decoration:none;color:#05b; padding:2px 5px 3px 4px; background:url("../../images/df/results/pag_next.gif") left top no-repeat; padding-top:1px; }
/* #Pagination a:hover{background:transparent url(../../images/i_numberbox_hilite_over.gif) repeat scroll 0 0;color:#FFF}*/

#Pagination .current{text-decoration:none;background:transparent url(../../images/i_numberbox_hilite.gif) repeat scroll 0 0;color:#484848;}