
/*-----------------------------------  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:1px;
	border:0px solid #FFFFFF;

}
.news-latest-container HR.clearer {
	clear:left;
}

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

.news-latest-container {
	font-size:12px;
	color:#000;
	/*background-color:#BBE53A;*/
}

.news-latest-container A{
	color:#000;
}

.news-latest-container A:hover{
	color:#000;
}

.news-latest-symbol {
  font-weight: bold;
  color:#FF6101;
}

.news-latest-container H2,.news-latest-gotoarchive {
	color:#000;
	padding:2px;
	margin:2px 2px 2px 5px;
}

.news-latest-gotoarchive {
	margin-top:2px;
}
.news-latest-gotoarchive A:LINK, .news-latest-gotoarchive A:VISITED, .news-latest-gotoarchive A:HOVER {
	color:#000;
}
.news-latest-gotoarchive A {
	color:#000;
}
.news-latest-item {
	/* IE hack */
	height: 1%;
	line-height: 1.3;
	/* IE hack end */
	padding:2px;
	margin:2px 2px 2px 5px;
	/*border:1px solid #666;
	background-color:#F9FFE5;*/
}

.news-latest-item IMG {

	margin-bottom:5px;
	margin-right:5px;
	border:1px solid #666;
	float:left;
}
.news-latest-category IMG {
	float: none;
	border:none;
	margin:0px;
}
.news-latest-date,.news-latest-morelink,.news-latest-category {
}

.news-latest-morelink {
	height:12px;
}

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

