/* pagina generale - sfondo e carattere */

body {
	/*background-image: url('../immagini/bck.gif');
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: top left;*/

	/*background-image: url('../immagini/header/bck_body.gif');
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: .5cm left;*/
	text-align: center;   /*centra in IE 5.x */
	margin-left: .5cm;
	margin-right: .5cm;
	margin-top: .5cm
	}

div#header {
	background-image: url('../immagini/header/bck-header.gif');
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: top left;
	margin: 0px auto;   /*centra negli altri browsers*/
	}

div#container {
	width: 800px;
	margin: 0px auto;   /*centra negli altri browsers*/
	}

div#navigation-sx {
	float: left;
	width: 200px;
	background-color: #E3E4E6;
	padding: 50px 0px 50px 0px;
	color: #094F85;
	text-align: left;
	border: 1px solid #C4C4C4;
	}

div#navigation-dx {
	float: right;
	width: 140px;
	background-color:#D2D5D7;
	padding: 10px 3px 3px 3px;
	color: #094F85;
	text-align: left;
	border: 1px solid #C4C4C4;
	}

div#content {
	background-image: url('../immagini/header/riga.gif');
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: top left;
	margin-left: 11em;
	margin-right: 8.5em;
	font-family: arial;
	font-size: 20px;
	color: #000000;
	font-weight: 590;
	text-align: left;
	padding: 10px 10px 0px 10px;
	}


div#footer {
	background-image: url('../immagini/header/bck_footer.gif');
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: top left;
	font-family: arial;
	font-size: 12px;
	color: #949EB0;
	margin-top: 20px;
	padding: 5px 0 25px 10px;
	text-align: left;
	clear: left;
	}

#footer 		a:link		{color: #949EB0; text-decoration: none;}
#footer 		a:visited	{color: #949EB0; text-decoration: none;}
#footer 		a:hover		{color: #949EB0; text-decoration: underline;}
/*========================menù sx=====================*/
.menu {
	width: 200px;
	padding: 0 0 1em 0;
	margin-bottom: 1em;
	font-family: Arial, Verdana, Helvetica;
	font-size: 13px;
	color: #2175bc;
	}

.menu ul {
	list-style: none;
	margin: 0px;
	padding-left: 0px;
	line-height: 20px;
	}

.menu li {
	border-top: 1px solid #C4C4C4;
	border-bottom: 1px solid #C4C4C4;
	/*border-top: 1px solid #B9B9B9;*/
	margin: 0px;
	}

.menu li a {
	display: block;
	padding: 2px 2px 2px 0.5em;
	border-left: 10px solid #508fc4;
	background-color: #B1CDE4;
	color: #2175bc;
	text-decoration: none;
	width: 100%;
	}

.menu li a {
	width: auto;
	}

.menu li a:hover {
	border-left: 10px solid #1c64d1;
	background-color: #B1CDE4;/*#D0DFE8*/
	color: #fff;
	text-decoration: underline;
	}

.menu #qui {
	border-left: 10px solid #5ba3e0;
	padding: 2px 2px 2px 0.5em;
	background-color: #2175bc;
	color: #fff;
	font-size: 12px;
	text-decoration: none;
	font-weight: 800;
	}

h1 {
	font-weight: 800;
	font-family: Arial, Verdana, Helvetica;
	font-size: 16px;
	color: #7A7A7A;
	}

h2 {
	font-family: Arial, Verdana, Helvetica;
	text-align: left;
	font-weight: 500;
	font-size: 13px;
	color: #7A7A7A;
	padding: 22px 0 0 220px;
	}

h3 {
	font-family: Arial, Verdana, Helvetica;
	text-align: left;
	font-weight: 600;
	font-size: 13px;
	color: #CC3300;
	padding: 22px 0 0 190px;
	}

