.compare-parties
{
	width: 464px;
}

	.compare-parties a
	{
		background-image: url('/nova/static/images/arrow_black_down.gif');
		background-repeat: no-repeat;
		background-position: top left;
		padding-left: 20px;
		font-weight: bold;
	}
		.compare-parties a.collapsed
		{
			background-image: url('/nova/static/images/arrow_black.gif');
		}

	.compare-parties table thead th
	{
		width: 464px;
	}

	.compare-parties table tbody td
	{
		width: 402px;
	}
		.compare-parties table tbody td.left
		{
			width: 60px;
			font-weight: bold;
		}