﻿html, body
{
    margin: 0;
    padding: 0;
    text-align: center;
    background: transparent url( 'images/bg.jpg' ) repeat scroll left top;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 8pt;
}
#pagewidth
{
    width: 1000px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    background-color: #FFFFFF;
}
#header
{
    position: relative;
    height: 200px;
    width: 100%;
    background-image: url('images/bglinea.gif');
}
#leftcol
{
    width: 20%;
    float: left;
    position: relative;
}
#twocols
{
    width: 80%;
    float: right;
    position: relative;
}
#rightcol
{
    width: 25%;
    float: right;
    position: relative;
}
#maincol
{
    float: left;
    display: inline;
    position: relative;
    width: 75%;
}
#footer
{
    height: 14px;
    clear: both;
    background-image: url( 'images/pxb.png' );
    background-repeat: repeat;
    text-align: center;
    color: #FFFFFF;
    font-size: 7pt;
    padding: 4px;
}
/* *** Float containers fix:*/.clearfix:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix
{
    display: inline-block;
}
/* Hides from IE-mac \*/* html .clearfix
{
    height: 1%;
}
.clearfix
{
    display: block;
}
/* End hide from IE-mac *//*printer styles*/@media print
{
    /*hide the left column when printing*/    #leftcol
    {
        display: none;
    }
    /*hide the right column when printing*/    #rightcol
    {
        display: none;
    }
    #twocols, #maincol
    {
        width: 100%;
        float: none;
    }
}
/* menu orizzontale*//* menu orizzontale*/.classemenuorizzontale
{
    position: relative;
    padding: 0 0 0 34px;
    margin: 0 auto 0 auto;
    background: url(images/menu-bg.png) repeat-x;
    height: 43px;
    list-style: none;
}
.classemenuorizzontale li
{
    display: block;
    float: left;
    margin: 0 0 0 5px;
}
.classemenuorizzontale li a
{
    height: 43px;
    color: #777;
    text-decoration: none;
    display: block;
    float: left;
    line-height: 200%;
    padding: 8px 15px 0;
    font-family: sans-serif;
    font-size: 13px;
    font-weight: bold;
    cursor: pointer;
}
.classemenuorizzontale li a b
{
    float: left;
    display: block;
    padding: 0 24px 0 8px;
}
.classemenuorizzontale li.current a, .classemenuorizzontale li a:hover
{
    color: #FFF;
    background: #FFF url("images/current-bg.png") top left repeat-x;
    padding: 5px 15px 0;
}
.classemenuorizzontale li.current a b, .classemenuorizzontale li a:hover b
{
    color: white;
}
.sito
{
    background: url(images/menu-bg.png) repeat-x;
}
/*menu verticale*/.classemenuverticale
{
    width: 180px; /*width of menu*/
}
.classemenuverticale .titolettobarramenuverticale
{
    font: bold 14px Arial;
    color: white; /*background: black url(images/titlebar.png) repeat-x center left;*/
    margin-bottom: 10px; /*bottom spacing between header and rest of content*/
    text-transform: uppercase;
    padding: 4px 0 4px 10px; /*header text is indented 10px*/
}
.classemenuverticale ul
{
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}
.classemenuverticale ul li
{
    padding-bottom: 2px; /*bottom spacing between menu items*/
}
.classemenuverticale ul li a
{
    display: block;
    padding: 2px 0;
    padding-left: 19px; /*link text is indented 19px*/
    text-decoration: none;
    font-weight: bold;
    border-bottom: 1px solid #dadada;
    font-size: 90%;
    color: Black;
}
.classemenuverticale ul li a:visited
{
    color: Black;
}
.classemenuverticale ul li a:hover
{
    /*hover state CSS*/
    color: Black;
    background-color: #E8E8E8;
    font-size: 1em;
}
.prezzo
{
    color: #FF0000;
    font-weight: bold;
    font-size: 13pt;
}
.prezzolistino
{
    font-weight: bold;
    font-size: 11pt;
    text-decoration: line-through;
}
.paragrafo
{
    margin: 10px;
}
.rossobold
{
    color: #FF0000;
    font-weight: bold;
}

/* Hides from IE-mac \*/* html .clearfix
{
    height: 1%;
}
/* End hide from IE-mac */.pgstyle
{
    color: White;
    font-size: 11px; /*12px;*/
    text-align: center;
}
.pgstyle span
{
    height: 15px; /*16px;*/
    width: 18px;
    display: inline-block;
    background-image: url(images/pgs.png);
}
.pgstyle a
{
    color: Black;
    text-decoration: underline;
}

