/*--------------------------------- tt_news LIST view  -----------------------------------*/
.news-list-container,
.news-list-item,
.news-list-item hr,
.news-list-date ,
.news-list-header,
.news-list-text,
.news-list-browse {
	/* other */
	float: left;
	clear: both;
}

.news-list-item {
	width: 320px;
}


.news-list-container P.bodytext {
	margin: 0px;
	padding: 0px;
}

.news-list-date {
	/* text */
	font-size: 9px;	
}

.news-list-imgcaption {
	/* text */
	font-size: 9px;
	
	/* border */
	padding-top:3px;
	padding-right:3px;
}

.news-list-container IMG {
	/* border */
	border:1px solid #666;
	margin:0px 5px 5px 0px;

	/* other */
	float: right;
	clear: both;	
}

.news-list-category IMG {
	/* border */
	border:none;
	margin:0px;

	/* other */
	float: none;
}

.news-list-morelink,.news-list-category {
	/* text */
	font-size:9px;	
	
	/* other */
	float: left;
	clear: none;
}

.news-list-morelink a {
	/* border */
	margin-bottom:3px;
	
	/* other */
	float: left;
	clear: none;
}

.news-list-browse {
	text-align: center;
}

/*--------------------------------- tt_news LATEST view  -----------------------------------*/
.news-latest-container,
.news-latest-item,
.news-latest-item hr,
.news-latest-gotoarchive,
.news-latest-date ,
.news-latest-header,
.news-latest-text {
	/* other */
	float: left;
	clear: both;
}

.news-latest-item {
	width: 170px;
}


.news-latest-container P.bodytext {
	margin: 0px;
	padding: 0px;
}

.news-latest-date {
	/* text */
	font-size: 9px;	
}

.news-latest-imgcaption {
	/* text */
	font-size: 9px;
	
	/* border */
	padding-top:3px;
	padding-right:3px;
}

.news-latest-container IMG {
	/* border */
	border:1px solid #666;
	margin:0px 5px 5px 0px;

	/* other */
	float: right;
	clear: both;	
}

.news-latest-category IMG {
	/* border */
	border:none;
	margin:0px;

	/* other */
	float: none;
}

.news-latest-morelink,.news-latest-category {
	/* text */
	font-size:9px;	
	
	/* other */
	float: left;
	clear: none;
}

.news-latest-morelink a {
	/* border */
	margin-bottom:3px;
	
	/* other */
	float: left;
	clear: none;
}

.news-latest-browse {
	text-align: center;
}



/*--------------------------------- tt_news SINGLE view  ---------------------------------*/
.news-single-item,
.news-single-item hr,2
.news-single-timedata ,
.news-single-header,
.news-single-text {
	/* other */
	float: left;
	clear: both;
}