/****************************************************** 
	Author:   Wizzard
	Updated:  19/12/2009
	Style:    PAGING Stylesheet

/****************************************************** 

/* ************************ GLOBAL STYLES */

div.paging {
	overflow: hidden;
	width: 315px;
	margin: 0 auto;
	font-size: 1.2em;
}

	div.paging span {
		display: block;
		float: left;
		color: #6D6D6D;
		margin: 0 3px;
		padding-top: 3px;
		font-size: 0.7em;
	}
	
	div.paging a {
		display: block;
		width: 21px;
		height: 19px;
		text-align: center;
		padding-top: 3px;
		float: left;
		margin: 0 3px;
		color: #ffffff;
		text-decoration: none;
		
		background: url(../../images/site_images/paging/not_active.png) left top no-repeat;
	}
	
	div.paging a.next,
	div.paging a.previous {
		margin: 0 3px;
		width: 75px;
		background: none;
		color: #6D6D6D;
		text-decoration: underline;
		text-align: left;
		font-size: 0.7em;
	}
	
	div.paging a.current {
		color: #ffffff;
		text-decoration: none;
		
		background: url(../../images/site_images/paging/active.png) left top no-repeat;
	}
			
/* .................... Common */
