/*-----------------------------------  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 {
}
.news-latest-container HR.clearer {
	clear: left;
}
/*-----------------------------------  tt_news LATEST view  -----------------------------------*/
.news-latest-container {
	padding-top: 5px;
}
.news-latest-item {
/* IE hack */
	height: 1%;
	line-height: 1.3;
/* IE hack end */
	height: auto !important;
}
.news-latest-item-text {
	float: left;
	padding-left: 0px;
}
.news-latest-item-img IMG {
	border: none;
	vertical-align: top;
}
.news-latest-item-img imgcaption {
	float: left;
	padding-top: 3px;
	padding-right: 3px;
	font-size: 10px;
	color: red;
}
.news-latest-morelink {
}
.news-latest-morelink A {
	float: left;
}
/*--------------------------------- tt_news LIST view  -----------------------------------*/
.news-list-container {
}
.news-list-container H4 A:LINK, .news-list-container H4 A:VISITED, .news-list-container H4 A:HOVER {
	color: #003871;
}
.news-list-container H4 A {
	color: #003871;
}
.news-list-container P {
}
.news-list-item {
	float: left;
	height: auto !important;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px dotted #cdcdcd;
	width: 100%;
}
.news-list-item-img {
	float: right;
	vertical-align: top;
}
.news-list-item-text {
	vertical-align: top;
	top: 0px;
	margin-top: 0px;
}
.news-list-morelink, .news-list-category {
}
.news-list-morelink {
}
.news-list-browse {
	text-align: center;
}
/*---------------------------------  tt_news Page-Browser ---------------------------------*/
.tx-ttnews-browsebox {
	margin: 3px;
	padding: 3px;
}
.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 {
}
.news-search-emptyMsg {
	font-size: 11px;
	margin-left: 10px;
}
/*--------------------------------- tt_news SINGLE view  ---------------------------------*/
.news-single-item {
	float: left;
	height: auto !important;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px dotted #cdcdcd;
	width: 100%;
}
.news-single-item-img {
	float: right;
	vertical-align: top;
	text-align: right;
	width: 220px;
	margin-left: 20px;
	margin-bottom: 5px;
}
.news-single-item-img IMG {
	border: none;
	float: right;
	margin-left: 20px;
	vertical-align: top;
	margin-right: 0px;
}
.news-single-item-text {
	vertical-align: top;
	top: 0px;
	margin-top: 0px;
}
.noh5 H5 {
	color: #444444;
	font-size: 11pt;
	font-weight:normal;
	
	text-transform: none;
	font-family: "trebuchet ms", helvetica, sans-serif;
}
.news-single-imgcaption {
	clear: both;
	font-size: 10pt;
	text-align:right;
}
.news-single-additional-info {
	/* clear: both;
*/
	padding: 3px;
	padding-bottom: 0px;
}
.news-single-related, .news-single-files, .news-single-links {
	margin: 0px;
	margin-bottom: 3px;
	padding: 3px;
}
.news-single-related DT, .news-single-links DT, .news-single-files DT {
	;
}

