/****************************************************** 
	Author:   Wizzard
	Updated:  19/12/2009
	Style:    PAGING Stylesheet

/****************************************************** 

/* ************************ GLOBAL STYLES */

div.paging {
	overflow: hidden;
	float: right;
	font-size: 1.2em;
	margin-right: 15px;
	margin-top: 5px;
}

	div.paging span {
		display: block;
		float: left;
		color: #6D6D6D;
		margin: 0 3px;
		padding-top: 3px;
		margin-right: 8px;
	}
	
	div.paging a {
		display: block;
		padding-right: 3px;
		height: 17px;
		padding-left: 3px;
		padding-top: 2px;
		float: left;
		margin: 0 1px;
		color: #6D6D6D;
		text-decoration: none;
		
		background: url(../../images/site_images/paging/not-active.gif) left 2px no-repeat;
	}
	
	div.paging a.next,
	div.paging a.previous {
		margin: 0 3px;
		background: none;
		color: #6D6D6D;
		text-decoration: underline;
		text-align: left;
	}
	
	div.paging a.current {
		color: #000000;
		text-decoration: none;
		
		background: url(../../images/site_images/paging/active.gif) left 2px no-repeat;
	}
			
/* .................... Common */

