	
	/* new clearfix */
	.clearfix,
	.clearfix:after 
	{
		clear: both;
		content: " ";
		display: block;
		float:none;
		font-size: 0;
		height: 0;
		visibility: hidden;
	}
	* html .clearfix             { zoom: 1; } /* IE6 */
	*:first-child+html .clearfix { zoom: 1; } /* IE7 */
	
	
	
	ul.MarketList
	{
		list-style:none;
		margin:0 0 35px 0;
		padding:0;		
	}
	
	ul.MarketList li
	{
		text-align:center;
		
		float:left;
		margin:0 45px 25px 0;
		padding:0;
	}
	
	ul.MarketList li a
	{
		display:block;
	}
	
	ul.MarketList li p
	{
		margin:0;
		padding:0;
	}
	
	.Padding 
	{
		float:none;
		padding-top:35px;
	}
	
/* 
___________________________________________________*/

	.RefineSearch
	{
		height:16px;
		margin-top:3px;
		width:206px;
	}
	
/*
___________________________________________________*/

	#DistributorInformation
	{
		width:100%;
	}
	
	#DistributorInformation th,
	#DistributorInformation td
	{
		text-align:left; 
		
		margin:0;
		padding:3px 6px;
	}
	
	#DistributorInformation th
	{
		color:#006699;
		cursor:pointer;
	}
	
	#DistributorInformation tr.even
	{
		background:#e6e6e6;
	}
	
	#DistributorInformation tr.odd
	{
		background:#fff;
	}
	
	.Disclaimer
	{
		float:none;
		padding:20px 0 0 0;
	}
	
	
	.OnlineDistributor
	{
		float:left;
		margin:25px 0 20px 0;
		width:200px;
	}
	
	.OnlineDistributor img 
	{
		display:block;
	}
	
	.OnlineDistributorContainer
	{
		border-bottom:solid 1px #006699;
		border-top:solid 1px #006699;
		float:left;
		padding:24px 0;
		margin:20px 0 45px 0;
		width:100%;
	}
	
	.BackToResults
	{
		margin-bottom:10px;
	}