#container .news-item { padding:5px 0 10px 0; } 

#container .news-item p { padding:0; margin:0; } 

/* added on jan 09 */
.news-single-img {width:220px;}

/*
This is a simple CSS Stylesheet instead of the default css provided in static.
This goes with the new tt_news standard template: EXT:tt_news/pi/tt_news_v2_template.html
*/



table.tt_news_list { 
	width:100%;
	table-layout:fixed;

}
td.image-col {
	width:130px;
	text-align:center;
	padding:5px 0;
	vertical-align:top;
}
td.text-col {
	vertical-align:top;
	overflow:hidden;
}
.news-list-divider {
	height:5px; 
	border-bottom:1px solid #666; 
	margin-bottom:10px;
}


/*-----------------------------------  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 #000;

}
.news-latest-container HR.clearer {
	clear:left;
}
/*-----------------------------------  tt_news LATEST view  -----------------------------------*/
.news-latest-container {
}

.news-latest-item {
/*
	height: 1%;
	line-height: 1.3;
	padding:3px;
	margin:3px;
	border:1px solid #666;
	background-color:#F9FFE5;
*/
}

.news-latest-item IMG {
	margin-bottom:5px;
	margin-right:5px;
	border:1px solid #666;
	float:left;
}
.news-latest-date,.news-latest-morelink,.news-latest-category {
	font-size:9px;
}

.news-latest-morelink {
	height:12px;
}

.news-latest-morelink A {
	float:right;
}

/*--------------------------------- tt_news LIST view  -----------------------------------*/
.news-list-container {
}


.news-list-item {
	}
.news-search-form {
	padding:3px;
	margin-bottom:5px;
	border:1px solid #666;
	background-color:#F9FFE5;

}
.news-list-container H3 {
}
.news-list-container H3 A {
}
.news-list-container P {
}
.news-list-date {
	}

.news-list-imgcaption {
	float: right;
	padding-top:3px;
	padding-right:3px;
	font-size: 9px;
	}

.news-list-container IMG {
/*
	float: right;
	border:1px solid #666;
	margin-bottom:5px;
	margin-right:2px;
	margin-left:5px;
*/
}
.news-list-category IMG {
	float: none;
	border:none;
	margin:0px;
}

.news-list-morelink,.news-list-category {
	font-size:9px;
}
.news-list-morelink  {
	margin-bottom:3px;
}
.news-list-browse {
	text-align: center;
}



/*---------------------------------  tt_news Page-Browser ---------------------------------*/
.tx-ttnews-browsebox, .browseBoxWrap {
	margin:3px;
	border:1px solid #666;
	padding:3px;
	background-color:#F9FFE5;
}

.tx-ttnews-browsebox TD {
	font-size: 10px;
}
.tx-ttnews-browsebox-strong, .tx-ttnews-browsebox-SCell {
	font-weight: bold;
}
.tx-ttnews-browsebox-SCell P,.tx-ttnews-browsebox TD P{
	margin:0px;
}

.tx-ttnews-browsebox-SCell {
	background-color: #BBE53A;
	border:1px solid #666;
}
.news-search-emptyMsg {
	font-size: 11px;
	margin-left: 10px;
}

/*--------------------------------- tt_news SINGLE view  ---------------------------------*/
.news-single-item {

}
.news-single-item H2 {
}
.news-single-item H3 {
}

.news-single-img {
	float: right;
	margin-left: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;*/
	font-size: 10px;
	color:#999;
	margin:15px 0 15px 0;
}
.news-single-timedata p.news-single-author { display:inline; }
.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;
}
.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:0px;
	width:90%;
}

