.toggler {
cursor:pointer;
text-decoration: none;
display: block;
}
.toggler a, a:link.toggler, a:visited.toggler, a:active.toggler {
    text-decoration:none;
    font-size:1.2em;
    color:#1c2d4a;
}
.toggler a, a:hover.toggler {
    text-decoration:underline;
    color:#aaa9bd;
}
.toggler-closed {
padding:7px 0 0 10px;
height:40px;
background: url(../img/togglerc.gif) center right no-repeat;
border-bottom: solid 1px #D0D0D0;
}
.toggler-closed:hover {
color: #000;
padding:7px 0 0 10px;
height:40px;
background: #efefef url(../img/togglerch.gif) center right no-repeat;
border-bottom: solid 1px #D0D0D0;
}
.toggler-opened {
padding:7px 0 0 10px;
height:40px;
background: url(../img/togglero.gif) center right no-repeat;
border-bottom: solid 1px #D0D0D0;
}
.toggler-opened:hover {
color: #000;
padding:7px 0 0 10px;
height:40px;
background: #efefef url(../img/toggleroh.gif) center right no-repeat;
border-bottom: solid 1px #D0D0D0;
}

/* Container - default style */
.toggler-c-closed {
margin:0px 0px 50px 0px;
padding:20px 0 0 0;
}
.toggler-c-opened {
margin:0px 0px 50px 0px;
padding:20px 0 0 0;
}
