@import "box.css";

a:link, a:visited{
    text-decoration: none;
    color: #E97319;
    }

a:hover{
    text-decoration: underline;
    }


html,body{
    margin: 0;
    padding: 0;
    }

body{
    font-family: verdana,arial,sans-serif;
    font-size: 76%;
    color: #333333;
    text-align: center;   /*centra in IE 5.x */
    background: #FFFFFF url("../Img/S_trasp.gif") no-repeat center 200px fixed;
    }

div#smallwin{
    margin: 5px;
    text-align: justify;
    text-indent: 20px;
    }


div#container{
    position: relative;
    width: 65em;
    padding: 0px;
    margin: 0px auto;   /*centra negli altri browsers*/
    text-align: left;   /*ripristina l' allineamento*/
    }

div#header{
    text-align: center;
/*  border-bottom: 1px solid #CCCCCC;*/
    background: #FFFFFF;
    }

p#header{
    padding: 3px;
    margin: 0px;
    background: #000000;
    color: #EEEEEE;
    text-align: center;
    font-family: verdana,arial,sans-serif;
    font-size: 76%;
    }

div#navigation{
    position: absolute;
    margin: 0em;
    top: 130px;
    left: 0;
    width: 10em;
    }

div#extra{
    position: absolute;
    margin: 0em;
    top: 130px;
    right: 0;
    width: 15em;
    text-align: justify;
    }

div#content{
    position: relative;
    padding-left: 1em;
    padding-right: 1.5em;
    border-left: 10em solid #FFFFFF;
    border-right: 15em solid #FFFFFF;
    text-align: justify;
    text-indent: 20px;
    }

div#footer{
    text-align: center;
    color: #CCCCCC;
    background-color: #000000;
    padding: 1px;
    clear: both;    /*nel caso la navigazione andasse oltre il footer*/
    }

div.textimage{
    width: 100% - 10px;
    text-align: justify;
    border: 1px solid #E97319;
    border-left: 10px solid #E97319;
    padding-right: 5px;
    background: url("../Img/rbr.gif") no-repeat bottom right;
/*    margin-top: 3px;*/
    } /*risolve il peek-a-boo bug di IE6*/
    
div.textimage img{
    float:left;
    margin: 0px 10px 3px 0;
    clear:left;
    }

h2{
    color: #FFFFFF;
    background: #E97319 url("../Img/rtl.gif") no-repeat top left;
    font-size: 150%;
    font-style: italic;
    margin-bottom: 0px;
    padding-left: 20px;
    text-indent: 0;
    }

/*
div.textimage h2{
    color: #FFFFFF;
    background: #E97319;
    font-size: 150%;
    font-style: italic;
    margin-bottom: 0px;
    text-indent: 0;
    }
*/    
/*
div.textimage ul{
    margin-left: -30px;
    }
*/

div.textimage li{
    text-indent: 0;
    margin-top: 5px;
    margin-left: -25px;
    list-style-type: square;
    list-style-position: inside;
    }

div#navigation h2{
    background: url("../Img/tabletop.gif") repeat-x top #008800;
    font-size: 100%;
    color: #FFFFFF;
    border-bottom: 5px solid #E97319;
    border-left: 5px solid #E97319;
    margin: 0;
    padding: 5px;
    }

.menuitem{
    background: #008800;
    font-variant: small-caps;
    margin: 0px;
    padding: 5px;
    border-top: 1px solid #88AA88;
    }

.menuitem a:link, .menuitem a:visited{
    color: #FFFFFF;
    font-weight: bold;
    }
    
div#navigation .menuitemcurrent{
    font-variant: small-caps;
    margin: 0px;
    padding: 5px;
    padding-left: 15px;
    border-top: 1px solid #88AA88;
    border-left: 5px solid #008800;
    background: url("../Img/menu.gif") no-repeat left center #005500;
    }

