/* ************************** Impostazioni generali ************************** */
* { font-family: Verdana, Arial, Helvetica, sans-serif; }
html {font-size:70%;}
body
{
  font-size: 100%;
  margin-top: 2px;
  padding-bottom: 2em;
  background-image:url('../img/bkbody.gif');
  text-align:center; /* utile per centrare #container su IE */
}
table,p,ul,div,td,th,caption,span,input,.sin,.des,.cen
{
  font-size: 100%;
}
#container
{
  width: 755px;
  margin: auto;
  margin-top:7px;
  background-color:#fff;
  padding:5px;
  border:3px solid #aaa;
  text-align:left; /* necessario su IE per ripristinare dopo aver centrato in body */
}
div#msgbox
{
  border:1px solid #aaa;
  margin:20px 49px 20px 49px;
}
div#msgbox h3
{
  margin:0;
  padding:.2em;
  text-align:center;
  background-image:url('../img/bkline_orange.gif');
  background-repeat:repeat-x;
  background-color:#ffa400;
  color:#333;
  border-bottom:1px solid #aaa;
}
div#msgbox p
{
  margin:1em;
}
hr.txtsep
{
  margin-left:15%;
  height:1px;
  color:#aaa;
  width:70%;
}
.block
{
  clear:both;
  margin-bottom:10px;
}

/* ************************** Headers ************************** */
h1 { font-size: 140%; }
h2 { font-size: 130%; }
h3 { font-size: 120%; }
h4 { font-size: 115%; }
h5 { font-size: 110%; }
h6 { font-size: 105%; }

/* ************************** Intestazione ************************** */
#header
{
  position:relative;
  width:100%;
  height:78px;
  background-image:url('../img/bkhead_black.png');
  background-repeat: no-repeat;
  border-bottom:1px solid #000;
  margin-bottom:1px;
  text-align:left;
}

#mainlogo
{
  margin:5px 0 0 15px;
}

#subheader
{
  position:relative;
  background-color:#000;
  text-align:left;
  padding:.5em;
  color:#fff;
}
.sel_lang
{
  margin-left:10px;
}
.sel_lang img
{
    border:1px solid #fff;
}
a.chglang:link,a.chglang:visited{
  color: #fff;
  text-decoration: none;
}
a.chglang:hover{
  text-decoration: underline;
}
#searchbox
{
  position:absolute;
  top:3px;
  right:10px;
  display:none;
}
#searchbox input.textbox
{
  border:1px solid #000;
  padding-left:5px;
}
#searchbox input.go
{
  border:1px solid #000;
  background-color:#269201;
  color:#fff;
  font-weight:bold;
}

/* ************************** Menu ************************** */
#navcontainer
{
  clear:both;
  margin-top:1px;
  margin-bottom:0px;
  border-top:2px solid #005bff;
  text-align:left;
}
#navlist
{
  padding: 3px 0;
  margin-left: 0;
  border-bottom: 1px solid #aaa;
  font: bold 12px Verdana, sans-serif;
  margin-bottom:0;
}
#navlist li
{
  list-style: none;
  margin: 0;
  display: inline;
}
#navlist li a
{
  padding: 3px 0.5em;
  margin-left: 3px;
  border: 1px solid #aaa;
  border-bottom: none;
  background: #ffdb00;
  text-decoration: none;
}
#navlist li a:link { color: #111; }
#navlist li a:visited { color: #444; }
#navlist li a:hover
{
  color:#fff;
  background: #32b400;
}
#navlist li a#current
{
  background: white;
  border-bottom: 1px solid white;
}
#navlist li a#current:hover
{
  color:#000;
}

