

/*-----------------------------------  clearer  -----------------------------------*/
/* prevent floated images from overlapping the div-containers they are wrapped in  */

.news-list-container HR.clearer, .news-single-item HR.clearer, .news-latest-container HR.clearer{
	clear:right;
	height:0px;
	border:0px;

}
.news-latest-container HR.clearer {
	clear:left;
}

/*-----------------------------------  tt_news LATEST view  -----------------------------------*/

.news-latest-container {
	WIDTH: 230px;
}

.news_homebox{
	WIDTH: 230px;
	POSITION: relative;
	HEIGHT: auto;
	float: left;
	border-bottom: 1px solid #b5b5b5;
}

.headline-container {
	WIDTH: 195px;
	POSITION: relative;
	HEIGHT: auto;
	float: left;	
	padding: 8px 5px 8px 7px;
	
}


.arrow-container {
	WIDTH: 23px;
	POSITION: relative;
	HEIGHT: auto;
	float: right;
	padding-top: 9px;
	padding-bottom: 9px;
}


.news-latest-gotoarchive {
	font-weight:bold;
	margin-top:5px;
}
.news-latest-gotoarchive A:LINK, .news-latest-gotoarchive A:VISITED, .news-latest-gotoarchive A:HOVER {
	color:#fff;
}
.news-latest-gotoarchive A {
	color:#fff;
}


a.news-latest-item:link, a.news-latest-item:active, a.news-latest-item:visited, a.news-latest-itemi:hover { 
	padding-top: 5px;
	color:#898989; 
	text-decoration: none; 
	font-size: 12px; 
	font-weight:normal; 
	font-family:Arial, Helvetica, sans-serif;
}


.news-latest-date,.news-latest-morelink,.news-latest-category {
	font-size:9px;
}

.news-latest-morelink {
	height:0px;
}

.news-latest-morelink A {
}