﻿div#strutture
{
	width:100%;
    text-align:center;
}

div#strutture div.casa
{
	width:559px;
	height:104px;
	border-bottom:0px solid #336699;
    margin:0 auto 25px auto;	
	font-size:10px;
}
div#strutture div.casa img
{
	float:left;
	margin-right:5px;
	border:2px solid #74A3D1;
	display:block;
	width:108px;
}
div#strutture div.casa div.titolo
{
	background-color:#336699;
	color:#ffffff;
	font-weight:bold;
	line-height:20px;
	width:429px;
	float:right;
	padding-left:5px;
	font-size:11px;
}
/*div#strutture div.casa div.titolo a,
div#strutture div.casa div.titolo a:link,
div#strutture div.casa div.titolo a:visited,
div#strutture div.casa div.titolo a:selected
{
	color:#ffffff;
	text-decoration:none;
}*/
#content div.titolo a,
#content div.titolo a:link,
#content div.titolo a:visited,
#content div.titolo a:active
{
	color:#ffffff;
	text-decoration:none;
	font-size:10px;
}
div#strutture div.casa div.titolo span.nome
{
	color:#FFCC33;
}


div#strutture div.dati div
{
	display:inline;
	float:left;
	text-align:center;
	width:auto;
	height:36px;
	padding:4px 14px;
	line-height:20px;
}
div#strutture div.dati div.posti_letto,
div#strutture div.dati div.superficie,
div#strutture div.dati div.distanza_mare,
div#strutture div.dati div.aria
{
	border-width:0px 1px 0px 0px;
	border-style:dotted;
	border-color:#A7A7A7;
}
div#strutture div.dati div.animali
{
	clear:right;
	display:block;
}
div#strutture div.dati div span
{
	font-weight:bold;
}
div#strutture div.dati_sub
{
	display:block;
	width:429px;
	padding:4px 0px 4px 0px;
	text-align:center;
	border-width:1px 0px 0px 0px;
	border-style:dotted;
	border-color:#A7A7A7;
	float:right;
}

div#strutture  div.tipologia
{
	width:120px;
	float:left;
	text-align:left;
	font-weight:bold;
	font-size:9px;
}
div#strutture div.prezzi
{
	width:279px;
	text-align:right;
	float:right;
}
div#strutture div.prezzi span
{
	font-weight:bold;
}

div#strutture div.comandi
{
	margin:9px auto 0px auto;
	width:560px;
	text-align:center;
}
div.promozione
{
	display:block;
	width:270px;
	padding:0px 0px 0px 0px;
	/*margin-left:-5px; /* compensa il padding-left del div.prezzi*/
	text-align:center;
	float:right;
	background-color:#FFFFFF;
	border:1px dotted #FFCC33;
	color:#E65B00;
	font-size:10px;
}

div.ricerca
{
	margin-left:-6px!important;
	margin-bottom:6px!important;
}