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

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

/*-----------------------------------  tt_news LATEST view  -----------------------------------*/
.news-latest-container {
	/*margin-left:40px;	*/
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:12px;		
	margin-bottom:20px;
}

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

.news-latest-container .news-latest-item h3 {
	margin-bottom:0px;
	font-weight:normal;	
	font-size:12px;	
	font-family:Arial, Helvetica, sans-serif;	
}


/*--------------------------------- tt_news LIST view  -----------------------------------*/
.news-list-container {
	margin-left:40px;	
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:12px;	
}

.news-list-container .news-list-item h3 {
	font-weight:normal;	
	font-size:12px;	
	font-family:Arial, Helvetica, sans-serif;
}
/*--------------------------------- tt_news SINGLE view  ---------------------------------*/
.news-single-item {
	margin-left:40px;
}
