﻿SPAN.intro
{
    font-size: 15px;
    font-weight: 700;
}
DIV.gray-box
{
    margin-bottom: 15px;
    background-color: #dde0e5;
    min-height: 163px;
    padding: 20px 20px 20px 20px;
    margin-left: 25px;
    margin-right: 25px;
}
TABLE.contatti
{
    margin-top: 20px;
    margin-left: 25px;
    margin-right: 25px;
}
TABLE.contatti TD
{
    vertical-align: top;
}
TABLE.contatti TD.image
{
    width: 170px;
}
TABLE.contatti .map_container
{
    margin-top: 15px;
    background-color: #dde0e5;
    padding: 15px 15px 15px 15px;
}
TABLE.contatti TD.image SPAN
{
    display: inline-block;
    width: 150px;
    padding: 4px 15px 4px 15px;
    background-color: #dde0e5;
    margin-bottom: 15px;
    font-weight: 500;
}
TABLE.contatti TD.image IMG
{
    padding: 15px 15px 15px 15px;
    background-color: #dde0e5;
    width: 150px;
}
TABLE.contatti TD.description
{
    padding-top: 0px;
    padding-left: 15px;
}
TABLE.contatti TD.description SPAN
{
    display: block;
    background-color: #dde0e5;
    margin-bottom: 15px;
    font-weight: 700;
    padding: 4px 0px 4px 15px;
}
TABLE.contatti DIV.thumbs
{
    padding: 15px 15px 15px 15px;
    background-color: #dde0e5;
    margin-top: 15px;
    margin-bottom: 15px;
}
TABLE.contatti DIV.thumbs IMG
{
    margin-right: 15px;
    cursor: pointer;
}
TABLE.contatti TD SPAN.sc_desc
{
    font-size: 13px;
    font-weight: 500;
    color: #000000;
    display: block;
    text-align: justify;
    margin: 5px 0 0 0;
    padding: 0 0 0 0;
    background-color: #f8f9fd;
}
TABLE.contatti TABLE.buttons
{
    width: 100%;
}
TABLE.contatti TABLE.buttons A
{
    display: inline-block;
    padding: 4px 10px 4px 10px;
    border: solid 1px #dde0e5;
    color: #9c341b;
    font-weight: 700;
}
TABLE.contatti TABLE.buttons A.list
{
    display: inline-block;
    padding: 3px 10px 3px 10px;
    margin-left: 10px;
    border: solid 1px #dde0e5;
    background-color: #dde0e5;
    color: #9c341b;
    font-weight: 700;
}
/*___________________________________ coppie nome/valure ( controlli CTC )__________________________________*/
.send_container
{
    color: #777777;
    display: block;
    border: solid 1px Transparent;
    padding: 3px 3px 3px 3px;
}
.send_container_error
{
    color: #777777;
    background-color: #ffCDCD;
    display: block;
    border: solid 1px #FFa6a6;
    padding: 3px 3px 3px 3px;
}
.send_caption
{
    font-weight: 500;
    color: #878787;
    width: 110px;
    display: block;
    padding-top: 3px;
}
.send_text
{
    font-weight: 700;
    color: #565656;
    display: block;
    text-align: justify;
    padding-top: 3px;
    padding-left: 5px;
    border: solid 1px #FFFFFF;
    width: 80%;
}
.send_box
{
    font-weight: 700;
    color: #777777;
    background-color: #ffffff;
    padding-left: 5px;
    border: solid 1px #a6a6a6;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
.send_box_error
{
    font-weight: 700;
    color: #777777;
    background-color: #ffCDCD;
    padding-left: 5px;
    border: solid 1px #FFa6a6;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
