﻿#section {
	overflow: hidden;
	display: inline-block;
}

#section #left {
	float: left;
	margin-right: 5px;
	padding: 3px 0px 3px 5px;
	vertical-align: top;
	width: 140px;
	font-family: Arial CE, Arial;
}

#section #left a {
	position: relative;
	display: block;
	padding: 2px 25px 2px 0px;
	color: #000;
	text-decoration: none;
	margin-bottom: 3px;
}

#section #left a.alter {
	background: #F2F2F2;
}

#section #left a span {
	position: absolute;
	top: 0px;
	right: 6px;
}

#section #left a:hover {
	color: #ED1C24;
	text-decoration: underline;
}

#section #middle {
	float: left;
	vertical-align: top;
	width: 334px;
	padding-top: 10px;
}

#section #right {
	float: left;
	margin-left: 5px;
	padding: 3px 3px 3px 2px;
	vertical-align: top;
	width: 182px;
}
