
.item{
  width: 225px;
  height: 148px;
  border: 0;
  padding:0;
  margin:0px;
  margin-bottom: 0px;
  background-image:url(../img/bg_prodotto.png);
  background-repeat:no-repeat;
  position:relative;
}

.item-image{
  float: left;
}

.item-price{
	margin-right:20px;
	margin-top: 25px;
}

.item-cmd{
	position:absolute;
	right:15px;
	bottom:10px;
}

.item-spedizione{
	position:absolute;
	left:-7px;
	bottom:-13px;
}

.item-title{
  width: 225px;/* x dreamweawer */
  height: 18px;
  color: #11529F;
}

.item-description{
  width: 110px;/* x dreamweawer */ 
  float:right;
  height:42px;
  font-size:10px;
  margin-right:20px;
  overflow:hidden;
}

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

  position: absolute;
  margin-top: -40px;/* margine negativo rimuove dal flusso normale e posiziona in modo relativo */
  margin-left: -10px;
  z-index:10;
}

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

#testo_home{
  text-align:justify;
  padding:20px; 
  padding-top:3px; 
  padding-bottom:0px;
  line-height:16px;
}

#testo_home a{
	text-decoration:underline;
	color:#0099FF;
}

