/**
 * DEFINIZIONI PAGINA 4+8
 */

section.box.page {}

/**
 * contenuto medium-8
 */
section.box.page .body .main {}

/**
 * contenuto medium-4 (sidebar)
 */
section.box.page .body .sidebar {}

/* spazio tra gli elementi */
section.box.page .body .sidebar .sidebar_item {
    margin: 0;
    margin-bottom: 1rem;
}

/* linea di separazione tra gli elementi */
section.box.page .body .sidebar .sidebar_divider {
    border-top:solid 1px #000;
    height: 0;
}
/* resetto classi impressum small */
section.box.page .body .sidebar .book_lst_items {
    padding-left:0;
    padding-right:0;
}
section.box.page .body .sidebar .book_lst_item {
    border-top:none;
    padding:0;
}

/*menu di secondo livello*/
section.box.page .body .sidebar .second-nav ul { 
    list-style-type: none; 
    margin-left: 0rem; 
    font-family: "Arial Black","Arial Bold",Arial,sans-serif;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 2.1rem;
}
section.box.page .body .sidebar .second-nav ul li a:link,
section.box.page .body .sidebar .second-nav ul li a:visited { color:#000; }
section.box.page .body .sidebar .second-nav ul li a:active,
section.box.page .body .sidebar .second-nav ul li a:hover { color:#979797; }
section.box.page .body .sidebar .second-nav ul li.selected a:link,
section.box.page .body .sidebar .second-nav ul li.selected a:visited { color:#979797; }
section.box.page .body .sidebar .second-nav ul li.selected a:active,
section.box.page .body .sidebar .second-nav ul li.selected a:hover { color:#000; }

/* sidebar smallinfo, pensata per le piccole informazioni testuali */
section.box.page .body .sidebar .smallinfo {
    line-height: 1.3rem;
}

















