/*-----------------------------------  tt_news LATEST view  -----------------------------------*/
.news-latest-item,
.news-latest-content {
	font-family: verdana;
	font-size:10px;
}

.news-latest-title,
.news-latest-date {
	color: #0060ad;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 0px;
   border-bottom: 1px solid black;
	background: #c8e1ff;
	padding-right: 5px;
	text-align: right;
	font-size: 10px;
}

.news-latest-title a:hover,
.news-latest-date a:hover,
.news-latest-title a,
.news-latest-date a {
	color:#999999;
	text-decoration:none;
}

.news-latest-content {
	padding-top: 5px;
	padding-left: 3px;
	font-size: 10px;
	background: #c8e1ff;
	text-align: left;
}

.news-latest-content img {
	margin-bottom: 5px;
	margin-right: 0px;
	float: left;
	border: 0px;
}

.news-latest-morelink,
.news-latest-morelink a {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	text-align: right;
	color: #0060ad;
	text-decoration: none;
	background: #c8e1ff;
}

.news-latest-morelink a:hover {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	text-align: right;
	color: #999999;
	text-decoration: none;
	background: #c8e1ff;
}

.eye-candy {
	background-image: url(eye-candy.gif);
	width: 23px;
}