/***************************************************************
 * Copyright notice
 *
 * (c) 2004 macmade.net
 * All rights reserved
 *
 * This script is part of the TYPO3 project. The TYPO3 project is
 * free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 2 of the License, or
 * (at your option) any later version.
 *
 * The GNU General Public License can be found at
 * http://www.gnu.org/copyleft/gpl.html.
 *
 * This script is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * This copyright notice MUST APPEAR in all copies of the script!
 ***************************************************************/

/**
 * Default TS setup - Extension 'Drop-Down Site Map'
 *
 * @author      Jean-David Gadina (info@macmade.net) / macmade.net
 * @version     1.0
 */

/**
 * PI1 object - Drop-Down sitemap
 */
          .tx-dropdownsitemap-pi1  {


            margin-left: 60px;
            border:dotted 1px #aeaeae;
            background-color:#d6d6d6;
            padding:3px;
            width:75%;
            }


        .tx-dropdownsitemap-pi1 A {
            font-weight: bold;
        }
        .tx-dropdownsitemap-pi1 .spc {
            font-weight: bold;
        }
        .tx-dropdownsitemap-pi1 .description {
            font-style: italic;
            font-size: 80%;
            margin-left: 5px;
            margin-right:0px;
        }
        .tx-dropdownsitemap-pi1 LI.open OL {
            display: block;
        }
        .tx-dropdownsitemap-pi1 LI.closed OL {
            display: none;
        }
        .tx-dropdownsitemap-pi1 LI.open UL {
            display: block;
        }
        .tx-dropdownsitemap-pi1 LI.closed UL {
            display: none;
        }
        .tx-dropdownsitemap-pi1 DIV {
            border: dotted 1px #d6d6d6;
            background: #F9FFE5;
            padding: 3px;
            margin-bottom: 5px;
        }
        .tx-dropdownsitemap-pi1 DIV.level_2 {
            background: #D6D6D6;
        }
        .tx-dropdownsitemap-pi1 DIV.level_2 A {
            font-weight: normal;
        }
        .tx-dropdownsitemap-pi1 DIV.level_3 {
            background: #F9FFE5;
        }
        .tx-dropdownsitemap-pi1 DIV.level_4 {
            background: #FFFFFF;
        }
        .tx-dropdownsitemap-pi1 DIV.level_5 {
            background: #EAEAEA;
        }
        .tx-dropdownsitemap-pi1 DIV.expAll {
            text-align: left;
         border: dotted 1px #d6d6d6;
            background: #F9FFE5;
        }
