/* LAYOUT */
* {
	margin: 0;
	padding: 0;
}

body {
	background: url(images/sfondo-body.jpg) repeat-x;
	font-family: "Arial";
	text-align: center;
}

#pagina-rest {
	/*width: 810px;*/
	width: 1010px;
	background: url(images/sfondo-pagina-rest.jpg) repeat-y;
	margin: 0 auto;
}

#pagina-top {
	/*width: 810px;*/
	width: 1010px;
	background: url(images/sfondo-pagina-top.jpg) no-repeat;
}

#container {
	/*width: 760px;*/
	width: 960px;
	margin: 0 auto;
}

#corpo {
	padding-top: 5px;
}


#piepagina {
	text-align: center;
	padding-top: 10px;
	margin-bottom: 20px;
	font-family: 'Arial';
	font-size: 80%;
	padding-top:50px;
	clear: both;
}

#copyright {
	padding: 3px;
	background-color: #f3f3f3;
	color: black;
	font-family: Verdana;
	font-size: 60%;
	text-align: right;
	padding-bottom:50px;
	border-top: 1px solid gray;
}

#copyright a:link{
	color: #555;
}
#copyright a:visited{
	color: #555;
}
#copyright a:hover{
}

#colonna-sx {
	width: 220px;
	float: left;
	/*background-color: red;*/
}

#colonna-dx {
	/*width: 520px;*/
	width: 700px;
	float: right;
	text-align: center;
	padding-right: 15px;
	font-family: Arial;
}

#colonna-dx td {
	font-variant: small-caps;
	font-size: 80%;
	font-family: "Arial";
}

#colonna-dx td img {
	border: 1px solid black;
}

#vetrina {
	padding-top: 10px;
	text-align:center;
}
#vetrinacontent{
	margin:0 auto;
	text-align:left;
}

#barramenu {
	padding-top:8px;
	text-align: center;
	font-family: "Arial";
	font-size: 110%;
	padding-bottom: 10px;
}

#barramenu ul {
	padding-left: 10px;
}

#barramenu li {
	display: inline;
	padding-left: 25px;
	background: url(images/punto.gif) no-repeat 10px;
}

.didascalia {
	font-family: verdana;
	font-size: 70%;
	text-align: left;
	padding-left: 40px;
	padding-top: 8px;
}

#boxRicercaVeloce {
	font-family: "Arial";
	font-size: 100%;
	text-align: left;
	margin-left: 10px;
	border-top: 1px solid gray;
	padding-left: 5px;
	padding-bottom: 5px;
}

#formRicerca {
	margin-top: 10px;
	font-family: 'Arial';
}

#modulo-sx {
	font-size: 70%;
	margin-top: 40px;
	text-align: left;
	padding-left: 20px;
}

#loghi {
	margin-top: 40px;
	text-align: center;
}

#loghi img {
	border: 0;
}


select {
	margin-bottom: 2px;
}

option, input {
	background-color: #efefef;
}

.annuncio {
	font-family: Verdana;
	font-size: 80%;
	text-align: left;
	margin-bottom: 20px;
	border-top: 1px solid black;
	padding-top: 3px;
}

.foto_annunci {
	padding-top: 5px;
	text-align: right;
}

.foto_annunci img {
	margin: 4px;
}

.tasti-annunci {
	margin-top: 5px;
	padding-left: 15px;
}

.info {
	text-align: right;
}

/* LINK  e STILI LISTE */

a:link {
   color: #000;
   text-decoration: none;
}

a:visited {
   color: #000;
   text-decoration: none;
}

a:hover {
   color: #000;
   text-decoration: underline;
}

#modulo-sx a:link {
   color: #000;;
   text-decoration: none;
}

#modulo-sx a:visited {
   color: #000;
   text-decoration: none;
}

#modulo-sx a:hover {
   color: #a80;
   text-decoration: none;
}

.tasti-annunci a:link {
   color: #004;
   text-decoration: underline;
}

.tasti-annunci a:visited {
   color: #004;
   text-decoration: underline;
}

.tasti-annunci a:hover {
   color: #000;
   text-decoration: none;
}

#tabellaorari td {
	padding: 5px;
	background-color: #eee;
	font-family: 'Arial';
}

.elementoVetrina{float:left; margin-right:10px;}
.elementoVetrinaFoto img{border:1px solid black;}
.elementoVetrinaTesto {font-size:8pt;}
