body {
    width: 100%;
    height: 100%;
    font-family: Tahoma, sans-serif, sans, Arial, helvetica, Verdana;
    font-size: 12px;
    background-color: #e4ecee;
    /*overflow: hidden;*/
}

/* generiche */

a {
    text-decoration: none;
}

.chiudi {
    clear: both;
}

.sizing {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.hidden {
    display: none;
}

.bkg_black {
    position: fixed;
    width: 100%;
    height: 100%;
    bottom: 0px;
    right: 0px;
    background-color: #000000;
    background: rgba(0,0,0, 0.5);
    z-index: 5;
    display:none;
}

.bkg_black_loading {
    position: fixed;
    width: 100%;
    height: 100%;
    bottom: 0px;
    right: 0px;
    background-color: #000000;
    background: rgba(0,0,0, 0.5);
    z-index: 5;
    display:none;
}

.close {
    position: absolute;
    width: 24px;
    height: 24px;
    right: -10px;
    top: -10px;
    z-index: 6;
}

.extra { }

/**/

/* login */

.login {
    position: relative;
    width: 97%;
    height: 350px;
    /*background-color: #ffffff;*/
    background: rgba(255,255,255, 0.5);
    border: 2px solid #ffffff;
    margin: 0 auto;
    padding: 50px 50px 0px 50px;
    color: #6d6e70;    
    z-index: 2;
    margin-top: 40px;
    margin-bottom: 20px;
}

.titlogin {
    font-size: 3em;
    padding-bottom: 15px;
    border-bottom: 2px solid #ffffff;
}

.ombra {
    display: none;
    position: absolute;
    z-index: 1;
    width: 400px;
    height: 40px;
    left: 50%;
    margin-left: -200px;
    top: 50%;
    margin-top: 215px;
    background-image: url('../immagini/ombra.png');
    background-position: center bottom;
    background-repeat: no-repeat;
}

.input_moduli  {
    border: 0px;
    /*background-color: #ffffff;*/
    background: rgba(255,255,255, 0.7);
    width: 100%;
    height: 35px;
    /*    -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;*/
    margin-bottom: 10px;
    border: 1px solid #cccccc;
    padding: 5px;
}

.textarea_moduli  {
    background: rgba(255,255,255, 0.7);
    width: 100%;
    height: 150px;
    margin-bottom: 10px;
    border: 1px solid #cccccc;
    padding: 5px;
}

.login form  {
    margin-top: 20px;
}

.input_login  {
    border: 0px;
    background-color: transparent;
    /*background: rgba(255,255,255, 0.7);*/
    width: 100%;
    height: auto;
    /*    -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;*/
    margin-top: 20px;
    border: 1px solid #ffffff;
    padding: 10px;
    padding-left: 40px;
    background-repeat: no-repeat;
    background-position: 10px;
}

.submit_login {
    border: 0px;
    background-color: #6d6e70;
    background: rgba(109,110,112, 0.7);
    width: 40%;
    height: 35px;
    margin-top: 20px;
    color: #ffffff;
}

.input_cerca  {
    border: 0px;
    background-color: #ffffff;
    background: rgba(255,255,255, 0.7);
    width: 100px;
    height: 35px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border-top: 2px solid #ffffff;
    padding: 10px;
    padding-left: 40px;
    background-repeat: no-repeat;
    background-position: 10px;
    float: left;
    font-size: 1em;
}

.submit_cerca {
    border: 0px;
    background-color: #6d6e70;
    /*background: rgba(109,110,112, 0.7);*/
    width: auto;
    height: 35px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    /*margin-top: 20px;*/
    color: #ffffff;
    float: left;
    margin-left: 10px;
    font-size: 1em;
    margin-right: 30px;
}

.forgot {
    position: relative;
    width: 100%;
    height: auto;
    font-size: 0.9em;
    color: #6d6e70;
    margin-top: 20px;
    text-align: right;
}

.forgot a {
    color: #6d6e70;
}

.forgot a:hover {
    color: #ffffff;
}

input:focus {
    border-top: 1px solid #6d6e70;
}

input.error {
    border: 1px solid red;
}

.errore {
    position: relative;
    width: 100%;
    height: 35px;
    line-height: 35px;
    background-color: darksalmon;
    color: darkred;
    text-align: center;
    display: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-top: 10px;
}

.noerrore {
    position: relative;
    width: 100%;
    height: 35px;
    line-height: 35px;
    background-color: greenyellow;
    color: green;
    text-align: center;
    display: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-top: 10px;
}

.box_recupera {
    position: absolute;
    z-index: 6;
    width: 90%;
    left: 5%;
    height: 200px;
    top: 20px;
    background-color: #cccccc;
    border: 2px solid #ffffff;
    padding: 20px;
}

.titrecupera {
    /*font-size: 3em;*/
    padding-bottom: 15px;
    border-bottom: 2px solid #ffffff;
    font-size: 2.5em;
    color: #696969;
}

/**/

/* wedit */

.modulihome {
    position: relative;
    float: left;
    height: 100px;
    width: 100px;
    background-color: #17ABCA;
    text-align: center;
    color: #ffffff;
    border-radius: 50px;
    padding: 20px;
    margin-right: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.modulihome a {
    color: #ffffff;

}

/* top */

.top {
    position: fixed;
    width: 100%;
    height: 70px;
    background-color: #4a525a;
    border-bottom: 1px solid #bdc6c6;
    z-index: 2;
}

.cont_linguette  {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 40px;
    border-bottom: 10px solid #dee7ef;
    line-height: 40px;
}

.linguetta_nolink {
    position: relative;
    width: auto;
    height: 40px;
    float: left;
    width: auto;
    margin-left: 10px;
    line-height: 40px;
    padding: 0px 20px;
    background-color: #18212c;
    text-align: center;
    -webkit-border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
}

.linguetta {
    position: relative;
    width: auto;
    height: 40px;
    float: left;
    width: auto;
    margin-left: 10px;
    line-height: 40px;
}

.linguetta a {
    display: block;
    padding: 0px 20px;
    background-color: #18212c;
    text-align: center;
    -webkit-border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
    color: #ffffff;
}

.linguetta a:hover {
    background-image: url('../immagini/bkg_menu_top.png');
    color: #18212c;
}

.linguetta a#ling_active {
    background-image: url('../immagini/bkg_menu_top.png');
    color: #18212c; 
}

.linguetta_bassa {
    position: relative;
    width: auto;
    height: 35px;
    float: left;
    margin-left: 10px;
    line-height: 35px;
    font-size: 0.9em;
    display: none;
}

.linguetta_bassa img {
    vertical-align: middle;
    margin-right: 10px;
}

.linguetta_bassa a {
    display: block;
    padding: 0px 10px;
    background-color: #18212c;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #ffffff;
}

.linguetta_bassa a:hover {
    background-color: #232c38;
}

.linguette_utente {
    position: relative;
    float: right;
    margin-right: 10px;
    width: auto;
}

.linguette_utente form {
    width: auto;
}

.contboxslide {
    display: none;
    position: absolute;
    right: 105px;
    top: 62px;
    width: auto;
    height: auto;
}

.arrowup {
    position: relative;
    width: calc(100% - 16px);
    height: 11px;    
    z-index: 9999;
    text-align: right;
}

.box_slide {
    position: relative;
    /*background-color: #18212c;*/
    background: rgba(0,0,0, 0.3);
    border:1px solid #000000;
    width: 200px;
    height: auto;
    padding: 10px;
    color: #ffffff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    z-index: 99;
}

.clock {
    display: none;
    position: relative;
    width: 100%;
    text-align: center;
    padding-top: 50px;
    color: #ffffff;
    font-size: 2em;
}

.bottom_login {
    position: relative;
    width: 100%;
    height: auto;
    padding: 20px 0px;
    background: rgba(0,0,0, 0.5);
    bottom: 0;
    text-align: center;
    color: #ffffff;
}

.bottom_login a {
    color: #ffffff;
}

.bottom_login a:hover {
    color: #04C4D9;
}

/* cms moduli */

.content {
    position: absolute;
    width: 100%;
    height: 100%;
    padding-top: 70px;
    color: #252935;
}

.nav_moduli {
    display:none;
    position: relative;
    float: left;
    width: 6%;
    height: 100%;
    background-color: #4A525A;
    line-height: 18px;
    padding-top: 10px;
    border-right: 2px solid #333941;
}

.nav_moduli a {
    display: block;
    width: 90%;
    height: auto;
    margin: 0 auto;
    text-align: center;
    color: #ffffff;
    padding: 10px 5px;
    font-size: 0.8em;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.nav_moduli a:hover {
    background-color: #333941;
}

.nav_menu_modulo {
    position: relative;    
    width: 100%;
    height: auto;
    border-right: 1px solid #bdc6c6;
    padding: 15px;
}

.titmodulo {
    position: relative;
    width: auto;
    height: auto;
    font-size: 1.5em;
    margin-bottom: 20px;
    color: #696969;
}

.titmodulo img {
    vertical-align: middle;
}

.bottone {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bottone img {
    vertical-align: middle;
    margin-right: 5px;
}

.bottone a {
    display: block;
    border: 1px solid #b1bdc4;
    border-bottom: 2px solid #b1bdc4;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: auto;
    height: 25px;
    line-height: 25px;
    font-size: 0.9em;
    padding: 0px 10px;
    background-image: url('../immagini/bkg_bottone.png');
    color: #252935;
    font-weight: bolder;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bottone a:hover {
    background-image: url('../immagini/bkg_bottone-b.png');
}

.bottone_dx {
    position: relative;
    width: auto;
    height: 25px;
    float: left;
    margin-right: 5px;
}

.bottone_dx img {
    vertical-align: middle;
    margin-right: 5px;
}

.bottone_dx a {
    display: block;
    border: 1px solid #b1bdc4;
    border-bottom: 2px solid #b1bdc4;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: auto;
    height: 22px;
    line-height: 21px;
    font-size: 0.9em;
    padding: 0px 10px;
    background-image: url('../immagini/bkg_bottone.png');
    color: #252935;
    font-weight: bolder;
}

.bottone_dx a:hover {
    background-image: url('../immagini/bkg_bottone-b.png');
}

.contentdx {
    position: relative;
    /*float: left;*/
    height: 100%;
    width: 100%;
    overflow-y: hidden;
    z-index: 1;
}

.navbar {
    position: relative;
    width: 100%;
    height: auto;
    font-size: 0.75em;
    color: #696969;
    padding: 10px 20px 0px 20px;
    background-color: #E4ECEE;
    list-style-image: url('../immagini/arrowleft.png');
}

.navbar li {
    float: left;    
    padding-left: 5px;
    margin-left: 20px;
    height: auto;
    width: auto;
}

.navbar a {
    color: #696969;
}

.navbar a:hover {
    color: #cccccc;
}

.tit_operazione {
    position: relative;
    width: 100%;
    height: 30px;
    font-size: 1.5em;
    margin-top: 30px;
    padding: 0px 20px;
}

.cont_operazioni {
    position: relative;
    width: 100%;
    height: auto;
}

.contimmagini {
    position: relative;
    width: 100%;
    height: auto;
    padding-bottom: 20px;
    display: none;
    border: 1px solid #cccccc;
    padding: 10px;
    margin-bottom: 20px;
}

.descrizione_pdf {
    width: 100%;
    height: 100px;
}

.label_form {
    position: relative;
    width: 100%;
    height: auto;
    padding: 10px 0px;
}

.barra_comandi {
    position: relative;
    /*height: 47px;*/
    height: auto;
    width: 100%;
    padding: 0px 20px;
}

.cont_comandi {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 47px;
    padding: 10px;
    background-color: #c6ced6;
    border-bottom: 2px solid #b1bdc4;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.cont_comandi_rgt {
    position: relative;
    float: right;
    width: auto;
    height: auto;
    line-height: 25px;
}

.cont_comandi_rgt:after {
    clear: both;
}

.cont_comandi_ltf {
    position: relative;
    float: left;
    width: auto;
    height: auto;
    line-height: 25px;
}

.main_moduli {
    position: relative;
    width: 100%;
    height: calc(100% - 140px);
    overflow-y: auto;
    overflow-x: hidden;
    bottom: 0px;
    padding: 0px 20px 10px 20px;
    background-color: #E4ECEE;
}

.main_moduli_usr {
    position: absolute;
    width: 100%;
    height: calc(100% - 140px);
    overflow-y: auto;
    overflow-x: hidden;
    margin-top: 30px;
    bottom: 0px;
    padding: 0px 5px 10px 20px;
    background-color: #E4ECEE;
}

.moduli_submit {
    display: block;
    float: left;
    border: 1px solid #b1bdc4;
    border-bottom: 2px solid #b1bdc4;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: auto;
    height: 25px;
    font-size: 0.9em;
    padding: 0px 10px;
    background-image: url('../immagini/bkg_bottone.png');
    color: #252935;
    font-weight: bolder;    
}

.moduli_submit img {
    vertical-align: middle;
    margin-right: 5px;
}

.noeditor {
    background: rgba(255,255,255, 0.7);
    width: 100%;
    height: 100px;
    margin-bottom: 10px;
    border: 1px solid #cccccc;
    padding: 5px;
}

.rispostaok {
    position: absolute;
    width: auto;
    /*float: left;*/
    height: 23px;
    line-height: 23px;
    background-color: greenyellow;
    color: green;
    text-align: center;
    display: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 0px 20px;
    z-index: 99;
}

.elencosx {
    position: relative;
    width: 100%;
    height: calc(100% - 210px);
    margin: 20px 0px;
    overflow-y: auto;
    overflow-x: hidden;
    font-size: 0.9em;
}

.rigasx {
    position: relative;
    height: auto;
    width: 100%;
    padding-right: 5px;
    padding-bottom: 3px;
    padding-top: 3px;
    margin-bottom: 5px;
    background-image: url('../immagini/folder.png');
    background-repeat: no-repeat;
    background-position: 0 3px;
    padding-left: 20px;
    line-height: 16px;
}

.rigasx a {
    color: #000000;
}

.rigasx:hover {
    background-color: #c3d6db;
}

.link_sx {
    position: relative;
    width: 70%; 
    float: left;
}
.link_dx {
    float: left;
    width: aut0;
}

.operazionisx {
    position: relative;
    float: right;
    width: auto;
    height: auto;
    text-align: right;
}

.operazionisx img {
    vertical-align: middle;
    margin-left: 5px;
    float: left;
}

/* immagini upload */

.caricafile {
    position: relative;    
}

.caricafile a {
    display: block;
    float: left;
    padding: 0px 10px;
    width: 100px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #cccccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-image:url('../immagini/bkg_invia.png');
    color: #ffffff;
    margin-right: 10px;
    text-align: center;
    margin-top: 10px;
    font-size: 0.9em;
    font-weight: bolder;
}

.caricafile a:hover {
    background-image:url('../immagini/bkg_invia-b.png');
}

.caricafile img {
    vertical-align: middle;
}

.imgsx {
    position: relative;
    width: 270px;
    height: auto;
    float: left;
    margin-right: 10px;
}

.caricafile a#cleanupl {
    background-image:url('../immagini/bkg_clean.png');
}

.caricafile a#cleanupl:hover {
    background-image:url('../immagini/bkg_clean-b.png');
}

.imgdx {
    position: relative;
    float: right;
    height: auto;
    width: calc(100% - 280px);
}

.imgdx ul {
    width: 100%;
    height: auto;
}

.imgdx li {
    position: relative;
    float: left;
    width: 13.5%;    
    height: 90px;
    margin-right: 5px;
    border: 1px solid #cccccc;
    text-align: center;
    margin-bottom: 5px;
}

.img_cnt {
    position: relative;
    height: 50px;
    width: 90%;
    margin: 0 auto;
    margin-top: 5px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    margin-bottom: 10px;
}

.tit_big {
    position: relative;
    width: 100%;
    height: auto;
    padding-bottom: 20px;
    text-align: center;
    font-weight: bolder;
}

.filedx {
    position: relative;
    float: right;
    height: auto;
    width: calc(100% - 280px);
}

.filedx ul {
    width: 100%;
    height: auto;
}

.filedx li {
    position: relative;
    /*float: left;*/
    width: 100%;    
    height: auto;
    line-height: 30px;
    border-bottom: 1px solid #cccccc;
    padding-left: 5px;
}

.filedx li:hover {
    background-color: #C3D6DB;
}

.file_cnt {
    position: relative;
    height: 30px;
    width: auto;
    float: left;
    color: #000000;
}

.file_cnt img {
    vertical-align: middle;
    height: 25px;
}

.collegamenti {
    position: relative;
    width: 100%;
    height: auto;
}

.bandiere {
    float: left;
    margin-right: 5px;
    display: none;
}

.bkg_giallo {
    background-color: #FFFF00;
}

.dellang {
    float: left;
}
/* configurazione */

ul.confmoduli {
    position: relative;
    width: auto;
    height: auto;
    list-style-image: none;
}

ul.confmoduli li {
    background-image: url(../immagini/modulo.png);
    line-height: 25px;
    height: 25px;
    width: 100%;
    padding-left: 25px;
    background-repeat: no-repeat;
    background-position: 0 center;
}

ul.confmoduli li:hover {
    background-color: #C3D6DB;
}

ul.conflingue {
    position: relative;
    width: auto;
    height: auto;
    list-style-image: none;
}

ul.conflingue li {
    line-height: 25px;
    height: 25px;
    width: 100%;
}

ul.conflingue li:hover {
    background-color: #C3D6DB;
}

ul.conflingue li img {
    vertical-align: middle;
}

.float_lft {
    float: left;
}

.float_rgt {
    float: right;
}

ul.configurazione {
    position: relative;
    width: auto;
    height: auto;
    list-style-image: none;
}

ul.configurazione li {
    background-image: url(../immagini/modulo.png);
    line-height: 25px;
    height: 25px;
    width: 100%;
    padding-left: 25px;
    background-repeat: no-repeat;
    background-position: 0 center;
}

ul.configurazione li:hover {
    background-color: #C3D6DB;
}

.boxcoll {
    float: left;
    height: auto;
    width: 33%;
    padding: 0px 10px;
}

.titcoll {
    padding-bottom: 10px;
}

.bkg_option {
    background-repeat: no-repeat;
    line-height: 12px !important;
    padding-left: 25px !important;
    background-position: 4px 3px;
}

/* linguetta schede */
.linguetta_scheda {
    position: relative;
    width: auto;
    height: 35px;
    float: left;
    width: auto;
    margin-left: 10px;
    line-height: 35px;
}

.linguetta_scheda a {
    display: block;
    padding: 0px 15px;
    background-color: #18212c;
    text-align: center;
    -webkit-border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
    color: #ffffff;
    border: 1px solid #E4ECEE;
    border-bottom: 0;
}

.linguetta_scheda a:hover {
    background-image: url('../immagini/bkg_menu_top.png');
    color: #18212c;
    border: 1px solid #9E9E9E;
    border-bottom: 0;
}

.linguetta_scheda a.ling_active_scheda {
    background-image: url('../immagini/bkg_menu_top.png');
    color: #18212c; 
    border: 1px solid #9E9E9E;
    border-bottom: 0;
}

.boxprezzi {
    position: relative;
    width: 100%;
    padding: 10px;
    border: 2px solid #4B8DDC;
    margin-bottom: 10px;
}

.width_30 { width: 30%; }
.width_5 { width: 5%; }
.width_10 { width: 10%; }
.width_20 { width: 20%; }
.width_60 { width: 60%;}
.width_100 { width: 100%;}


.width_15 { width: 15%; }
.width_17 { width: 17%; }
.width_18 { width: 18%; }

.titolooperazioneopzioni { 
    position: relative;
    width: 100%;
    height: auto;
    display: none; 
    margin-bottom: 20px;
    font-size: 1.5em;
}

/* tooltip */
.ui-tooltip, .arrow:after {
    background: black;
    border: 2px solid white;
}
.ui-tooltip {
    padding: 10px 20px;
    color: white;
    border-radius: 20px;
    box-shadow: 0 0 7px black;    
}
.arrow {
    width: 70px;
    height: 16px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -35px;
    bottom: -16px;
}
.arrow.top {
    top: -16px;
    bottom: auto;
}
.arrow.left {
    left: 20%;
}
.arrow:after {
    content: "";
    position: absolute;
    left: 20px;
    top: -20px;
    width: 25px;
    height: 25px;
    box-shadow: 6px 5px 9px -9px black;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.arrow.top:after {
    bottom: -20px;
    top: auto;
}

.marginbottom0 {
    margin-bottom: 0px;
}

.marginbottom5 {
    margin-bottom: 5px;
}

.marginbottom20 {
    margin-bottom: 20px;
}

.margintop5 {
    margin-top: 5px;
}

.marginright5 {
    margin-right: 5px;
}

label.error {
    font-size: 0; /* hack per non far vedere le label dei campi obbligatori sui form */

}

#listaprodottiglob li { list-style:none; }

.height_25 { height: 25px }

/* spese spedizione */
.main_spedizione {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    bottom: 50px;
}
.cont_tariffe_sped {
    position: relative;
    float: left;
    width: 100%;
    margin: 20px 0 0 0;
}

.cont_tariffe_sped p {
    font-size: 1.2em;
    font-weight: bold;
    margin: 10px 0;
    z-index: 999;
}

.edit {
    background-color: transparent;
    cursor: pointer;
}
.edit:hover {
    background-color: #FAF79D !important;
}

.datagrid table { border-collapse: collapse; text-align: left; width: 100%; } .datagrid {font: normal 12px/150% Tahoma, sans-serif, sans, Arial, helvetica, Verdana; background: #fff; overflow: hidden; border: 1px solid #8C8C8C; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }.datagrid table td, .datagrid table th { padding: 3px 10px; }.datagrid table thead th {background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #8C8C8C), color-stop(1, #7D7D7D) );background:-moz-linear-gradient( center top, #8C8C8C 5%, #7D7D7D 100% );filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#8C8C8C', endColorstr='#7D7D7D');background-color:#8C8C8C; color:#FFFFFF; font-size: 15px; font-weight: bold; border-left: 1px solid #A3A3A3; } .datagrid table thead th:first-child { border: none; }.datagrid table tbody td { color: #7D7D7D; border-left: 1px solid #DBDBDB;font-size: 12px;font-weight: normal; }.datagrid table tbody .alt td { background: #EBEBEB; color: #7D7D7D; }.datagrid table tbody td:first-child { border-left: none; }.datagrid table tbody tr:last-child td { border-bottom: none; }
.datagrid table input {width: 100px;}
.datagrid table td.border-top {border-top: 1px solid #dbdbdb;}
.datagrid table td.border-bottom {border-bottom: 1px solid #dbdbdb;}

#mostradomanderisposte li {
    list-style: none;
}

#mostrarecensioni li {
    list-style: none;
}

.contrisposta  {
    padding: 20px 40px;
    height: auto;
    width: 100%;
    background-repeat: no-repeat;
    background-image: url('../immagini/albero.png');
    background-position: 10px 3px;
    border-bottom: 1px dotted #9e9e9e;
}

#tbtracking a {
    color: #000000;
}

#tbtracking a:hover {
    color: #04C4D9;
}

/* menu comparsa */

.menu_comparsa li {
    margin-left: 20px;
    font-size: 0.9em;
    padding: 5px 0px;
}

.menu_comparsa {
    width: 100%;
    padding: 20px;
    height: auto;
    min-height: 100%;
    right: 100%;
    position: absolute;
    z-index: 9999999;
    background-color: #E4ECEE;
    top: 0;
    text-align: left;
}

.menu_comparsa i {
    margin-right: 20px;
}

.menu_comparsa li {
    display: block;
    padding: 10px 0px;
    margin-bottom: 5px;
}

.modulicomparsa {
    position: relative;
    height: auto;
    width: 100%;
    background-color: #17ABCA;
    text-align: center;
    color: #ffffff;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 5px;
    padding: 5px;
}

.modulicomparsa a {
    color: #ffffff;
}

/**/

.nomedellimmagine, .linkimg, .nomedelfile, .titolodelvideo, .linkdelvideo  {
    padding: 5px;
    padding-left: 40px;
    margin-bottom: 3px;
}

.contdescrizione {
    position: relative;
    width: 100%;
    min-height: 400px;
}

.descr_prod_ab {
    position: absolute;

}

#spostacontdx {
    position: relative;
    width: 50%;
    height: 100%;
    float: right;
    overflow-y: auto;
    overflow-x: hidden;
}

#spostacontsx {
    position: relative;
    width: 50%;
    height: 100%;
    float: left;
    overflow-y: auto;
    overflow-x: hidden;
}