.Articolo
{
    width: 600px;
    border-bottom: solid 2px #A50710;
    margin-bottom: 6px;
    padding-top: 3px;
    padding-bottom: 5px;
    float: left;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #000000;
    text-decoration: none;
}
.ImgArt
{
    width: 110px;
    float: left;
}
.ImgArt a:HOVER
{
    background-color: Transparent;
    text-decoration: none;
}
.ImgArt img
{
    width: 100px;
}
.TitoloArt
{
    float: left;
    width: 300px;
}
.TitoloArt a
{
    font-size: 13px;
    font-weight: bold;
}
.TitoloArt h2
{
    margin: 0;
    padding: 0;
}
.DescrizioneArt
{
    margin-top: 3px;
    float: left;
    width: 300px;
}
.InfoPrezzo
{
    width: 190px;
    float: left;
    text-align: right;
}
.PrezzoBase
{
    font-size: 13px;
    font-weight: bold;
}
.PrezzoBasePerSconto
{
    font-size: 11px;
    color: Red;
}
.PrezzoScontato
{
    font-size: 13px;
    font-weight: bold;
}
.CodiceArt
{
    color: Gray;
    width: 440px;
}
#Ordinamento
{
    width: 600px;
    float: left;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #000000;
    text-decoration: none;
}
#Ordinamento p
{
    text-align: right;
    margin: 0;
    padding: 0;
    margin-bottom: 5px;
    font-size: 11px;
}
#Ordinamento a
{
    font-size: 11px;
}
.DispSi
{
    color: Green;
    font-weight: bold;
}
.DispNo
{
    color: Red;
    font-weight: bold;
}
.PageNumber
{
    font-family: Verdana;
    font-size: 10px;
}
.PageNumber ul
{
    list-style-type: none;
    margin: 0;
    margin-bottom: 10px;
    padding: 0;
}
.PageNumber ul li
{
    display: inline;
}
.PaginaCorrente a
{
    color: #FFF;
    background-color: #AAA;
    text-shadow: 1px 1px 1px #000;
    padding: 2px;
    border-radius: 3px;
}
.divSinistra
{
    width: 410px;
    float: left;
}

