.ListProd01 
{
  text-align:left;	
}
.ListProd01 hr
{
  display:none;
}

/* Contenitore Globale */
.ListProd01 .ContainerItem 
{
   clear:both;	
   background-color:#bdbdbd;  
   padding:5px 0 5px 0;
   margin-bottom:10px;
   border-bottom:1px dotted #fff;
}
/* Separatore */
.ListProd01 .SeparatorItem 
{
	clear:both;
	display:block;	
}
/* Separatore Orrizontale */
.ListProd01 .Separator 
{
	margin-right:30px;
}




/* Contenitore Foto + Descrizione */
.ListProd01 .Item 
{
	overflow:hidden;
	clear:both;	
}
/* Contenitore Immagine */
.ListProd01 .ImgItem 
{
	padding:2px 10px 5px 0;
	float:left;
}
/* Immagine */
.ListProd01 .ImgPr
{
	border:1px solid #d8ad01;	
	padding:1px;
}

/* Contenitore Descrizione */
.ListProd01 .PrItem 
{
}
/* Codice */
.ListProd01 .PrItem .Code
{
	font-weight:bold;
	text-overflow:ellipsis;
    overflow:hidden;
    white-space:nowrap; 
    color:#666666
}
/* Nome */
.ListProd01 .PrItem .Nome
{
	color:#705a00;
	text-overflow:ellipsis;
    overflow:hidden;
    white-space:nowrap; 
    padding:2px 0 4px 0;
    font-weight:bold;
    font-size:105%;
}
/* Descrizione */
.ListProd01 .PrItem .Descr
{
		
}


/* Contenitore Prezzo + Carrello */
.ListProd01 .ItemBottom
{	
	clear:both;		
}

/* Prezzo */
.ListProd01 .ItemBottom .PriceItem
{	
	float:left;
	font-weight:bold;
	font-size:120%;
	color:#990000;
	padding-top:7px;
}
.ListProd01 .ItemBottom .iva
{
	font-family:Arial;
	font-size:80%;
	padding-left:4px;
	font-weight:normal;
}
.ListProd01 .ItemBottom .PriceUItem
{	
	float:left;
	font-weight:bold;
	font-size:120%;
	color:#4d4d4d;
	padding:7px 9px 0 0;
	text-decoration:line-through;
}

/* Disponibilità bassa media alta */
.ListProd01 .ItemBottom .sm0, .ListProd01 .ItemBottom .sm
{	
	background:transparent url(../../images/list/sm0.png) no-repeat left 10px;
	padding-left:20px;
}
.ListProd01 .ItemBottom .sm1
{	
	background:transparent url(../../images/list/sm1.png) no-repeat left 10px;
	padding-left:20px;
}
.ListProd01 .ItemBottom .sm2
{	
    background:transparent url(../../images/list/sm2.png) no-repeat left 10px;
    padding-left:20px;
}
/* Formato */
.ListProd01 .ItemBottom .FormatContainer
{
	float:left;
	
	font-family: Arial,Tahoma,Helvetica,Verdana;
    font-size: 100%;  
   
    margin: 4px 0 0 10px;
    padding: 1px;
}
/* Bottone Carrello */
.ListProd01 .ItemBottom .BtCart
{
	float:left;
	margin:0 0 0 6px;
}
.ListProd01 .ItemBottom .BtScheda
{
	clear:both; 

    font-size: 100%; 
	white-space:nowrap;
	margin: 3px 0 0 180px;
	padding: 2px 0px 2px 16px;
	background:transparent url(../../images/list/sf_scheda.png) no-repeat 6px center;
	

}
.ListProd01 .ItemBottom .BtScheda a
{
	text-decoration :none;	
	color:#284452;
	font-size:100%;
	font-weight:bold;
}
