/*--------------------------------------------------NEWS PLUGIN LATEST VIEW ---------------------------------------------------------*/

/*-----------------------------------  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:1px solid #F9FFE5;*/

/*}*/
/*.news-latest-container HR.clearer {*/
/*	clear:left;*/
/*}*/


/*-----------------------------------  clearer  -----------------------------------*/
/* prevent floated images from overlapping the div-containers they are wrapped in  */

.news-container HR.clearer
{
	clear:both;
	height:1px;
	border:1px solid #C0C0C0;
}



/*-----------------------------------  tt_news  -----------------------------------*/
.news-container {
}

.news-container H2,.news-gotoarchive, .news-list-browse, .news-single-backlink, .news-single-backlink a {
	color:000;
	padding:1px;
	padding-left:5px;
	margin:0px;
	font-size: 14px;
	font-weight:bold;
	margin-top:0px;
	background-color: #ff9900;
}

.news-container H3 {
	margin-bottom: 5px;
	padding-left: 5px;
	text-decoration: none;
	font-size: 12px;
	background-color: #C0c0c0;
}

.news-container LI {
	padding-bottom:1px;
}

.news-container UL {
	padding:5px;
	margin:5px;
	list-style-type: none;
}

.news-item-padding {
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
}

.news-item {
	height: 1%;
	line-height: 1.3;
	margin: 2px;
}

.news-item IMG {

	margin-bottom:5px;
	margin-right:5px;
	float:left;
}

.news-date {
	float: right;
	padding-right: 3px;
	width: 180px;
	text-align: right;
	font-size: 9px;
	font-weight: normal;
	background-color: #c0c0c0;
}

.news-morelink {
	height:12px;
	font-size:9px;
	text-decoration: none;
}
