/*-----------------------------------  tt_news LATEST view  -----------------------------------*/
.news-latest-container h2 {
	color: #000000;
	background-color: #ffffff;
	text-align: center;
	width: 180px;
	margin: 20px 0 0 4px;
}


.news-latest-container{
	font-family: Verdana;
	color: black;
	font-size: 11px;
	margin: 0px 0 0 0;
	padding:10px 5px 0 5px;
	border:0px dotted red;
	background-color: transparent;
}

.news-latest-item {
	/* IE hack */
	height: 32%;
	line-height: 1.0;
	/* IE hack end */
	border:0px solid #666;
	padding:15px;
	font-family: Verdana;
	color: #ffffff;
	background-color: transparent;
}

.news-latest-item IMG {

	margin-right:2px;
	border:0px solid #666;
	float:left;
}

.news-latest-item h3 {
	margin-bottom:15px;
	color: #FF0000;
	
}

.news-latest-item h3  a{
	margin-bottom:5px;
	color: #FF0000;

}

.news-latest-category IMG {
	font-family: Verdana;
	color: grey;
	float: left;
	border:none;
	margin:0px;
}
.news-latest-date{
	font-size:8px;
}

.news-latest-date a{
	font-size:10px;
	color: #FF0000;
}

.news-latest-morelink {
	height:15px;
}

.news-latest-morelink A {
	float:right;
	margin-top: 10px;
	
}


.news-single-item {
	font-family: Verdana;
	color: black;
	margin: 50px 50px 50px 50px;
}