@charset "utf-8";
.news-latest-container {
	padding: 0;
	margin: 0;
	border-top: 1px solid #d4d4d4;

}
.news-latest-container a {
	color: #0a2153;
	font: normal 11px/130% "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding: 0;
	text-decoration: none;
}
.news-list-container a {
	color: #666;
	font: normal 11px/130% "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding: 0;
	text-decoration: none;
}

.news-latest-item, .news-list-item {
	padding: 5px 15px 5px 0;
	background: url(../images/plus.png) no-repeat right center;
	border-bottom: 1px solid #d4d4d4;
}

.news-latest-item img, .news-list-item img, .news-single-item img {
	border: 1px solid #ccc;
	float: left;
	margin: 0 10px 0 0;
}
.news-single-img {
	float: left;
}
.news-latest-date, .news-list-date {
	font: normal 11px/130% "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding: 0 10px 0 0;
	color: #7e9d0c;
}
.news-latest-morelink , .news-list-morelink {
	text-align: right;
}

/*List news*/
.news-list-container {
	float: right;
	width: 510px;
}

.news-list-container p {
	padding: 0 0 8px 10px;
}
.news-catmenu {
	padding: 0 0 15px 0;
}

.news-catmenu p {
	padding: 0;
}
.tx-ttnews-browsebox {
	margin: 0;
	padding: 5px 0 0 0;
}
.tx-ttnews-browsebox p {
	text-align: center;
	margin: 0;
	padding: 0;
}
.tx-ttnews-browsebox table {
	text-align: center;
	margin: 0 auto;
	padding: 0;
}
.tx-ttnews-browsebox table tr td {
	text-align: center;
	margin: 0;
	padding: 0 2px;
}

.tx-ttnews-browsebox table tr td.tx-ttnews-browsebox-SCell a {
	background: #8cba17;
	color: white;
	padding: 0 4px 0 3px;
	text-decoration: none;
}
.newspaper {
	float: left;
}
.newspaper img {
	border: 1px solid #ccc;
	padding: 1px;
}
.news-list-item-odd {
	background: #f7f7f7;
	padding:  4px 10px 5px 10px;
}
.news-list-item-even {
	padding:  4px 10px 5px 10px;
}
.news-single-item {
	padding: 0 0 15px 0;
}

.news-more {
	text-align: right;
	background: url(../images/plus.png) no-repeat right 10px;
	padding: 8px 15px 3px 0;
}
.news-more a {
	text-transform: uppercase;
	color: #7e9d0c;
}
