html {
    margin: 0px;
    padding: 0px;
}

body {
    background: White;
    font-family: Arial, Verdana;
    margin: 0px;
    padding: 0px;
    font-size: 12px;
    color: #6f7c8c;
}

table, tr, td {
    border: 0px #f34d67 solid;
    padding: 0px; 
    margin: 0px;
    font-size: 12px;
    color: #6f7c8c;
}

div {
    color: inherit;
}

img {
    border: 0px;
}

a.novita_link, a.novita_link:visited {
    text-decoration: none;
}

a.novita_link:hover {
    text-decoration: none;
}

/* link generico */
a:link, a:visited {
    text-decoration: none;
    font-size: 12px;
    color: #6f7c8c;
}

a:hover {
    text-decoration: none;
    font-size: 12px;
    color: #6f7c8c;
}

/* bordo immagine pagina dettaglio */
.img_bordo {
    border: 1px #c7c7c7 solid;
}

/* link pagine statiche */
#pagine a, #pagine a:visited {
    color: #b28503;
    text-decoration: none;
}

#pagine a:hover {
    color: #b28503;
    text-decoration: underline;
}

/* link bottoni di stampa e invia */
#stampainvia a, #stampainvia a:visited {
    color: #b28503;
    text-decoration: none;
}

#stampainvia a:hover {
    color: #b28503;
    text-decoration: underline;
}

a.tmp, a.tmp:visited {
    color: #b28503;
    text-decoration: none;
}

a.tmp:hover {
    color: #b28503;
    text-decoration: underline;
}


/* menu a sinistra della pagina */
.menu_verticale {
    background: url('../images/menu_verticale_bg.jpg') repeat-y;
    height: 100%;
}

a.menu, a.menu:visited {
    text-decoration: none;
    padding-left: 15px;
    vertical-align: middle;
    font-size: 12px;
    color: #6f7c8c;
}

a.menu:hover {
    text-decoration: none;
    padding-left: 15px;
    vertical-align: middle;
    font-size: 12px;
    color: #6f7c8c;
}

a.default, a.default:visited {
    text-decoration: none;
    vertical-align: middle;
    font-size: 12px;
    color: #6f7c8c;
}

a.default:hover {
    text-decoration: none;
    vertical-align: middle;
    font-size: 12px;
    color: #6f7c8c;
}

.menu_selezionato {
    background: #f8e3a5;
    font-weight: bold;
    padding-left: 15px;
    font-size: 12px;
   
}

.bottone_iscriviti {
    text-align: right;
    background: url('../images/box_newsletter_link_bg.jpg') repeat-x;
    font-weight: bold;
    vertical-align: middle;
    padding-right: 5px;
}

.titolo_menu {
    font-weight: bold;
    color: White;
    background: url('../images/menu_verticale_voci_bg.jpg') repeat-x;
    height: 23px;
    vertical-align: middle;
    padding-left: 10px;
}

/* box home page */
.box_home_top {
    background: url('../images/box_bordo_bianco_sopra_home.gif') no-repeat;
    width: 286px;
    height: 7px;
}

.box_home_corpo {
    background: url('../images/box_bordo_bianco_centrale_home.gif') repeat-y;
    width: 286px;
}

.box_home_bottom {
    background: url('../images/box_bordo_bianco_sotto_home.gif') no-repeat;
    width: 286px;
    height: 7px;
}

/* banda destra */
.banda_destra {
    background: url('../images/banda_destra_bg.jpg') repeat-y;
    width: 179px;
    height: 100%;
}

.bottone_banda_dx_sopra {
    background: url('../images/box_listanozze_link_bg.jpg') repeat-x;
    text-align: right;
    font-weight: bold;
    vertical-align: middle;
    width: 167px;
}

.bottone_banda_dx_invia {
    background: url('../images/box_listanozze_link_bg.jpg') repeat-x;
    text-align: center;
    font-weight: bold;
    vertical-align: middle;
    height: 22px;
    width: 167px;
}

/* header */
.header_bg {
    background: url('../images/header_pixel_bg.jpg') repeat-x;
    height: 119px;
}

/* menu orizzontale */
.menu_orizzontale_bg {
    background: url('../images/menu_orizzontale_bg.jpg') repeat-x;
    height: 29px;
}

a.menu_orizzontale, a.menu_orizzontale:visited {
    color: White;
    text-decoration: none;
    font-weight: bold;
}

a.menu_orizzontale:hover {
    color: #2b548f;
    text-decoration: none;
    font-weight: bold;
}

