/***************************/
/* Template latest + list + single */
/***************************/
.news-latest-date, .news-single-timedata {
	font-weight: bold;
	color: #000000;
	text-transform: capitalize;
}

.news-latest-morelink a, .news-latest-morelink a:visited, .news-single-backlink a, .news-single-backlink a:visited, .article-list-morelink a, .article-list-morelink a:visited {
	color: #9c0000;
	text-decoration: none;
	font-weight: bold;
}

.news-latest-morelink a:hover, .news-single-backlink a:hover, .article-list-backlink a:hover {
	color: #ff5800;
	text-decoration: none;
}

.news-latest-text, .news-single-text {
	color: #000000;
}

.news-latest-image, .news-single-image {
	float: right;
}

/****************/
/* Template latest */
/****************/
.news-latest-container, .tt_news_top, .tt_news_middle, .tt_news_bottom {
	/*width: 441px;*/
	width: 420px;
}

.news-latest-item {
	width: 390px;
}

.news-latest-container {
	padding: 10px;
	background: #dedede;
	border: solid 1px #1b2c6a;
}

.tt_news_top {
	height: 11px;
	background: url('../images/news_top.gif') no-repeat;
}

.tt_news_middle {
	background: url('../images/news_middle.gif') repeat-y;
	margin-top: -2px;
	padding: 0px 15px 0px 30px;
}

.tt_news_bottom {
	height: 15px;
	background: url('../images/news_bottom.gif') no-repeat;
}

/**************/
/* Template list */
/**************/
.article-list-container, .tt_article_top, .tt_article_middle, .tt_article_bottom {
	width: 283px;
}

.tt_article_top {
	height: 11px;
	background: url('../images/article_top.gif') no-repeat;
}

.tt_article_middle {
	background: url('../images/article_middle.gif') repeat-y;
	margin-top: -2px;
	padding: 0px 15px 0px 30px;
}

.tt_article_bottom {
	height: 15px;
	background: url('../images/article_bottom.gif') no-repeat;
}

.article-list-item {
	width: 240px;
}

.news-article-image {
	text-align: center;
}

.article-list-morelink {
	float: right;
	margin-top: -12px;
}

/****************/
/* Template single */
/****************/
.news-single-item {
	border: solid 1px #1b2c6a;
	background: #dedede;
	padding: 15px;
}

.news-single-timedata {
	text-align: right;
}

.news-single-item h2 {
	font-size: 16px;
	font-weight: bold;
	color: black;
}

.news-single-text {
	margin-left: 15px;
}

.news-single-backlink {
	text-align: right;
	clear: right;
}

