



div.editorial_archiveList
{
	width:561px;
	padding: 5px;
}


div.editorial_archiveList table
{
	width: 100%;
	border: none; 
}

	div.editorial_archiveList table col.imageContainer
	{
		width: 107px;
	}

	div.editorial_archiveList table col.textContainer
	{
		width: auto;
	}
	
	div.editorial_archiveList table tr 
	{
		background:url(/media/system/pixel/trans_75.png);
	}
	
	* html div.editorial_archiveList table tr 
	{
		background:url(/media/system/pixel/trans_75_ie.png);
	}
	
	div.editorial_archiveList table tr td
	{
		padding: 5px;
		margin: 0;
		vertical-align: top;
	}
	
		div.editorial_archiveList table tr td img
		{
			width: 107px;
			border: none;
		}
	
		div.editorial_archiveList table tr td div.headline
		{
			font-size: 11px;
			font-weight: bold;
			color: #919191;
		}
	
			div.editorial_archiveList table tr td div.headline a
			{
				font-size: 11px;
				font-weight: bold;
				color: #919191;
			}
	
		div.editorial_archiveList table tr td div.headline2
		{
			font-size: 11px;
			font-weight: bold;
			margin-top: 5px;
		}
	
		div.editorial_archiveList table tr td div.body
		{
			font-size: 11px;
			margin-top: 3px;
			margin-bottom: 3px;
		}
	
		div.editorial_archiveList table tr td a
		{
			font-size: 11px;
		}