@charset "utf-8";
/* CSS Document */

.myClear {
  clear: both;
  }

.myList {
/*  background-color: #FFC;
  border: 1px dotted #999;*/
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000;
  }
.myList h1, .myList h2, .myList h3 {
  font-size: 16px;
  }
.myList h4, .myList h5, .myList h6 {
  font-size: 14px;
  }

.myList ul {
  margin: 0;
  padding: 0;
  }

.myList ul li {
  border-bottom: 1px dotted #333;
  list-style-type: none;
  margin: 3px 0;
  padding: 0 0 3px 0;
  height: 66px;
  }
.myList ul li img {
  border: none;
  float: left;
  margin: 0 6px 0 0;
  }

.myList div.testoLista {
  
  }

.myList div.immaginiLista {
  padding: 3px;
  margin: 9px 0 3px 0;
  /*background-color:#9CF;
  border: 1px dotted #333;*/
  }
.myList div.immaginiLista img {
  border: none;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  }
