.accordion {
    width: 500px;
    border-bottom: solid 1px #c4c4c4;
}

.accordion h3, #vertical_container h1 {
    background: url(images/reiter.gif) no-repeat scroll -30 0;
    padding: 0px 10px;
    margin: 0;
    border: solid 0px #c4c4c4;
    border-bottom:none;
    cursor: pointer;
    margin-top:10px;
    color:#4c545f;
}

*html .accordion h3, #vertical_container h1 {
    background: url(images/reiter1.gif) no-repeat scroll 0 -30;
}

#vertical_container h1 .accordion_toggle .accordion_toggle_active, #vertical_container h1 .accordion_toggle_active,  h1 .accordion_toggle_active{
    background: url(images/reiter.gif) no-repeat scroll 0 0;
    font-size: 13px !important;
    font-weight: bold;

}

.accordion_toggle h1{

    font-size:12px !important; margin:0 0 8px 0 !important; padding:0!important; font-weight:bold!important;
}

.accordion h3:hover {

    background-color:  #eee;
}

.accordion h3.active {
    background-position: right 5px;
}

h4{
    font-family:Arial;
    font-size:12px;
    margin-top:20px;
    margin-bottom:5px;

}
#vertical_container {
    font-size: auto;
}

.accordion_toggle {
    display: block;
    width: 490px;
    /*background: url(images/accordion_toggle.jpg) no-repeat top right #a9d06a;*/
    padding: 0!important;
    line-height: 26px;
    color: #333;
    font-weight: bold!important;
    text-decoration: none;
    outline: none;
    color: #4c545f;
    border-bottom: 0px solid #cde99f;
    cursor: pointer;
    margin: 0 0 0 0!important;
    background: url(images/reiter_down.gif) no-repeat;
    font-size:14px!important;
}

*html .accordion_toggle,  *+html .accordion_toggle{
    width: 480px;
    background: url(images/reiter1.gif) no-repeat scroll 0 -30;

}

.accordion_toggle_active {
    /*  background: url(images/accordion_toggle_active.jpg) no-repeat top right #e0542f;*/
    background: url(images/reiter.gif) no-repeat scroll 0 0;
    color: #333;
    border-bottom: 0px solid #f68263;
}

.accordion_content {
    background-color: #ffffff;
    color: #000000;
    overflow: hidden;
    width: 492px;
    border:0px solid #aeaeae;
    border-top:0px;
    padding-left:5px;
}

.accordion_content h2 {
    margin: 15px 0 5px 10px;
    color: #0099FF;
  
}