* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}



body {
	margin: 0px;
	padding: 0px;
	background-image: url(images/bg_blue.png);
	background-repeat: repeat-x;
	background-position: top;
}

form {
	padding: 0px;
	margin: 0px;
}

h2 {
	color: #2F2C72;
}

h3 { 
	color:	#333399;
	line-height: 64px;
}

hr {
	width: 1px;
	clear: both;
	color: #fff;
	background-color: #fff;
	
}

.w300 {
 width: 300px;
 
}

.w900 {
 width: 900px;
 margin-right: auto;
	margin-left: auto;
 }

.w920 {
 width: 920px;
 margin-right: auto;
	margin-left: auto;
 }  
 
.w940 {
 width: 940px;
 margin-right: auto;
	margin-left: auto;
 } 

.w980 {
 width: 980px;
 margin-right: auto;
	margin-left: auto;
 } 

.alignleft {
	text-align: left;
} 
 
.alignright {
	text-align: right;
}  
 
#header {
	width: 900px;
	background-image: url(images/bg_header3.jpg);
	height: 180px;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: top;
	background-color: #4C4C4C;
 margin-left: auto;
 margin-right: auto;
}

#logo {
	float: left;
	margin-top: 30px;
 margin-left: 20px;
 padding: 0px;
 height: 150px;
 width: 240px;

}

#lxogo img {
	
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #fff;

	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #fff;

	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #fff
	
}

#anagrafica {

	float: left;
	margin-top: 152px;
	font-size: 10px;
	color: #FFFFFF;
	text-align: left;
}

#anagrafica h1 {
 
	margin: 0px;
 margin-top: 5px;
	padding: 0px;
	font-size: 12px;
}


#wrapper {
	
	background-color: #FFF;
 padding-top: 5px;
 padding-bottom: 5px;

}



#main {
	border: 1px solid #CCC;
	padding: 5px;
 margin-left: 5px;
 margin-right: 5px;
 font-size: 12px;
}

#main h1{
 margin-top: 15px;
	font-size: 22px;
	font-weight: bold;
	color: #F90;
 border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CC9933;
}

#sidebar h1{
 margin-top: 30px;
	font-size: 16px;
	font-weight: bold;
 text-align: right;
	color: #CCC;
 border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #DDD;
}

#sidebar_catalogo {
 text-align: left;
 width: 300px;
 
}


#doc {
	width: 540px;
 xheight: 700px;
 padding-right: 5px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #cecece;
}

#login_menu {
	background-color: #FFE048;
	padding: 3px;
}

#doc_map {

}

#map {
 width: 880px; 
 height: 400px;
}

#privacy_small {
	font-size: 9px;
 color: #ccc;
}


#sidebar {
	padding: 3px;
	float: right;
 text-align: center;

}

#column-left {
	float: left;
	height: 100%;
	width: 200px;
}

#column-right {
	float: right;
	height: 100%;
	width: 100px;
}





/* inizio form contatti */
form label, form input  , form textarea , form select {
	display: block;
	width: 230px;
	float: left;
	margin-bottom: 10px;
 
}

form label {
	text-align: right;
	width: 120px;
	padding-right: 20px;
}

form textarea  { 
	height: 60px;
}

form .checkbox  { 
	width: 20px;
}

form input , form textarea  , form select  {
 border: 1px solid #aaa;
}
 
form br {
	clear: left;
}


#sidebar form label   {
	width: 90px;
	padding-right: 10px;
}


#sidebar form input , #sidebar form select {
	width: 180px;
}


/* fine form contatti */

/* inizio form garanzia */

#ritiro_garanzia {
 font-size: 9px;
}

.garanzia_black{
	color: #000;
	text-decoration: underline;
}

.garanzia_red{
	color: #f00;
	text-decoration: underline;
}

.garanzia_sfondo_tab{
	background-color:#7DEEE9
}

.garanzia_normal_height{
	line-height: normal;
}

.garanzia_campi {
	display: block;
	margin-bottom: 0px;
	width:auto;
}

.garanzia_textarea  { 
	height: auto;
	width: 260px;
}

#garanzia_form td{
	text-align: center;
}

/* fine form garanzia */

/* menu  */
#menu {
	border-top: 1px solid #FFF;
	/*background: #036;*/
 background-image: url(images/bg_menu.jpg);
	background-repeat: repeat-x;
	background-position: top;
	height: 45px; 
	text-align: left;
}

#menu ul {
	
	/*
 border-left: 205px solid #fff; 
 background-color: #036;
 */
 padding: 0px;
 /* padding-left: 50px;*/
 padding-left: 75px;
 margin: 0px;
	color: #fff;
	float: left;
	font-family: arial, helvetica, sans-serif;
 
}

#menu ul li { display: inline; }

#menu ul li a {
	padding-right: 8px;
 padding-left: 8px;
	/*background-color: #036;*/
	color: #fff;
	text-decoration: none;
	float: left;
	border-right: 1px solid #fff;
	font: bold 12px verdana, serif;
 line-height: 45px;
 
}

