
*-----------------------------------  clearer  -----------------------------------*/
/* prevent floated images from overlapping the div-containers they are wrapped in  */

.news-list-container HR.clearer, .news-single-item HR.clearer, .news-latest-container HR.clearer{
	clear:right;
	height:1px;
	border:0px;

}
.news-latest-container HR.clearer {
	clear:left;
}

/*---------------------------------tt_news LATEST CUSTOM start ----------------------------------------*/

.news-latest-container{
margin: 0;
padding: 0;
   width: 110px;
      }

.news-latest-item{
margin: 0;
padding: 0;
width: 110px;
}

.latest-title{
font-family:Arial, Helvetica, sans-serif;
font-size: 11px;
color:#333333;
font-weight:bold;
}

/*--------------------------------- tt_news LATEST CUSTOM end  -----------------------------------*/



/*--------------------------------- tt_news LIST CUSTOM start -----------------------------------*/


.news-list-container{
margin-top: -11px;
   width: 370px;
      }

.news-list-item{
   width: 100%;
}
	
.news-list-timedata{
margin-bottom: 2px;
}

.news-list-morelink{
margin-left: 0px;
margin-top: 5px;
}

.news-list-title{
margin-bottom: 5px;
font-family:Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 12px;
color:#333333;
}

/*--------------------------------- tt_news LIST CUSTOM end  -----------------------------------*/



/*---------------------------------tt_news SINGLE CUSTOM start ----------------------------------------*/

#news-single-item{
	width: 370px;
	}

	
#news-single img{
	float: left;
}

.news-single-backlink{
margin-left: 0px;
margin-top: -3px;
margin-bottom 5px;
}

/*--------------------------------- tt_news SINGLE CUSTOM end  -----------------------------------*/


/*---------------------------------  tt_news Page-Browser CUSTOM start ---------------------------------*/
.tx-ttnews-browsebox {
	margin:3px;
	border:1px solid #666;
	padding:3px;
	background-color: transparent;

}
.tx-ttnews-browsebox TD {
	font-size: 10px;
}
.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 {
	background-image: url(../img/bg_page_browse.jpg);
}
.news-search-emptyMsg {
	font-size: 11px;
	margin-left: 10px;
}

/*---------------------------------  tt_news Page-Browser CUSTOM end ---------------------------------*/

