﻿.ColSx
{
    float: left;
    width: 890px;
}

.ColDx
{
    float: right;
    width: 95px;
}

.DivFotoTesto
{
    opacity: 0.6;
    filter: alpha(opacity=60); /* width: 95px;*/
    text-align: center;
    white-space: nowrap;
}

.DivFotoTestoSelezionato
{
    /* width: 95px;*/
    cursor: pointer;
    text-align: center;
    white-space: nowrap;
}

.Superiore
{
    position: absolute;
    width: 71px;
    height: 100px;
    cursor: pointer;
    text-align: center;
    z-index: 999;
}



.Specifiche
{
    text-align: justify;
    font: 11px verdana;
    color: #000000;
    font-weight: bold;
}

.ContenitoreTesto
{
    width: 200px;
    height: 460px;
    float: left;
}

DivCliccaPerIngrandire
{
    position: absolute;
    margin-top: 0px;
    margin-left: 0px;
    background-color: #000000;
    padding: 3px;
    display: none;
    z-index: 9999;
    opacity: 0.7;
    filter: alpha(opacity=70); /* width: 95px;*/
}


/*********************PAGINAZIONE**************************/

.DivPaginazione
{
    text-align: center;
}

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;
}


