h2.acc_trigger {
    color:#E17009;
    display:block;
    font-size:1em;
    text-decoration: none;
}
h2.acc_trigger a {
    color:#E17009;
    display:block;
    font-size:1em;
    text-decoration: none;
    padding-left:245px;
}
h2.acc_trigger a:hover {
    color:#E17009;;
    display:block;
    font-size:1em;
    text-decoration: none;
}
h2.active {
        background-position: left bottom;
}
.acc_container {
    margin: 0px;
    padding: 0;
    overflow: hidden;
    width: 100%;
    clear: both;
    background: #FCFDFD;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}
.acc_container .block {
    padding: 10px;
}

.container{
    -moz-border-radius:5px 5px 5px 5px;
    cursor:pointer;
    background-color: #DFEFFC;
    border:1px solid #C5DBEC;
    margin-right:10px;
}
