
body {
  font-family: "Arial", sans-serif;
  font-size: 9pt;
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
	color:#6E6E6E;
}
a:hover {
  text-decoration: underline;
}

a img {
  border: 0;
}

p {
  margin: 0.5em 0;
}
span.g_input {
  display: -moz-inline-stack; /* FF2 */
  display: inline-block;
  background: url(../images/input_rounded_grey.png) repeat-x right top;
  height: 21px;
  margin-right: 5px;
  vertical-align: top;
}
  span.g_input span.left {
    display: -moz-inline-stack; /* FF2 */
    display: inline-block;
    background: url(../images/input_rounded_grey_left.png) no-repeat left top;
    height: 21px;
  }
  span.g_input span.right {
    display: -moz-inline-stack; /* FF2 */
    display: inline-block;
    background: url(../images/input_rounded_grey_right.png) no-repeat right top;
    height: 21px;
  }
  input.g_input.form_text {
    height: 18px;
    padding: 0;
    padding-top: 1px;
    border: 0;
    background: none;
    margin: 1px 3px;
    color: #737373;
    font-size: 8pt;
    line-height: 19px;
  }
    input.g_input.form_text.js_rounded {
      border: 1px solid #737373;
      background-color: #dbdbdb;
      padding-left: 3px;
    }
  button.g_input {
    height: 19px;
    padding: 0;
    border: 0;
    background: none;
    margin: 1px 3px;
    color: #737373;
    font-size: 8pt;
    font-weight: bold;
  }
    button.g_input.js_rounded {
      height: 21px;
      border: 1px solid #737373;
      background-color: #dbdbdb;
      padding: 0px 2px;
    }
  span.g_input.blue {
    background-image: url(../images/input_rounded_blue.png);
  }
  span.g_input.blue span.left {
    background-image: url(../images/input_rounded_blue_left.png);
  }
  span.g_input.blue span.right {
    background-image: url(../images/input_rounded_blue_right.png);
  }
  span.g_input.blue input.g_input.form_text {
    color: #033669;
  }
  span.g_input.blue button.g_input {
    color: #033669;
    font-weight: normal;
    text-transform: uppercase;
  }

ul.g_navigation {
  position: absolute;
  top: 50px;
  left: 171px;
  padding: 0;
  margin: 0;
}
  .g_navigation a {
  }
  .g_navigation a:hover {
  }

  .g_navigation li {
    display: inline;
  }

  .g_navigation li.g_prime {
    display: block;
    float: left;
    width: 118px;
    height: 40px;
    background: url(../images/g_nav_sep.png) no-repeat left bottom;
  }

  /* I wish I could use the ">" operator, but thanks to IE6 i can't */
  .g_navigation li a.g_prime {
    display: block;
    width: 116px;
    height: 30px;
    margin-top: 5px;
    margin-left: 1px;
    background-position: center center;
    background-repeat: no-repeat;
    text-align: center;
/*    text-transform: uppercase;
*/    line-height: 30px;
    font-weight: bold;
    font-size: 10pt;
    color: #4d94f7;
    outline: none;
  }
    .g_navigation li a.g_prime:hover,
    .g_navigation li.active a.g_prime {
      background-image: url(../images/g_nav.png);
      color: #003366;
      text-decoration: none;
    }

  ul.g_navigation ul {
    position: absolute;
    top: 41px;
    left: 1px;
    width: 814px;
    height: 20px;
    background: url(../images/g_nav_sub.png) no-repeat left top;
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
    .g_navigation ul a {
      display: block;
      float: left;
      margin-top: 3px;
      padding: 1px 4px;
      border-left: 1px solid #FFFFFF;
      font-family: "Tahoma", sans-serif;
      font-weight: bold;
      font-size: 7pt;
      color: #FFFFFF;
    }
      .g_navigation ul li:first-child a {
        border-left: 0;
      }

ul.g_links {
  height: 1.5em;
  font-weight: bold;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
  /* this is also required on Gecko to avoid collapsing of the wrapper */
  ul.g_links li {
    display: inline;
  }
  ul.g_links a {
    display: block;
    float: left;
    padding: 0 1ex;
    border-width: 0 0 0 1px;
    border-style: solid;
    border-color: #737373;
    color: #737373;
  }
  ul.g_links a:hover {
    text-decoration: underline;
    color: #909090;
  }
  ul.g_links a:visited {
    color: #909090;
  }
  ul.g_links li:first-child a {
    border-left-width: 0;
  }

.g_area_header {
  background: url(../images-winter/g_area_header.png) repeat-x left top #e7f1ff;
  border-bottom: 1px solid #ffffff;
  text-align: right;
  height: 122px;
}
  #g_header {
    position: relative;
    width: 986px;
    height: 122px;
    margin: 0 auto;
  }
  .g_logo img {
    position: absolute;
    top: 0;
    left: 0;
    border: 0;
  }
  /* properties specific to the top right quick links menu */
  .g_area_header ul.g_links {
    float: right;
    margin: 9px 0 5px;
  }
  /* search stripe */
  .g_search {
    clear: right;
    height: 25px;
    overflow: hidden;
    margin-bottom: 3px;
    text-align: right;
  }
    .g_search fieldset {
      border: 0;
      padding: 0;
      margin: 0;
    }
    .g_search fieldset legend {
      display: none;
    }
  .g_lang {
    clear: both;
    margin-top: 10px;
/*     background-color: yellow; */
  }
    .g_lang a {
      background: url(../images/langicon.png) no-repeat right center;
      padding-right: 2ex;
      color: #737373;
    }

.g_area_body {
  clear: both;
  margin-top: 1px;
  margin-bottom: 1px;
  background: #F3FBFE url(../images-winter/g_area_body_2.png) no-repeat center bottom;
}
  .g_area_body h2 {
    color: #595959;
    font-size: 20px;
    margin: 0.5em 0;
		padding-bottom: 10px;
		line-height: 22px;
  }
  #g_body {
    position: relative;
    width: 984px;
    margin: 0 auto;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #bbbbbb;
    background: #ffffff url(../images/pixel_grey_bgfix.png) repeat-y left top;
  }
  #g_body .g_layout {
    margin-left: 237px;
    border-left: 1px solid #bbbbbb;
    padding-left: 5px;
    padding-top: 1px;
    background-color: #ffffff;
		position: relative;
  }


