#featured
{
	height:140px;
	padding-bottom:2px;
}


	#featured a:link,
	#featured a:visited 
	{
		color: #FF0000;
		font-weight: bold;
		text-decoration: none;
	}
	#featured a:active,
	#content a:hover 
	{
		color: #FF0000;
		font-weight: bold;
		text-decoration: underline;
	}

#featuredButtonLeft
{
	float:left;
	width:15px;
	height:140px;
}

	#featuredButtonLeft
	{
		background-color: #999999;
	}
	#featuredButtonLeft:link,
	#featuredButtonLeft:visited
	{
		background-image: url(../_img/btn/btnFeaturedLeftA.gif);	
		background-repeat:no-repeat;
	}
	
	#featuredButtonLeft:active,
	#featuredButtonLeft:hover 
	{
		background-image: url(../_img/btn/btnFeaturedLeftB.gif);	
		background-repeat:no-repeat;
	}


#featuredButtonRight
{
	float:right;
	margin-left: 2px;
	width:15px;
	height:140px;
}

	#featuredButtonRight
	{
		background-color: #999999;
	}
	
	#featuredButtonRight:link,
	#featuredButtonRight:visited
	{
		background-image: url(../_img/btn/btnFeaturedRightA.gif);	
		background-repeat:no-repeat;
	}
	
	#featuredButtonRight:active,
	#featuredButtonRight:hover 
	{
		background-image: url(../_img/btn/btnFeaturedRightB.gif);	
		background-repeat:no-repeat;
	}



#FeaturedItemsContainer
{
	width:868px;
	height:140px;
	float:left;
	overflow:hidden;
}

#FeaturedItems
{
	/*width:1900px;*/ 
	/*
		height:140px;
		clip:rect(0px 870px 140px 0px);					
		position:absolute;	
	*/
}


	#FeaturedItems a:link,
	#FeaturedItems a:visited 
	{
		color: #FFFFFF;
		font-weight: bold;
		text-decoration: none;
	}
	#FeaturedItems a:active,
	#FeaturedItems a:hover 
	{
		color: #FFFFFF;
		font-weight:bold;
		text-decoration: none;
	}

	#featured div.featuredItem
	{
		height: 140px;
		width: 215px;
		margin-left:2px;
		float:left;
	}

		#featured div.featuredItem img
		{
			display:none;	
			visibility:hidden;
		}

		#featured div.featuredItem span.itemText
		{
			background-image: url(../_img/FeaturedItemBack.png);
			background-repeat:no-repeat;
			
			color:#FFFFFF;
			padding-top:2px;
			padding-left:7px;
			
			display:block;
			
			width:215px;
			height:29px;
			
		}
		
		
		#featured div.featuredItem span.Premium
		{
			background-image: url(../_img/FeaturedItemPremiumBack.png);
			background-repeat:no-repeat;
		}
		
		/* 
			Override the .red class becase the background colour
			of the Premium item text is red.
		*/
		
		#featured div.featuredItem span.Premium .red
		{
			color:#FFFFFF;
		}