.menu_orizzontale_selezionato {
    background: url('../images/menu_orizzontale_bg_on.jpg') repeat-x;
    font-weight: bold;
    color: #2b548f;
}

/* footer */
.footer {
    background: url('../images/footer_bg.jpg') repeat-x;
    height: 23px;
}

a.link_footer, a.link_footer:visited {
    text-decoration: none;
    font-size: 12px;
    color: #6f7c8c;
}

a.link_footer:hover {
    text-decoration: underline;
    font-size: 12px;
    color: #6f7c8c;
}

/* area riservata */
.area_riservata{
    text-align: left;
    font-weight: bold;
}

/* prodotti */
.pagina_top {
    font-weight: bold;
}

.pagina_top_big {
    font-weight: bold;
    font-size: 14px;
}

.box_pagine_top {
    background: url('../images/box_bordo_bianco_sopra_pagine.gif') no-repeat;
    height: 7px;
}

.box_pagine {
    background: url('../images/box_bordo_bianco_centrale_pagine.gif') repeat-y;
    color: White;
}

.box_pagine_bottom {
    background: url('../images/box_bordo_bianco_sotto_pagine.gif') no-repeat;
    height: 7px;
}

.box_pagine_titolo {
    color: White; 
    font-size: 25px; 
    font-weight: bold;
    padding-top: 5px;
    padding-left: 20px;
    padding-right: 10px;
}

.box_pagine_testo  p{
    color: White;
}

.box_pagine_testo strong{
    color: White;
}

.box_pagine_testo{
    color: White;
    padding-left: 20px;
    padding-right: 10px;
    padding-bottom: 10px;
}

.bianco {
    color: White;
}

.menu_divisoria {
    background: url('../images/menu_orizzontale_divisoria.jpg') no-repeat;
    width: 1px;
}

.prodotto_on {
    background: url('../images/prodotto_on_bg.jpg') repeat-y;
}

.padding {
    padding-left: 5px;
}

.fine_pagina {
    color: #6f7c8c;
    font-weight: bold;
}

a.link_avantindietro_pagina, a.link_avantindietro_pagina:visited {
    text-decoration: none;
    color: #2b548f;
    font-weight: bold;
}

a.link_avantindietro_pagina:hover {
    text-decoration: none;
    color: #b28503;
    font-weight: bold;
}

a.link_pagina_bande, a.link_pagina_bande:visited {
    text-decoration: none;
    font-weight: bold;
    font-size: 12px;
    color: #6f7c8c;
}

a.link_pagina_bande:hover {
    text-decoration: none;
    color: #b28503;
    font-weight: bold;
    font-size: 12px;
}

.link_footer_on {
    color: #b28503;
    font-weight: bold;
}

.disabilitato {
    color: #6f7c8c;
}

ul li {
    list-style-image: url('../images/quadratino_elenco_marche.gif');
}

.immagine_box_pagine {
    padding-bottom: 5px;
}

/* dettaglio */
.riga_gialla {
    background: url('../images/dettaglio_prodotto_riga_gialla.jpg') repeat-x;
    width: 100%;
    height: 6px;
}

.dettaglio_categorie {
    background: #e9e9e9;
}

.dettaglio_bordo {
    border: 1px #c7c7c7 solid;
}

.dettaglio_bordo_bianco {
    border:4px White solid;
}

.dettaglio_sfondo_giallo {
    background: #fdefca;
}

.dettaglio_immagine {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.dettaglio_titolo {
    font-size: 18px;
    font-weight: bold;
    padding-top: 15px;
}

.nome_categoria_associata {
    font-weight: bold;
    padding-left: 11px;
}

.dettaglio_immagine_categoria {
    padding-top: 15px;
}

.spazio_novita {
    padding-right: 20px;
}

.box_lista_nozze {
    background:url('../images/box_listanozze_area_riservata.jpg') no-repeat;
    text-align: left;
}

.bordo_immagini {
    border:1px #c7c7c7 solid;
}

.default_bordi {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    border: 1px #d5d5d5 solid;
    background:#f9f9f9;
}

.padding_sopra {
    padding-top: 5px;
}

.padding_sopra_dettaglio {
    padding-top: 10px;
    font-weight: bold;
    font-size: 14px;
}

.padding_destra {
    padding-right: 10px;
}

.padding_destra_dettaglio {
    padding-right: 5px;
}

.cursore {
    cursor: pointer;
}

#corpo {
    height: 100%;
}

#ID_OGGETTO {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
}

.novita {
    color: #b28503;
}

