﻿/* ------------- TAGS GENERALI ---------- */
H1, H2, H3
{   margin-bottom:0;    }
H1  
{   margin-top:0;   }
P
{   margin-top:0;   }
A
{   color:Black;   
    outline:none;
}
BODY
{
    padding:0;
    margin:0;

}


/* ------------- LAYOUT GENERALE ---------- */
.layout_page
{
    width:996px;
    margin: 0 auto;
    
}
.layout_header
{
    width:auto;
    height:100px;
    text-align:center;
}          
.layout_body
{
    width:auto;
    background-color:black;
    position:relative;
}
.layout_footer
{
    width:auto;
    height:30px;
    background-color:Aqua;
    text-align:center;
}

/* ------------- LAYOUT PAGINA SPECIFICA ---------- */
.layout_2col_spalla_sinistra
{
    width:250px;
    background-color:Orange;
    position:absolute;
    left:0;
    top:0;
}
.layout_2col_contenuto_pagina
{
    width:750px;
    margin-left: 260px;
    background-color:Green;
    min-height:400px;
    padding-bottom:10px;
}

.layout_2col_contenuto_pagina img
{
    /*
    width:50px;
    height:50px;
    */
}
.layout_2col_contenuto_pagina img.sopra_al_titolo
{
    width:100%;
}
.layout_2col_contenuto_pagina .galleria_immagini
{
    border:solid 1px #880000;
}
.layout_2col_contenuto_pagina .galleria_immagini img
{
    border:0;
    margin-right:5px;
    margin-bottom:5px;
    height: 50px;
}
.layout_2col_contenuto_pagina .elenco_files
{}

/* ---------- GESTIONE DEI MENU -------- */
.menu0_container
{

}
.menu0_selected
{
    font-weight:bold;
    text-decoration:none;
}
.menu0
{}
.menu1_container
{}
.menu1_selected, .menu1_selected a 
{
    font-weight:bold;
    text-decoration:none;
}
.menu1
{}


/* ------------- LAYOUT ANTEPRIMA ---------- */
.preview_vetrina_container
{
    width:100%;
    border:solid 1px #005500;
    font-size:smaller;
}
.preview_vetrina
{
    width:300px;
    height:150px;
    float:left;
    margin-right:20px;
    border:solid 1px gray;
    overflow:hidden;
}
.preview_normale > a,
.preview_vetrina > a
{
    font-weight:bold;
    font-size:larger;
    
}
.preview_normale a,
.preview_vetrina a
{
    color:Black;
}
.preview_vetrina img
{
    margin: 5px 5px 0;
}


.preview_normale_container
{
    width:100%;
    border:solid 1px #005500;
    font-size:smaller;
}
.preview_normale_pager
{}
.preview_normale
{
    width:220px;
    height:100px;
    float:left;
    margin-right:10px;
    margin-bottom:10px;
    border:solid 1px gray;
    overflow:hidden;
}
.preview_normale img
{
    margin: 5px 5px 0;
}
.SCM_MO_disabled
{
    z-index:1;
}
.SCM_MO_current
{
    z-index:2;
}