.g_area_footer {
  clear: both;
  border-top: 1px solid #FFFFFF;
  background: #ffffff url(../images-winter/g_area_footer.png) repeat-x left top;
  padding-bottom: 20px;
}
  #g_footer {
    position: relative;
    width: 998px;
    margin: 0 auto;
  }

  #g_footer ul.g_contentlinks {
    font-size: 20px;
    list-style-type: none;
    padding: 0;
    margin: 0 0 8px 0;
    height: 120px;
  }
    #g_footer ul.g_contentlinks li {
      display: block;
      float: left;
      width: 239px;
      height: 112px;
      margin: 8px 5px 0;
      background-position: center center;
      background-repeat: no-repeat;
    }
      #g_footer ul.g_contentlinks li.g_multimedia {
        background-image: url(../images/content_multimedia.jpg);
      }
      #g_footer ul.g_contentlinks li.g_catalog {
        background-image: url(../images/content_catalog.jpg);
      }
      #g_footer ul.g_contentlinks li.g_recipes {
        background-image: url(../images/content_recipes.jpg);
      }
      #g_footer ul.g_contentlinks li.g_esperto {
        background-image: url(../images/content_esperto.jpg);
      }
      #g_footer ul.g_contentlinks li.g_news {
        background-image: url(../images/content_news.jpg);
      }
      #g_footer ul.g_contentlinks li.g_history {
        background-image: url(../images/content_history.jpg);
      }
    #g_footer ul.g_contentlinks a {
      display: block;
      width: 234px;
      padding-right: 5px;
      height: 36px;
      padding-top: 76px;
      background: url(../images/content_mask.png) no-repeat left top;
      text-align: right;
      text-transform: uppercase;
      white-space: nowrap;
      font-weight: normal;
      overflow: hidden;
      color: #ffffff;
    }
		/*#g_footer ul.g_contentlinks .g_esperto a { font-size: 20px; padding-top: 82px; }*/
		
      #g_footer ul.g_contentlinks a:hover {
        background-position: left bottom;
        text-decoration: none;
      }
  /* and now the real footer closing block */
  .g_footer {
    clear: both;
    background-color: #f8f8f8;
    border: 1px solid #bbbbbb;
    height: 25px;
    margin: 0 6px 5px 5px;
  }
    .g_footer span {
      line-height: 24px;
      margin-left: 2ex;
    }
    /* we only declare differences with the global g_links */
    .g_footer ul.g_links {
      float: right;
      margin: 6px 3px 0 0;
      font-weight: normal;
    }
    .g_footer ul.g_links a {
      border-color: #023365;
      color: #023365;
    }


#g_lang_overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  z-index: 100;
  opacity: 0.60;
}
#g_lang_selector {
  display: none;
  z-index: 101;
  position: fixed;
  top: 43%;
  left: 0;
  width: 100%;
  height: 93px;
  border-top: 1px solid #424242;
  border-bottom: 1px solid #424242;
  text-align: center;
  background: #ffffff url(../images/g_lang_select.png) repeat-x left 15px;
}
  #g_lang_selector ul {
    display: inline-block;
    list-style-type: none;
    margin: 15px 0 0;
    padding: 0;
  }
    #g_lang_selector li {
      display: inline;
    }
    #g_lang_selector a {
      display: block;
      float: left;
      overflow: hidden;
      margin: 0 4px;
      text-indent: -50ex;
      width: 92px;
      height: 70px;
      background-position: left bottom;
      background-repeat: no-repeat;
    }
      #g_lang_selector .g_lang_select_it a {
        background-image: url(../images/g_lang_select_it.png);
      }
      #g_lang_selector .g_lang_select_en a {
        background-image: url(../images/g_lang_select_en.png);
      }
      #g_lang_selector .g_lang_select_fr a {
        background-image: url(../images/g_lang_select_fr.png);
      }
      #g_lang_selector .g_lang_select_de a {
        background-image: url(../images/g_lang_select_de.png);
      }

