﻿DIV.gray-box
{
    margin-bottom: 15px;
    background-color: #dde0e5;
    min-height: 163px;
    padding: 20px 20px 20px 20px;
    margin-left: 25px;
    margin-right: 25px;
}
SPAN.intro
{
    font-size: 15px;
    font-weight: 700;
}
DIV.gray-box SPAN
{
    display: block;
    text-align: justify;
    font-size: 12px;
    line-height: 19px;
}
DIV.gray-box IMG
{
    float: right;
    background-color: #dde0e5;
    margin: 0px 0px 0px 10px;
    border: solid 1px #861720;
    width: 400px;
    height: 163px;
}
DIV.thumbnails
{
    padding: 15px 15px 15px 15px;
    background-color: #dde0e5;
    margin: 15px 0px 15px 0px;
}
DIV.thumbs IMG
{
    margin-right: 15px;
    cursor: pointer;
}
/* ------------------------------------------------*/
DIV.catalogo
{
    margin-left: 25px;
    margin-right: 25px;
}
.catalogo TABLE
{
    margin-top: 10px;
    width: 100%;
    margin-bottom: 30px;
}
.catalogo TD.right
{
    padding-left: 15px;
}
.catalogo TD.left
{
    width: 100px;
    padding: 20px 20px 20px 20px;
    background-image: url(images/itemlist-bg.jpg);
    background-repeat: no-repeat;
    background-position: left center;
    background-color: #dde0e5;
    vertical-align: middle;
}
.catalogo TD.image IMG
{
    margin-left: auto;
    margin-right: auto;
}
.catalogo A
{
    display: block;
    font-size: 13px;
    padding: 3px 0px 3px 10px;
    font-weight: 700;
    text-decoration: none;
    color: #14343f;
    background: #dde0e5;
}
.catalogo A:hover
{
    color: #488599;
    text-decoration: none;
}
.catalogo SPAN
{
    display: block;
    margin-left: 10px;
    margin-top: 20px;
    font-size: 11px;
    color: #14343f;
}
/* --------------------------------- dettaglio --------------------------------- */
TABLE.scheda
{
    margin-top: 20px;
    margin-left: 25px;
    margin-right: 25px;
}
TABLE.scheda TD
{
    vertical-align: top;
}
TABLE.scheda TD.image
{
}
TABLE.scheda TD.image SPAN
{
    display: block;
    background-color: #dde0e5;
    margin-bottom: 15px;
    font-weight: 700;
    padding: 4px 0px 4px 15px;
}
TABLE.scheda TD.image IMG
{
    padding: 15px 15px 15px 15px;
    background-color: #dde0e5;
    width: 300px;
}
TABLE.scheda TD.description
{
    padding-top: 0px;
    padding-left: 15px;
}
TABLE.scheda TD.description SPAN.sc_desc
{
    font-size: 13px;
    font-weight: 500;
    color: #000000;
    display: block;
    text-align: justify;
    margin-top: 5px;
}
/* ________ carrello ________*/
TABLE.scheda TABLE.buttons
{
    width: 100%;
}
TABLE.scheda TABLE.buttons SPAN
{
    font-size: 11px;
    font-weight: 700;
    display: inline-block;
    padding: 1px 0px 3px 0px;
}
.txt-cart
{
    display: inline-block;
    width: 30px;
    background-color: #dde0e5;
    font-weight: 700;
    padding: 1px 0px 1px 0px;
    border: solid 1px #dde0e5;
    margin-left: 15px;
    text-align: center;
}
.txt-cart_error
{
    display: inline-block;
    width: 30px;
    background-color: #dde0e5;
    font-weight: 700;
    padding: 1px 0px 1px 0px;
    border: solid 1px #FFa6a6;
    margin-left: 15px;
    text-align: center;
}
/* ------------------------------------  carrello ----------------------------------*/
SPAN.carrello
{
    display: block;
    text-align: justify;
    font-size: 13px;
    margin-left: 18px;
}
A.button
{
    display: inline-block;
    padding: 4px 10px 4px 10px;
    margin-left: 10px;
    border: solid 1px #dde0e5;
    color: #9c341b;
    font-weight: 700;
}
A.buttonlist
{
    display: inline-block;
    padding: 3px 10px 3px 10px;
    margin-left: 10px;
    border: solid 1px #dde0e5;
    background-color: #dde0e5;
    color: #9c341b;
    font-weight: 700;
}
/*---------------- pagamento ------------*/
A.payment
{
    display: block;
    border: solid 1px #488599;
    padding: 5px 5px 5px 5px;
    background-color: #dde0e5;
    text-align: center;
}
A.payment:visited
{
    border: solid 1px #488599;
    padding: 5px 5px 5px 5px;
    background-color: #dde0e5;
}
A.payment:hover
{
    padding: 5px 5px 5px 5px;
    background-color: #dde0e5;
    border-top: solid 1px #a3cad7;
    border-left: solid 1px #a3cad7;
    border-bottom: solid 1px #23404a;
    border-right: solid 1px #23404a;
}
IMG.payment
{
    width: 279px;
    height: 38px;
}
