
/*--------------------------------- tt_news LIST view  -----------------------------------*/
.news-list-container {
	margin-top:5px;
	border:4px solid #eee;
	background-color:#dbdbdb;
}

.news-list-item {
	/* IE hack */
	height: 1%;
	line-height: 1.3;
	/* IE hack end */
	height: auto !important;
	padding:5px;
	border:1px solid #fff;
	background-color:#dbdbdb;
	line-height: 60%;
}

.news-list-container IMG {
	margin-top:5px;
	margin-bottom:0px;
	margin-right:5px;
	margin-left:5px;
}

.news-list-category IMG {
	float: none;
	border:none;
	margin:0px;
}

.news-list-morelink,.news-list-category {
	font-size:12px;
	margin-left:3px;
}
.news-list-morelink  {
	margin-bottom:3px;
	line-height: 50%;
}