/* CSS comuni del sito */

body { background-color: #2DA7FF; text-align: center; 
       font-family: "gill sans", "trebuchet MS", arial, "gill sans MT",  helvetica,sans-serif;
	   background-image: url(../immagini/sfondoBlu.gif);  }


#mamas { padding: 0px; margin: 0px; border: 0px; background-color: white; font-size: 14px;
         width: 624px; height: 100%; margin: auto; padding-bottom: 30px}


.box { border: 0px; padding: 0px; background-color: #E63509; float: left; width: 200px; height: 100px; 
       font-size: 15px; border-right: 2px solid white; border-left: 2px solid white}

* html .box { width: 204px;
              w\idth: 200px;}





.box a {padding: 0px; margin: 0px ; color: white; text-decoration: none; padding-right: 8px; 
        padding-top: 73px; display: block; 
        text-align: right }
.box a:hover { font-size: 19px}

#redditoBox { background-image: url(../immagini/logoReddito2.gif); background-position: 62px 3px;
              background-repeat: no-repeat}
#bisogniBox { background-image: url(../immagini/logoBisogni1.gif); background-position: 62px 3px;
              background-repeat: no-repeat}
#desideriBox { background-image: url(../immagini/logoDesideri.gif); background-position: 62px 3px;
              background-repeat: no-repeat}

#redditoBox a:hover {font-size: 22px}
#bisogniBox a:hover {font-size: 22px}
#desideriBox a:hover {font-size: 22px}


.Elenco { margin: 0px; padding: 0px; list-style: none;  text-align: center; padding-left: 4px;
     padding-right: 4px; width: 616px; }
     
* html .Elenco { width: 624px;
              w\idth: 616px;}



.Elenco li { margin: 0px; padding: 0px; height: 100px; width: 612px;
        margin-top: 4px; text-align: center; 
		border-right: 2px solid #E63039; border-left: 2px solid #E63039}

* html .Elenco li { width: 616px;
              w\idth: 612px;
			  margin-top: 0px}

#mamas p { padding: 0px; margin: 0px; color: #E63509}
#mamas p a { text-decoration: none; color: #C2B1A1; font-size: 12px}


