
.listello-lungo {
	   	display:		block;
	   	width: 		920px;
	   	height:		70px;

	   	margin-bottom:	5px;
	   	border-bottom: solid 1px #dddddd;
	   	cursor: pointer;
	   	text-decoration: none;

	   	}


.listello-lungo:hover { 
			background-color: #f0f0f0;

			text-decoration: none;
		   	}	
		   	
		   	

.listelloImg
	 {
	   width: 		85px;
	   height:		60px;
	   padding:		5px;
	   float: 		left;

	  }
	  
.listelloInfo 
	 {
	   width: 		710px;
	   height:		60px;
	   padding:		5px;
	   float: 		left;
	   color: 		#303030;
	    
	  }	
	  
  
