/***** Settaggi generali *****/
body, html {
  border: 0;
  margin: 0;
  padding: 0;
  height: 100%;
  background: url(../images/bg.gif) repeat-x #fff;
}

h1 {
  font: bold 16px "Trebuchet MS", Arial, Tahoma, Helvetica, sans-serif;
  color: #4c4c4c;
  margin: 0;
}

h2 {
  font: 14px Arial, Verdana, Helvetica, sans-serif;
  color: #6b6c6c;
  padding: 0;
  margin: 0 0 0 8px;
}

h2 a {
  font: italic 12px Arial, Verdana, Helvetica, sans-serif;
  color: #9e0606;
  text-decoration: none;
  margin: 0 2px;
}

h4 {
  font: bold 15px Tahoma, Arial, Trebuchet MS, sans-serif;
  color: #fff;
  margin: 0 0 4px 0;
  padding: 10px 0 0 10px;
}

h5 {
  font: bold 16px Helvetica, Trebuchet MS, Arial, Verdana, sans-serif;
  color: #9e0606;
  margin: -10px 0 0 0;
  float: left;
}

h6 {
  font: bold 14px Arial, Verdana, Helvetica, sans-serif;
  color: #4c4c4c;
  padding: 0 0 0 8px;
  margin: 0;
  background: url(../images/bg-extra-top-h2.gif) no-repeat;
}

h7 {
  margin: 0 0 0 117px;
}

/***** contenitori principali *****/

#container {
  width: 780px;
  margin: 0 auto;
  padding-top: 15px;
}

#header {
  width: 780px;
  height: 60px;
  position: relative;
  margin: 0 auto;
  /*background: url(../images/logo.jpg) top left no-repeat;*/  
}

#header img {
  border: 0;  
}

#banner {
  width: 780px;
  height: 332px;
  margin: 10px 0 0 0;
  background: url(../images/bg-banner.png) no-repeat;   
}

#content {
  width: 780px;
  margin: 15px 0 0 0;
  padding: 0 5px;
}

#evidence {
  width: 500px;
  float: left;
}

#wrapper {
  width: 500px;
  float: left;
  border: 1px solid #d3d3d3;
  margin-bottom: 5px;
}

#utility {
  width: 260px;
  margin-left: 10px;
  float: left;
}

#blubox {
  width: 260px;
  margin-bottom: 10px;
}

#blubox a img {
  border: 0;
}

.blubox-top {
  width: 260px;
  height: 5px;
  background: url(../images/bg-blubox-top.gif) no-repeat;
}

.blubox-content {
  height: 100px;
  border-left: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
  text-align: center;
}

.blubox-bottom {
  width: 260px;
  height: 5px;
  background: url(../images/bg-extra-bottom.gif) no-repeat;
}

#extra {
  width: 260px;
  margin-bottom: 10px;
}

.extra-top {
  width: 260px;
  height: 10px;
  background: url(../images/bg-extra-top.gif) no-repeat;
}

.extra-content {
  border-left: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
}

.extra-bottom {
  width: 260px;
  height: 5px;
  background: url(../images/bg-extra-bottom.gif) no-repeat;
}

#tools {
  width: 260px;
  margin-bottom: 5px;
}

.tools-top {
  width: 260px;
  height: 10px;
  background: url(../images/bg-extra-top.gif) no-repeat;
}

.tools-content {
  border-left: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
}

.tools-bottom {
  width: 260px;
  height: 5px;
  background: url(../images/bg-extra-bottom.gif) no-repeat;
}

#tag {
  width: 100%;
  height: 140px;
  clear: left;
  margin: 10px 0 0 0;
  background: url(../images/bg-tags.gif) repeat-x #666;
}

#footer {
  width: 100%;
  height: 50px;
  margin: 0;
  background: #171512;
  border-top: 1px solid #fff;   
}

#footer img {
  border: 0;   
}

.xhtml {
  position: relative;
  top: 4px;
}

/***** slideshow *****/

#slideshow {
  overflow: hidden;
  margin: 0 0 0 11px;
  position: relative;
  top: 11px;
  width: 758px;
  height: 310px;
}

