

html {
    background-color: #fff;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-family: sans-serif;
    font-size: 12px;
    height: 100%;
  }


body {
    background-color: #fff;
    text-align: center;
    margin: 0px 0px 0px 0px;
  }


#box {
    position: relative;
    margin: 30px auto;
    width: 700px;
    height: 540px;
    background: #fff url(./immagini/end.jpg);
  }


#title {
    position: absolute;
    right: 10px;
    top: 2px;
  }

#title a, #title a:hover {
    text-decoration: none;
    color: #F9BF21;
}
#menu {
    padding-top: 10px;
    position: absolute;
    top: 30px;
    right: 10px;
    border-top: 1px #ccc solid;
    text-align: right;
    width: 120px;
    z-index: 1; 
}


#menu a {
    color : #000;
    cursor : pointer;
    display : block;
    text-decoration : none;
  }


#menu a:hover {
    color: #F9BF21;
  }


#cont {
    position: absolute;
    top: 80px;
    left: 10px;
    width: 360px;
    height: 300px;
    border: 1px #ccc solid;
    background: transparent url(./immagini/end_over.jpg) -11px -81px;
    text-align: left;
    padding: 20px;
    padding-top: 40px;
  }


#control {
    position: absolute;
    bottom: 0px;
    right: 0px;
    margin: 2px;
    z-index: 1;
  }


a.plus {
    text-decoration: none;
    display: block;
    width: 24px;
    height: 22px;
    background-image: url(./immagini/plus.png);
    cursor: pointer;
  }


a.plus:hover {
    background-image: url(./immagini/plus_over.png);
  }


a.minus {
    text-decoration: none;
    display: block;
    width: 24px;
    height: 23px;
    background-image: url(./immagini/minus.png);
    cursor: pointer;
  }


a.minus:hover {
    background-image: url(./immagini/minus_over.png);
  }


#pager div {
    display: none;
  }

.none {
    display: none;
}


.on {
    font-weight: bold;
  }


#menu div {
    margin-right: 3px;
    padding-right: 5px;
    margin-bottom: 5px;
    display: none;
    border-right: 1px #F9BF21 solid;
    color: #b2b2b2;
}

#menu div a {
    text-decoration: none;
    color: #b2b2b2;
    display: block;
}

#menu div a:hover {
    color: #F9BF21;
}

#footer {
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 40px;
    width: 725px;
    color: #b2b2b2;
    font-size: 10px;
    background-color: #fff;
    padding: 6px;
    text-align: left;
    
}

#footer img {
    padding-left: 10px;
}

#footer span {
   padding-left: 10px;
}

#cont_title {
   position: absolute;
   width: 100%;
   height: 15px;
   top: 0px;
   left: 0px;
   display: block;
   padding-top: 5px;
   padding-bottom: 5px;
   background: transparent url(./immagini/end_over_orange.jpg) -11px -81px;
}

#cont_title span {
   display: inline;
   padding-left: 40px;
}

#close {
   position: absolute;
   right: 2px;
   top: 2px;
   border: 1px #ccc solid;
   font-size: 12px;
   padding: 2px;
}

#close a{
   display: block;
   color: #ccc;
   text-decoration: none;
   cursor : pointer;
}

#close a:hover {
   color: red;
}

#cont img {
   border: 0px;
   padding: 2px;
   padding-right: 22px;
   float: left;
}

#help {
   position: absolute;
   left: 15px;
   top: 0px;
   font-size: smaller;
   color: #F9BF21;
   z-index: 1;
}

#help a {
    color: #F9BF21;
    text-decoration: none;  
}

#graficmenu {
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
    width: 100%;
    height: 100%;
}

#grafic_foto {
    visibility: hidden;
    position: absolute;
    bottom: 15px;
    left: 0px;
    width: 151px;
    height: 178px;
    background: transparent url(./immagini/graficmenu_foto.jpg);
}

#grafic_amici {
    visibility: hidden;
    position: absolute;
    bottom: 15px;
    right: 0px;
    width: 118px;
    height: 278px;
    background: transparent url(./immagini/graficmenu_amici.jpg);
}

#grafic_progetti {
    visibility: hidden;
    position: absolute;
    bottom: 15px;
    right: 51px;
    width: 147px;
    height: 160px;
    background: transparent url(./immagini/graficmenu_progetti.jpg);
}

#grafic_chi {
    visibility: hidden;
    position: absolute;
    bottom: 70px;
    left: 200px;
    width: 240px;
    height: 239px;
    background: transparent url(./immagini/graficmenu_chi.jpg) no-repeat 50% 50%;
}

#grafic_pensieri {
    visibility: hidden;
    position: absolute;
    top: 70px;
    left: 270px;
    width: 120px;
    height: 120px;
    background: transparent url(./immagini/graficmenu_chi.jpg) no-repeat 50% 50%;
}

#cont a {
    color: #ff6f00;
    text-decoration: none;
}

#cont a:hover {
    color: #ff6f00;
    text-decoration: underline;
}

.thumb {
float: right !important;
}

#thumb_roller {
position: absolute;
right: -150px;
top: 30px;
height: 310px;
width: 120px;
border: 1px #ccc solid;
background: transparent url(./immagini/end_over.jpg) -421px -112px;
text-align: left;
padding: 10px;
padding-top: 0px;
}

#immagine {
cursor: pointer;
}






