@charset "UTF-8";
/* CSS Document */
body{
	margin:0px;
	padding:0px;
	}
.cleaner{
	clear:both;
	}	
	
#corpo{	
	width:1000px;
	margin:auto;
	padding-bottom:15px;	
	}
	
#header{
	margin:auto;
	height:270px;
	width:1000px;
	}
	
#ad_header{
	margin:auto;
	background-image:url(../img/header.jpg);
	background-repeat:no-repeat;
	background-position:left;
	height:270px;
	width:1000px;
	}	
	
#menu {
	margin:auto;
	background-image:url(../img/menu.jpg);
	background-repeat:repeat-x;
	width:1000px;
	height:40px;	
	}

#menu a {
	border-right:1px solid #cccccc;
	float:left;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:black;
	text-decoration:none;
	padding:13px 15px 13px 15px;
	}

#menu a.selected{
	background-image:url(../img/menu-select.jpg);
	background-repeat:repeat-x;
	
	}
#menu a:hover{
	background-image:url(../img/menu-select.jpg);
	background-repeat:repeat-x;
	
	}	
#menu .flags {
	float:right;
}

#menu .flags a img {
	border:0px;
}	

#menu .flags a {
	padding:2px;
}

#contenuto {
	float:left;
	width:500px;
	padding-top:15px;
	padding-left:0px;
	}

#immagine {
	float:right;
	width:450px;
	padding-top:20px;
	padding-left:20px;
	}

#ricerca {
	float:left;
	width:500px;
	padding-left:0px;
	padding-top:15px;
	}


	
#footer{
	float:left;
	width:1000px;
	height:72px;
	background-image:url(../img/footer-esterno.jpg);
	background-repeat:repeat-x;	
	}
	
#footer-contenuti{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:white;
	height:72px;
	width:960px;
	padding:9px 20px 0 20px;
	}

#footer-contenuti img{
	border-width:0px;
	}	
	
#linea{
	padding-top:11px;
	/*border-top:1px solid #0066ff;*/
	border-bottom:1px solid #66ccff;
	margin:0 20px 0 20px;
	}
	
/*--------tabella index----*/

table {
	table-layout: fixed;
	width: 500px;
	border-spacing: 8px 5px;
}

select {
	width:130px;
	}
input {
	width:130px;
	}
/*---------box vendita index------*/
#vendita {
	float:left;
	width:1000px;
	padding:10px 0 20px 0;
	}

#bordo{
	padding-top:1px;
	border-bottom:1px solid #cccccc;
	}
#vendita a{
	color:#0099ff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	}

.vendita1 {
	margin-top:16px;
	margin-right:10px;
	float:left;
	border-right:1px solid #cccccc;
	width:320px;
}

.vendita1 p{
	margin-left:10px;
}

.vendita1 h2{
	padding-left: 10px;
}

#vendita2 {
	margin-top:16px;
	margin-left:16px;
	float:left;
	border-right:1px solid #cccccc;
	width:320px;
	}
#vendita3 {
	margin-top:16px;
	margin-left:16px;
	float:left;
	width:320px;
	}

#data_immagine {
	float:left;
	width:91px;
	}
	
#data_immagine img {
	padding-top:10px;
	}
	
#titolo_testo {
	width:209px;
	padding-left:10px;
	padding-right:10px;
	float:left;
	}

/*--------------menu sinistro pagina proposte--*/
#menu_left{
	padding-top:10px;
	float:left;
	width:180px;
	background-color:white;
	padding-bottom: 10px;
	}
#menu_left h2 {
	padding-bottom:10px;
	}
#menu_left a{
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#000000;
	border-style:solid;
	border-color:#cccccc;
	border-width:0 1px 1px 0;
	display:block;
	clear:right;
	margin:0px 10px 0px 0px;
	padding:5px 10px 5px 10px;
	}
	
#menu_left a.selected {
	color:#336699;
	}
	
#menu_left a:hover {
	color:#336699;
	}
	
/*-----------------proposte---*/

