/* SCHEDA SINTETICA */

div.scheda_short {
  display: inline;
	width: 210px;
  margin:0px;
	/* width: 220px; */
	/* height: 136px; */
	height: 134px;
	overflow: hidden;
	float: left;
	position: relative;
	left:5px;
	top:0px;
}

div.scheda_short a.thumbnail_prodotto {
	float: left;
  height: 102px;
	width: 72px;
}

div.scheda_short img.thumbnail_prodotto {
	height: 100px;
	width: 70px;
	padding: 0px;
	margin: auto;
	border: 1px solid silver;
}

div.scheda_short p {
  width: 130px; 
	/* width: 140px; */
	padding: 0px 0px 3px 5px !important;
	margin: 0px !important;
	overflow: hidden;
}

div.scheda_short p .titolo_prodotto {
	color: #000;
  font-weight: bold;
  font-family:Trebuchet MS,Arial,Helvetica,sans-serif;
}

div.scheda_short div.contenitore_prezzo {
	width: 130px; 
  position: absolute;
	left: 72px;
	bottom: 34px;
	text-align: left;
}

div.scheda_short div.contenitore_prezzo span {
	color: #666666;
	font-family: Trebuchet MS,Arial,Helvetica,sans-serif;
	font-weight: bold;
	padding-left: 5px;
}

div.scheda_short div.contenitore_prezzo span.prezzo {
	color: #284B81;
}

div.scheda_short div.contenitore_prezzo span.prezzo_abbonati {

}

div.scheda_short div.contenitore_prezzo span.prezzo_offerta {
	color: #990000;
}

div.scheda_short div.barra_carrello {
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	/* height: 24px; */
	height: 22px;
	border: 1px solid silver;
	
}

div.scheda_short div.barra_carrello a {
	color: #666666;
	font-weight:bold;
	/* padding:4px 4px 0 0; */
	padding:3px 4px 0 0;
	font-size:
}

div.scheda_short div.barra_carrello div.bottone_carrello a {
	padding: 0px;
}

div.scheda_short div.barra_carrello div.bottone_carrello {
/*width: 16px;
	height: 16px;*/
	/* padding: 4px 4px 0px 4px; */
	padding: 3px 4px 0px 4px;
	float: left;
	border-right: 1px solid silver;
}

.spacer_sfumato_scheda_short
{
	clear: left;
	height: 16px;
  background: white url(../images/separatore220.jpg) repeat-x top;
  /* margin:0px 5px; */
  margin:0px;
	width: 210px;
	position:relative;
	bottom:0px;
	left:5px;
	right:5px;
}

/* IN ABBONATI */

ul.list_novita_editoriali { /* REALLY BAD TWEAKS!!! */
	/*padding: 0px 0px 5px 0px !important;*/
	margin: 0px;
}

ul.list_novita_editoriali li.wrap_scheda_short { /* REALLY BAD TWEAKS!!! */
	display: inline;
	margin: 0px 0px 5px -5px !important;
	padding: 0px;
}
