﻿@import url("/css/struttura.css"); /* STILE DELLA STRUTTURA DEL SITO */
@import url("/css/ita.css"); /* STILI DELLA VERSIONE ITALIANA */
@import url("/css/eng.css"); /* STILI DELLA VERSIONE ITALIANA */
@import url("/css/vetrina.css"); /* STILI DELLA VETRINA */
@import url("/css/widget.css"); /* STILI DEI WIDGET */
@import url("/css/homepage.css"); /* STILI DELLA HOMEPAGE */
@import url("/css/immobili.css"); /* STILI DELLA RICERCA IMMOBILI */
@import url("/css/form.css"); /* STILI DEI FORM */
@import url("/css/news.css"); /* STILI DELLE NEWS */


/* STILI COMUNI E GENERICI */
html, body {
	background-color: #fff;
	font-family: Tahoma;
	font-size: 12px;
	color: #010101;
	line-height: 18px;
}
a {
	color: #f37301;
}
a:hover {
	text-decoration: none;
}
strong {
	font-weight: bold;
}
.empty {
	display: block;
	float: none;	
	clear: both;
	height: 5px;
	width: 100%;
}
/* STILI COMUNI E GENERICI */

/* LOADING */
.loading {
	float: left; 
	clear: both; 
	position: relative; 
	width: 100%;
	background-color: #fff;
	margin-bottom: 10px;
}
.loading img{
	display: block;
	float: none;
	clear: both;
	margin: auto;
	font-weight: bold;
	color: #000;
	margin-top: 10px;
}
.loading span{
	display: block;
	float: none;
	clear: both;
	margin: auto;
	width: 100%;
	font-weight: bold;
	color: #000;
	margin-top: 10px;
}
/* LOADING */

/* STILI DEI FORM */
button, .button {
	cursor: pointer;
	border: none;
}
.row {
	display: block;
	float: left;
	clear: both;
	width: 100%;
	margin: 0px 0px 10px 0px;
}
.blocco {
	display: block;
	float: left;
	width: 49%;
}
.blocco label{
	display: block;
	float: left;
	clear: both;
	width: 50%;
}
.blocco input{
	display: block;
	float: left;
	clear: both;
	width: 89%;
}
.blocco select{
	display: block;
	float: left;
	clear: both;
	width: 90%;
}
/* STILI DEI FORM */ 

/* POPUP IN HOMEPAGE */
#layerMe{
	display: none;  
	position:absolute; 
	top: 0px;
	left: 0px;
	width: 100%;
	text-align:center;
	margin-top: 165px;
}
#titlebar{
	display: block;
	float: none;
	clear: both;
	margin: auto;  
	background-color: #ff7d36;
	color:#fff; 
	font-size:11px;
	text-align:right; 
	width: 550px;
}
#titlebar a{
	display: block;
	float: none;
	clear: both;
	width: 99%;
	text-align: center;
	color:#fff; 
	margin-right: 5px;
	font-size:13px;
	font-family: tahoma;
	padding:3px 0px 3px 0px;
	font-weight: bold;
}
.contenuto {
	display: block;
	float: none;
	clear: both;
	margin: auto;
	background-color: #FFFFFF;
	width: 550px;
}
/* POPUP IN HOMEPAGE */



