.announcement-teaser {
	margin: 10px 0 35px;
	overflow: hidden;
	border-bottom: solid 2px #7C9064;
	padding-bottom: 14px;
}
.part_root .announcement-teaser { border-width: 1px; }

	.announcement-teaser-date {
		color: #7C9064;
		font-style: italic;
		margin-bottom: 15px;
	}
	
	.announcement-teaser-image {
		float: left;
	}
		.announcement-teaser-image img {
			border: solid 1px #7C9064;
			display: block;
		}
		.announcement-teaser-image img.no-border {
			border: none;
		}
	
	.announcement-teaser-header {
		float: none;
		margin-left: 110px;
	}

		.announcement-teaser-header .announcement-title {
			margin: 0;
			font-family: 'PTSansNarrow', sans-serif; font-size: 20px; color: #7c9064; line-height: 24px;
		}
		.announcement-teaser-header .announcement-title a:hover {
			text-decoration: none;
		}

	.announcement-teaser-announce {
		float: none;
		margin: 0 0 6px 110px;
	}
		
	.announcement-teaser .discussion {
		margin-left: 110px;
	}
	
	.mb10 {
		margin-bottom: 10px;
	}


.announcement-full {
}

	.announcement-full h1 {
		font-family: 'PTSansNarrow', sans-serif; font-size: 26px; font-weight: normal; color: #3E3E3E; padding: 0; margin: 20px 0 20px 0;
	}

	.announcement-full-content {
		margin-bottom: 24px;
	}

#announcement-main-slider{
	height: 201px; overflow: hidden;
	background: #ECE7E1;
	padding: 7px;
	position: relative;
	border: 1px solid #DCD7D1;
}
.announcement-main {
	float: left;
	width: 305px;
	height: 201px;
	margin: 0 4px 0 3px;
	position: relative;
}

	.announcement-main-image img {
		display: block;
	}
	.announcement-main-title {
		position: absolute;
		width: 291px;
		bottom: 0;
		text-align: left;
		background-color: RGBA(126,145,100,0.85);
		padding: 7px 7px 4px 7px;
	}
		.announcement-main-title a {
			font-family: 'PTSansNarrow', sans-serif; font-size: 20px; color: white; line-height: 24px;
		}
		.announcement-main-title a {	text-decoration: none; }  /* !!!!! */
		.announcement-main-title a:hover {	text-decoration: underline; }  /* !!!!! */

	.announcement-main-announce {
		float: none;
		clear: both;
		text-align: justify;
	}

	#announcement-main-slider-prev { display: block; width: 38px; height: 65px; background: url('/image/main/arrows.png') no-repeat 0 0; position: absolute; left: 12px; top: 68px; }
	#announcement-main-slider-next { display: block; width: 38px; height: 65px; background: url('/image/main/arrows.png') no-repeat -38px 0; position: absolute; right: 12px; top: 68px; }
	#announcement-main-slider-prev:focus, #announcement-main-slider-next:focus { outline: none; }
	#announcement-main-slider-prev:hover {
		background-position: 0 -65px;
	}
	#announcement-main-slider-next:hover {
		background-position: -38px -65px;
	}

	
.discussion hr { border-width: 1px; }

	.announcement-teaser .collapse-show, .announcement-teaser .collapse-hide {
		float: right;
	}
	
	#content .announcement-teaser .collapse h2 {
		margin-left: 110px;
	}
	
	.announcement-teaser .collapse {
		margin: 34px 0 20px 0;
	}
	
	.announcement-teaser .collapse-block {
		margin-bottom: 16px;
	}

.nodus-3col-selector-rows-announcement { overflow: hidden; width: 100%; }
.announcement-3col {
	overflow: hidden;
}
	.announcement-3col-image {
		text-align: center;
	}
		.announcement-3col-image img {
			border: 1px solid #7D9165;
			display: block;
		}
	.announcement-3col .announcement-date { 
		color: #707070;
		font-family: Arial, sans-serif;
		font-size: 13px;
		font-style: italic;
		margin: 13px 0 10px 0; 
	}
	.announcement-3col .announcement-title { 
		max-height: 63px;
		overflow: hidden;
		text-align: left;
	}
		.announcement-3col .announcement-title a {
			color: #b08c4e;
			font-family: 'PTSansNarrow', sans-serif;
			font-size: 18px;
			line-height: 21px;
			text-decoration: none;
		}
		.announcement-3col .announcement-title a:hover { 
			text-decoration: underline;
		}