#menu ul li a:hover
{
	background-color: #369;
	color: #fff;
}

#menu ul li a#current
{
	color: #fc3;
	
}


#powered {
	text-align: right;
	color: #CCCCCC;
	padding: 2px;
}


#footer { 
	/* 
	width: 100%;  
	background-color:#f7f7f7; 
	*/

 background: #4b4b4b;
	height: 15px;
	
 color: #FFFFFF;
 width: 900px;
	border-top-width: 1px;
	border-bottom-width: 1px;

	border-top-style: solid;
	border-bottom-style: solid;

	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
		
	margin-left: auto;
	margin-right: auto;
  
	}
	
	
#footer a { 
	color: #fff;
}

#footerLeft { text-align: left; font-size:10px; }
#footerRight { text-align: right; font-size:10px; }

#footline {
	height: 5px;
	width: 900px;
	background-color:#006BB6; 
	margin-left: auto;
	margin-right: auto;
	border: 0px;
	padding: 0px;
	clear: both;
}

#footmenu {
	height: 10px;
	width: 100%;
	margin: 0px;
	border: 0px;
	padding: 0px;
}




/*   */





.l_cod {
	width: 880px;
	margin-right: auto;
	margin-left: auto;	
	clear: both;

}
.l_cod div {
 
	
	/*
 background: #036; 
 width: 300px;
 */
 background: #e3e3f4;
 font: bold 20px Arial, Helvetica, sans-serif;
 
	padding: 5px;
	margin: 0px;
	color: #FFFFFF;
}

.l_cod div h2 {
 font-size: 18px;
 margin: 0px;
 padding: 5px;

}


.l_row {
	width: 880px;
	xheight: 180px;
	margin-right: auto;
	margin-left: auto;
	border-top: 1px solid #036;
	border-bottom: 1px solid #036;
	border-right-color: #036;
	border-left-color: #036;
	font: 9px Arial, Helvetica, sans-serif;
}

.l_row {
	font: bold 9px Arial, Helvetica, sans-serif;
}

.l_row .box_a {
	position: relative;
	xmargin: 5px;
	float: left;
	padding: 5px;
	width: 390px;
}

.l_row .box_b {
	font-size: 12px;
	margin: 5px;
	/*
	background: #D9E6F6; 
	height: 170px;
	*/
	background: #e3e3f4;
	float: right;
	width: 420px;

}

.l_row .box_b blockquote{
 margin: 5px;
 padding: 0px;
}

.l_row .box_b label {
	display: block;
	width: 150px;
 float: left;
} 

.l_row  .box_b li {
	margin: 0px;	
 padding: 0px;	
 list-style-type: none

}
 
.l_row  .box_b li a {
 text-decoration: none;

}
 
 
.l_row .box_c {
	margin: 5px;
	float: left;
	padding: 5px;
	height: 120px;
}


.descrizione_prodotto {
	font-size: 12px;
	/*font-variant: small-caps;*/
	font-style: italic;
	color: #333;

}

#filigrana {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 350px;
	height: 130px;
	/*border: 1px solid #000;*/
	font-size: 22px;
	color: #cfcfcf;
	padding-top: 40px;
	padding-left: 60px;

}


#mbox  { font: 12px Arial, Helvetica, sans-serif; }



#TB_overlay {
	position: absolute;
	z-index:100;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	min-height:100%;
	background-color:#000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

#TB_load{
display:none;
}

#TB_window {
	position: absolute;
	background: #fff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
}

#TB_window img {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:10px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:10px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:5px 10px 7px 0;
	margin-bottom:1px;
	text-align:right;
	background-color:#e8e8e8;
}

#TB_ajaxContent{
	padding:2px 15px 15px 15px;
	overflow:auto;
}

#TB_load{
	position: absolute;
	display:none;
	height:100px;
	width:100px;
	z-index:101;
}

#TB_HideSelect{
z-index:99;
position:absolute;
top: 0;
left: 0;
width:100%;
height:100%;
background-color:#fff;
border:none;
filter:alpha(opacity=0);
-moz-opacity: 0;
opacity: 0;
display:none;
}

/*  gestione tabelle */

table {
	color: #333;
	background-color:#fff;
	text-align:left;
	letter-spacing:.1em;
}

table .odd {
	background: #e3e3f4;
}

table tr th,  table tr td {
	padding:4px;
	border-bottom: 1px dotted #009;
}


.alert_bad {
	border-color: #c99;
	color: #fff;
	background: url(images/alertbad_icon.gif) #c00 left no-repeat;
	text-align: left;
	border: 1px solid #ccc;
	font-size: 12px;
	margin: 0 7px 12px 0;
	padding: 5px 5px 5px 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}	

.alert_good {
	border-color: #9c9;
	color: #060;
	background: url(images/alertgood_icon.gif) #E2F9E3 left no-repeat;
	text-align: left;
	border: 1px solid #ccc;
	font-size: 12px;
	margin: 0 7px 12px 0;
	padding: 5px 5px 5px 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}	


.hidden { display: none; }

.mavida {
	padding:5px;
	float:right;
}