.menuitemcurrent a:link, .menuitemcurrent a:visited{
    color: #FFFF00;
    font-weight: bold;
    text-decoration: none;
    }

.menuitemcurrent a:hover{
    text-decoration: underline;
    }

div#navigation .menuitemfooter{
    background: #E97319;
    font-size: 5px;
    margin: 0px;
    padding: 0px;
}

div#extra h2{
    background: url("../Img/tabletop.gif") repeat-x top #008800;
    font-size: 100%;
    font-variant: small-caps;
    text-align: center;
    color: #FFFFFF;
    border: 5px solid #E97319;
    border-top: none;
    margin: 0;
    padding: 5px;
    }

div#extra p{
    padding: 1px;
    background: #EEEEEE;
    border: 1px solid #CCCCCC;
    }
    
div#extra p img{
    float:left;
    margin: 0px 2px 0px 0;
    clear:left;
    border: 1px solid #000000;
    }

h1{
    font-size: 180%;
    font-weight: bold;
    font-style: italic;
    text-indent: 45px;
    text-align: left;
    width: 18em;
    height: 30px;       /* Necessario per Firefox altrimenti lascia spazio tra l'immagine e il bordo */
    padding: 0;
    padding-top: 10px;
    border-bottom: 3px solid #E97319;
    background: url('../Img/imgtitle.gif') no-repeat left top #FFFFFF;
    }   
    
h3{
    color: #000000;
    font-size: 120%;
    font-weight: bold;
    text-indent: 0;
    margin: 0;
    margin-top: 10px;
    padding-left: 2px;
    border-bottom: 2px solid #E97319;
    border-left: 2px solid #E97319;
    }
    
em{
    color: #009900;
    font-weight: bold;
    font-variant: small-caps;
    font-style: normal;
    }
    
sup{
    font-size: 70%;
    }   
    

.quote{
    font-family: times new roman;
    font-size: 120%;
    font-weight: bold;
    font-style: italic;
    text-align: center;
    text-indent: 0;
    border: 1px solid #999999;
    background: #DDDDDD;
    float:right;
    margin: 0.2em;
    width: 10em;
    }


.patch_desc{
    border: 1px solid #CCCCCC;
    padding-left: 5px;
    width: 24em;
    text-indent: 0;
    text-align: left;
    font-size: 76%;
    }

.patch_download{
    border: 1px solid #CCCCCC;
    width: 13em;
    text-indent: 0;
    text-align: center;
    font-size: 76%;
    }

.acquisti{
    table-layout: auto;
    width: 38em;
    font-size: 100%;
    border-collapse: collapse;
    border: 1px solid #CCCCCC;
    empty-cells: show;
    }
    
.acquisti th{
    border: 1px solid #CCCCCC;
    padding: 5px;
    text-align: center;
    }

.acquisti td{
    border: 1px solid #CCCCCC;
    padding: 3px;
    }

.rivenditori{
    table-layout: auto;
    width: 38em;
    font-size: 100%;
    }
    
.rivenditori td{
    padding: 10px;
    width: 50%;
    }

.formtable{
    font-size: 100%;
    width: 95%;
    }

.formtable_td{
    text-align: right;
    vertical-align: middle;
    }

.tableimg{
    table-layout: auto;
    width: 38em;
    font-size: 100%;
    }

.tableimg caption{
    background-color: #008800;
    font-size: 110%;
    margin-bottom: 5px;
    color: #ffffff;
    border-bottom: 3px solid #E97319;
    }

.tableimg_tr td{
    border-bottom: 1px dashed #008800;
    padding: 7px 2px;
    text-align: justify;
    vertical-align: top;
    font-size: 90%;
    }
    
.tableimg_tr a{
    text-align: left;
    font-size: 110%;
    }

.cellnormal {
    color: #666;
    text-align: right;
    height: 3em;
    }

.cellsuper {
    color: #e00;
    text-align: right;
    font-weight: bold;
    font-size: 120%;
    background: #ff0;
    }