@charset "utf-8";

/* .latest .item,*/
#left .csc-frame-frame1{
	padding:0 10px 10px 10px;
	background:url('../img/static/bg_latest.png') repeat;
}
.tt-news H4{
	color:#B3071B;
	padding-top:10px;
	margin-bottom:10px;
	text-transform:uppercase;
	}
.latest H4 A {
	text-decoration: none;
	color:#B3071B;
}
.list .morelink {
	margin-top:-8px;
	text-align: right;
}
.morelink A {
	font-size: 0.9em;
}
.morelink A:hover {
	text-decoration: underline;
}
.tt-news .latest .morelink {
  float: right;
  width: 20px;
  margin-right: 10px;
  text-align: right;
}

.amenu .hmenu LI {
	float: none;
}
.amenu .hmenu LI.news-amenu-item-year {
	font-weight: bold;
}
.tt-news .imgcaption {
	font-size: smaller;
	text-align:right;
}
.tt-news .archive{ 
	display:block;
	width:210px;
	height:20px;
	background:url('../img/static/bg_latest.png') repeat;
	}
.tt-news .archive a{ 
	padding-right:10px;
	float:right;
	text-transform:uppercase;
}

/* LIST */
.tt-news .list .image {
  width: 151px;
  min-height: 85px;
  margin-right: 10px;
  display: block;
  float: left;
  clear: both;
} 

/* SINGLE */
.tt-news .single {
  clear: both;
  overflow: auto;
}
.tt-news .single .image {
  width: 151px;
  margin-right: 10px;
  display: block;
  float: left;
  clear: both;
}
.tt-news .single .text {
  float: left;
  width: 500px;
}

.tt-news .backlink {
  clear: both;
  margin-top: 1em;
}

.news-single-additional-info DT {
  margin-bottom: 0.4em;
}
.news-single-additional-info DD {
  margin-left: 0;
}
.news-single-additional-info DD A {
  margin-left: 0.4em;
}
	