#slideshow img {
  width: 758px;
  height: 310px;
  border 0;
}

#slideshow a {
  border 0;
}

/***** menu lista superiore *****/

#header ul {
  list-style-type: none;
  z-index: 100;
  margin: -65px 0 0 200px;
  float: right;
  padding-top: 12px;
}

#header ul li {
  float: left;
  margin-top: 4px;
}

#header ul li a {
  float: left;
  padding: 10px 8px;
  font: bold 12px Arial, "Trebuchet MS", Tahoma, Helvetica, sans-serif;
  color: #343434;
  text-decoration: none;
  cursor: pointer;
}

#header ul li a:hover {
  color: #000;
}

/***** blocchi evidenza in home page *****/

.evidence-items {
  width: 498px;
  height: 108px;
  border: 1px solid #d3d3d3;
  margin: 0 0 10px 0;
}

.evidence-items-inside {
  width: 496px;
  height: 106px;
  border: 1px solid #fff;
  /*background: #f3f3f3;*/
  background: url(../images/bg-evidence.gif) repeat-x #fff;
}

.evidence-items-inside img {
  width: 90px;
  height: 90px;
  border: 1px solid #d3d3d3;
  margin: 7px 10px 0 14px;
  float: left;
}

/***** blocco contenuti non homepage *****/

.contained-top {
  width: 780px;
  height: 10px;
  margin: 0 auto;
  background: url(../images/bg-contained-top.png) no-repeat;   
}

.contained {
  float: left;
  width: 780px;
  background: url(../images/bg-contained.png) repeat-y;
}

.contained-w {
  float: left;
  width: 780px;
  height: 500px;
  background: url(../images/bg-contained.png) repeat-y;
}

.contained-art {
  float: left;
  width: 780px;
  margin: 0 auto;
  text-align: center;
  background: url(../images/bg-contacts.png) repeat-y;
}

.contained-clean {
  float: left;
  width: 780px;
  height: 500px;
  font: 12px Verdana, Arial, Helvetica, sans-serif;
  line-height: 1.6em;
  color: #4C4C4C;
  margin: 0 auto;
  text-align: center;
  background: url(../images/bg-contacts.png) repeat-y;
}

.contained-clean a {
  color: #aa0707;
}

#contained-left {
  float: left;
  width: 450px;
  margin: -10px 0 0 15px;
}

#contained-left p {
  font: 12px Verdana, Arial, Helvetica, sans-serif;
  line-height: 1.6em;
  color: #4C4C4C;
  padding: 5px 4px 24px 4px;
  background: url(../images/bg-divide.gif) no-repeat bottom;
}

#contained-left p.n {
  font: 12px Verdana, Arial, Helvetica, sans-serif;
  line-height: 1.6em;
  color: #4C4C4C;
  padding: 5px 4px 0 4px;
  background: none;
}

#contained-left ul li {
  font: 12px Verdana, Arial, Helvetica, sans-serif;
  line-height: 1.6em;
  color: #4C4C4C;
}

#contained-right {
  float: left;
  width: 276px;
  margin: 6px 0 0 25px;
}

#contained-right img {
  margin: 0 auto;
  border: 0;
}

.contained-bottom {
  clear: both;
  width: 780px;
  height: 10px;
  margin: 0 auto;
  background: url(../images/bg-contained-bottom.png) no-repeat;   
}

/***** mappa *****/

#map {
  width: 450px; 
  height: 450px;
  margin: 26px 0 0 3px;
}

/***** titoli *****/

#profile {
  background: url(../images/bg-h2.gif) left top repeat-x;
  width: 458px;
  height: 25px;
  margin: 0 0 5px -4px;
}

#profile h3 {
  background: transparent url(../images/h2-profile.png) left top no-repeat;
  width: 458px;
  height: 25px;
}

#attendance {
  background: url(../images/bg-h3.gif) left top repeat-x;
  width: 458px;
  height: 25px;
  margin: 0 0 5px -4px;
}

