/*-----------------------------------  tt_news LATEST view  -----------------------------------*/

.news-latest-container {
	border:1px none #333;
	width: 200px;
}

.news-latest-container H2,.news-latest-gotoarchive {
	color:#fff;
	padding:3px;	
	margin:3px;
	border:1px solid #666;
}

.news-latest-gotoarchive {
	margin-top:5px;
	font-weight: bold;
}
.news-latest-item {
	padding:3px;	
	margin:3px;
	border:1px none #666;
}
.news-latest-item H3,.news-latest-item H3 A:LINK,.news-latest-item H3 A:VISITED,.news-latest-item H3 A:HOVER{
	color:#4C4C4C;
	font-size:14px;
	font-weight:bold;
	text-decoration: none;
}
.news-latest-item IMG {
	
	margin-bottom:5px;
	margin-right:5px;
 	border:1px none #666;
	/*float:left;*/
}
.news-latest-category IMG {
	float: none;
	border:none;
	margin:0px;
}
.news-latest-date {
	font-size:9px;
}
.news-latest-morelink,.news-latest-category {
	font-size:9px;
}

.news-latest-morelink {
	height:12px;
}
