﻿html {
    background-image: url(  "../Images/sfondo.gif" );
    background-repeat: repeat-y;
    background-position: center;
    margin-top: 0px;
}
body {
    margin: 0px;
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
    line-height: 14px;
    color: #2E2C2C;
}
a.Link {
    text-decoration: none;
    color: black;
}
a.Link:hover{
    color: #338844;
}
/* ----------------------------------------------------------------------------*/
div.master {
    position: relative;
    width: 889px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
/* ----------------------------------------------------------------------------*/

/* Header */
div.header {
    float: left;
    position: relative;
    width: 889px;
    height: 247px;
}
/* ----------------------------------------------------------------------------*/

/* Pagina */
div.pagina {
    float: left;
    position: relative;
    width: 889px;
    height: auto;
    background-color: #FFFFFF;
}
/* ----------------------------------------------------------------------------*/

/* Footer */
div.footer {
    position: relative;
    clear: both;
    width: 880px;
    height: auto;
    background-color: #FFFFFF;
    text-align: center;
    padding-top: 20px;
    font-weight: bold;
    border-top: 1px solid #C2C3BE;
}
div.Indirizzo {
    position: relative;
    margin-left: -3px;
    width: 889px;
    height: 50px;
    background-color: #F1F1E4;
    text-align: center;
    padding-top: 20px;
}
/* ----------------------------------------------------------------------------*/

/* Login */
div.frmLogin {
    float: left;
    position: relative;
    width: 170px;
    height: 90px;
    margin-left: 6px;
    margin-top: 8px;
    top: 0px;
    left: 0px;
    border-bottom: 1px solid #C2C3BE;
}
label.lbLogin {
    position: absolute;
    color: #338844;
}
input.txtLogin {
    position: absolute;
    left: 70px;
    border: 1px solid #C2C3BE;
    font-size: 11px;
    padding: 2px;
    width: 95px;
}
/* ----------------------------------------------------------------------------*/

/* News */
div.frmNews {
    float: left;
    position: relative;
    height: auto;
    left: 5px;
    margin-top: 5px;
}

div.titolo_news {
    position: relative;
    float: left;
    width: 100px;
    left: 0px;
    height:auto;
    cursor: pointer;
    margin-bottom: 5px;
    color: #338844;
}
div.data_news{
    position: relative;
    float: left;
    width: 70px;
    margin-left: 5px;
    margin-bottom: 5px;
    color: #ACACAC;
}
div.testo_news{
    position: relative;
    float: left;
    left: 0px;
    width: 170px;
    padding-bottom:10px;
    margin-bottom:10px;
    
}
div.separator_news{
    position: relative;
    float: left;
    left: 10px;
    width: 160px;
    border-bottom: 1px solid #ACACAC;
    margin-top: 12px;
    margin-bottom: 7px;
}
div.config_news {
    position: absolute;
    top: 0px;
    width: 32px;
    height:32px;
    left: 140px;
    background-image: url( '../Images/cambioimmagine_green.jpg' );
    background-repeat: no-repeat;
    background-position: left top;
    cursor:pointer;
}
/* ----------------------------------------------------------------------------*/

/* Categorie */
div.row_categoria{
    position: relative;
    float: left;
    width: 162px;
    height:auto;
    cursor: pointer;
    padding:2px 2px 3px 15px;
    color:#338844;
}
div.row_categoria_sel{
    position: relative;
    float: left;
    width: 162px;
    height:auto;
    cursor: pointer;
    padding:2px 2px 3px 15px;
    color:#338844;
    background-color: #338844;
    color:#FFFFFF;
    /*background-image: url( '../Images/SelCat_green.gif' );
    background-repeat: no-repeat;
    background-position: left top;*/
}
div.row_categoria:hover {
    background-color: #E7E7D1;
    color:#338844;
}
div.row_categoria_sel:hover {
    background-color: #E7E7D1;
    color:#338844;
}
/* ----------------------------------------------------------------------------*/

/* Contatti */
div.boxContatti{
    position:relative;
    float:left;
    width:222px;
    height:150px;
    text-align:center;
    padding-top:30px;
    font-size:12px;
}
div.boxContatti_Green{
    position:relative;
    float:left;
    width:222px;
    height:150px;
    background-color: #F1F1E4;
    text-align:center;
    padding-top:30px;
    font-size:12px;
}
/* ----------------------------------------------------------------------------*/

/* Common */
div.standard {
    position: relative;
    float: inherit;
    height: auto;
    padding: 4px 0px 6px 4px;
}
div.titolo_white {
    position: relative;
    height: 16px;
    padding: 3px 0px 0px 20px;
    font-size: 12px;
    font-weight: bold;
    color: #338844;
    background-image: url( '../Images/icona_piccola_bianco.gif' );
    background-repeat: no-repeat;
    background-position: left top;
}
div.titolo_green {
    position: relative;
    height: 18px;
    padding: 3px 0px 0px 20px;
    font-size: 12px;
    font-weight: bold;
    color: #338844;
    background-image: url( '../Images/icona_piccola_verde.gif' );
    background-repeat: no-repeat;
    background-position: left top;
}

div.titolo_form {
    position: relative;
    height: 19px;
    padding: 12px 0px 0px 28px;
    font-size: 12px;
    font-weight: bold;
    color: #338844;
    background-image: url('../Images/iconcina_titoli.gif');
    background-repeat: no-repeat;
    background-position: left top;
}
div.titolo_form_verdino {
    position: relative;
    height: 18px;
    padding: 12px 0px 0px 28px;
    font-size: 12px;
    font-weight: bold;
    color: #338844;
    background-image: url( '../Images/iconcina_titoli_verdino.gif' );
    background-repeat: no-repeat;
    background-position: left top;
}
a.continua {
    position: absolute;
    color: #ACACAC;
    width: 76px;
    height: 16px;
    text-align: right;
    padding-right: 12px;
    cursor: pointer;
    display: block;
    text-decoration: none;
    background-image: url(  "../Images/next.gif" );
    background-repeat: no-repeat;
    background-position: center right;
}
a.continua_green {
    position: absolute;
    color: #ACACAC;
    width: 76px;
    height: 16px;
    text-align: right;
    padding-right: 12px;
    cursor: pointer;
    display: block;
    text-decoration: none;
    background-image: url(  "../Images/next_green.gif" );
    background-repeat: no-repeat;
    background-position: center right;
}

input.text_box {
    font-size: 12px;
}
a.txtLink {
    text-decoration: none;
    color: #338844;
}

img.imgLink {
    border:none;
    cursor: pointer;
}
div.btnSmall {
    position: absolute;
    width: 55px;
    height: 18px;
    background-image: url(  "../Images/btnSmall.gif" );
    background-repeat: no-repeat;
    background-position: top left;
    text-align: center;
    color: #FFFFFF;
    font-size: 7pt;
    padding-top: 1px;
    cursor: pointer;
}
div.btnMedium {
    position: absolute;
    width: 80px;
    height: 18px;
    background-image: url('../Images/btnMedium.gif');
    background-repeat: no-repeat;
    background-position: left top;
    text-align: center;
    color: #FFFFFF;
    font-size: 7pt;
    padding-top: 1px;
    cursor: pointer;
}
div.titolo_Right {
    position: relative;
    float: left;
    margin-top: 10px;
    font-weight: bold;
    color: #338844;
    left: 6px;
    font-size: 12px;
}
div.logo_left {
    position: relative;
    left: 0px;
    top: 0px;
    width: 189px;
    height: 135px;
    background-image: url( "../Images/logo_stilla.gif" );
    background-repeat: no-repeat;
    background-position: top left;
}
div.frmLeft {
    position: relative;
    float: left;
    width: 188px;
    height: auto;
    background-color: #F1F1E4;
    background-image: url( "../Images/sfondo_barra_laterale.gif" );
    background-position: left bottom;
    background-repeat: no-repeat;
}
input.txtNoBordo {
    margin-top: -2px;
    border: 1px none #FFFFFF;
}
input.txtForm {
    float:left;
    border: 1px solid #338844;
    font-size: 11px;
    padding: 2px;
}
div.frmCategorie {
    float: left;
    position: relative;
    height: auto;
    left: 5px;
    width: 175px;
    margin-top: 5px;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
div.frmRight {
    position: relative;
    float: right;
    height: auto;
    width: 190px;
    background-color: #E2DEC3;
    margin-top: 5px;
    margin-right: 0px;
    border-left: 1px solid #C2C3BE;
    border-top: 1px solid #C2C3BE;
    top: 0px;
    left: 0px;
}
div.boxTop {
    position: relative;
    width: 688px;
    height: 25px;
    float: left;
    margin-top: 10px;
}
div.boxSearch {
    position: absolute;
    top: 3px;
    left: 448px;
    width: 148px;
    height: 20px;
    border-right: 1px solid #C2C3BE;
}
input.search {
    border: 1px solid #C2C3BE;
    font-size: 11px;
    width: 130px;
    padding: 2px;
}
div.boxLanguage {
    position: absolute;
    top: 4px;
    left: 600px;
    width: 80px;
    height: 20px;
    text-align: center;
}
div.frmCenter {
    position: relative;
    float: left;
    height: auto;
    width: 498px;
    padding-left: 8px;
    margin-top: 5px;
    top: 0px;
    left: 0px;
}
a.linkPagina{   
    color: #338844;
    cursor: pointer;
    text-decoration:none;
}
.rowPagina{
    position:relative;
    float:left;
    width:100%;
    height:auto;
}
.rowGeneric{
    position:relative;
    float:left;
    margin-left:10px;
    width:96%;
    height:auto;
}