@charset "utf-8";
/* CSS Document */

.myClear {
  clear: both;
  }

.myList {
/*  background-color: #ffc;
  border: 1px dotted #999;*/
  margin: 0;
  padding: 0;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 120% !important;
  }
.myList h1, .myList h2, .myList h3 {
  font-size: 16px;
  }
.myList h4, .myList h5, .myList h6 {
  font-size: 14px;
  }

.myList ul {
  width: 521px;
  margin: 0;
  padding: 0;
  }

.myList ul li {
  float:left;
  width: 100px;
  /*border-top: 1px dotted #333;*/
  list-style-type: none;
  margin: 3px 0;
  padding: 0 4px 3px 0;
  height: 170px;
  }
.myList ul li strong {
  line-height:18px;
  height:18px;
}
.myList ul li img {
  border: none;
  float: left;
  margin: 0 6px 0 0;
  }

.myList div.testoLista {
  
  }

.myList div.immaginiLista {
  padding: 0;
  margin: 6px 0;
  /*background-color:#eee;
  border: 1px dotted #333;*/
  }
.myList div.immaginiLista img {
  border: none;
  margin: 0 2px 2px 0;
  padding: 0;
  vertical-align: middle;
  }