/* toggleElements.css - Stylesheet for jQuery-Plugin toggleElements */
@media projection, screen {
/* Toggler */
    .toggler {color: #fff; cursor: pointer; display: block; font-size: 1.5em; font-weight: bold; line-height: 30px; margin: 1px 0; padding: 5px 20px; text-decoration: none;}
    .toggler-closed {background: #e31836 url('../../images/toggle-open.png') center right no-repeat; color: #fff;}
    .toggler-closed:hover {background: #aca4a2 url('../../images/toggle-open.png') center right no-repeat; color: #fff;}
    .toggler-opened {background: #aca4a2 url('../../images/toggle-close.png') center right no-repeat; color: #fff;}
    .toggler-opened:hover {background: #e31836 url('../../images/toggle-close.png') center right no-repeat; color: #fff;}
    a.toggler {color: #fff;}
/* Container */
    .toggler-c {color: #fff; margin-bottom: 25px;}
    .toggler-c-closed, .toggler-c-opened {border-bottom: 1px solid #E0DDDC; border-left: 1px solid #E0DDDC; border-right: 1px solid #E0DDDC; border-top: 0; margin: -1px 0 1px 0;}
    .toggler-padding-test { overflow: auto; padding: 20px;}
}
@media print {
    .toggler-c {margin-bottom: 25px;}
    .toggler {display: none;}
}