﻿@charset "UTF-8";
/* CSS Document */

        h2 {
            margin: 0;
        }

        .drawer {
            color:#ffffff;
            font-size:11px;
            line-height:1.3em;
        }

        .drawers {
            margin-bottom:15px;
            color:#ffffff;
            font-size:12px;
            line-height: 18px;
        }

        .drawers A {
            color:#ffffff;
            text-decoration:none;
            font-size-adjust:none;
            font-style:normal;
            font-variant:normal;
            font-weight:normal;
        }

        .drawer li {
            border-bottom:1px solid #76797C; 
            line-height:16px;
            padding:6px 0px 8px 6px;
        }

        UL {
            list-style: none;
            padding: 0;
        }

        UL.drawers {
            margin: 0;
        }

        .drawer-handle {
            color:#ffffff;
            cursor:default;
            font-size:12px;
            font-weight:normal;
            height:25px;
            line-height:25px;
            margin-bottom:0pt;
            text-indent:15px;
            width:100%;
        }

        .drawer-handle.open {
            background-position:-188px 0pt;
            color:#e03dfa;
        }

        .drawer UL {
            padding: 0 12px;
            padding-bottom:0pt;
        }

