.NewsItem figure {
	border:1px solid #cccccc;
	float:left;
	margin:0 15px 10px 0;
	max-width:31%; 
}
.News.Item p.first {
    text-align: left !important;
}

/* OVERVIEW */
.News .NewsItem {
	margin-bottom:15px;
	position: relative;
	border-bottom: 1px solid #D8D8D8;
}
.News .NewsItem:last-child { margin-bottom:0; }

.News.smallview .NewsItem {
	border-bottom: 0;
}
.News .NewsItem .inner {
	padding-bottom:45px;
}
.News .NewsItem figure {
	margin-top:5px;
}
.News.smallview .NewsItem h3 {
	font-size:138%;
	color:#323e48;
	font-weight: bold;
	line-height:1.1;
	margin:0 0 5px;
}
.NewsItem .date {
	color:#ce1432;
	font-weight: bold;
}
.News .NewsItem p {
	margin-bottom:0;
	padding-bottom:0;
}
.News .NewsItem h3 a {
	color:#58595b;
}
.News.smallview .NewsItem h3 a {
	color:#003d7e;
}

.News .NewsItem a.more-inline {
	color: #CF102D;
	float: right;
}
.News .NewsItem .Buttons {
	bottom:10px;
	right:0;
}

.pageGrey .mainRow .News.overview { background:#fff; border:0; }
.pageGrey .mainRow .News.overview h3.title { color:#003d7e; }
 