/****** Llistat ******/
div.llistat_resultat {
	padding: 0px;
	height: 100%;
	background-color:#99CCCD;
}



div.llistat_resultat ul {
	list-style-position: inherit;
	margin: 0px 0px 0px 0px; 
	padding: 0px;
}

div.llistat_resultat ul li{
	margin: 0px 0px 0px 0px; 
	padding: 0px;
	list-style-type: none;
	line-height: 1.5em;
	color: #000;
	height:70px;
	border-bottom:10px solid white;
}

div.llistat_resultat ul li table {
	display:inline-table;
	width: 100%;
	
}

div.llistat_resultat ul li table td {
	vertical-align: top;
	height:70px;
}

div.llistat_resultat div.producte_foto{
	width: 50px;
	height: 50px; 
	/*float: left;*/
	margin: 0 10px 0 0;
	padding: 2px;
	border: 1px solid #CCC;
}

div.llistat_resultat h4{
	color: #ffffff;
	margin: 0px;
	padding-left: 5px;
	padding-top:5px;
	font-weight:bold;
	font-size: 12px;
	
}

div.llistat_resultat div.producte_preu{
	font-weight: bold;
	font-size:12px;
	color: #207372;
	text-align: right;
	float: right;
	padding-right:10px;
}

div.llistat_resultat div.producte_direccio,
div.llistat_resultat div.producte_direccio a {
	font-style: italic; 
	color: #008140;
	display:none;
}
div.llistat_resultat .producte_direccio a {
	text-decoration: underline;
}

div.llistat_resultat .producte_direccio a:hover {
	text-decoration: none;
}

div.llistat_resultat ul li .producte_desc{
	font-weight: bold;
	font-size: 10px;
	margin-left:5px;
	margin-right:5px;
	padding-top:5px;
	color:#000;
}	
div.llistat_resultat ul li .producte_desc a{
	text-decoration: none;
	font-weight: normal;
	color:#000;
}

div.llistat_resultat ul li .producte_desc a:hover{
	text-decoration: underline;
	font-weight: bold;
}

div.llistat_resultat .producte_productesReserva{
	margin: 5px 0 3px 0;
}

div.llistat_resultat .producte_productesReserva table{
	width: 100%
}

div.llistat_resultat .producte_productesReserva th{
	background: #EEEFA4;
	font-weight: bold;
}

div.llistat_resultat .producte_productesReserva td{
	background: #FFF;
	border-bottom: 1px dotted #E6E690;
	font-weight: normal;
}
.llistatCeldaHotelImagen{
	float:left;
	width:100px;
	height:70px;
	border: 0px;
	background-color:#ffffff;
	padding-right:2px;
	
}
.llistatMesInformacio{
	display:none;
}
