
/*-----------------------------------  clearer  -----------------------------------*/
/* prevent floated images from overlapping the div-containers they are wrapped in  */

.news-list-container DIV.clearer, .news-single-item DIV.clearer, .news-latest-container DIV.clearer{
	clear:right;

}
.news-list-container DIV.clearer, .news-single-item DIV.clearer, .news-latest-container DIV.clearer {
	clear:left;
}

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

.news-single-timedata {
	float: right;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
         width:10%;
}
.news-single-item H1 {
	margin-bottom: 12px;
       	font-size: 20px;
      	font-weight: bold;
	clear: both;
       	font-family: Verdana, Arial, Helvetica, sans-serif;
         }
.news-single-item H3 {
	margin-bottom: 15px;
       	font-size: 11px;
       	font-weight: bold;
}
.news-single-item {
	margin-bottom:5px;
       	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.news-single-img {
	float: right;
	margin-left:5px;
}
.news-single-imgcaption {
	padding:3px;
	clear:right;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

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

.news-latest-item H1 {
	margin-bottom: 12px;
        font-size: 13px;
        font-weight: bold;
	clear: both;
        font-family: Verdana, Arial, Helvetica, sans-serif;
}
.news-latest-item H3 {
	margin-bottom: 15px;
       	font-size: 12px;
       	font-weight: bold;
}
.news-latest-item {
	/* IE hack */
	height: 1%;
	line-height: 1.3;
	/* IE hack end */
	clear:both;
}
.news-latest-item IMG {
	float: left;
	margin-right:8px;
         }
.news-latest-category IMG {
	float: none;
	border:none;
	margin:0px;
}

/*--------------------------------- tt_news LIST view  -----------------------------------*/

.news-list-item {
	/* IE hack */
	height: 1%;
	line-height: 1.3;
	/* IE hack end */
	height: 185px;
         width: 47%;
         float: left;
	padding-right:15px;
         }
.news-list-imgcaption {
	float: right;
	padding-top:3px;
	padding-right:3px;
	font-size: 9px;
	}
.news-list-container IMG {
	float: left;
	margin-bottom:8px;
	margin-right:5px;
}
.news-list-category IMG {
	float: none;
	border:none;
	margin:0px;
}