
div#contentSoutez
{
	background: #fff;
	padding: 10px 20px 40px 20px;
	min-height: 600px;
	float: left;
	width: 530px;
	font-size: 11px;
}
	
	#contentSoutez #soutezText
	{
		padding: 0 15px 0 15px;
	}

	#contentSoutez h3
	{
		font-size: 14px;
	}

	table#soutezCeny
	{
		width: 476px;
		color: #fff;
		font-weight: bold;
		font-size: 11px;
		border-collapse: collapse;
	}
		table#soutezCeny td
		{
			padding: 7px 10px 7px 10px;
			border: 1px solid #fff;
		}
		table#soutezCeny td.colBlack
		{
			width: 54px;
			background: #000;
		}
		table#soutezCeny td.colGreen
		{
			background: #abbf08;
		}
		table#soutezCeny td.colRed
		{
			background: #ff1a00;
		}
		table#soutezCeny td.colGrey
		{
			background: #505050;
		}
		table#soutezCeny td.colGreyLight
		{
			color: #000;
			background: #e8e8e8;
		}
		table#soutezCeny td.colGreyLight2
		{
			font-size: 10px;
			font-weight: normal;
			color: #000;
			background: #e8e8e8;
		}

	#soutezText #soutezGrey
	{
		width: 460px;
		background: #e8e8e8;
		float: left;
		margin-top: 30px;
		padding: 0 8px 0 8px;
	}
		#soutezGrey p, #soutezGrey h3
		{
			padding: 2px;
			margin: 2px;
		}
	
	#slegend
	{
		padding: 8px 0 0 4px;
		color: #ff1a00;
		font-size: 12px;
		font-weight: bold;
	}

