/*---------------------------------------  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;
	height: 20px;
	padding: 3px 4px 2px 7px;
	margin: 0px 0px 5px 0px;
}
*/
.news-latest-container h2 {
	cursor: pointer;
}

.news-latest-item p {
	margin-top: 1px;
	line-height: 1.45; 
	margin-bottom: 10px;
}

.news-latest-date {
	display: inline;
	font-weight: normal;
	font-size: 12px;
}

.news-latest-author p {
	display: inline;
	padding: 0px;
	font-weight: normal;
	font-size: 10px;
}

.news-latest-morelink {
	text-align: right;
}

.news-latest-container img {
	float: left;
	margin: 6px 5px 0px 0px;
	border: 0px;
}

/*--------------------------------- tt_news LIST view  -----------------------------------*/

.news-list-container {
}

.news-list-container * {
}

.news-list-items {
}

.news-list-header {
	display: none;
}

.news-list-item a {
	position: relative;
	line-height: 1.5;
	padding-bottom: 6px;
}

.news-list-date {
	line-height: 1;
	display: block;
	font-weight: normal;
	padding-top: 10px;
}

.tx-ttnews-browsebox {
	color: #000000;
	padding-top: 10px;
}

.tx-ttnews-browsebox p {
	padding: 0px;
	text-align: center;
}
.tx-ttnews-browsebox a {text-decoration: none !important;}
.tx-ttnews-browsebox p a {text-decoration: underline !important;}
.tx-ttnews-browsebox p a:hover {text-decoration: none !important;}
	
.tx-ttnews-browsebox-SCell p a {
	color: #000000;
}

.tx-ttnews-browsebox-next {
	width: 16px;
	height: 15px;
	background: url(img/news_next.png) top center no-repeat;
}

.tx-ttnews-browsebox-prev {
	width: 16px;
	height: 15px;
	background: url(img/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 {
	margin-bottom: 10px;
}

.news-single-image {
	display: block;
	clear: both;
}

.news-single-image p {
	font-size: 12px;
	font-style: italic;
	padding: 0px 0px 5px 0px;
}

.news-single-timedata {
	font-weight: normal;
	font-size: 12px;
}

.news-single-author {
	font-size: 14px;
	display: none;
}

/*--------------------------------- tt_news CATMENU view  ---------------------------------*/

.news-catmenu  {
	margin-top: 5px;
	clear: both;
	overflow: auto;
}

.news-catmenu-header {
	display: none;
}

.news-catmenu .news-catmenu-NO {
	float: left;
	height: 24px;
	background: url(../../images/menu/submenu_bg.png);
	overflow: hidden;
	width: 70px;
	cursor: pointer;
	padding: 6px 0 0 0;
}

.news-catmenu-ACT {
	float: left;
	height: 24px;
	background: url(../../images/menu/submenu_bg_act.png);
	overflow: hidden;
	width: 70px;
	cursor: pointer;
	padding: 6px 0 0 12px;
	margin: 0 -12px 0 0;
}

.news-catmenu .news-catmenu-NO:hover {
	background: url(../../images/menu/submenu_bg_act.png);
	cursor: pointer;
}

.sIFR-active .news-catmenu .news-catmenu-NO a {
	margin: 0 0 0 12px;
	font-size: 12px;
	cursor: pointer;
}

.news-catmenu-ACT a {
	color: #232323;
}

.news-catmenu-NO a {
	width: 295px;
	height: 24px;
}