div.newsitem, div.newsitem_small {
  padding:20px 0px;
  margin:10px 10px;
  position:relative;
}

div.newsitem {
  min-height:110px;
}

div#newsdetails div.newsitem { 
	min-height:110px; 
	height: 100%;
}

div.newsitem a.more { 
    position:absolute;
    bottom:0;
    right:0; 
}

a.more, span.more { 
    padding:2px 7px;
    font-size:.7em;
    font-family:Verdana, sans-serif; 
}

div.newsitem h2, div.newsitem_small h2 {
  font-size:120%;
  font-weight:bold;
}

div.newsitem h2 span.date, div.newsitem_small h2 span.date {
    font-size:85%;
    font-weight:normal;
    margin-right:5px;
}

div.newsitem a, div.newsitem_small a {
  text-decoration:none;
}

div.newsitem img.thumb, img.small_thumb, div.newsitem_small img.thumb, img.small_thumb {
  float:left;
  margin-right:20px;
}

div.newsitem_small img.small_thumb {
    width: 10%;
}