#attendance h2 {
  background: transparent url(../images/h3-attendance.png) left top no-repeat;
  width: 458px;
  height: 25px;
}

/***** articoli *****/

.article {
  width: 96%;
  font: 12px Verdana, Arial, Helvetica, sans-serif;
  line-height: 1.6em;
  color: #4c4c4c;
  padding: 20px 0 10px 20px;
  margin: 0 auto; 
  text-align: left; 
}

/***** gallery *****/

#contained-right ul {
  list-style-type: none;
  float: left;
  width: 100%;
  height: 500px;
  margin: 5px 0 0 0;
  padding: 0;
}

#contained-right ul li {
  width: 130px;
  height: 101px;
  float: left;
  display: inline;
  background: url(../images/bg-thumbs.gif) no-repeat;
  margin: 0 5px 10px 3px;
}

#contained-right ul li a img {
  margin: 7px;
  border: 0;
}

#contained-right ul.partner {
  list-style-type: none;
  float: left;
  width: 100%;
  height: 500px;
  margin: 5px 0 0 0;
  padding: 0;
}

#contained-right ul.partner li {
  width: 130px;
  height: 130px;
  float: left;
  display: inline;
  background: url(../images/bg-thumbs-partner.gif) no-repeat #fff;
  margin: 0 5px 10px 3px;
}

#contained-right ul.partner li p {
  font: 10px Tahoma, Verdana, Arial, Helvetica, sans-serif;
  line-height: 10px;
  color: #4c4c4c;
  padding: 0 5px;
  margin: -10px 0 0 0;
  text-align: center;
}

#contained-right ul.partner li a img {
  margin: 7px;
  border: 0;
}

#contained-left ul.shot {
  list-style-type: none;
  float: left;
  width: 100%;
  margin: 0 auto;
  padding: 0 0 20px 0;
}

#contained-left ul.shot li {
  width: 164px;
  height: 112px;
  float: left;
  display: inline;
  margin: 0 0 10px 38px;
}

#contained-left ul.shot li a img {
  margin: 7px;
  border: 0;
}

/***** form di ricerca *****/

#searchinput {
  width: 186px;
  float: left;
  padding: 0;
  margin: 10px 0 0 8px;
  background: #fff;
  font: 14px Arial, "Trebuchet MS", Tahoma, Helvetica, sans-serif;
  color: #6b6c6c;
  border: 0;
}

#searchsubmit {
  width: 58px;
  height: 24px;
  float: left;
  padding: 0;
  margin: 6px 0 0 0;
  background: url(../images/search.jpg) no-repeat;
  border: 0;
}

/***** recent entries *****/

#extra ul {
  list-style-type: none;
  margin: 8px 0 0 0;
  padding: 0 4px 0 4px;
  width: 250px;
  border-top: 1px solid #eaeaea;  
}

#extra ul li {
  width: 240px;
  margin: 0;
  padding: 0 0 0 5px;
  border-bottom: 1px solid #eaeaea;
}

#extra ul li.end {
  border-bottom: none;
}

#extra ul li a {
  font: italic 11px Arial, "Trebuchet MS", Tahoma, Helvetica, sans-serif;
  color: #aa0707;
  text-decoration: none;
}

#extra ul li h4.toggler {
  cursor: pointer;
  font: bold 12px Arial, "Trebuchet MS", Tahoma, Helvetica, sans-serif;
  color: #4d4d4d;
  text-decoration: none;
  height: 26px;
  margin: -5px 0 0 0;
  padding: 15px 0 0 0;
}

.element p {
  font: 11px Arial, "Trebuchet MS", Tahoma, Helvetica, sans-serif;
  color: #4d4d4d;
  margin: 0;
  padding: 0 0 5px 0;
}

/***** tools *****/

#tools ul {
  list-style-type: none;
  margin: 8px 0 0 0;
  padding: 0 4px 0 4px;
  width: 250px;
  border-top: 1px solid #eaeaea;  
}

#tools ul li {
  width: 240px;
  margin: 0;
  padding: 0 0 0 5px;
  border-bottom: 1px solid #eaeaea;
}

