/*
colori:
#0088cc -> blu chiaro
#cc0000 -> rosso
#eeeeee -> grigio chiaro
#999999 -> grigio intermedio
#666666 -> grigio scuro
#e9ebed ->grigio sfondo
*/


/* Paramentri pagina */

* {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	color: #000000;
	padding: 0;
	margin: 0;
}

html, body, table {
	font-size: 14px;
	color: #000000;
	font-size-adjust: none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	background-color: #eefce2;
}

body {

	background-color: #eefce2;
}

img {
	border: none;
}

p {
	margin: 0 0 5px 0;
}

textarea {
	font-size: 12px;
}

/* Layout */

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.clear {
	clear: both;
}


.center {
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.margin-small {
	margin: 5px;
}

.margin-medium {
	margin: 10px;
}

.margin-large {
	margin: 15px;
}


.small {
	width: 200px;
}

.medium {
	width: 350px;
}

.large {
	width: 500px;
}

.clear {
	clear:both;
}



/* Column */

#container {
	margin: 0 auto;
	width: 900px;
	padding: 0;
	text-align: left;
	background: #ffffff;
	background: url("../img/bck-corpo-linea.jpg") repeat-y #ffffff;
}


.content {
	padding-top: 4px;
	min-height: 850px;
	background: url("../img/bck-corpo-logo.jpg") no-repeat bottom left;
}

.sitemap {
	padding: 0 10px 0 10px;
}

.footer {
	margin: 0 auto;
	width: 720px;
	padding: 4px 10px 15px 10px;
	text-align: center;
	background-color: #ffffff;
}

.ordinare{
	float: left;
	width: 100%;
	padding-left: 8px;
	margin-right: 10px;
}

.p_ordinare{
	width: 98%;
	margin-top: 15px;
	text-align: center;
}

.container_ordinare{
	text-align: center;
	margin-top: 20px;
}

.sx_col{
	float: left;
	width: 532px;
	
	/* height: 100%; */	
}

.contenuti{
	padding-left: 8px;	
	text-align: center;
	height: 100%;
	width: 520px;
	margin-left: 75px;
	
}

.dx_col{
	float: right; 
	width: 218px;
	margin-right: 73px;
}

.dx_col p{margin:0px !important; padding:0px !important;}
.dx_col a{margin:0px !important; padding:0px !important;}
.dx_col  img{margin:0px !important; padding:0px !important;display: block;}

.banner{
	clear: both;
	height:93px;
	width: 100%;
	background-color: #ffffff;
	background-image: url("../img/bck-banner.jpg");
	background-repeat: no-repeat;
}

.banner_bck{
	/* background-color: #aadaeb; */
	
	height: 100%;
	margin-left: 5px;
}

.banner1{
	margin-left: 5px;
	width: 262px;
	float: left;
	
}

.banner2{
	margin-left: 0px;
	width: 254px;
	float: left;
}

.banner3{
	text-align: center;
	width: 218px;
	float: left;
}

.table_ordinare{
	width: 100%;
	background-color: transparent;
}

.table_ordinare td{
	width:50%;
	height: 25px;
	font-weight: bold;
}

.table_ordinare td input{
	margin-left: 8px;
}

.table_ordinare td select{
	margin-left: 8px;
}

.table_ordinare td textarea{
	margin-left: 8px;
}

.table_ordinare td span{
	margin-left: 8px;
}

/* Style */

.blu-titolo{
	color: #0e5d0e;
	font-size: 16px;
	font-weight: bold;	
}

.arancio-titolo{
	color:#fe7f0c;
	font-size:16px;
	font-weight:bold;
}

.green-titolo{
	color: #199519;
	font-size:16px;
	font-weight:bold;
}

strong{
	color: #000000;
}

label.error {
	color: red;
	clear: both;
}

input[text] {
	height: 23px;
}

.border-simple {
	border: 1px solid #cccccc;
}

.soft {
	color: #999999;
}

.strong {
	color: #000000;
}

.marked {
	color: #cc0000;
}

.error {
	color: #cc0000;
}

.obbligatorio {
	color: #cc0000;
}

.font-small {
	font-size: 10px;
}

.font-normal {
	font-size: 12px;
}

.font-large {
	font-size: 14px;
}

.font-xlarge {
	font-size: 18px;
}

.font-xxlarge {
	font-size: 24px;
}


