    DIV#navigation H4{background:#EFEFEF; padding:4px; margin-top:20px; color:#003368}
    DIV#navigation H4 IMG{vertical-align:bottom; cursor:help; float:right; margin-top:2px}

    DIV#navigation DIV{background:#F7F7F7; padding:4px}
    DIV#navigation DIV SELECT{width:225px}

    #hint {
        display: none;
        position: absolute;
        left:430px;
        width: 400px;
        margin-top: -4px;
        border: 1px solid #c93;
        padding: 10px 12px;
        /* to fix IE6, I can't just declare a background-color,
        I must do a bg image, too!  So I'm duplicating the pointer.gif
        image, and positioning it so that it doesn't show up
        within the box */
        background: #ffc url("../immagini/ricerca/pointer.gif") no-repeat -10px 5px;
    }
    #hint IMG{float:right; margin-left:10px; cursor:pointer;}
    #hint #hint-pointer {
        position: absolute;
        left: -10px;
        top: 5px;
        width: 10px;
        height: 19px;
        background: url("../immagini/ricerca/pointer.gif") left top no-repeat;
    }
    #filterHelp{ display:none; position: absolute; top:300px; background:#EF7B03; color:white; padding:10px; width:600px;}
    #filterHelpClose{float:right}
    #filterTitle{font-weight:bold}
    #filterContent{background:#F8F1DC; min-height:100px; height:100px; margin-top:5px; padding:10px; color:#003368}

/* pagination */
.listPagination {
        font-size: 90%;
        list-style-type: none;
        padding: 0;
        margin: 0;
}

.listPagination li {
        display: inline;
}

.listPagination a {
        border: 1px solid #ccc;
        background: #fff;
        display: block;
        float: left;
        padding: 1px 4px;
        margin-right: 0.5em;
        text-decoration: none;
        font-weight: bold;
}

.listPagination a:hover, .listPagination a.current {
        border: 1px solid #EF7700;
        font-weight: bold;
        background-color: #EF7700;
        color: #fff;
}

.listPagination a.nextprev {
font-weight: bold;
}

.listPagination span.more {
        background: transparent;
        color: #000;
        display: block;
        float: left;
        line-height: 1.3em;
        padding: 0.2em 0.5em;
        margin-right: 0.5em;
        text-decoration: none;
}

.prod-wrapper H2 A{text-align:left; font-size:0.8em;}
.prod-wrapper .desc-left{float:left; width:170px; padding: 0 0 5px 0; text-align:left;}
.prod-wrapper .desc-right{float:left; width:240px; padding: 0 0 5px 10px; text-align:left;vertical-align:top;}

.minHeight{
  min-height:800px;
  height: auto !important;
  height: 800px;
  }
