

#eventi_container {
  width: 293px;
  margin: 0px 0px 24px 20px;
  overflow-x: hidden;
  overflow-y: scroll;
  height: 408px;
}


#coming_soon {
  font-size: 15px;
  color: #AAAAFF;
  font-weight: normal;
  text-align: left;
  padding: 6px 12px 10px 25px;
}

#eventi_container .line {
  width: 260px;
  height: 1px;
  display: block;
}

#preload {
  background-image: url(sfondo_evento_on.png);
  display: none;
}

.evento {
  padding: 10px 8px 10px 14px;
  width: 250px; /* 272 - 14 -8 */
  height: 60px; /* 80 - 10 - 10 */
  text-align: left;
  background-color: #FFFFFF;
  background: url(sfondo_evento_off.png) top left no-repeat;  
}
a:hover .evento {
  background: url(sfondo_evento_on.png) top left no-repeat;
  text-decoration: none;
  cursor: pointer;
}


.evento .td_thumbnail {
  width: 75px;
  height: 60px;
  overflow: hidden;
  padding: 0px;
  margin: 0px;
}
.evento .td_titolo {
  width: 170px;
  height: 60px;
  overflow: hidden;
  padding: 0px 0px 0px 4px;
  margin: 0px;
}


.evento .titolo {
  width: 160px;
  height: 17px;
  overflow: hidden;  
  font-size: 14px;
  font-weight: bold;
  color: #B0C0C0;
  text-decoration: none;
  padding: 0px 0px 0px 0px;
}
a:hover .evento .titolo { text-decoration: underline; color: #4444FF; }

.evento .sottotitolo {
  width: 160px;
  height: 14px;
  overflow: hidden;  
  font-size: 11px;
  color: #C0C0C0;
  padding: 0px 0px 0px 0px;
}
a:hover .evento .sottotitolo { color: #808080; }

