/*---------------------------------------  tt_news  -------------------------------------------*/

/*-----------------------------------  tt_news LATEST view  -----------------------------------*/

.news-latest-container {
	margin: 0px 0px 10px 0px;
}

.news-latest-container div.news-latest-header {
	clear:both;
	color: #ffffff;
	background:#68d763;
	font-weight:bold;
	text-align: left;
	height: 20px;
	padding: 3px 4px 2px 7px;
	margin: 0px 0px 5px 0px;
}

.news-latest-container h3 {
	margin: 0px;
}

.news-latest-item p {
	padding: 5px 0px 5px 0px;
}

.news-latest-date {
	display: inline;
}

.news-latest-author p {
	display: inline;
	padding: 0px;
}

.news-latest-morelink {
	text-align: right;
}

.news-latest-container img {
	float: left;
	margin: 10px 5px 0px 0px;
	border: 0px;
}

/*--------------------------------- tt_news LIST view  -----------------------------------*/

.news-list-container {
	background: #f2f2f2;
	border: 1px solid #e5e5e5;
	margin: 0px 0px 15px 0px;
	padding: 15px;
}

.news-list-container * {
	font-size: 12px;
}

.news-list-items {
	padding: px 15px 2px 15px;
}

.news-list-header {
	width 100%;
	height: 22px;
	padding: 2px 0px 0px 15px;
	background: url(img/ipsum_header_bg.png) repeat-x;
	border: 1px solid #e5e5e5;
}

.news-list-item {
	position: relative;
	margin: 0px 0px 10px 0px;
}

.news-list-date {
	line-height: 1;
	display: block;
}

.news-list-container h3 a {
	line-height: 1;
}

.tx-ttnews-browsebox {
	color: #000000;
}

.tx-ttnews-browsebox p {
	padding: 0px;
	text-align: center;
}
	
.tx-ttnews-browsebox-SCell p a {
	color: #000000;
}

.tx-ttnews-browsebox-next {
	width: 16px;
	height: 15px;
	background: url(img/ipsum_news_next.png) top center no-repeat;
}

.tx-ttnews-browsebox-prev {
	width: 16px;
	height: 15px;
	background: url(img/ipsum_news_prev.png) top center no-repeat;
}

/*--------------------------------- tt_news SINGLE view  ---------------------------------*/

.news-single-container {
}

.news-single-item {
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 10px 0px;
}

.news-single-item div.news-single-header {
	clear:both;
	color:#ffffff;
	font-weight:bold;
	text-align: right;
	height: 16px;
	padding: 2px 4px 2px 4px;
}

.news-single-item h3 {
	padding: 0px;
	margin: 0px 0px 5px 0px;
}

.news-single-image {
	display: block;
	clear: both;
}

.news-single-image p {
	font-size: 10px;
	font-style: italic;
	padding: 0px 0px 5px 0px;
}

.news-single-timedata {
	font-size: 12px;
	font-weight: bold;
}

.news-single-author {
	font-size: 14px;
}