#MarketInfoListing
{
	
}

	#MarketInfoListing tr td
	{
		background-image: url(../_img/Gradient1.jpg);
		background-repeat:repeat-x;
	}
	
	#MarketInfoListing tr td h3
	{
		padding:10px;
	}
	

	#MarketInfoListing ul
	{	
		margin:0px;
		padding:0px;
		list-style-type:none;
		width:100%;
		
	}
	
		#MarketInfoListing ul li
		{
			background:none;
			float:none;
			width:100%;
			height: 30px;
			white-space:nowrap;
		}
	
			#MarketInfoListing ul li a:link,
			#MarketInfoListing ul li a:visited 
			{
				padding-left:25px;
				padding-right:10px;
				display:block;
				
				background-image: url(../_img/Bullet.gif);
				background-repeat:no-repeat;
				background-position:10px 5px;
				
				color: #FF0000;
				font-weight: bold;
				text-decoration: none;
				height: 30px;
			}
			
			#MarketInfoListing ul li a:active,
			#MarketInfoListing ul li a:hover 
			{
				padding-left:25px;
				padding-right:10px;
				display:block;
				
				background-image: url(../_img/BulletWhite.gif);
				background-repeat:no-repeat;
				background-position:10px 5px;
				background-color: #FF0000;
			
				color: #FFFFFF;
				font-weight:bold;
				text-decoration:none;
				height: 30px;
			}