
#accordion_top 
{
    padding: 11px 0px;
    background: transparent url(../images/backgrounds/accordion_white_top.png) no-repeat left top;
    margin-left: -21px;
     margin-bottom:15px;
}
#accordion_bottom 
{
    padding-bottom: 11px;
    background: transparent url(../images/backgrounds/accordion_white_bottom_alt.png) no-repeat left bottom;
}
#accordion 
{
    width: 522px;
    background: transparent url(../images/backgrounds/accordion_white_bg.png) repeat-y left top;
   
}
#accordion h4 
{
    margin:0;
    padding:0;
    outline: none;
    clear:left;
    position: relative;
}
#accordion a.active_widget 
{
    display: block;
    font-size: 13px;
    font-weight: 900;
    color: #454040;
    text-decoration: none;
    
   background: none;
   line-height:25px;
}
#accordion div.active_segment 
{
    display: block;
    padding: 8px 23px 0px 23px;
    height:auto !important;
}

#accordion span.ui-icon 
{
    /* float: right; */
    position: absolute;
    right:0px;
    width: 10px;
    height: 10px;
    margin: 21px 23px 0px 0px;
    background: transparent url(../images/bullets/red_arrow_right.gif) no-repeat 0px 0px;
}
#accordion h4.ui-state-active a
{
    cursor: default;
}
#accordion h4:first-child span.ui-icon 
{
    margin: 9px 23px 0px 0px;
}
#accordion h4.ui-state-active span.ui-icon 
{   background: transparent url(../images/bullets/red_arrow_down.gif) no-repeat 0px 0px;
}
.accordion_spacer
{
    float: left;
    width: 500px;
    height: 20px;
}
.ui-accordion-content 
{
    overflow: hidden;
    overflow-y: auto;
}
    
