/* PAGE BAR STYLE 
------------------------------------------------------------ */

	/* style for the entire page bar
	------------------------------------------------------------------------------- */
	#page_view_bar											
	{
		margin:				0 0 10px;
		width:				100%;
		float:				left;
		background:			url(../images/common/divider.gif) bottom no-repeat;

	}
	
	/* style for the div containing "Viewing X of XXX"
	------------------------------------------------------------------------------- */
	#view_bar												
	{
		padding:			5px;
		width:				100%;
		float:				right;
		font-weight:		bold;
		font-size:			10px;
		text-align:			right;
		color:				#a5a5a5;
	}
	
	/* style for the div with page numbers
	------------------------------------------------------------------------------- */
	#page_bar												
	{
		padding:			0 5px;
		width:				60%;
		float:				right;
		text-align:			right;

	}
	
	/* default page number (only affects the divider "|")
	------------------------------------------------------------------------------- */
	#page_num												
	{
		margin:				5px 0;
		padding:			0 5px;
		float:				right;
		color:				#CCC;
	}
	
	/* page numbers (not current page)
	------------------------------------------------------------------------------- */
	#page_num a
	{
		color: 				#FFB200;
	}
	
	/* default page number (only affects the divider "|")
	------------------------------------------------------------------------------- */
	#page_first												
	{
		margin:				5px 0;
		float:				right;
		color:				#CCC;
	}
	
	/* default page number (only affects the divider "|")
	------------------------------------------------------------------------------- */
	#page_last
	{
		margin:				5px 0;
		float:				right;
		color:				#CCC;
	}
	
	/* page numbers that are links (all)
	------------------------------------------------------------------------------- */
	#page_num a												
	{
		text-decoration:	none;
		padding:			1%;
	}
	
	/* style for the current page
	------------------------------------------------------------------------------- */
	.current												
	{
		font-weight:		bold;
		color:				#000;
		background:			#F60;
		padding:			0 3px 0 3px;
	}
	/* ------------------------------------------------------------ */