/* SCHEDA SINTETICA */

div.scheda_short {
  display: inline;
	/* width: 330px; */ width: 210px;
  margin:0px;

	/* height: 150px; */ height: 134px;
	overflow: hidden;
	float: left;
	position: relative;
	left:5px;
	top:0px;
}

div.scheda_short a.thumbnail_prodotto {
	float: left;
  /* height: 115px;
	width: 85px; */
	height: 102px;
	width: 74px;
}

div.scheda_short img.thumbnail_prodotto {
	/* height: 115px;
	width: 83px; */
	height: 100px;
	width: 70px
	padding: 0px;
	margin: auto;
	border: 1px solid silver;
}

div.scheda_short p {
  /* width: 240px;  */  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: 244px;
	width: 135px;  */
	position: absolute;
	left: 75px;
	bottom: 30px;
	right: 2px;
	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 .bollino_bonus {
	position:absolute;
	/*bottom:1px; */
	top: 3px;
	right:0px;
}

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;
	/* width: 330px; */ 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;
}


/* ATTTENTI AGGIUNTA AL CARRELLO */
div.msg_wait_carrello label {
	color: #666666;
	font-weight:bold;
	padding:3px 4px 0 0;
}

div.msg_wait_carrello img {
	padding:3px 4px 0 0;
}


.contenitore_prezzo .prezzo,
.contenitore_prezzo .prezzo_abbonati {
	float:left;
}



/***************** test grafico *******************/
.contenitore_prezzo .prezzo_abbonati {
	float: right;
	background-color: gold;
	padding: 2px 5px;
	width: 90%;
}
.contenitore_prezzo .lbl_abbonati{
	text-transform: uppercase;
	font-size: 11px;
	display: inline-block;
  /*padding-top: 3px; */
}
.contenitore_prezzo div.prezzo,
.contenitore_prezzo div.prezzo_offerta{
  padding: 2px;
}

.contenitore_prezzo div.prezzo_offerta,
.contenitore_prezzo .prezzo_abbonati .prezzo_offerta,
.contenitore_prezzo .prezzo_abbonati .prezzo {
    float: right;
}