.invio_corretto {
    color: #b28503;
    font-size: 11px;
    font-weight: bold;
}

/*#popup { position: fixed; top: 0pt; left: 0pt; width: 100%; height: 100%; z-index: 7000; display: block; opacity: 0.8; background: black; filter:alpha(opacity=80); -moz-opacity: 0.80; display:none;}
#popup_dentro { position: absolute; width: 100%; height: 100%; top: 0; left: 0; z-index: 7001;  display:none;}*/
/*#popup { position: fixed; top: 0pt; left: 0pt; width: 100%; height: 100%; z-index: 7000; display: block; opacity: 0.8; background: black; filter:alpha(opacity=80); -moz-opacity: 0.80; visibility:hidden;}
#popup_dentro { position: absolute; width: 100%; height: 100%; top: 0; left: 0; z-index: 7001;  visibility:hidden;}*/

.index_padding_sopra {
    padding-top: 100px;
}

.index_chiudi {
   width: 768px;
   background: url('../images/footer_bg.jpg') repeat-x;
   height: 23px;
   padding-top: 5px;
}

/* lista nozze */
.disponibile {
    background: White;
    text-align: center;
    height: 24px;
    font-size: 12px;
}

.disponibile_prezzo {
    text-align: right;
    padding-left: 2px;
    height: 24px;
    font-size: 12px;
}

.disponibile_prezzo_carrello {
    text-align: right;
    height: 24px;
}

.nondisponibile {
    text-align: center;
    padding-left: 2px;
    height: 24px;
    color: #b1c1d5;
    font-size: 12px;
}

.nondisponibile_descrizione {
    text-align: left;
    padding-left: 2px;
    height: 24px;
    color: #b1c1d5;
    font-size: 12px;
}

.disponibile_titolo {
    text-align: center;
    background: #f0f0f0;
    font-weight: bold;
    height: 24px;
    font-size: 12px;
}

.disponibile_titolo_dx {
    text-align: right;
    background: #f0f0f0;
    font-weight: bold;
    height: 24px;
    font-size: 12px;
}

.disponibile_titolo_descrizione {
    text-align: left;
    background: #f0f0f0;
    font-weight: bold;
    height: 24px;
    font-size: 12px;
}

.disponibile_descrizione {
    text-align: left;
    height: 24px;
    font-size: 12px;
}

.lista_box_top {
    text-align: left;
    vertical-align: top;
    font-size: 12px;
}

.disponibile_prezzo_quota{
    text-align: right;
    padding-left: 2px;
    height: 38px;
    font-size: 12px;
    background: #f8e4a6;
}

.disponibile_quota{
    background: #f8e4a6;
    text-align: center;
    height: 24px;
    font-size: 12px;
}

.disponibile_quota_carrello{
    background: #f8e4a6;
    padding-left: 10px;
    height: 24px;
    font-size: 12px;
}

.disponibile_descrizione_quota{
    text-align: left;
    height: 38px;
    font-size: 12px;
    background: #f8e4a6;
}

.nondisponibile_descrizione_quota{
    text-align: left;
    background: #f8e4a6;
    padding-left: 2px;
    height: 38px;
    color: #b1c1d5;
    font-size: 12px;
}
.nondisponibile_quota{
    text-align: center;
    background: #f8e4a6;
    padding-left: 2px;
    height: 38px;
    color: #b1c1d5;
    font-size: 12px;
}

.articolo_quota {
    color: #b28503;
}

.lista_titolo_categoria {
    font-size: 18px;
}

.rosso {
    color: Red;
    font-weight: bold;
}

.stile_conferma {
    border: 1px #d5d5d5 solid; 
    background: #f9f9f9; 
    vertical-align: top; 
    padding: 10px;
}



table.listadati {   
    background: #E5E5E5;	
    font-size: 11px;
}


table.listadati th{
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-align: center;
    background: url(../common/sfondo_menu.jpg);
    font-size: 11px;
	color:Black;
}

table.listadati tr.dispari { 
    background:#FFFFFF;
}

table.listadati tr.pari {
   background:#F9F9F9;    
}

table.listadati td.pulsanti{
    background: #D9DEE8;
    font-size: 11px;
}

.index_chiudi a.close, .index_chiudi a.close:visited {
    text-decoration: none;
    font-size: 12px;
    color: #6f7c8c;
}

.index_chiudi a.close:hover {
    text-decoration: none;
    font-size: 12px;
    color: #b28503;
}

.box_lista_lista {
    background: url('../images/box_area_riservata_lista_nozze.jpg') no-repeat;
    text-align: left;
}

