﻿.SubCat
{
    width: 100px;
    height: 84px;
    margin-left: 104px;
}

.DivSx
{
    float: left;
    margin-left: 100px;
    height: 450px;
}

.DivDx
{
    
    float: right;
    min-height: 307px;
    width:367px;
    margin-right: 100px;
}

.PulImgNonSelezionata
{
    background-color: #000000;
    opacity: 0;
    filter: alpha(opacity=0);
}


.PulImgSelezionata
{
    background-color: #000000;
}

.DivTesto
{
    opacity: 0.6;
    filter: alpha(opacity=60);
    text-align: left;
    margin-right: 15px;
    margin-bottom: 15px;
}

.DivTestoSelezionato
{
    opacity: 1;
    filter: alpha(opacity=100);
    text-align: center;
}

.Superiore
{
    position: absolute;
    width: 95px;
    height: 100px;
    cursor: pointer;
    text-align: center;
    z-index: 999;
}

.DivFotoTesto
{
    opacity: 0.6;
    filter: alpha(opacity=60);
    min-width: 72px;
    margin-right: 10px;
    text-align: center;
    white-space: nowrap;
}



.DivFotoTestoSelezionato
{
    opacity: 1;
    filter: alpha(opacity=100);
    min-width: 72px;
    margin-right: 10px;
    text-align: center;
    white-space: nowrap;
}

.DivPartFoto
{
    position: absolute;
    margin-top: 4px;
    width: 367px;
    height: 307px;
    z-index: 999;
    text-align: center;
}

/*.DivPaginazione
{
    text-align: center;
    width: 493px;
    position: absolute;
    top: 650px;
    left: 0px;
}*/


.DivTorna
{
    position: absolute;
    top: 680px;
}

.LblTesto
{
    color: #000000;
}

/*********************FINITURE******************************/
.DivFinitureOn
{
    width: 174px;
    height: 112px;
    color: #000000;
    opacity: 1;
    filter: alpha(opacity=100);
}

.DivFinitureOff
{
    width: 174px;
    height: 112px;
    color: #000000;
    opacity: 0.5;
    filter: alpha(opacity=50);
}




.DivSfondoTestoFiniture
{
    width: 100%;
    height: 14px;
    background-image: url("../Immagini/SfondoTestoFiniture.gif");
    background-position: center;
    background-repeat: repeat-x;
}

.TestoFiniture
{
    padding-right: 8px;
    background-color: #ffffff;
    color: #000000;
}



.TestoFinitureSelezionato
{
    padding-right: 8px;
    background-color: #ffffff;
    color: #000000;
}

.TestoFinitureNonSelezionato
{
    padding-right: 8px;
    background-color: #ffffff;
    color: #707173;
}

.DivNomeGenerico
{
    opacity: 0.8;
    filter: alpha(opacity=80);
    position: absolute;
    background-color: #C7C7C7;
    padding: 3px;
    display: none;
    white-space: nowrap;
    margin-top: 50px;
    z-index: 900;
}

/*********************FINITURE******************************/

/*********************PAGINAZIONE**************************/
.DivProdotti 
{
    min-height:380px;
    }


.DivPaginazione
{
    text-align: center;
    width: 367px;
    }

a.Paginazione:link, a.Paginazione:visited
{
    font: 11px Verdana;
    color: #707173;
    text-decoration: none;
}

a.Paginazione:hover
{
    font: 11px Verdana;
    color: #1A171B;
    text-decoration: none;
}

.PaginazioneSelezionato
{
   font: 11px Verdana;
    font-weight: bold;
    color: #1A171B;
    text-decoration: none;
}