#tools ul li.end {
  border-bottom: none;
}

#tools ul li a {
  font: 11px Arial, "Trebuchet MS", Tahoma, Helvetica, sans-serif;
  color: #4d4d4d;
  text-decoration: none;
}

#tools ul li h4.title, #tools ul li h4.title a {
  cursor: pointer;
  font: bold 12px Arial, "Trebuchet MS", Tahoma, Helvetica, sans-serif;
  color: #aa0707;
  text-decoration: none;
  height: 18px;
  margin: -5px 0 0 0;
  padding: 15px 0 0 0;
}

.tools-element p {
  font: 11px Arial, "Trebuchet MS", Tahoma, Helvetica, sans-serif;
  color: #4d4d4d;
  margin: 0;
  padding: 0 0 5px 0;
}

/***** lista tag cloud *****/

#tagmenus {
  width: 770px;
  height: 120px;
  margin: 0 auto;
}

ul.taglist1, ul.taglist2, ul.taglist3 {
  width: 230px;
  list-style-type: none;
  margin: 0 0 0 16px;
  padding: 5px 0 0 10px;
  float: left;
  background: #666 url(../images/bg-taglist.jpg) no-repeat;
}

ul.taglist1 li, ul.taglist2 li, ul.taglist3 li {
  width: 210px; 
  float: left; 
  margin: 0;
  border-bottom: 1px solid #ccc;
  /*background: #000 url(../images/tagbk.png) no-repeat top left;*/
}

ul.taglist1 li.last, ul.taglist2 li.last, ul.taglist3 li.last {
  border-bottom: none;
}

ul.taglist1 a, ul.taglist2 a, ul.taglist3 a {
  display: block;
  float: left;
  text-decoration: none;
  width: 210px;
  height: 14px;
  line-height: 14px;
  padding: 8px 0;
  /*background: url(../images/tagbk.png) no-repeat top right;*/
  font: 70% Tahoma, Arial,sans-serif;
  color: #fff;
  white-space: nowrap;
}

ul.taglist1 a:hover, ul.taglist2 a:hover, ul.taglist3 a:hover {
  color: #aa0707;
}

/***** retailers *****/

.retailers {
  float: left;
  width: 780px;
  height: 500px;
  margin: 0 auto;
  text-align: center;
  background: url(../images/bg-contacts.png) repeat-y;
}

form.access {
  font: 14px Arial, Verdana, Helvetica, sans-serif;
  padding: 20px;
  width: 500px;
  margin: 0 auto;
}

.access fieldset {
  margin: 5px 0 20px 0;
  padding: 15px 15px 40px 15px;
  border: 1px solid #dfdfdf;
  background: url('../images/bg-form.gif');
}

.access legend {
  font: bold 12px Verdana, Arial, Helvetica, sans-serif;
  color: #aa0707;
}

.access fieldset label {
  float: none;
  text-align: inherit;
  width: auto;
}

.item {
  color: #4c4c4c;
  padding: 10px 0;
}

.access input {
  display : block;
  margin-bottom: 5px;
}

.access .text-input {
  width: 250px;
  color: #555;
  padding: 2px;
  border: 1px solid #b5b8c8;
  font-size: 12px;
  margin: 0 auto;
  background: #fff url('../images/form/text-bg.gif') repeat-x;
}

.access .submit {
  width: 57px;
  height: 26px;
  background: url('../images/bg-access.gif') no-repeat;
  border: 0;
  padding: 2px;
  margin: 0 auto;
  text-decoration: none;
  cursor: pointer;
}

.access hr {
  clear: both;
  visibility: hidden;
}

/***** webmail *****/

.contained-webmail {
  width: 96%;
  font: 12px Verdana, Arial, Helvetica, sans-serif;
  line-height: 1.6em;
  color: #4c4c4c;
  padding: 0 10px;
  margin: 0 auto; 
  text-align: left;
  background: url(../images/bg-webmail.jpg) 10px 140px no-repeat;
}

/***** form webmail *****/

