
/*-----------------------------------  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;

}
.news-latest-container HR.clearer {
	clear:left;
}

	/*--------------------------------- tt_news SINGLE view  ---------------------------------*/

.news-single-timedata {
	float: left;
	font-size: 11px;
	font-family: Arial;
        width:200px;
}
.news-single-item H1 {
	margin-bottom: 12px;
       	font-size: 12px;
      	font-weight: bold;
	clear: both;
       	font-family: Arial;
         }
.news-single-item H2 {
	margin-bottom: 15px;
       	font-size: 12px;
       	font-weight: bold;
	font-family: Arial;
}
.news-single-item {
	margin-bottom:5px;
       	font-size: 12px;
       	font-family: Arial;
}
.news-single-img {
	float: left;
	margin-left:0px;

}
.news-single-imgcaption {
	padding:3px;
	clear:right;
	font-size: 12px;
	font-family: Arial;
}
.news-single-links  {
	margin: 0;
	margin-bottom: 3px;
	padding: 3px;
}

.news-single-links A:link {color: #000000}
.news-single-links A:visited {color: #FF0000}
.news-single-links A:hover {color: #FF0000}
.news-single-item A:link {color: #000000}



/*-----------------------------------  tt_news LATEST view  -----------------------------------*/

.news-latest-item {
	/* IE hack */
	height: 1%;
	line-height: 1.3;
	/* IE hack end */
	clear:both;
       	font-size: 12px;
        font-family: Arial;
	margin-bottom:10px;
}

.news-latest-item H1 {
        font-size: 12px;
        font-weight: bold;
        font-family: Arial;
}
.news-latest-item H3 {
       	font-size: 12px;
        font-weight: normal;
        font-family: Arial;
}

.news-latest-item A:link {color: #000000}
.news-latest-item A:visited {color: #000000}
.news-latest-item A:hover {color: #FF0000}



.news-latest-item IMG {
	float: left;
	margin-top:8px;
	margin-right:8px;
        margin-bottom:8px
         }
.news-latest-category IMG {
	float: none;
	border:none;
	margin:0px;
}

