.newsContainer{
	position: relative;
	height: 260px;
	padding: 0px;
}

.newsContainer .singleNewsContainer {
	position: relative;
	top: 0px;
	left: 0px;
	
	height: 86px;
	
	cursor: pointer;
	
	border-bottom: 1px solid #E6E6E6;
}

.newsContainer .singleNewsContainer.hovered {
	background: #FFFFFF;
}

.newsContainer .singleNewsContainer .newsIcon {
	position: absolute;
	top: 10px;
	left: 10px;
	
	height: 64px;
	width: 85px;
	
	overflow: hidden;
	
	text-align: center;
	
	background: #DDDDDD;
	border: 1px solid #CCCCCC;
}

.newsContainer .singleNewsContainer.hovered .newsIcon {
	border: 1px solid #dbfa06;	
}

.newsContainer .singleNewsContainer .newsIcon img {	
	height: 64px;
	width: auto;
}

.newsContainer .singleNewsContainer .newsTitle {
	position: absolute;
	top: 9px;
	left: 105px;
	
	width: 290px;
	
	font-size: 12px;
	
	text-transform: uppercase;
	
	white-space: nowrap;
	
	overflow: hidden;
}

.newsContainer .singleNewsContainer .newsTeaser {
	position: absolute;
	top: 26px;
	left: 105px;
	
	font-size: 10px;
	
	color: #777777;
}



.noNewsFoundMessageContainer {
	text-align: center;
	
	height: 216px;
}

.noNewsFoundMessageContainer img {
	margin-top: 60px;
	margin-bottom: 20px;
}

.noNewsFoundMessageContainer .noNewsFoundMessage {
	font-size: 11px;
	
	text-transform: uppercase;
	
	color: #999999;
}