form.webmail {
  font: 12px Verdana, Arial, Helvetica, sans-serif;
  padding: 20px;
  width: 320px;
  margin: 0 auto;
}

.webmail fieldset {
  margin: 5px 0 20px 0;
  padding: 15px 15px 40px 15px;
  border: 1px solid #dfdfdf;
  background: url('../images/bg-form.gif');
}

.webmail legend {
  font: bold 14px Arial, Verdana, Helvetica, sans-serif;
  color: #aa0707;
}

.webmail fieldset label {
  text-align: inherit;
  width: auto;
}

.item {
  color: #4c4c4c;
  padding: 10px 0;
}

.webmail input {
  display : block;
  margin-bottom: 5px;
}

.webmail .tools-login {
  width: 150px;
  color: #555;
  padding: 2px;
  border: 1px solid #b5b8c8;
  font-size: 12px;
  margin: 0 5px 0 0;
  float: left;
  background: #fff url('../images/form/text-bg.gif') repeat-x;
}

.webmail select.tools-sel {
  color: #555;
  padding: 1px;
  border: 1px solid #b5b8c8;
  font-size: 12px;
  margin: 0 0 20px 0;
  float: left;
  background: #fff url('../images/form/text-bg.gif') repeat-x;
}

.webmail .tools-psw {
  width: 250px;
  color: #555;
  padding: 1px;
  border: 1px solid #b5b8c8;
  font-size: 12px;
  margin: 0;
  float: left;
  background: #fff url('../images/form/text-bg.gif') repeat-x;
}

.webmail .submit {
  width: 57px;
  height: 26px;
  background: url('../images/bg-access.gif') no-repeat;
  border: 0;
  padding: 2px;
  margin: 0 auto;
  text-decoration: none;
  cursor: pointer;
  clear: left;
}

/***** modulistica *****/

#contained-docs-left {
  float: left;
  width: 450px;
  font: 11px Verdana, Arial, Helvetica, sans-serif;
  line-height: 1.6em;
  color: #4C4C4C;
  padding: 19px 4px 5px 20px;
  background: url('../images/bg-module.jpg') no-repeat 25px 20px;
  margin: 0 auto;
}

#contained-docs-left p {
  margin: 0 0 180px 0;
}

#contained-docs-left a {
  color: #aa0707;
  text-decoration: underline;
}

#contained-docs-right {
  float: left;
  width: 284px;
  height: 500px;
  margin: 6px 0 0 12px;
}

#contained-docs-right ul {
  list-style-type: none;
  margin: 45px 0 0 0;
  float: left;
}

#contained-docs-right ul li {
  font: bold 12px Arial, "Trebuchet MS", Tahoma, Helvetica, sans-serif;
  color: #4c4c4c;
  text-decoration: none;
  height: 24px;
  line-height: 24px;
  margin: 0 0 0 -40px;
  padding: 0 0 0 22px;
  background: url('../images/bg-docs-item-grey.gif') no-repeat 4px 8px;
  border-bottom: 1px solid #e0e0e0;
  float: left;
  width: 262px;
}

#contained-docs-right ul li a {
  color: #aa0707;
  text-decoration: none;
}

#contained-docs-right ul li a:hover {
  color: #4c4c4c;
  text-decoration: underline;
}

#contained-docs-right ul li.attivo {
  font: bold 12px Arial, "Trebuchet MS", Tahoma, Helvetica, sans-serif;
  height: 24px;
  line-height: 24px;
  margin: 0 0 0 -40px;
  padding: 0 0 0 22px;
  background: url('../images/bg-docs-item-red.gif') no-repeat 4px 8px;
  border-bottom: 1px solid #e0e0e0;
  float: left;
  width: 262px;
}

#contained-docs-right ul li.attivo a {
  color: #aa0707;
  text-decoration: none;
}

/***** footer *****/

.credits {
  margin: 0 auto;
  padding: 13px 0 6px 0;
  font: 11px Tahoma, Arial, Helvetica, sans-serif;
  color: #c6c6c6;
  text-align: center;
}