#elenco {
	padding: 15px 0 0 10px;
	width:800px;
	margin-left:185px;
	margin-bottom: 15px;
	}

#elenco ul a {
	margin:0px;
	padding-top:5px;
	font-family:verdana, sans-serif;
	font-weight:normal;
	font-size:11px;
	line-height:13px;
	text-align:justify;
	color:black;
	text-decoration: none;
}

#elenco ul a:hover {
	text-decoration: underline;
	color: #336699;
}

#elenco2 {
	padding: 15px 0 0 10px;
	width:800px;
	margin-left:185px;
	margin-bottom: 15px;
	}
	
#elenco3 {
	padding: 15px 0 0 10px;
	width:800px;
	margin-left:185px;
	margin-bottom: 15px;
	}

#anteprima {
	border-bottom:1px solid #cccccc;
	width:800px;
	margin-top:10px;
	margin-bottom: 15px;
	padding-bottom:10px;
	}
	
#miniatura {
	float:left;
	width:100px;
	}
	
#dati {
	width:650px;
	margin-left:130px;
	}
	
#dati a{
	color:#0099ff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	}


	
/*----------------contatti-------*/

#contatti{
	width:1000px;
	float: left;
	margin: 15px 10px 15px 0px;
	}
	
label {
	display:block;
	margin:10px 0px 2px 0px;
	}
	
.testo {
	width:498px;
	border:1px black solid;
	}

.cmd {
	margin:10px 5px 10px 5px;
	}

#privacy {
	width:500px;
	margin-bottom:10px;
	font-size:9px;
	}

#indirizzo {
	float: right;
	margin: 20px 60px 0 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	text-align:justify;
	color:#333333;
	line-height: 18px;
	}

#indirizzo a{
	text-decoration:none;
	}
	
#indirizzo a:hover {
	text-decoration:underline;
	}

/*---------visualizzazione a più pagine----*/

#elenco > a {
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	font-weight:bold;
	}

#elenco > a.selected {
	font-weight:bold;
	color:#336699;
	}
#elenco > a:hover {
	font-weight:bold;
	color:#336699;
	text-decoration:underline;
	}

/*-----------uploader---*/

#uploader {
	width:800px;
	float: left;
	padding: 15px;
	}

label {
	display:block;
	margin:10px 0px 2px 0px;
	}
	
/*-----------scheda------*/

#scheda{
	width:1000px;
	height:475px;
	float:left;
	padding:10px 0 10px 0;
	}
	
#scheda h1 {
	margin:0px;	
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:25px;
	color:#336699; 
	}
	
#scheda h2 {
	margin:0px;	
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:15px;
	color:#003366;
	}
	
.galleria {
	width:500px;
	float:left;
	}
	
.galleria img {
	margin-bottom:5px;
	}
.sequenza img {
	margin-left:5px;
	}
	
.descrizioni {
	width:480px;
	float:left;
	padding: 0 10px 0 10px;
	}
	
.descrizioni a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	font-weight:bold;
	text-decoration:none;
	}

.descrizioni a.selected {
	font-weight:bold;
	color:#336699;
	}
.descrizioni a:hover {
	font-weight:bold;
	color:#336699;
	text-decoration:underline;
	}

#link {
	text-align: right;
	}
	
/*-------------login-------*/

#login {
	width:1000px;
	float:left;
	padding-bottom:110px;
	padding-top:110px;
	}

#entra {
	width:250px;
	margin-left:375px;
	border:1px solid #cccccc;
	text-align:center;
	}

.button {
	margin-top:15px;
	}
	
/*----------amministrazione------*/

#elenco2 table {
	width:800px; 
	text-align:center;
	border: 1px solid #cccccc;
	border-collapse:collapse;
	margin:0px;
	padding-top:5px;
	font-family:verdana, sans-serif;
	font-weight:normal;
	font-size:11px;
	line-height:13px;
	color:black;
}

#elenco2 td {
	border: 1px solid #cccccc;
	}

#anteprima img{
	margin-bottom: 5px;
	margin-top: 5px;
	}
	