/* ************************** Forms ************************** */
form {
  margin:0;
  padding:0;
}
input,textarea,select {
  color:#005;
  background-color:#ffffe5;
  font-size:1em;
  margin-left:10px;
}
input.textbox,textarea,select {
  border:1px solid #888;
  padding:2px;
}
form.fbox {
  border:1px solid #aaa;
  padding:5px;
  margin:1em auto;
}
form p {
clear:both;
margin:.2em 0;
}
fieldset {
 padding:3px;
 border:1px solid #aaa;
}
legend {
 font-weight:bold;
 font-style:normal;
 font-size:110%;
 padding:5px;
 color: #333;
}
#informazioni label {
display:block;
float:left;
width:120px;
text-align:right;
font-weight:bold;
padding-right:0;
color: #333;
}
#informazioni input.textbox {
width:350px;
}
#informazioni input.file
{
width: auto;
}
#informazioni input.ckb {
width:2em;
}
#informazioni select {
width:356px !important;
width:350px;
}
#informazioni textarea{
width:350px;
}
#informazioni span.formtext {
  padding:2px;
  margin-left:10px;
  line-height:2em;
}
#conferma div,#conferma p {
  text-align:center;
}
#conferma label {
font-weight:bold;
}
#conferma input,input.button {
color: #333;
background-color: #ffdb00;
}

/* ************************** Speciali ************************** */
.cen
{
  text-align:center;
}
.ann_box
{
  width:90%;
  margin:auto;
  border:3px double #000;
  background-color:#FF9000;
  padding:.5em;
  margin-bottom:1em;
}
.ann_box h2
{
  font-size: 120%;
  text-align:center;
}
.skip
{
    position:absolute;
    left:0px;
    top:-500px;
    width:1px;
    height:1px;
    overflow:hidden;
}
.hide
{
    display:none;
}
.print
{
  display:none;
}
.errorbox
{
  border:1px solid #aaa;
  background:#ccc;
}
img.bor
{
  border:1px solid #888;
}
img.fl_r
{
  float:right;
  margin-left:5px;
  margin-bottom:5px;
}
img.fl_l
{
  float:left;
  margin-right:5px;
  margin-bottom:5px;
}
div.c50
{
  width:49.5% !important;
  width:362px;
  float:left;
}
div.c33
{
  width:33% !important;
  width:242px;
  float:left;
}
div.cf
{
  clear:both;
}

.clear-float:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.clear-float {
display: inline-block;
}

/* Hides from IE-mac \*/
* html .clear-float {
height: 1%;
}
.clear-float  {
display: block;
}
/* End hide from IE-mac */


/* ************************** Pagina ************************** */
#page
{
  margin-top:0;
  border: 1px solid #aaa;
  border-top:0;
  text-align:left;
  padding:5px;
}
a.path:link,a.path:visited
{
  color: #fff;
  text-decoration: none;
}
a.path:hover
{
  text-decoration: underline;
}
a:link, a:visited{
  color: #0046c8;
  text-decoration: none;
}
a:hover{
  text-decoration: underline;
}
div#path
{
font-size:90%;
padding-bottom:2px;
border-bottom:1px dotted #aaa;
}
div#path p
{
  margin:0;
}
h2#title
{
  margin:0;
  margin-bottom:1em;
  padding:.2em;
  background-image:url('../img/bkline_grey.gif');
  background-repeat:repeat-x;
  background-color:#888;
  border:1px solid #aaa;
  padding-left:30px;
  color:#333;
}
h2.sectitle
{
  margin:0;
  padding:.2em;
  background-image:url('../img/bkline_grey.gif');
  background-repeat:repeat-x;
  background-color:#888;
  border:1px solid #aaa;
  text-align:center;
  color:#333;
}
thead th
{
  text-align:center;
  background-color:#e4e9f6;
}
tr *
{
  padding:0.2em;
}

