

/*-----------------------------------  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: both;
	margin-bottom: 5px;
 	margin-left: 0px;
	height:1px;
	width:470px;
	border: none;
	border-top: 1px dashed #000000;
	background: transparent;
}

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


/*--------------------------------- tt_news LIST view  -----------------------------------*/
.news-list-container {
	/* width: 450px; * *//
	/* border-width:1px; */
        border: none;
	font-family: Arial, Helvetica, sans-serif;
	border-style: groove;
	border: none;
	padding: 5px;
	margin-left: 0x;
	/* border: none; */
	/* border-left: 0px; */
	background-color:#FFFFFF;
	overflow: visible !important;
}

.news-list-header {
	float: left;
  	color: #000000;
	width: 400px;
	text-align: left;
	font-weight: normal;
	overflow: visible !important;
}

.news-list-filelink {
	float: left;
        color: #FF9900;
	font-weight: normal;
	width: 460px;
	text-align: left;
	margin-left:0px;
	margin-top: 0px;
	margin-right: 0px;
	font-size: 100%;
	font-weight: normal;
}


.news-list-filelink a:link {
	color: #3366CC;
	text-decoration: underline;
	font-weight: bold;
}

.news-list-filelink a:visited {
	color: #3366CC;
	text-decoration: underline;
	font-weight: bold;
}

.news-list-date {
	float: right;
	color: #000000;
	text-align: right;
	margin-left:0px;
	margin-top: 0px;
	margin-right: 0px;
	font-size: 100%;
	width: 83px;
	font-weight: normal;
	font-family: Helvetica;
	background-color: #FFFFFF;
}






