/*
'
'**************************************
' Visuddhi - http://visuddhi.com
' Copyright (c) 2006 - Visuddhi
' All right reserved.
'**************************************
'
*/

body {
        font-family: verdana;
        color:#555;
}
img {
        border: 0;
}

td {
        vertical-align: top;
}

div.header {
        padding: 4px;
        font-size: 16px;
        color: rgb(200,200,200);
        background-color: rgb(153,153,153);
        font-weight: bold;
        font-variant: small-caps;
        background: #eee url('images/sfondo.gif') repeat-x;
        border: 1px solid #ddd;
        margin-left: 10px;
        margin-right: 10px;
        padding: 10px;
}

div.center {
        background-color: white;
}

span.rebu {
  color: rgb(153,153,153);
  position: absolute;
  right: 20px;
}
span.libu {
  text-align: left;
}

table.container {
        margin: auto;
}
table.dia {
        margin: 3px;
        width: 115px;
        height: 115px;
        border: 1px solid #ddd;
        border-collapse: collapse;
}
div.smalldesc {
        margin: 0 5px 10px 5px;
        width: 100px;
        font-size: 10px;
        text-align: center;
}
table.dia td {
        text-align: center;
        vertical-align: middle;
        background: #eee url('images/sfondo2.gif') repeat-x;
}
table.dia img {
        display: block;
        margin: auto;
}

div.footer2 {
  margin: 20px;
  text-align: center;
}

table.dia a img {
        filter:alpha(opacity=80);
        -moz-opacity:0.8;
        opacity: 0.8;
}
table.dia a:hover img {
        filter:alpha(opacity=100);
        -moz-opacity:1;
        opacity: 1;
}