div.pagination 		{ clear:both; color:#444; vertical-align:bottom;
					  font-size:10px; font-weight:bold; font-family:Courier New, monospace; 
					  height:20px; padding:8px 10px; margin-bottom:5px; border-bottom:1px #ccc dotted; margin-top:5px; border-top: 1px #ccc dotted;
					  background-image:url('../engine/images/gradient_top.png'); background-position:left 1px; background-repeat:repeat-x}

div.pagination a:link, div.pagination a:visited , div.pagination a:active , div.pagination span.current , div.pagination span.disabled, div.pagination span.pageof
					{ text-align:center; padding:1px 3px 2px 3px; min-width:16px; background-color:#ddd; margin-right:3px; border:1px #ccc solid;  color:#888;
					  overflow:hidden; padding-bottom:3px; padding-top:3px; display:block; float:left;
					  -moz-border-radius:4px; -webkit-border-radius:4px; border-radius:4px;}
					  
div.pagination a:hover
					{ background-color:#fffff0; color:#000; text-decoration:none }

div.pagination span	{ float:left; }
div.pagination span.current 
					{ background-color:#444; border:1px #555 solid; color:#fff;}


div.pagination span.disabled 
					{ background-color:#ddd; border:1px #ccc solid;  color:#ccc;}
					  
div.pagination a.refresh
					{ width:50px; margin:0; text-align:left; padding-left:26px; overflow:visible; margin-left:16px;
					  background-image:url(../img/ico_refresh.png); background-position:6px 5px; background-repeat:no-repeat; }
					  
div.pagination b.pageof,
div.pagination b
					{ margin-right:10px; font-size:13px; font-family:"Trebuchet MS",Tahoma, Arial, Helvetica, sans-serif; padding-top:2px; display:block; width:90px; border-right:1px #ccc dotted; padding-bottom:3px;}
					
div.pagination b	{ width:auto; padding:2px 5px;}

div.pagination .pagearrow	{ font-weight:bold!importnant; font-size:15px; overflow:hidden; padding:1px 3px!important;}
					
					
					
					
					