/* Link ed altro */

a {
	color: #0e5d0e;	
	text-decoration: none;
	font-weight: bold;
}

a:hover{
	text-decoration: underline;
}


/* Menu */

#menu {
	background: transparent url("../img/bck-testa.jpg") no-repeat;
	height: 200px;
}

#menu .lingua{
	margin-right: 85px;
	height: 25px;
	text-align: right;
}

#menu .lingua img{
	margin-top: 6px;
}




/* Form */

#form-edit.input div {
	margin-bottom: 20px;
}

button {
	border: 1px #999999 solid;
	background-color: #cccccc;
}

.button {
	border: 1px #999999 solid;
	background-color: #cccccc;
	padding: 0 2px 0 2px;
	height: 23px;
	
}

a.button {
	text-decoration: none;
	color: #000000;
	height: 23px;
}

.ordine_ok{
	font-size: 14px;
	font-weight: bold;
	color: #0000ff;
}

.vantaggi{
	background-color: transparent;
	text-align: left;
}

.vantaggi_titoletto{
	color: #ffffff;
	height: 20px;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: bold;
}
.nero{
	font-size: 14px;
	color: #000000;
}

.separatore{
	height: 5px;
}

.submenu{
	margin: 0 auto;
	text-align: center;
	color: #1b61a6;
	background-color: #d6efb7; 
	width: 745px;
	height: 35px;	
}

.submenu ul{
	margin: 0;
	padding: 0;
	padding-left: 60px; /*offset of tabs relative to browser left edge*/
	font: bold 10pt Verdana;
	list-style-type: none;
	background-color: #d6efb7;
}

.submenu li{
	display: inline;
	margin: 0;
	background-color: #d6efb7;
	
}

.submenu li a{
	float: left;
	display: block;
	text-decoration: none;
	margin: 0;
	padding: 9px 10px; /*padding inside each tab*/
	color: #0e5d0e;
	background-color: #d6efb7;
	border-left: 1px solid #ffffff;
}

.submenu li a:visited{
}

.submenu li a:hover, .mattblacktabs li.selected a{
	color: #0e5d0e;
}

.active-menu{
	background: #12a3da;
}


.bazzoni{
	background: none;
	background: url("../img/bazzoni_bck.jpg") repeat-y;
	width:100%;
	margin: 0px;
	padding: 0px;
	margin-left: 73px;
	text-align: center;
	font-size: 10pt;
	font-family: "Helvetica","Trebuchet MS","Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	color: #515151;
}

.bazzoni p{
	font-family: "Helvetica","Trebuchet MS","Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	text-align: justify;
	line-height: 150%;
	padding: 5px;
	color: #515151;
}

.bazzoni strong{
	font-size: inherit;
	color: #466b7a;
}

.bazzoni img{
	padding: 0px;
	margin: 0px;
}

.bazzoni .titoletti{
	text-align: left;
	font-size: 12pt;
	font-weight: bold;
	color: #466b7a;
}


.contatore{
	background-color: #1a7a16;
	height: 25px;
	padding:5px;
	color: #ffffff;
	font-weight: bold;
	vertical-align: middle;
}


.info{
	padding-top: 5px;
	text-align: right;
	font-size: 8pt;
	color: #9f9f9f;
	font-style: italic;
}


.fascia{
	margin: 0px;
	padding: 0px;
	margin-left: 75px;
}

.fascia img{
	margin: 0px;
	padding: 0px;
}

.numordine{
	color: #ff0000;
	font-weight: bold;
	font-size: 14pt;
}


/* NEW TESTO */
.titolo-big{
    color: #0E5D0E;
    font-weight: bold;
    font-size: 30pt;    
}

.titolo-medium{
    color: #0E5D0E;
    font-weight: bold;
    font-size: 20pt;    
}

.titolo-small{
    color: #0E5D0E;
    font-weight: bold;
    font-size: 10pt;    
}

.testo-marcato{
    color: #0E5D0E;
    font-weight: bold;
    font-size: 16px;
}

.testo-arancio{
    color: #FE7F0C;
    font-size: 16px;
    font-weight: bold;
}

.testo-verde{
    color: #199519;
    font-weight: bold;
    font-size: 16px;
}

.nero{
    color: #000000;
    font-size: 14px;
}

.vantaggi_titoletto{
    color: #FFFFFF;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    height: 20px;
}