.credits a {
  color: #d4d4d4;
  text-decoration: underline;
}

.punto {
  font: 9px Tahoma, Arial, Helvetica, sans-serif;
  color: #666;
  padding: 0 0 0 2px;
}

/***** address *****/

.address {
  margin: 0 auto;
  padding: 10px 0 0 10px;
  font: 12px Tahoma, Arial, Helvetica, Verdana, sans-serif;
  color: #343434;
  line-height: 16px;
}

.address a {
  color: #aa0707;
}

.address a {
  color: #aa0707;
}

.red {
  font: bold 14px Helvetica, Arial, Trebuchet MS, Verdana, sans-serif;
  color: #9e0606;
}

.info {
  font: bold 12px Tahoma, Arial, Helvetica, Verdana, sans-serif;
  color: #343434;
  text-decoration: none;
}

.info:hover {
  text-decoration: underline;
}

/***** RSS *****/

#contained-rss {
  float: left;
  width: 450px;
  margin: -10px 0 0 15px;
  font: 12px Verdana, Arial, Helvetica, sans-serif;
  line-height: 1.6em;
  color: #4C4C4C;
  padding: 5px 4px 0 4px;
  background: none;
}

#contained-rss ul {
  margin: 0 0 0 -40px;
}

#contained-rss ul, #contained-rss li {
  list-style-type: none;
}

#contained-rss ul li {
  font: 12px Verdana, Arial, Helvetica, sans-serif;
  line-height: 1.6em;
  color: #4C4C4C;
  margin: 10px 0 0 0;
}

#contained-rss ul li a {
  font: bold 12px Verdana, Arial, Helvetica, sans-serif;
  color: #9e0606;
  text-decoration: none;
}

#contained-rss ul li a:hover {
  text-decoration: underline;
}

#contained-rss ul li a:visited {
  color: #9e0606;
}

#contained-rss li a {
  font: bold 16px Helvetica, Trebuchet MS, Arial, Verdana, sans-serif;
  color: #9e0606;
  margin: 4px 0 -10px 0;
  text-decoration: none;
}

#contained-rss-right {
  float: left;
  width: 284px;
  height: 500px;
  margin: 6px 0 0 12px;
  background: url('../images/rss.jpg') no-repeat;
}

#contained-rss-right ul {
  list-style-type: none;
  margin: 50px 0 20px 0;
  float: left;
}

#contained-rss-right ul li {
  font: bold 12px Arial, "Trebuchet MS", Tahoma, Helvetica, sans-serif;
  color: #4c4c4c;
  text-decoration: none;
  height: 24px;
  line-height: 24px;
  margin: 0 0 0 -40px;
  padding: 0 0 0 22px;
  background: url('../images/bg-docs-item-grey.gif') no-repeat 4px 8px;
  border-bottom: 1px solid #e0e0e0;
  float: left;
  width: 262px;
}

#contained-rss-right ul li a {
  color: #aa0707;
  text-decoration: none;
}

#contained-rss-right ul li a:hover {
  color: #4c4c4c;
  text-decoration: underline;
}

#contained-rss-right p {
  font: 11px Arial, "Trebuchet MS", Tahoma, Helvetica, sans-serif;
  color: #4c4c4c;
  line-height: 16px;
  margin: 0 auto;
  padding: 5px;
}

#contained-rss-right p a {
  color: #aa0707;
  text-decoration: none;
}

/***** 404 page *****/

.error404 {
  width: 740px;
  height: 95px;
  font: 26px Arial, "Trebuchet MS", Tahoma, Helvetica, sans-serif;
  color: #fff;
  margin: 0 0 0 10px;
  padding: 55px 0 0 20px;
  text-align: left;
  background: url(../images/bg-404.gif) no-repeat;
}

.report404 {
  font: bold 16px Arial, "Trebuchet MS", Tahoma, Helvetica, sans-serif;
  color: #4c4c4c;
  margin: 0 0 0 30px;
  line-height: 40px;
  text-align: left;
}

/***** site map *****/