#g_tooltip {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 254px;
  color: #ffffff;
}
  #g_tooltip span {
    display: block;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    background: url(../images/tooltip_bg.png) no-repeat left top;
  }
  #g_tooltip div {
    height: 18px;
    background: url(../images/tooltip_footer.png) no-repeat left top;
  }

/* da bordo grigio a bordo grigio sono 238px */
div.localNavigation {
  position: absolute;
  top: 0;
  left: 0;
  width: 236px;
  background-color: #fff;
  margin-left: 1px;
	z-index: 0;
}
  div.localNavigation h2 {
    margin: 0;
    background: url(../images/g_localnav_title.png) repeat-x left top;
    line-height: 23px;
    height: 29px;
    padding-left: 16px;
    font-size: 14px;
/*    font-variant: small-caps;
*/	font-variant:normal;
   text-align: left;
    cursor: default;
  }
    div.localNavigation h2 a,
    div.localNavigation h2 a:hover,
    div.localNavigation h2 a:visited {
      color: #003366;
      text-decoration: none;
    }
  ul.localNavigation {
    list-style-type: none;
    margin: 0 11px;
    padding: 0;
  }
    ul.localNavigation li.g_prime {
      border-bottom: 1px solid #b4cae6;
    }
      ul.localNavigation li a.g_prime {
        display: block;
        height: 18px;
        margin: 5px 0px;
        padding-left: 16px;
        line-height: 18px;
        color: #3685BD;
      }
        ul.localNavigation li a.g_prime:visited {
          color: #000000;
        }
        ul.localNavigation li a.g_prime:hover,
        ul.localNavigation li.active a.g_prime {
          background: #8fbdfa url(../images/g_localnav_pointer.png) no-repeat 5px center;
/*          font-weight: bold;
*/          color: #003366;
          text-decoration: none;
        }
  /* navigazione locale di secondo livello */
  ul.localNavigation ul {
    border: 1px solid #b4cae6;
    list-style-type: none;
    margin: 5px 0 0 0;
    padding: 3px 0 3px 0px;
    background: url(../images/g_localnav_sub.png) repeat-x left bottom;
  }
    ul.localNavigation ul li {
      display: inline;
    }
    ul.localNavigation ul li a {
      display: block;
      margin: 2px 1px;
      padding: 2px 0 2px 15px;
      color: #3685bd;
      font-weight: bold;
    }
    ul.localNavigation ul li a:hover,
    ul.localNavigation ul li.active a {
      background: #8fbdfa;
	  color: #003D65;
      text-decoration: none;
    }

.g_shadow {
  float: left;
  background: url(../images/g_shadow_top.png) repeat-x left top;
  overflow: hidden;
}
  .g_shadow div {
    overflow: hidden;
  }
  .g_shadow .g_right {
    background: url(../images/g_shadow_right.png) repeat-y right top;
  }
  .g_shadow .g_left {
    background: url(../images/g_shadow_left.png) repeat-y left top;
  }
  .g_shadow .g_bottom {
    background: url(../images/g_shadow_bottom.png) repeat-x left bottom;
  }
  .g_shadow .g_topright {
    background: url(../images/g_shadow_topright.png) no-repeat right top;
  }
  .g_shadow .g_bottomright {
    background: url(../images/g_shadow_bottomright.png) no-repeat right bottom;
  }
  .g_shadow .g_bottomleft {
    background: url(../images/g_shadow_bottomleft.png) no-repeat left bottom;
  }
  .g_shadow img {
    vertical-align: top;
    padding: 2px 6px 6px 2px;
    margin: 0;
  }

.frm_input {
	width: 320px;
	background-color: #FFFFFF;
	border: 1px #737373 solid;
}

.btn_azzurro {
	background-color: #DbDbDb;
	color: #747474;
	border: 1px #747474 solid;
	font-size: 11px;
	font-weight: bold;
}

thead th {
	background-color: #dbdbdb;
	color: #737373;
	font-weight: bold;
}

.RigaPari {
	background-color: #F3F3F3;
}

.RigaDispari {
	background-color: #DAE6F7;
}

.prezzo2 {
	font-weight: bold;
	font-size: 16px;
	float: left;
	margin-right: 15px;
}

.frm_select {
	font-size: 10px;
}
