#rb_accordion
    {
    width: 405px;
/*     height: 320px; */
    }
	
#rb_accordion div.selected .title
    {
    font-weight: bold;
    background: url(/images/misc/accordion_bg_on.gif) 387px 5px no-repeat;
    background-color: #bababa;
	border-bottom: 5px #fffdf3 solid;
    }
	
/*     #rb_accordion div div */
#rb_accordion div.pane
    {
/* 	height: 180px; */
	padding: 4px 6px 6px 6px;
	color: #7f7f7f;
	line-height: 20px;
	font-size: 11px;
/*     overflow-y: auto; */
    }
    
#rb_accordion div.title
    {
    background: url(/images/misc/accordion_bg.gif) 387px 5px no-repeat;
    background-color: #8dacb4;
    margin: 0;
	border-bottom: 5px #fffdf3 solid;
	padding: 5px 7px;
	color: #ffffff;
	font-size:11px;
	font-weight: bold;
	cursor: pointer;
    }


/*     list3 div.title a:hover */
/*     { */
/*     border: 1px solid #3366AA; */
/*     background-color: #ff0000; */
/*     padding: 0px; */
/*     cursor: pointer; */
/*     display: block; */
/*     } */


#rb_accordion div.selected
    {
    border-bottom: none;
    }

#rb_accordion div.title-hover
    {
    background: url(/images/misc/accordion_bg_hover.gif) 387px 5px no-repeat;
    background-color: #cccccc;
    }


#rb_accordion div.pane p:first-line
    {
    font-weight: bold;
    margin: 0px 0px 22px 0px;
    }

#rb_accordion div.pane p.single-line:first-line
    {
    font-weight: normal;
    margin: 0px 0px 22px 0px;
    }

#rb_accordion div.pane p
    {
    margin: 0px 0px 22px 0px;
    }