#sitemap {
  width: 750px;
  margin: 0 0 0 5px;
  text-align: left;
}

#sitemap h5 {
  margin: 0 0 0 15px;
}

#sitemap ul {
  list-style: none;
}

#sitemap ul.left {
  float: left;
  position: relative;
  top: 12px;
  left: 10px;
  margin: 0;
  width: 320px;
}

#sitemap ul.right {
  float: right;
  position: relative;
  top: 0;
  left: 10px;
  width: 340px;
}

#sitemap ul li {
  width: 370px;
  display: block;
  height: 22px;
  line-height: 32px;
  margin: 0 0 0 -40px;
  padding: 0 0 0 22px;
  background: url('../images/bg-sitemap-item.gif') no-repeat 4px 0;
}

#sitemap ul li a {
  font: 12px Arial, "Trebuchet MS", Tahoma, Helvetica, sans-serif;
  color: #4c4c4c;
  text-decoration: none;
}

#sitemap ul li a:hover {
  text-decoration: underline;
}

#sitemap ul li.maintitle {
  display: block;
  height: 20px;
  line-height: 24px;
  margin: 0 0 0 -40px;
  padding: 0 0 0 18px;
  background: url('../images/bg-sitemap-title.gif') no-repeat 4px 8px;
}

#sitemap ul li.midtitle {
  display: block;
  height: 20px;
  line-height: 24px;
  margin: 2px 0 0 -40px;
  padding: 3px 0 0 18px;
  background: url('../images/bg-sitemap-midtitle.gif') no-repeat 4px 0;
}

#sitemap ul li.endtitle {
  display: block;
  height: 20px;
  line-height: 24px;
  margin: 2px 0 0 -40px;
  padding: 3px 0 0 18px;
  background: url('../images/bg-sitemap-endtitle.gif') no-repeat 4px 0;
}

#sitemap ul li.maintitle a, #sitemap ul li.midtitle a, #sitemap ul li.endtitle a {
  font: bold 14px Arial, "Trebuchet MS", Tahoma, Helvetica, sans-serif;
  color: #303030;
  text-decoration: none;
}

#sitemap ul li.maintitle a:hover, #sitemap ul li.midtitle a:hover, #sitemap ul li.endtitle a:hover {
  text-decoration: underline;
}

/***** IE7 hacks *****/

*+html #header ul {
  margin: -63px 0 0 240px;
  float: none;
}

*+html #contained-docs-right ul li {
  margin: 0;
}

*+html #contained-docs-right ul li.attivo {
  margin: 0;
}

*+html #contained-rss {
  margin: 0 0 0 10px;
}

*+html #contained-rss ul {
  margin: 0;
}

*+html #contained-rss-right {
  margin: 6px 0 0 15px;
}

*+html #contained-rss-right ul {
  margin: 40px 0 0 45px;
}

*+html #contained-rss-right p {
  margin: 200px 0 0 0;
}

*+html .error404 {
  margin: 0 auto;
}

*+html #sitemap h5 {
  margin: 0 0 0 5px;
}

*+html #sitemap ul.left {
  top: 12px;
  left: 40px;
}

*+html #sitemap ul.right {
  top: 12px;
  left: 0;
}

*+html #sitemap ul li {
  line-height: 16px;
  height: 16px;
  margin-top: -2px;
  padding: 8px 0 0 22px;
  background: url('../images/bg-sitemap-item.gif') no-repeat 4px -1px;
}

*+html #sitemap ul li.midtitle {
  margin: -2px 0 0 -40px;
}

*+html #sitemap ul li.endtitle {
  margin: -2px 0 0 -40px;
}

*+html #sitemap ul li.maintitle, *+html #sitemap ul li.midtitle, *+html #sitemap ul li.endtitle {
  height: 24px;
}

/***** IE6 HACKS *****/

* html h3 {
  margin: 4px 0 -15px 4px;
}

* html #banner {
  background: transparent none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/bg-banner.png');
}

* html #header ul {
  margin: -63px 0 0 240px;
  float: none;
}

* html #blubox, * html #tools {
  margin-bottom: 0;
}

