/*--------------------------------- tt_news LIST view  -----------------------------------*/
.newsimp-list-item {
	padding-bottom: 3px;
	margin: 0 0;
}

.newsimp-list-container H2,.newsimp-single-item H2 {
	margin: 0;
}

.newsimp-list-container H3,.newsimp-single-item H3 {
	margin: 0 0 3px 0;
}

.newsimp-single-date {
	float: right;
	position: relative;
	top: -3px;
}

.newsimp-list-date {
	float: right;
	position: relative;
	top: -3px;
	display:none;
}

.newsimp-list-item a {
	text-decoration:none;
}

.newsimp-list-morelink a {
	text-decoration:underline;	
}

.newsimp-list-morelink {
	margin: 1px 0 1px 0;	
}

.newsimp-list-author, .newsimp-list-category, .newsimp-list-item img {
	display:none;
}

.newsimp-list-item p {
	font-size: 13px;
	line-height: 18px;
	margin: 0;	
}

.newsimp-list-item IMG,.newsimp-single-img {
	float: right;
	margin-bottom:5px;
	margin-right:2px;
	margin-left:5px;
}

.newsimp-list-category,.newsimp-list-author,.newsimp-single-author,.newsimp-single-imgcaption,.newsimp-single-category,.newsimp-list-date,.newsimp-single-date {
	font-family: Verdana, Arial, sans-serif;	
	font-size: 11px;
	color: #8C8C8C;
}

/*--------------------------------- tt_news SINGLE view  ---------------------------------*/
.newsimp-single-item H2 {
	padding-bottom:3px;
}

.newsimp-single-item H3.newsimp-single-subheader {
	margin: 10px 0px;
	font-size: 14px;
}

.newsimp-single-imgcaption {
	clear:both;
	padding-top:3px;
	padding-right:3px;
	padding-bottom:5px;
}

.newsimp-single-backlink {
	font-weight: bold;
	margin-bottom: 15px;
	margin-top: 10px;
}

ul.newsimp-single-related,dl.newsimp-single-files,dl.newsimp-single-links  {
	clear: both;
	margin-left:0px;
	padding-top:10px;
}

.newsimp-single-related dt,.newsimp-single-links dt,.newsimp-single-files dt {
	font-weight: bold;
}

.newsimp-single-related dd,.newsimp-single-links dd,.newsimp-single-files dd {
	margin-left:15px;

}
.newsimp-single-related dd A,.newsimp-single-links dd A,.newsimp-single-files dd A,.newsimp-single-backlink A{
	/*border-bottom: dashed 1px #666666;*/
}
.newsimp-single-related dd A:hover,.newsimp-single-links dd A:hover,.newsimp-single-files dd A:hover,.newsimp-single-backlink A:hover {
	border-bottom: none;
}

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

.newsimp-list-container HR.clearer,.newsimp-single-item HR.clearer,.newsimp-latest-container HR.clearer{
	clear:right;
	height:1px;
	border:1px solid #fff;

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

.homepage-news h2 {
	position:relative;
	width:350px;
	border-bottom:1px solid #515151;
	margin:0;
	margin-top:38px;
	margin-bottom:0.2em;
}
	
.homepage-news .headline {
	display:block;
	height:25px;
	font-size: 21px;
	line-height:21px;
	color: #515151;		
	font-weight: bold;
	display:block;
	position:absolute;
	bottom:-7px;
	padding-right: 4px;
	background:#FFF;
	}

.homepage-news .rss-feed {
	font-size: 1px;
	line-height:1px;
	display:block;
	position:absolute;
	bottom:-2px;
	right:-1px;	
	width:17px;
	height:15px;
	background:#FFF url(../../rss-feed.gif) no-repeat top right;
	}

.homepage-news .rss-feed a {
	display:block;
	height:15px;
	margin-left:2px;
	text-decoration:none;
	}

.homepage-news {
	clear: both; 
	width:760px;
}

.homepage-news * {
}

.homepage-news-category {
	float:left;
	width:370px;
	margin:0;
	padding:0;
	top:0;
}

.homepage-news-category div {
	padding-right:20px;
}

.homepage-news-category div div {
	padding-right:0px;
}

br.clear-all {
	clear:both;
}

.homepage-news-item {
	width:350px;
}

.homepage-news h3 {
	display:block;
	position:relative;
	background:#FF9F33;
	color:#FFF;
	padding:0.2em 0.5em 4px 0.5em;
	margin:0.8em 0 0 0;
	border:1px solid #FF9F33;
	border-top:3px solid #FF8700;
	border-bottom:none;
}

.homepage-news-item-active h3 {
	border:1px solid #666;
	border-bottom:none;
}

.homepage-news-item h3 .news-item-header {
	display:block;
	padding-right:4em;
	font-weight:bold;
	line-height:1.3em;
}

.homepage-news-item-more {
	position:absolute;
	right:-11px;
	top:1px;
	height:21px;
	font-size:0.75em;
}

.homepage-news-item-active .homepage-news-item-more {
	background:#FF8700 url(active-arrow.gif) no-repeat top right;
}


.homepage-news-item-more a {
	display:block;
	margin-top:0.3em;
	padding-right:15px;
	color:#FFF;
	text-decoration:none;
}

.homepage-news-item-more a:hover {
	color:#FFF;
	text-decoration:underline;
}

.homepage-news-item p {
	border:1px solid #FFF;
	font-size:11px;
	line-height:1.2em;
	text-align:justify;
	margin:0;
	margin-bottom:0.4em;
	padding:0.2em 0.5em;
}

.homepage-news-item-active p {
	border:1px solid #666;
	color:#FFF;
	background:#666;
}

