/* right col list */
#module_news h4 {
  padding:5px 0 0 0;
  margin:0;
  font-size: 1em;
}
#module_news p {
  color:#66655C;
  padding:0;
  margin:0;
  text-align:justify;
}
#module_news .archive {
  background:transparent url(../images/tt_news_folder.gif) no-repeat 85px 5px;
}

/* single view */
.news-single-navi {
  float:left;
  width:auto;
}


/* archive */
.news-list-container {
  width:100%;
  height:100%;
}
.news-list-container p {
  margin:0;
}
.news-list-item {
  /*width:100%;*/
  margin-bottom:1em;
  border: solid 1px #F6F5EC;
  padding: 0.3em;
}
.news-list-item-title {
  font-size:1.1em;
  float:left;
  width:auto;
}
.news-list-item-date {
  float:right;
}
.news-list-item-subtitle {
  clear:both;
  padding-top: 5px;
  padding-bottom: 5px;
}
.news-list-item-more {
  float:left;
  width:auto;
}
.news-list-item-category {
  float:right;
}



/*
.news-list-title {
  font-size:1.1em;
  float:left;
  width:auto;
}
*/