﻿DIV#box
{
    float: right;
    width: 300px;
    padding-top: 90px;
    border-bottom: solid 3px #a0a0a2;
    border-left: solid 1px #a0a0a2;
    margin-bottom: 18px;
    background-color: #fff;
    background-repeat: no-repeat;
}
.catalogo
{
    min-height: 150px;
    background-image: url(images/box-catalogo.jpg);
}
.contatti
{
    /*height: 185px;*/
    height: 110px;
    background-image: url(images/box-contatti.jpg);
}
.mappa
{
    background-image: url(images/box-contatti.jpg);
    height: 200px;
}
#box UL
{
    margin-bottom: 10px;
}
#box LI
{
    list-style-image: url(images/list-item.jpg);
    color: #a0a0a2;
}
#box LI A
{
    color: #a0a0a2;
    text-decoration: none;
}
#box LI A:visited
{
    color: #a0a0a2;
    text-decoration: none;
}
#box LI A:hover
{
    color: #231f20;
    text-decoration: none;
}
#box LI SPAN
{
    color: #231f20;
    text-decoration: none;
}
#box A.pdf
{
    display: block;
    font-weight: 700;
    text-align: center;
    color: #ffdd00;
}
#box A.pdf:visited
{
    color: #ffdd00;
}

