
.item{
  width: 225px;
  height: auto;
  border: 0;
  padding:0;
  margin:0px;
  margin-bottom: 0px;
}

.item-description{
  background-color: #fff;
  height: 90px;
  margin-top: 2px;

  vertical-align: bottom;
  overflow: hidden; /* non mostrare testo se eccessivamente lungo */
}

.item-description p{
  /*padding-top: 20px;*/
  margin-top: 20px;
}


.item-image{
  float: none;
}

.item-price{
  background-color: #e9e9e9;

  margin-top: 2px;
  padding: 2px;
  padding-left: 10px;
}

.item-cmd{
  height: 18px;
  margin-top: 2px;
  padding-left: 10px;
}

.item-title{
  width: 225px;/* x dreamweawer */
  height: 18px;

  /*border: 1px solid #000;/* dbg */
}

#items-classic div.item-title, #items-classic div.item-cmd { background-color: #f5c299; }
#items-sport div.item-title, #items-sport div.item-cmd{ background-color: #d5e580; }


.item-badge{
  height: 52px;
  border:0;
  padding:0;

  position: absolute;
  margin-top: -25px;/* margine negativo rimuove dal flusso normale e posiziona in modo relativo */
  margin-left: 175px;


  /*border: 1px solid #000;/* dbg */
}


.container-title{
  margin-left: 10px;
  background-color: #000;
  position: relative;
}
