.updatesContent {
	background: url("/static/images/news/bg-news-mid.png") repeat-x;
	min-height: 372px;
	max-height: 372px;
	padding: 10px 0px;
	width: 227px;
	font-size: .7em;
	overflow: hidden;
	vertical-align: top;
	display: inline-block;
}
.updatesContent a {
	color: #444
}
.updatesHeader {
	font-weight: bold;
	font-size: 14px;
	padding: 0px 10px;
}
.updatesDotted {
	padding-left: 10px;
}
.updateItem {
	padding: 5px 10px;
}
.updateTime {
	font-weight: bold;
	font-size: 12px;
	padding-bottom: 2px;
}
.updateTitle {
	font-weight: bold;
	font-size: 12px;
	text-decoration: underline; 
	padding-bottom: 2px;
}
.updatesLink {
	cursor: pointer;
	padding: 5px 10px 0px;
}
.updatesContentInner {
	height: 320px;
	overflow: hidden;
}
