/* TT NEWS */
/* new product template for the homepage */
.news-latest-container-twee {
	width: 140px;
	text-align: left;
}
.news-latest-container-twee H2 {
	background: url('fileadmin/templates/LMC-template/images/smallarrow_white.gif') no-repeat 125px 1px;
	padding-right: 20px;
	background-color: #0db14b;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0px;
	padding-top: 1px;
	padding-left: 5px;
	padding-bottom: 3px;
}
.news-latest-item-twee {
	border: 1px solid silver;
	border-top: 0px;
	padding: 5px;
}
.news-latest-item-twee H3 {
	margin: 0px;
	font-size: 10px;
	color: #0db14b;
	font-weight: bold;
}
.news-latest-item-twee P {
	margin: 0px;
	font-size: 10px;
	color: #9d9d9d;
	margin-top: 5px;
}
.clearer {
	display: none;
}

/* latest news template for the homepage */
.news-latest-container-een {
	width: 140px;
	text-align: left;
}
.news-latest-container-een H2 {
	background: url('fileadmin/templates/LMC-template/images/smallarrow_white.gif') no-repeat 125px 1px;
	padding-right: 20px;
	background-color: #0db14b;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0px;
	padding-top: 3px;
	padding-left: 5px;
	padding-bottom: 3px;
}
.news-latest-item-een {
	border: 1px solid silver;
	border-top: 0px;
	padding: 5px;
}
.news-latest-item-een H3 {
	margin: 0px;
	font-size: 10px;
	color: #0db14b;
	font-weight: bold;
}
.news-latest-item-een P {
	margin: 0px;
	font-size: 10px;
	color: #9d9d9d;
	margin-top: 5px;
}
.clearer {
	display: none;
}

/*--------------------------------- tt_news LIST view  -----------------------------------*/
.news-list-container {

	border:none;
	background-color:#fff;
}


.news-list-item {
	/* IE hack */
	height: 1%;
	line-height: 1.3;
	/* IE hack end */
	height: auto !important;
	padding:3px;
	margin:3px;
	border:none;
	background-color:#fff;

	}
	
.news-list-container H3 {
	margin-bottom: 5px;
	padding: 2px;
	border-bottom: none;
	background-color: #fff;
}

.news-list-container H3 A:LINK,.news-list-container H3 A:VISITED,.news-list-container H3 A:HOVER {
	color:#999999;
	padding-left:2px;
}

.news-list-date {
	float: right;
	color: #999999;
	width: 180px;
	text-align: right;
	height: 20px;
	margin-top: -2px;
	margin-right: -2px;
	font-size: 9px;
	font-weight: normal;
	background-color: #ffffff;
	}
	
.news-list-container IMG {
	float: left;
	border:1px dashed #20a249;
	margin-bottom:5px;
	margin-right:25px;
	margin-left:5px;
}

/*--------------------------------- tt_news SINGLE view  ---------------------------------*/
.news-single-item {
	padding:5px;
	margin-bottom:5px;
	/*border:1px solid #666;*/
	background-color:#fff;

}
.news-single-item H2 {
	font-size: 16px;
	font-weight:bold;
	color: #999999;
	margin-bottom: 0px;
}
.news-single-item H3 {
	margin-bottom: 15px;
}



.news-single-img {
	float: left;
	margin-right:5px;

}



.news-single-imgcaption {
	padding:3px;
	clear:both;
}

.news-single-category {

	float: right;
}
.news-single-backlink, .news-single-backlink a {
	font-weight: bold;
	font-size: 10px;
	margin-bottom: 15px;
	margin-top: 10px;
}
.news-single-timedata {
	float: right;
}
.news-single-timedata, .news-single-author,.news-single-imgcaption {
	font-size: 9px;
}
.news-single-author {
	padding-bottom: 3px;
}
.news-single-additional-info {
	/*background-color: #BBE53A;*/
/*	clear: both;*/
	margin-top: 15px;
	/*border: 1px solid #666;*/
	padding:3px;
	padding-bottom:0px;
	border: 0;
}
div.news-single-additional-info img {
	border: 0;
}
	
.news-single-related,.news-single-files,.news-single-links  {
	/*border: 1px solid #666;*/
	margin:0px;
	margin-bottom: 3px;
	padding:3px;
	/*background-color:#F9FFE5;*/
}

.news-single-related DD, .news-single-links DD, .news-single-files DD {
	margin-left:20px;
}

.news-single-related DT, .news-single-links DT, .news-single-files DT {
	font-weight: bold;
	font-size: 11px;
	margin-left:5px;
	width:90%;
}
