/* CSS Document */

/**
 * LAYOUT
 */
body
{
	margin:0;
	padding:0;
	text-align:center; /* IE5.x Win */
}

#page
{
	width:750px;
	margin-left:auto;
	margin-right:auto;
	text-align:left; /* IE5.x Win */
}

#header
{
	height:126px;
}

#menubar
{
	margin-bottom:5px;
}

#languagebar
{
	margin-bottom:5px;
}

#contents
{
	float:left;
	width:750px;
}

#footer
{
	clear:left;
}

/**
 * LAYOUT ELENCO IMMOBILI
 */
div.boximmobile
{
	float:left;
	position:relative;
	width:750px;
	margin-bottom:20px;
}

div.boximmobiletop
{
	float:left;
	width:100%;
	height:27px;
	background:url(../images/boximmobiletop.gif) top left no-repeat;
}

div.boximmobilemiddle
{
	float:left;
	width:100%;
	background:url(../images/boximmobilemiddle.gif) top left repeat-y;
	min-height:100px;
}

div.boximmobilevenduto,
div.schedaimmobilevenduto
{
	position:absolute;
	clear:both;
	top:0;
	left:0;
	width:100%;
	height:130px;
	background:url(../images/soldout.gif) center center no-repeat;
	z-index:5;
}

div.boximmobilevenduto a
{
	display:block;
	width:100%;
	height:100%;
}

div.image
{
	float:left;
	margin-left:20px;
	width:100px;
	height:80px;
}
div.image img
{
	margin:0;
	padding:0;
}

div.data
{
	margin-left:120px;
	padding-left:20px;
	padding-right:20px;
	width:auto;
}

div.ref
{
}

div.prize
{
	text-align:right;
}

div.descrizione
{
	padding-top:1em;
	text-align:justify;
}

div.boximmobilebottom
{
	float:left;
	width:100%;
	height:25px;
	background:url(../images/boximmobilebottom.gif) top left no-repeat;
}

/**
 * LAYOUT SCHEDA TECNICA
 */
div.schedatecnica
{
	float:left;
	position:relative;
	margin:0;
	padding:0;
	background:url(../images/schedatecnicamiddle.gif) top left repeat-y;
}

div.schedatecnicatop
{
	width:750px;
	height:15px;
	background:url(../images/schedatecnicatop.gif) top left no-repeat;
}

div.schedatecnicamiddle
{
	float:left;
	margin:0 20px;
	width:710px;
	padding:0;
}

div.schedatecnicabottom
{
	float:left;
	width:750px;
	height:15px;
	margin:0;
	padding:0;
	background:url(../images/schedatecnicabottom.gif) top left no-repeat;
}

div.fotosup,
div.fotoinf
{
	float:left;
	width:710px;
	text-align:center;
}
div.fotosup div.foto,
div.fotoinf div.foto
{
	display:inline;
}

div.datiimmobile
{
	float:left;
	width:100%;
	margin:0;
	padding:0;
}

div.voce
{
	float:left;
	width:350px;
	margin-right:5px;
}

div.nomevoce,
div.valorevoce
{
	float:left;
	/*width:170px;*/
	width:175px;
	height:47px;
	line-height:47px;
}

div.nomevoce
{
	/*margin-left:5px;*/
	background:url(../images/leftfield.gif) top left no-repeat;
}

div.valorevoce
{
	/*margin-right:5px;*/
	text-align:right;
	background:url(../images/rightfield.gif) top right no-repeat;
}

div.item
{
	float:left;
	width:375px;
	height:47px;
	margin:0;
	padding:0;
	position:relative;
}

div.item div.note
{
	float:left;
	width:750px;
	margin:0;
	padding:0;
}

div.item div.desc
{
	position:absolute;
	top:0;
	left:0;
	width:50%;
	height:47px;
	line-height:47px;
	margin:0;
	background:url(../images/leftfield.gif) top left no-repeat;
	padding:0;
	text-indent:1em;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#000000;
	white-space:nowrap;
}

div.item div.value
{
	position:absolute;
	top:0;
	right:0;
	width:50%;
	height:47px;
	line-height:47px;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#800000;
	text-align:right;
	white-space:nowrap;
	padding-right:1em;
}

div.note
{
	float:left;
	width:750px;
	margin:0;
	padding:1.5em 0;
}
div.note div.desc
{
	float:left;
	background:url(../images/boxnotemiddle.gif) top left;
	width:750px;
}
/*
	height:30px;
	line-height:27px;
	width:100%;
	font-weight:bold;
	margin:0;
	padding:0;
}*/
div.note div.value
{
	float:left;
	background:url(../images/boxnotebottom.gif) bottom left no-repeat;
	width:750px;
	padding-bottom:1.5em;
}

div.fotoinf
{
	clear:left;
	float:left;
	width:750px;
	text-align:center;
}
div.fotosup img
{
	margin:0.1em;
}

td.item
{
	background:url(../images/leftfield.gif) top left no-repeat;
	height:47px;
	font-weight:bold;
}

td.value
{
	background:url(../images/rightfield.gif) top right no-repeat;
	height:47px;
}

/**
 * SOSTITUZIONE TITOLI
 */
#header h1
{
	position:relative;
	margin:0;
	padding:0;
	height:100%;
	width:100%;
}

#header h1 span
{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:url(../images/titolo.gif) top left no-repeat;
}

/**
 * MENU
 */
#menubar ul, #languagebar ul
{
	list-style:none;
	width:100%;
	margin:0;
	padding:0;
	text-align:center;
}

#menubar ul li, #languagebar ul li
{
	list-style:none;
	display:inline;
	margin:2px 0.25em;
	padding:0 0.25em;
	text-align:center;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
}

#menubar a, #languagebar a
{
	text-decoration:none;
}

#menubar a:hover, #languagebar a:hover
{
	background-color:#FFFF66;
}

/**
 * ALTRE FORMATTAZIONI
 */
body, td, th 
{
	font-family:"Arial";
	font-size:12px;
}

a 
{
	text-decoration:none;
}

#contents h2
{
	font-family:"Arial Narrow","Arial","sans serif","sans-serif";
	font-size:x-large;
	text-transform:uppercase;
	color:#990000;
	font-style:italic;
	text-align:center;
}

#contents p
{
}

#contents p.underconstruction
{
	font-family:"Arial Narrow","Arial","sans serif","sans-serif";
	font-size:x-large;
	color:#000000;
	font-style:italic;
	text-align:center;
}

#footer
{
	border-top:1px solid #000000;
}

#copy
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:center;
}

#mantainer
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:center;
}