/* ************************** Prodotti ************************** */
div#prod_cat
{
  float:right;
  width:20%;
  border:1px solid #aaa;
  margin-bottom:10px;
  background-image:url('../img/bkline_yellow.gif');
  background-repeat:repeat-x;
  background-color:#ffe43f;
}
div#prod_cat div#prod_cat_padder
{
  padding:2px 4px 4px 4px;
}
div#prod_cat div#prod_cat_padder h3
{
  margin:0;
  font-size:100%;
  padding:.2em;
  color:#333;
  border-bottom:1px solid #3f3f3f;
}
div#prod_cat div#prod_cat_padder ul#catlist
{
  border-top:1px solid #fff;
  margin:0;
  padding-left:1.2em;
  padding-top:3px;
}
div#prod_cat div#prod_cat_padder ul#catlist li
{
    padding:0;
}
div#prod_cont
{
    margin-right:22%;
    margin-bottom:1em;
}
div#prod_cont div#path
{
margin:-10px 0 -5px 2px;
}
div#prod_cont  p.list-item
{
	border-top: 1px dashed #ccc;
	padding-top: 5px;
}
div#prod_cont  p.list-item img
{
	border: 1px solid #d3d3d3;
	vertical-align: middle;
}
div#prod_cont div.prod_img
{
    float:left;
    text-align:center;
    margin:1em 0.5em 1em 0;
}
div#prod_cont div.prod_img img
{
    border:2px solid #005bff;
}
div#prod_cont div.prod_img span.bigger
{
    font-style:italic;
}
div#prod_cont img.prod_big_img
{
    margin:1em;
    border:1px solid #777;
    padding:1em;
}
div#prod_cont div#tech_det
{
    clear:both;
    margin-bottom:1.5em;
    width:100%;
}
div#prod_cont div#tech_det table
{
  clear:both;
  border:1px solid #c0c0c0;
  width:100% !important;
  width:563px;
  border-collapse: collapse;
}
div#prod_cont div#tech_det table tr.r
{
  background-color:#ffffe5;
}
div#prod_cont div#tech_det table tr.a
{
  background-color:#f2ffe5;
}
div#prod_cont div#tech_det table td
{
border:1px solid #c0c0c0;
}
div#prod_cont div#tech_det table caption
{
  border:1px solid #c0c0c0;
  color:#333;
  font-weight:bold;
  background-image:url('../img/bkline_green.gif');
  background-repeat:repeat-x;
  background-color:#00aa00;
  padding:3px;
  margin-left:-1px;
}
div#prod_cont div#tech_det table caption a
{
  font-weight:normal;
  float:right;
  color:#333;
  text-align:right;
}
div#prod_cont div#tech_det table caption a
{
    color:#333;
}
div#prod_highlight
{
  clear:both;
  border:1px solid #aaa;
}
div#prod_highlight h4
{
  margin:0;
  font-size:100%;
  padding:.2em;
  text-align:center;
  color:#333;
  background-image:url('../img/bkline_orange.gif');
  background-repeat:repeat-x;
  background-color:#ffa400;
  border-bottom:1px solid #aaa;
}
div#prod_highlight p
{
  padding:5px;
}
div#prod_highlight  p img
{
	border: 1px solid #d3d3d3;
	vertical-align: middle;
}

/* ************************** piepagina ************************** */
#piepagina
{
	clear:both;
	margin-top:1em;
	border: 1px solid #aaa;
	text-align:left;
	padding:5px 5px 3px 5px;
}

#piepagina img
{
	border: 1px solid #888;
}

/* ************************** footer ************************** */
#footer
{
  clear:both;
  width:100%;
  border-top:1px solid #000;
  text-align: center;
  margin-top:1em;
  padding:1em 0 1em 0;
  background-image:url('../img/bkfoot_black.png');
  background-repeat: repeat-x;
  background-color:#fff;
  font-size:90%;
  color:#fff;
}
a.copy:link,a.copy:visited{
  color: #ccf;
  text-decoration: none;
}
a.copy:hover{
  text-decoration: underline;
}

/* ************************** Contatti ************************** */
h3.contact_name
{
  padding-left:1em;
  text-decoration:underline;
}

/* ************************** Works ************************** */
.didas
{
  font-size:75%;
  font-style:italic;
  font-weight:normal;
}