
/* copyright ArtProLog 2007 Ursula Bartels */


#news a,
#news a:link,
#news a:visited,
#news a:hover,
#news a:active,
.news-list-container a,
.news-list-container a:link,
.news-list-container a:visited,
.news-list-container a:hover,
.news-list-container a:active {
	text-decoration:none;
}

/*--------------------------------- tt_news LIST view  -----------------------------------*/
.news-list-item {
	/* IE hack */
	height: 1%;
	line-height: 1.3;
	/* IE hack end */
	margin-bottom:15px
}

.news-list-date {
	font-size:0.85em;
}

.news-list-morelink {
	font-size:0.85em;
	padding-top:3px
}

/*--------------------------------- tt_news SINGLE view  ---------------------------------*/
.news-single-item {
	/* IE hack */
	height: 1%;
	line-height: 1.3;
	/* IE hack end */
	margin-bottom:15px
}

.news-single-img {
	float: left;
	margin-right:10px;
	margin-bottom:10px;
}

.news-single-imgcaption {
	padding:3px;
	clear:both;
}

.news-single-timedata,
.news-single-author,
.news-single-imgcaption {
	font-size: 0.85em;
}

.news-single-related DD,
.news-single-links DD,
.news-single-files DD {
	margin-left:0px;
}

.news-single-related DT,
.news-single-links DT,
.news-single-files DT {
	font-weight: bold;
}

/*--------------------------------- tt_news Archivemenu (AMENU) --------------------------------- */
#content .news-amenu-container {
	display:none
}

.news-amenu-container li {
	list-style-image: none;
	list-style-type: none;
}

.news-amenu-container ul {
	list-style-type: none;
	list-style-image: none;
	margin:0;
	padding:0;
}

.news-amenu-container ul li a {
	margin-left:20px;
}

.news-amenu-item-year {
	font-weight: bold;
	color: #7e2e00;
	background-color: #FFFFFF;
	padding-left:20px;
	padding-top:5px;
	padding-bottom:5px;
	margin-bottom:5px;
}

/*---------------------------------  tt_news Page-Browser ---------------------------------*/
.tx-ttnews-browsebox,
.browseBoxWrap {
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}

.tx-ttnews-browsebox TD {
	font-size: 1em;
}

* html .tx-ttnews-browsebox TD {
	font-size: 0.75em;
}

.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 {
	border:1px solid #fff;
}

.news-search-emptyMsg {
	margin-left: 10px;
}
