/***********/
/* Listini */
/***********/

.listini {

    width: 365px;

}

.listini #title {

    padding: 10px 8px 10px 8px;
    margin-bottom: 30px;

    font-size: 25px;
    font-weight: bold;
    font-style: italic;
    text-align: center;

    border: 1px solid #000000;
    background-color: #CCCCCC;
    color: #1f71af;

}

.listini #headline {


    padding: 10px 0px 10px 0px;
    margin-top: 10px;

    font-size: 10px;
    color: #FFFFFF;

    text-align: center;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;

    background-color: #862011;
    border:1px solid #000000
}

.listini .periodi #item #cell {

    color: #26428C;
}

.listini #cell {

    float: left;
    text-align: center;
    padding: 3px 0px 3px 0px;
}

.listini .periodi {

    /*clear: both;*/
}

 .listini #item > #cell:first-child {

    color: #FFFFFF;
    background-color: #3C5BAE;

}

.listini #item > #cell:first-child + #cell {

    color: #FFFFFF;
    background-color: #3C5BAE;

}


.listini .periodi #item:nth-child(odd) {

    background: #DBDBDB;
}

.listini .periodi #item:nth-child(even) {

    background: #FFFFFF;
}

.listini #text {

    padding: 5px;
}

/***********/
/* OFFERTE */
/***********/

.offerte {


}

.offerte #item {

    margin-bottom: 10px;
    margin-bottom: 50px;
}

.offerte #item #title {

    font-size: 14px;
    font-weight: bold;
    color: #FF0000;
    text-align: center;
}

.offerte #item #text {

    clear: both;

}

.offerte #item #images {

    float: left;
    margin-right: 5px;

}

.offerte #item #images img {

    margin-bottom: 5px;
    max-width: 160px;
    max-height: 90px;
    border: 1px solid #000000;

}


/*****************/
/* OFFERTE_SMALL */
/*****************/

.offerte_small {


}

.offerte_small a {

color: #ff0000;
font-size: 14px;

}

.offerte_small #item {


}

.offerte_small #item #image {


}


.offerte_small #item #image img {

float: left;
margin-right: 10px;
width: 130px;
height: 70px;
border: 1px solid black;

}

.offerte_small #item #title {

font-weight: bold;

}

.offerte_small #item #text {


}

.offerte_small #item #detail {


}

	
/***********/
/* FOOTER */
/***********/

.footer {

    font-size: 12px;
    color: #FFFFFF;
    text-align: center;


}

.footer #line {

}

.footer a:link {

    color:#FFFFFF;
    text-decoration : none;
}

.footer a:visited {

    color: #FFFFFF;
    text-decoration: none;
}

.footer a:hover {

    color:#FFFFFF;
    text-decoration: none;
}

.footer a:active {

    color: #FFFFFF;
    text-decoration: none;
}

/**************/
/* NEWSLETTER */
/**************/

.wrapper {

    font-family: arial,helvetica;
    font-size: 10pt;
    color: #000000;

}

.text,.text_warning {

    text-align: center;
    font-weight: bold;
    margin-top: 30px;

}

.text_warning {

    color: #FF0000;

}

.consenso {

    border: 2px solid #0787C8;
    background-color:#FFFFFF;

}

/***********FUNZIONI CUSTOM***********/