@charset "UTF-8";
/* CSS Document */
body {
	margin: 0;
	padding: 0;
	color: #333333;
    font-family: Arial,Helvetica,sans-serif;
}
.tappo {
	clear: both;
}
#centrato {
	width: 700px;
	margin: 0 auto;
}
#contenitore	{
	background-color: #EAEAEA;
    margin-bottom: 15px;
	width: 700px;
	border-radius: 5px;
	border: 1px solid #FFFFFF;
}
#principale {
	margin: 0;
	padding: 0;	
	background-color: #F4F7F7;
	width: 680px;
}
#principale li {
	float: left;
	list-style: none;
	width: 170px;
	overflow: hidden;
}
.principale-a {
	display: block;
	text-align: center;
	text-decoration: none;
	border: 1px solid #dbdbdb;
    border-radius: 5px;
    box-shadow: 2px 1px 1px 1px #a2a2a2;
    text-transform: uppercase;
    width: 131px;
	color: #333333;
    font-size: 11px;
    font-weight: bold;
    line-height: 38px;
    text-align: center;
    text-decoration: none;
}
.principale-a-current {
	display: block;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
    width: 170px;
	color: #333333;
    font-size: 11px;
    font-weight: bold;
    line-height: 38px;
    text-align: center;
    text-decoration: none;
	background: url("../img/freccia_giu.png") no-repeat scroll bottom left transparent;
	background-color:#EAEAEA;
	border-bottom: 2px solid #EAEAEA;
}
#principale li:hover {
	display: block;
}
#principale a:hover {
	color: #E0001A;
}
.faq {
	font-size: 13px;
    padding: 0px;
    margin: 15px;
	list-style-type: none;
}
.faq li	{
	background-position: left 10px;
    border-bottom: 1px solid #fff;
    position: relative;
	padding-left: 15px;
	padding-right: 70px;
	margin: 0;
}
.faq a	{
	color: #505050;
    line-height: 25px;
    padding: 4px 0;
    text-decoration: none;
	margin: 0;
}
.faq a:hover	{
	color: #E0001A;
    text-decoration: underline;
}

span {
	clear: both;
    display: block;
    text-align: right;
    margin: 0px 0px 10px 0px;
    padding: 0px 10px 0px 0px;
}
span a	{
	color: #c5c5c5;
    display: inline;
	cursor: pointer;
    text-decoration: none;
	font-size: 13px;
}
.faq-close	{
	background: url("../img/chiudi.png") no-repeat scroll 0 0 transparent;
	display: inline-block;
    height: 12px;
    margin: 9px 0px 0px 0px;
	padding: 0;
    position: absolute;
    right: 10px;
    top: 0;
    width: 50px;
	cursor:pointer;
}
.faq-open	{
	background: url("../img/leggi.png") no-repeat scroll 0 0 transparent;
	display: inline-block;
    height: 12px;
    margin: 9px 0px 0px 0px;
	padding: 0;
    position: absolute;
    right: 10px;
    top: 0;
    width: 50px;
	cursor:pointer;
}
.faq-open:active	{
	background: url("../img/chiudi.png") no-repeat scroll 0 0 transparent;
}
.faq-text {
    font-weight: normal;
    padding: 10px;
    text-align: justify;
	border-top: 3px solid #FFFFFF;
	border-bottom: 3px solid #FFFFFF;
	width: 570px;
	margin-left: 15px;
	background-color: #efefef;
	font-size: 13px;
	line-height: 1.5em;
	display: none;
}
.faq-text a	{
	color: #E0001A;
    text-decoration: none;
	text-align: justify;
	line-height: 1.5em;
}
.faq-text li	{
	background-image: url("../img/bullet-red.png");
    background-position: left 7px;
    background-repeat: no-repeat;
    padding-left: 15px;
	list-style-type: none;
	line-height: 1.5em;
}
.faq-text a:hover	{
	text-decoration: underline;
}
h1 {
    border-bottom: 11px solid #e0001a;
    font-size: 28px;
    line-height: 1.2;
    padding: 0;
	margin: 0;
}