.newsitem {
  position: relative;
  clear: both;
  display: block;
  width: 442px;
  height: auto !important;
  height: 40px;
  padding-bottom: 1em;
}

.newsitem .newsimg  {
  position: relative;
  display: block;
  float: right;
  margin: 29px 0 0 5px;
  clear: both;
}

img.newsitem_list {
  float:  right;
  position:   relative;
  display:  block;
}

.news-date {
  float: left;
  padding: 0 0 10px 0;
}

.news-week {
  font-size:  1.3em;
  font-weight:  bold;
  height:     25px;
  line-height:  25px;
  padding-left:   10px;
  margin-bottom:  3px;
}


.news-dayname {
  float:    left;
  text-transform:   capitalize;
  padding:    0 0 10px 0;
  width:    80px;
}

.news-sep {
  display: none;
}

.news-daysep {
  height: 0;
  line-height: 0;
  border-bottom: 1px dashed #DDD;
  margin: 15px 0 0 0;
}

.news .paragraph {
  position: relative;
  height: auto !important;
  height: 5px;
  margin-bottom: 10px;
}

/* START NEWSARCHIVE */

div#boxNewsarchive select {
  margin-top: 15px;
  font-size: 1em;
  color: #4c5b52;
  width: 100%;
}

div#boxNewsarchive select option{
  margin-top: 15px;
  font-size: 1em;
  color: #4c5b52;
  width: 100%;
}