
@media projection, screen {

    /* Toggler - default style */
    .toggler {
        margin-top: 0px;
        margin-bottom: 20px;
        cursor:pointer;
        text-decoration: none;
        font: 12px "arial";
        line-height:10px;
        display: block;
        width: 657px;
        font-weight: bold;

    }
    .toggler-closed {
        color:#05204e;
        padding-left:20px;
        height: auto;
        width: 657px;
        min-height:10px;
        background: #eaeaea url('../images/layout/togglerc.gif') center right no-repeat;
        border: solid 1px silver;
        margin-bottom: 8px;
        font: 12px "arial";
        padding-right: 25px;
        padding-bottom: 10px;
        padding-top: 10px;
        text-align: justify;
        font-weight: bold;
    }
    .toggler-closed:hover {
        color: #05204e;
        padding-left:20px;		
        height: auto;
        min-height:10px;
        background: #fff url('../images/layout/togglerch.gif') center right no-repeat;
        border: solid 1px #e3e3e3;
        font: 12px "arial";
        padding-right: 25px;
        padding-bottom: 10px;
        padding-top: 10px;
        text-align: justify;
        font-weight: bold;
    }
    .toggler-opened {
        color:#05204e;
        width: 657px;
        padding-left:20px;
        height: auto;
        min-height:10px;
        background: white url('../images/layout/togglero.gif') center right no-repeat;
        border: solid 1px silver;
        font: 12px "arial";
        padding-right: 25px;
        padding-bottom: 10px;
        padding-top: 10px;
        text-align: justify;
        font-weight: bold;
    }
    .toggler-opened:hover {
        color: #05204e;
        padding-left:20px;
        height: auto;
        min-height:10px;
        background: #eaeaea url('../images/layout/toggleroh.gif') center right no-repeat;
        border: solid 1px #e3e3e3;
        font: 12px "arial";
        font-weight: bold;

    }

    /* Container - default style */
    .toggler-c {

    }
    .toggler-c-closed {
        background:transparent;
        border:solid 1px #e3e3e3;
        margin:-10px 0px 25px 0px;
        padding:20px;		
        width: 662px;
    }
    .toggler-c-opened {
        margin:-25px 0px 25px 0px;
        padding:20px;
        background:white;
        border:solid 1px silver;		
        width: 662px;
    }

}

