/* CONTENT - LISTA FLEXIBILA
---------------------------------------------------------------*/
.listItem h2.title { margin-bottom: 3px; margin-top: 0; padding-top: 0; line-height: 100%; font-size: 20px; font-weight: normal; }


.listItem h2.title a { color: #00533D; text-decoration: none; }
.listItem h2.title a:hover { text-decoration: underline; }

.listItem {
  padding-bottom: 17px;
}

.listItem img {
  /*float: left;*/
}

.listItem .listItemPhoto{
  display: block;
  float: left;
  border: 1px solid #D3F0C8;
  width:104px;
  text-align : center;
}


.listItem .listItemPhoto img{
  border: 0px solid #E2E2E2;
}

.listItem .listItemPhoto {
  margin-right: 10px;
}

.listItem .listItemPhoto:hover{
  border: 1px solid #719661;
}



.listItem h4 a.listDetails { margin-top: -10px; }


.listItem .listItemContent { float: left; width: 514px; font: 14px/160% Georgia, Verdana, Arial, sans-serif; }

.listItem .listItemContent a { color: #58B534; }

.listItem a.listDetails { background: url(/i/new/btnImages.gif) no-repeat 0 0; text-indent: -99999px; display: block; width: 63px; height: 20px; margin-bottom: 5px; }
.en-GB .listItem a.listDetails { background-image: url(/i/new/btnImages_en.gif); }
.listItem .listItemContent a.listDetails { margin-top: 10px; margin-bottom: 0; }

#newsArchiveDiv {
  width: 200px;
  height: auto;
  background-color: #F2F2F2;
  color: #333333;  
}

#newsArchiveTitle {
  height: 28px;
  width: 185px;
  color: #000000;
  font-family: "Arial Narrow", Arial, Verdana, sans-serif;
  font-weight:bold;
  background-color: #EAEAEA; 
  padding-top: 10px;
  padding-bottom: 0px;
  padding-left: 15px;
  margin-bottom: 0px;  
}

.newsArchiveItem {
  border-top: solid 1px #E1E1E1;
  height: 48px;
  text-align: left;
  margin: 0px; 
  padding: 0px;
}

.newsArchiveDate {
  color: #007C57;
  position: relative;
  left: 10px;
  top: 6px;
}

.newsArchiveName {
  color: #333333;
  position: relative;
  left: 10px;
  top: 6px;
}


