/*-----------------------------------  clearer  -----------------------------------*/
/* prevent floated images from overlapping the div-containers they are wrapped in  */
hr {color: #ffffff; background:transparent; border:0; border-bottom: 1px #000000 solid;}

.news-list-container HR.clearer, 
.news-single-item HR.clearer, 
.news-latest-container HR.clearer{
	clear:right;
	height:1px;
}


/*--------------------------------- tt_news LIST view  -----------------------------------*/
.news-list-container {
	border-top:1px solid #000000;
	margin-top:10px;
}

.news-list-container a:hover {
	text-decoration:none !important;
}

.news-list-container a:hover div.news-list-item {
	background-color:#dddddd;
}

.news-list-item {
	/* IE hack */
	height: 1%;
	line-height: 1.3;
	/* IE hack end */
	height: auto !important;
	padding:7px 14px;
	border-bottom:1px solid #000000;
	}
	
.news-list-item h3 {
	padding:0 !important;
	}


.news-list-container H3 {
	float:left;
}

.news-list-container H3 A:LINK,.news-list-container H3 A:VISITED,.news-list-container H3 A:HOVER {
	padding-left:2px;
}

.news-list-container H3 A {

}

.news-list-item P {
	clear:both;
	color:#7e7e7e;
}

.news-list-date {
	float: right;
	width: 180px;
	text-align: right;
	font-weight: bold;
	padding-top:4px;
	}

.news-list-imgcaption {
	float: right;
	padding-top:3px;
	padding-right:3px;
	font-size: 9px;
	}


.news-list-morelink  {
	margin-bottom:3px;
}

.news-list-browse {
	text-align: center;
}



/*---------------------------------  tt_news Page-Browser ---------------------------------*/

.tx-ttnews-browsebox {
	margin:3px;
	padding:3px;
}

.tx-ttnews-browsebox TD {

}

.tx-ttnews-browsebox-strong, .tx-ttnews-browsebox-SCell {
	font-weight: bold;
}

.tx-ttnews-browsebox-SCell P,.tx-ttnews-browsebox TD P{
	margin:0px;
}

.tx-ttnews-browsebox-SCell {

}


/*--------------------------------- tt_news SINGLE view  ---------------------------------*/


.news-single-item {
	margin-top:30px;
	margin-bottom:20px;
}

.news-single-item H2 {
	font-weight:bold;
	margin-bottom: 0px;
}

.news-single-item H3 {

}

.news-single-backlink a {
	z-index:5;
	padding:1px 40px 1px 40px;
	height: 17px;
	text-align: left;
	font-size: 11px;
	background: #999999;
	color: #ffffff !important;
	cursor: pointer;
	text-decoration:none;
  }
  
.news-single-backlink a:hover {
	background: #333333 !important;
	text-decoration:none !important;
  }


.news-single-img {
/*	float: right;
	margin-left:5px;*/
}


.news-single-timedata {
	padding-bottom:2px;
}

.news-single-imgcaption {
	padding:3px;
	clear:both;
}

.news-single-imgcaption {
	font-size: 9px;
}
