/****************************************************** 
	Author:   Wizzard
	Updated:  19/12/2009
	Style:    PAGING Stylesheet

/****************************************************** 

/* ************************ GLOBAL STYLES */

div.paging {
	position: absolute;
	bottom: 20px;
	right: 20px;
	overflow: hidden;
	float: right;
	margin: 5px auto;
	font-size: 1.2em;
}

	div.paging span {
		display: block;
		float: left;
		color: #333333;
		margin: 0 3px;
		padding-top: 3px;
		margin-right: 8px;
	}
	
	div.paging a {
		display: block;
		padding-right: 5px;
		height: 17px;
		padding-left: 6px;
		padding-top: 2px;
		float: left;
		margin: 0 3px;
		color: #333333;
		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: #333333;
		text-decoration: underline;
		text-align: left;
	}
	
	div.paging a.current {
		color: #009999;
		text-decoration: none;
		
		background: url(../../images/site_images/paging/active.gif) left 2px no-repeat;
	}
	
	div.paging a:hover
	{
		text-decoration:none;
	}
			
/* .................... Common */

