
/*-----------------------------------  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:2px;
	border:1px solid #FFF;
}
.news-latest-container HR.clearer {
	clear:left;
	border:1px solid #FFF;
}

/*-----------------------------------  tt_news LATEST view  -----------------------------------*/

.news-latest-container {
	border: none;
	background-color:#FFFFFF;
	width:550px;
}

.news-latest-container H2,.news-latest-gotoarchive {
	color:#000;
	padding:3px;
	margin:3px;
	border:none;
	background-color:#FFF;
}
.news-latest-container H3,.news-latest-gotoarchive {
	color:#000;
	font-size:12px;
	padding:3px;
	margin:3px;
	border:none;
	background-color:#FFF;
}

.news-latest-gotoarchive {
	font-weight:bold;
	margin-top:5px;
	clear: left;
	float:right;
}
.news-latest-gotoarchive A:LINK, .news-latest-gotoarchive A:VISITED, .news-latest-gotoarchive A:HOVER {
	color:#0E4D8B;
}
.news-latest-gotoarchive A {
	color:#000;
}
.news-latest-item {
	/* IE hack */
	height: 1%;
	line-height: 1.3;
	/* IE hack end */
	padding:3px;
	margin:3px;
	border:none; /*1px solid black;*/
	background-color:#FFF;
	width:260px;
	float:left;
	height: 190px;
}

.news-latest-item IMG {

	margin-bottom:5px;
	margin-right:5px;
	border:1px solid #666666;
	float:left;
}
.news-latest-category IMG {
	float: none;
	border:none;
	margin:0px;
}
.news-latest-date,.news-latest-morelink,.news-latest-category {
	font-size:11px;
	/*background-color:#FFF;*/
}

.news-latest-morelink {
	font-size:12px;
}

.news-latest-morelink A {
	float:right;
}
