/*******************************************************/
/* Foglio di stile per il sito www.brunellaratto.it    */
/* Alessio Gandolfi        03/10/2002                  */
/*******************************************************/

body
{
   font-family        : "Times New Roman" ;
   color              : white ;
   background	      : #840000 url(back.jpg) fixed;
}

table.layout
{
    width             : 100%;
    background-color  : transparent;
    color             : white;
}

td
{
    color             : white;
    text-align        : center;
    vertical-align    : top;
}

td.descr
{
    width             : 150px;
    text-align        : left;
    padding-left      : 4px;
    padding-right     : 4px;
    color             : yellow;
}

td.euro
{
    text-align        : right;
    width             : 10%;
}

h1
{
   color              : #FF6600 ;
   font-family        : "Arial", Helvetica, sans-serif;
   font-style         : italic;
   border-bottom      : solid thin red;
   text-align         : center ;
}

h2
{
   color              : #FF9933 ;
   font-size          : medium ;
   font-style         : italic ;
   font-family        : "Arial",Helvetica,sans-serif;
   border-bottom      : thin solid #FF9933;
}

h3
{
    text-align        : center;
    color             : #FFFF00;
    background-color  : #996600;
    font-family       : "Arial", Helvetica, sans-serif;
    font-size         : medium;
    font-style        : italic;
    border-bottom     : thin solid #FF9933;
    width             : 80%;
}

h4
{
    color             : yellow;
    background-color  : #996600;
    font-family       : "Arial";
    font-size         : x-small;
}

/* Usato per il numero dell'articolo nella pagina del dettaglio del pezzo. */
h5
{
    color             : yellow;
    text-align        : right;
    font-family       : "Arial";
    font-size         : x-small;
    border-bottom     : thin solid red;
}

em
{
    color             : #66FF66;
    font-style        : italic;
    font-weight       : bold;
}

/* Usato per il contatore del numero di pezzi da aggiungere al carrello. */
input.shopcart
{
    background-color  : transparent;
    border            : none;
    color             : yellow;
    text-align        : center;
    font-weight       : bold;
}

a, a:visited
{
    color             : yellow ;
    text-decoration   : underline;
}

a:hover
{
   text-decoration    : underline  ;
   color              : #CCCCFF ;
}

hr
{
    color             : red;
}

em.prezzo
{
    font-family       : "Arial", sans-serif ;
    font-size         : smaller;
    color             : white;
    width             : 80%;
    padding-top       : 20px;
    padding-bottom    : 20px;
    text-align        : center;
}

p.navInfo
{
    font-size         : smaller;
    color             : #CCFF99;
    font-family       : "Arial", Helvetica, sans-serif;
    font-style        : italic;
}

img.frame
{
    border            : 2px;
    border-color      : white;
    border-style      : solid;
    margin            : 10px;
}

