#navigator {
	background-image: none;
	display: block;
}
/* menu interno */
#menu_interno {
	width: 240px;
}
#menu_interno a {
	width: auto;
	height: 22px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 7px !important;
	margin-top: 0px;
	padding: 0;
	display: block;
	float: left;
	background-color: transparent;
	text-decoration: none;
	text-align: left;
	color: #A3A3A3;
}
#menu_interno a:hover {
	width: auto;
	height: 22px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 7px !important;
	margin-top: 0px;
	padding: 0;
	display: block;
	float: left;
	background: transparent url(../immagini/layout/menu_reservedarea_over.gif) left repeat-x;
	text-decoration: none;
	text-align: left;
	color: #676767;
}
#menu_interno a.attivo {
	background-image: url(../immagini/layout/menu_reservedarea_over.gif);
	width: auto;
	height: 22px;
	display: block;
	float: left;
	color: #676767;
}
#menu_interno a.attivo:hover {
	background-image: url(../immagini/layout/menu_reservedarea_over.gif);
	width: auto;
	height: 22px;
	display: block;
	float: left;
	color: #676767;
}
/* ORDINI */
div#nuovo_ordine, div#dettaglio_ordine{
	margin-top: 20px;
}
div#nuovo_ordine p, div#dettaglio_ordine p {
	margin: 0;
	padding: 2px !important;
}
p.codice {
	float: left !important;
	border: 1px solid #CCC;
}
p.label_codice {
	float: left !important;
	font-weight: bold !important;
}
p.id_ordine {
	float: left !important;
	border: 1px solid #CCC;
}
p.label_id_ordine {
	margin-left: 15px !important;
	float: left !important;
	font-weight: bold !important;
}
p.label_data {
	float: right !important;
	font-weight: bold !important;	
}
p.data {
	float: right !important;
	border: 1px solid #CCC;
}
div#nuovo_ordine form {
	margin: 0;
	padding: 0;
}
div#nuovo_ordine table, div#dettaglio_ordine table {
	margin: 0;
	padding: 0;
	width: 100%;
	border: 1px;
}
div#nuovo_ordine table td, div#dettaglio_ordine table td {
	margin: 0;
	padding: 0;
}
div#nuovo_ordine table p, div#dettaglio_ordine table p {
	font-size: 0.75em;
	padding: 2px;	
}
div#nuovo_ordine table p.casella {
	text-align: center;
	margin: 0;
	padding: 1px !important;
}
div#nuovo_ordine input.w80, div#dettaglio_ordine input.w80 {
	width: 80px;
}
div#nuovo_ordine input.w50, div#dettaglio_ordine input.w50 {
	width: 50px;
}
/* VARIE */
#blocco_testo {
	margin-right: 0;
	margin-left: 0;
	width: 544px;	
}
p.clearer {
	clear: both;
}
fieldset {
	border: 1px solid #CCC;
	padding: 0 11px;
}
legend {
	font-size: 0.7em;
	color: #838383;
	margin: 0;
	padding: 7px;
}
label.error {
	color: #CC0000;
	padding-left: 10px;
}
div#errori {
	font-size: 0.8em;
	color: #CC0000;
	background-color: #EBEBEB;
	padding: 6px 0;
	margin: 6px 0;
}
