body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #3E3E3E;
	background-image: url(immagini/sfondo_sito.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

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

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

a:active {
	color: #FFffff;
	text-decoration: none;
}


a:hover {
	color: #FFCC00;
}


.testo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 16px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFCC00;
	padding-left: 20px;
	padding-top: 20px;
	margin-top: 0px;
	font-weight: normal;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	margin: 0px;
	text-align: left;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 22px;
}

.menusx_button {
height:32px;
width:200px;
margin:0px;
padding:0px;
background:url(immagini/menusx_nome_macchina.jpg);
}

.pagina_titolo {
	height:75px;
	width:800px;
	margin:0px;
	padding:0px;
	background-image: url(immagini/sfondo_titolo.jpg);
	background-repeat: no-repeat;
}
.td_tabella_corpo {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 18px;
}
.td_tabella_caratteristiche {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;

}
.testo_piccolo {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
}
li {
	margin-left: -25px;
}
.form_campotesto {
	width: 200px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #EAEAEC;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: groove;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: groove;
}
.form_multiriga {
	width: 200px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #EAEAEC;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: groove;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: groove;
}

/* ACCORDION */

.AccordionTitle, .AccordionContent, .AccordionContainer
    {
        position: relative;
        width: 200px; /*changeble*/
    }
    .AccordionTitle
    {
	height: 30px; /*changeble*/
	overflow: hidden;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif; /*changeble*/
	font-size: 12px; /*changeble*/
	font-weight: normal; /*changeble*/
	text-align: center; /*changeble*/
	display: table-cell;
        -moz-user-select: none;
	border-top: none; /*changeble*/
	border-bottom: none; /*changeble*/
	border-left: none; /*changeble*/
	border-right: none;
	color: White;
	background-image: url(/immagini/menusx_nome_macchina.jpg);
    }
    .AccordionContent
    {
        height: 0px;
        overflow: hidden; /*display: none;  */
    }
    .AccordionContent_
    {
        height: auto;
    }
    .AccordionContainer
    {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
    }
	
    .ContentTable
    {
	width: 100%;
	text-align: center;
	color: White;
	margin: 0px;
	padding: 0px;
    }
	
    .ContentCell
    {
    }
	
    .ContentTable a:link
    {
        color: #020202;
        text-decoration: none;
    }
	
	.ContentTable a:visited
    {
        color: #020202;
        text-decoration: none;
    }
	
    .ContentTable a:hover
    {
        color: #FFCC00;
        text-decoration: none;
    }
.privacy {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.testo_medio {


	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
}