* html .blubox-content {
  margin-top: -10px;
}

* html .blubox-bottom {
  margin-top: -3px;
}

* html .extra-content, * html .tools-content {
  padding-top: 5px;
  margin-top: -10px;
}

* html ul.taglist {
  margin: 10px 0 8px 0;
}

* html ul.taglist1 a, * html ul.taglist2 a, * html ul.taglist3 a {
  font: 80% Arial,sans-serif;
}

* html .contained-top {
  background: transparent none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/bg-contained-top.png');
}

* html .contained {
  background: transparent none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/bg-contained.png', sizingMethod="scale");
}

* html #contained-left {
  margin: 2px 0 0 7px;
  position: relative;
}

* html #contained-right {
  font: 95% "Trebuchet MS", Arial, Tahoma, Helvetica, sans-serif;
  width: 280px;
}

* html #contained-right ul li {
  position: relative;
  margin: 0 5px 8px 5px;
}

* html .contained-bottom {
  background: transparent none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/bg-contained-bottom.png');
}

* html .contained-clean {
  background: transparent none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/bg-contacts.png', sizingMethod="scale");
}

* html ul.taglist1 a, * html ul.taglist2 a, * html ul.taglist3 a {
  width: 190px; 
}

* html ul.taglist1, * html ul.taglist2, * html ul.taglist3 {
  margin: 0 0 0 8px;
}

* html .retailers {
  position: relative;
  background: transparent none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/bg-contacts.png', sizingMethod="scale");
}

* html .access legend {
  margin: 0 0 10px 0;
}

* html #contained-docs-right ul li {
  margin: 0;
  position: relative;
}

* html #contained-docs-right ul li.attivo {
  margin: 0;
  position: relative;
}

* html #contained-rss {
  margin: 0 0 0 5px;
}

* html #contained-rss ul {
  margin: 0;
}

* html #contained-rss-right {
  margin: 6px 0 0 5px;
  background: url('../images/rss.jpg') no-repeat 10px 0;
}

* html #contained-rss-right ul {
  margin: 40px 0 0 7px;
}

* html #contained-rss-right ul li {
  margin: 0;
  position: relative;
}

* html #contained-rss-right p {
  margin: 20px 0 0 10px;
}

* html .error404 {
  margin: 0 auto;
}

* html #sitemap ul {
  margin: 0;
  position: relative;
}

* html #sitemap h5 {
  margin: 0 0 0 2px;
}

* html #sitemap ul.left {
  top: 12px;
  left: 40px;
}

* html #sitemap ul.right {
  top: 12px;
  left: 0;
}

* html #sitemap ul li {
  position: relative;
  line-height: 16px;
  height: 16px;
  padding: 8px 0 0 22px;
  margin-top: -2px;
  background: url('../images/bg-sitemap-item.gif') no-repeat 4px -1px;
}

* html #sitemap ul li.midtitle {
  margin: -2px 0 0 -40px;
}

* html #sitemap ul li.endtitle {
  margin: -2px 0 0 -40px;
}

/***** Safari 3 HACKS *****/

:first-of-type #header ul {
  margin-left: 80px;
}

:first-of-type #search {
  margin-top: -16px;
}

:first-of-type .webmail fieldset {
  margin: 20px 0;
}

:first-of-type .webmail .tools-login {
  width: 140px;
}

:first-of-type #contained-docs-left p {
  margin: 0 0 200px 0;
}

:first-of-type #sitemap ul li {
  padding: 2px 0 0 22px;
  margin-top: -2px;
}

:first-of-type #sitemap ul li.maintitle, :first-of-type #sitemap ul li.midtitle, :first-of-type #sitemap ul li.endtitle {
  padding: 2px 0 0 18px;
}

:first-of-type #sitemap ul li.maintitle {
  margin: 5px 0 0 -40px;
}

:first-of-type #sitemap ul li.midtitle {
  margin: 0 0 0 -40px;
}

:first-of-type #sitemap ul li.endtitle {
  margin: 0 0 0 -40px;
}
