@charset "utf-8";
/* CSS Document */


/* -------- BOX ARANCIONE --------*/

.boxArancione {
	font-size:11px;
	color:#666666;

}
.boxArancione form {
	margin:0;
	padding:0;
}

.boxArancione fieldset legend {
	margin:10px 0 10px 0;
}




.boxArancione a {
	color:#fff;
	text-decoration:none;
}
.boxArancione a:link {
	color:#cc9900;
	text-decoration:none;
}
.boxArancione a:active {
	color:#cc9900;
	text-decoration:none;
}
.boxArancione a:visited {
	color:#fff;
	text-decoration:none;
}
.boxArancione a:hover {
	text-decoration:underline;
	background-color:#d5490e;
	color:#FFFFFF;
}

.boxArancione .testata {
	background-image:url(../../img/arancione_bg.gif);
	height:34px;
	color:#FFFFFF;
	font-size:13px;
	font-weight:bold;
}
.boxArancione .testata h1,.boxArancione .testata h2,.boxArancione .testata h3,.boxArancione .testata h4,.boxArancione .testata h5 {
	margin:5px 0 0 10px;
	padding:0;
	font-size:13px;	
}


.boxArancione .testata h2 {
	color:#FFFFFF;
}
.boxArancione h3 {
	color:#d5490e;
	font-size:13px;
	margin:5px 0 0 0;
	padding:0;
}

.boxArancione .testata .boxArancioneSx {
	background-image:url(../../img/arancione_topsx.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height:34px;	
}
.boxArancione .testata .boxArancioneSx .boxArancioneDx {
	background-image:url(../../img/arancione_topdx.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height:34px;	
}

.boxArancione ul {
	margin:5px 0 0 10px;
	padding:0;
	list-style:outside;
	list-style-image: url(../../img/bullet.gif);	
}
.boxArancione li {
	padding:0 0 0 5px;
	margin-left:15px;
	height:120%;
}
.boxArancione select {
	font-size:11px;
}
.boxArancione .hr {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d5490e;
	margin:10px 0 0 0;
	padding:0;
}

/* -- */