h1 		a:link		{color: #7A7A7A; text-decoration: none;}
h1 		a:visited	{color: #7A7A7A; text-decoration: none;}
h1 		a:hover		{color: #7A7A7A; text-decoration: none;}
	
h2 		a:link		{color: #7A7A7A; text-decoration: none;}
h2 		a:visited	{color: #7A7A7A; text-decoration: none;}
h2 		a:hover		{color: #7A7A7A; text-decoration: none;}


.spot {
	padding: 0.5em;
	margin: 0.5em;
	border: 1px solid #5ba3e0;
	font-size: 12px;
	font-family: Arial, Verdana, Helvetica;
	text-align: justify;
	/*text-color: #1875DC;*/
	}

.spot 		a:link		{color: #1875DC; font-weight: bold; text-decoration: none;}
.spot 		a:visited	{color: #1875DC; font-weight: bold; text-decoration: none;}
.spot 		a:hover		{color: #1875DC; font-weight: bold; text-decoration: underline;}

.spot-dx {
	padding: 0.5em;
	margin: 0.5em;
	border: 1px solid #5ba3e0;
	font-size: 12px;
	font-family: Arial, Verdana, Helvetica;
	text-align: justify;
	/*text-color: #1875DC;*/
	width: 117px;
	}

.spot-dx 		a:link		{color: #1875DC; font-weight: bold; text-decoration: none;}
.spot-dx 		a:visited	{color: #1875DC; font-weight: bold; text-decoration: none;}
.spot-dx 		a:hover		{color: #1875DC; font-weight: bold; text-decoration: underline;}


.spot-dx-cl {
	padding: 0.5em;
	margin: 0.5em;
	border: 1px solid;
	font-size: 12px;
	font-family: Arial, Verdana, Helvetica;
	text-align: justify;
	/*text-color: #1875DC;*/
	width: 117px;
	}

.spot-dx-cl 		a:link		{color: #1875DC; font-weight: bold; text-decoration: none;}
.spot-dx-cl 		a:visited	{color: #1875DC; font-weight: bold; text-decoration: none;}
.spot-dx-cl 		a:hover		{color: #1875DC; font-weight: bold; text-decoration: underline;}

#spot-google {
	padding: 0.3em;
	margin: 0.5em;
	font-size: 12px;
	font-family: Arial, Verdana, Helvetica;
	text-align: center;
	background-color: #FFFFFF;
	width: 125px;
	}

#spot-google2 {
	padding: 2.5em 0 2.5em 0;
	margin: 0.5em;
	border: 1px solid #5ba3e0;
	font-size: 12px;
	font-family: Arial, Verdana, Helvetica;
	text-align: center;
	}

#spot-google-centro {
	padding-top: 2.5em;
	text-align: center;
	}

#spot-google3 {
	padding: 0.5em;
	margin: 0.5em;
	border: 1px solid #AD0A0A;
	font-size: 12px;
	font-family: Arial, Verdana, Helvetica;
	text-align: center;
	}

#cerca-google {
	padding: 0.5em;
	margin: 0.5em;
	/*border: 1px dotted #5ba3e0;*/
	font-size: 12px;
	font-family: Arial, Verdana, Helvetica;
	text-align: left;
	background-color: #FFFFFF;
	}

#link-amici {
	padding: 0.5em;
	margin: 0.5em;
	border: 1px solid #5ba3e0;
	font-size: 12px;
	font-family: Arial, Verdana, Helvetica;
	text-align: center;
	width: 115px;
	}

#link-amici			a:link		{color: #1875DC; font-weight: bold; text-decoration: none;}
#link-amici 		a:visited	{color: #1875DC; font-weight: bold; text-decoration: none;}
#link-amici 		a:hover		{color: #1875DC; font-weight: bold; text-decoration: underline;}

.spot-wth {
	background: #FFFFFF;
	margin: 0.5em;
	border: 1px solid #5ba3e0;
	text-align: center;
	padding: 3px;
	font-size: 10px;
	font-family: Arial, Verdana, Helvetica;
	width: 125px;
	}

.spot-wth		a:link		{color: #1875DC; font-weight: bold; text-decoration: none;}
.spot-wth 		a:visited	{color: #1875DC; font-weight: bold; text-decoration: none;}
.spot-wth 		a:hover		{color: #1875DC; font-weight: bold; text-decoration: none;}

.txt {
	font-family: Arial, Verdana, Helvetica;
	font-size: 14px;
	color: #7A7A7A;
	text-align: justify;
	padding: 0 10px 10px 10px;
	}

.txt 		a:link		{color: #7A7A7A; font-weight: bold; text-decoration: none;}
.txt 		a:visited	{color: #7A7A7A; font-weight: bold; text-decoration: none;}
.txt 		a:hover		{color: #7A7A7A; font-weight: bold; text-decoration: underline;}

#briciole {
	font-family: Arial, Verdana, Helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #7A7A7A;
	padding: 15px 0 5px 240px;
	text-align: left;
	}

#briciole 		a:link		{color: #7A7A7A; font-weight: normal; text-decoration: none;}
#briciole 		a:visited	{color: #7A7A7A; font-weight: normal; text-decoration: none;}
#briciole 		a:hover		{color: #7A7A7A; font-weight: normal; text-decoration: underline;}

/*==============================lista mercatini antiquariato======================*/
#lista-mercatini {
	font-family: Arial, Verdana, Helvetica;
	font-size: 14px;
	color: #7A7A7A;
	text-align: justify;
	}

#lista-mercatini ul {
	list-style: disk;
	margin: 25px;
	padding: 0 0 5px 10px;
	}

#lista-mercatini li {
	margin: 0px;
	padding-bottom: 10px;
	}

#lista-mercatini li a {
	padding: 2px 2px 0 0;
	color: #7A7A7A;
	text-decoration: none;
	width: auto;
	font-size: 13px;
	font-weight: 600;

	}

#lista-mercatini li a:hover {
	color: #7A7A7A;
	text-decoration: underline;
	}

#lista-mercatini #qui {
	border-left: 10px solid #5ba3e0;
	padding: 2px 2px 2px 0.5em;
	background-color: #2175bc;
	color: #fff;
	font-size: 12px;
	text-decoration: none;
	font-weight: 800;
	}
*/------------------------form--------------------*/

form {
	width: 350px;
	padding: 15px 0 0 0;
	margin: 0;
	float: center;
	background: #FFF;
	}

fieldset {
	float: center;
	width: 350px;
    margin: 0;
    padding-top: 0px;
    border: 1px solid #C4C4C4;
    background: #E8E8E8;
    }

legend {
	font-weight: bold;
	color: #333;
	background: #FFF;
	float: left;
	padding: 0px 5px 0 5px;
	}

form b {
	color: #F00;
	}

form p {
	margin: 0.5em 10px;
	}

fieldset div {
	float: center;
	width: 100%;
    padding: 10px 10px 12px 10px;
    text-align: left;
    font-weight: 800;
    }

label {
	/*float: left;*/
	width: 170px;
    display: inline;
    line-height: 23px;
    font-family: arial, helvetica, sans-serif;
	font-size: 14px;
    }

.pulsante {
    font-family: arial, helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	background: #F0EEEF;
	}

#infoPrivacy {
	overflow: auto;
	height: 150px;
	width: 350px;
	padding: 5px;
	margin-bottom: 10px;
	}

#msg {
	overflow: auto;
	height: 200px;
	width: 350px;
	}

#grazie {
	font-size: 16px;
	font-weight: 900;
	text-align: center;
	color: #64665C;
	padding: 15px 0 0 0;
	}

#form-at {
	font-family: Arial, Verdana, Helvetica;
	font-size: 14px;
	color: #7A7A7A;	
	}

#data-agg {
	font-family: arial;
	font-size: 10px;
	color: #949EB0;
	margin-top: 1px;
	padding: 5px 0 25px 30px;
	text-align: right;
	clear: left;
	}

#n-pagina {
	font-family: arial;
	font-size: 14px;
	color: #949EB0;
	/*color: #949EB0;*/
	margin-top: 1px;
	padding: 5px 0px 25px 0px;
	text-align: right;
	font-weight: 700;
	}

#n-pagina 		a:link		{color: #537BA8; font-weight: bold; text-decoration: underline;}
#n-pagina 		a:visited	{color: #537BA8; font-weight: bold; text-decoration: none;}
#n-pagina 		a:hover		{color: #537BA8; font-weight: bold; text-decoration: none;}



.red {
	background-color: #CC3300;
	padding: 0;
	margin: 2px 5px 2px 7px;
	line-height: 5px;
	color: #1875DC;
	width: 129px;
	}

.link-dx {
	padding: 0.5em;
	margin: 0.5em;
	border: 1px solid #537BA8;
	font-size: 12px;
	font-family: Arial, Verdana, Helvetica;
	text-align: justify;
	/*text-color: #1875DC;*/
	width: 117px;
	}

.link-dx 		a:link		{color: #537BA8; font-weight: bold; text-decoration: none;}
.link-dx 		a:visited	{color: #537BA8; font-weight: bold; text-decoration: none;}
.link-dx 		a:hover		{color: #537BA8; font-weight: bold; text-decoration: underline;}

#txt-dx-home {
	font-family: Arial, Verdana, Helvetica;
	text-align: right;
	font-size: 10px;
	padding: 10px 0 0 0;
	}

i {
	color: #5ba3e0;}
