@charset "utf-8";
/**
 **************************************************
 NEWS
 *
 * @description:css definitons for EXT:tt_news
 * @beware:is dependent on the modified template
 **************************************************
**/
.news {
}

.news p.date, .news p.timeData, .news p.author, .news p.imgCaption, .news p.back {
	margin-bottom:0;
	font-size:0.95em;
	color:#666;
}

.news p.timeData {
	margin-top:-0.5em;	
}

.news p.imgCaption {
	margin-bottom:0.5em;	
}

.news h3 a {
	color:#ffffff;
}

.news span.more {
	white-space:nowrap;
}

.news p.back {
	clear:both;
	border-top:1px solid #c4c4c4;
	margin-top:20px;
}

.news .images {
	float:left;
	margin:3px 10px 0.25em 0;
}

.news .images a {
	border-bottom:0;
}

.news .addInfo dl {
	padding-top:0.4em;
	border-top:1px dotted #c4c4c4;
}

.news .addInfo .related span.timeData {
	margin-left:5px;
	color:#999;	
}

.news .addInfo .files span.size {
	margin-left:5px;
	color:#999;	
}