
/*-----------------------------------  clearer  -----------------------------------*/
/* prevent floated images from overlapping the div-containers they are wrapped in  */

#ContainerNEWSLATEST .news-latest-container .news-latest-item .clearer {
	height:		14px;
	background-image:	url(tx_ttnews_NEWSLATEST_FILES/SpacerContent.gif);
	background-position:	0px 9px;
	background-repeat:	repeat-x;
}

/*-----------------------------------  tt_news LATEST / LIST view  -----------------------------------*/
#ContainerNEWSLATEST .news-latest-container {
	border:		none;
	background-color:	#ECECEC;
	padding:		12px;
	margin-left:	9px;
	margin-top:	0px;
	margin-right:	10px;
}
#ContainerNEWSLATEST .news-latest-container .news-latest-item {
	font-size:		10px;
	font-weight:	normal;
	color:		#666666;
	margin:		0:
	padding:		0;
}

#ContainerNEWSLATEST .news-latest-container .news-latest-item .news-latest-title {
	font-size:		10px;
	font-weight:	normal;
	color:		#666666;
	text-decoration:	none;
}
#ContainerNEWSLATEST .news-latest-container .news-latest-item .news-latest-title A {
	font-size:		10px;
	font-weight:	normal;
	color:		#666666;
	text-decoration:	none;
}
#ContainerNEWSLATEST .news-latest-container .news-latest-item .news-latest-title A:hover {
	color:		#666666;
	font-weight:	bold;
}
#ContainerNEWSLATEST .news-latest-container .news-latest-item .news-latest-title .news-latest-date {
	font-size:		10px;
	color:		#F03000;
	padding-right:	5px;
}




#ContainerNEWSLATEST .news-latest-morenews {
	font-weight:	normal;
	text-align:		right;
	color:		#666666;
}
#ContainerNEWSLATEST .news-latest-morenews a {
	font-weight:	normal;
	text-align:		right;
	color:		#666666;
	text-decoration:	none;
}
#ContainerNEWSLATEST .news-latest-morenews a:hover {
	font-weight:	normal;
	color:		#666666;
	text-decoration:	underline;
}