/* PULSANTI */
#categorie {
  margin: 0;
  padding: 30px 30px 0 30px;
  list-style: none;
  height: 50px;
  background: #fff url("../files/novita/categorie_menubg.gif") repeat-x top left;
}
#categorie li {
  float: left;
  margin-right: 10px;
}
#categorie li a {
  display: block;
  height: 50px;
  text-indent: -1000em;
  overflow: hidden;
}

/* TESTI */
#testi div {
  clear: both;
  margin-bottom: 2.5em;
}
#testi div h3 {
  color: #c90;
  margin: 0;
}
#testi div h4 {
  color: #999;
  margin: 0.2em 0 0 0;
  font-size: 10pt;
}
#testi div dl.gallery {
  float: right;
  width: 130px;
  margin: 0 0 1em 1em;
}
#testi div dl.gallery dt a {
  display: block;
  padding: 4px;
  border: 1px solid #ccc;
}
#testi div dl.gallery dd {
  margin: 0 5px;
  font-size: 8pt;
  color: #666;
}
