
/*-----------------------------------  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 rgb(249,255,229);

}
.news-latest-container HR.clearer {
	clear:left;
}
/*--------------------------------- tt_news LIST view  -----------------------------------*/
.news-list-container {
	border:1px solid rgb(51,51,51);
	background-color: rgb(100,135,220);
}

.news-list-item {
	padding:0 3px 0 3px;
	margin:3px;
	border:1px solid #666;
	background-color:rgb(249,255,229);
}
.news-list-container H3 {
	margin-bottom: 5px;
	padding: 2px;
	border-bottom: 1px solid rgb(118,144,36);
}
.news-list-container H3 A:LINK,.news-list-container H3 A:VISITED,.news-list-container H3 A:HOVER {
	color:#fff;
	padding-left:2px;
}
.news-list-container H3 A {
	color:#fff;

}
.news-list-container P {
	padding-left:3px;
}
.news-list-date {
	float: right;
	color: rgb(62,28,85);
	width: 180px;
	text-align: right;
	font-size: 9px;
	font-weight: normal;
	background-color: rgb(249,255,229);
	}
.news-list-imgcaption {
	float: right;
	padding-top:3px;
	padding-right:3px;
	font-size: 9px;
}
.news-list-container IMG {
	float: right;
	border:1px solid #666;
	margin-bottom:5px;
	margin-right:2px;
	margin-left:5px;
}
.news-list-category IMG {
	float: none;
	border:none;
	margin:0px;
}
