

html,body {
    margin: 0;
    padding:0;
  }


body {
    color : #3f3f3f;
    font-family : Verdana, 'sans-serif';
    font-size : 14px;
  }


div#container {
    background-image : url('../img/audio.jpg');
    background-repeat : no-repeat;
    margin-bottom : 0;
    margin-left : auto;
    margin-right : auto;
    margin-top : 0;
    position : relative;
    text-align : left;
    width : 760px;
  }


div#content {
    -moz-opacity : .75;
    background-color : #ffffff;
    /*border-left-style : dotted;
    border-left-width : 1px;
    border-top-style : dotted;
    border-top-width : 1px;
    */ filter : alpha(opacity=75);
    margin-bottom : 8px;
    margin-left : 172px;
    margin-right : 0px;
    margin-top : 8px;
    opacity : .75;
    padding-bottom : 4px;
    padding-left : 7px;
    padding-right : 7px;
    padding-top : 4px;
    color : #3f3f3f;
    font-family : Verdana, 'sans-serif';
    font-size : 12px;
    /* bordi arrotondati in firefox/chrome/safari*/ -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
  }


div#menu {
    -khtml-border-radius : 5px;
    -moz-opacity : .75;
    -webkit-border-radius : 5px;
    /* bordi arrotondati in firefox/chrome/safari*/ -moz-border-radius : 5px;
    background-color : #ffffff;
    border-radius : 5px;
    filter : alpha(opacity=75);
    left : 0;
    margin-bottom : 8px;
    margin-left : 0px;
    margin-right : 8px;
    margin-top : 8px;
    opacity : .75;
    position : absolute;
    text-align : left;
    top : 120px;
    width : 160px;
    z-index : 10;
  }


div#top {
    height : 120px;
  }


a:link {
    color : #000000;
    font-weight : bolder;
    text-decoration : none;
  }


a:hover {
    color : #0163d3;
    font-weight : bolder;
    text-decoration : none;
  }


a:visited {
    color : #000000;
    font-weight : bolder;
    text-decoration : none;
  }


div.voci {
    -khtml-border-radius : 10px;
    -webkit-border-radius : 10px;
    /* bordi arrotondati in firefox/chrome/safari*/ -moz-border-radius : 10px;
    background-color : #ffffff;
    border-radius : 10px;
    font-family : Verdana, 'sans-serif';
    font-size : 15px;
    font-weight : bold;
    list-style-type : none;
    padding-left : 8px;
    position : relative;
    text-align : center;
    z-index : 50;
  }


div.voci:hover {
    background-color : #c6b6fc;
  }


div.titolo {
    font-size : 18px;
    font-weight : bold;
    padding-bottom : 5px;
    text-align : center;
  }


div.sottotitolo {
    font-size : 15px;
    font-weight : bold;
    padding-bottom : 5px;
    text-align : center;
  }


div.foto {
    padding-bottom : 10px;
    padding-top : 10px;
    text-align : center;
  }


div#foot {
    -moz-opacity : .90;
    filter : alpha(opacity=90);
    font-size : 11px;
    opacity : .90;
    text-align : center;
  }


table.vendita {
    border-bottom-style : dotted;
    border-bottom-width : 1px;
    border-left-style : dotted;
    border-left-width : 1px;
    border-right-style : dotted;
    border-right-width : 1px;
    border-top-style : dotted;
    border-top-width : 1px;
    padding-bottom : 5px;
    padding-left : 5px;
    padding-right : 5px;
    padding-top : 5px;
  }


td.vendita_commento {
    border-bottom-style : dotted;
    border-bottom-width : 1px;
  }


div.link {
    text-align : left;
  }


div.service {
    padding-bottom : 8px;
  }

