/*
// Accordion html, css and jquery adapted from Cory Dorning
// Visit www.corydorning.com/blog/l
// for original source code and tutorials
*/

#accordion {
background:transparent url(../images/body-bg.gif) repeat 0 0;
border:1px solid #bbb;
}

#accordion .section {
border-bottom:1px solid #bbb;
padding:0;
}

#accordion .ui-state-active {
background:transparent url(../images/button-minus.png) no-repeat scroll 96% 50%;
}

#accordion .section-content {
background:#fbfbfb none repeat scroll 0 0;
padding:6px 6px;border-top:1px dotted #fbfbfb; border-bottom:1px solid #bbb;  text-indent:0px;
}

#accordion h3 {
background:transparent url(../images/button-plus.png) no-repeat scroll 96% 50%;
border-bottom:1px solid #bbb;cursor:pointer;
padding:9px 0 9px 0; margin:0;line-height:18px;text-indent:12px;
}

#accordion h4, #accordion h5 {
padding:0px;padding-left:6px;
}

#accordion h6 {text-indent: 12px;margin-top:0; padding-top:0; margin-bottom:6px;color:#fc3;}
	
#accordion p {
padding:6px 0px 3px 0;margin-bottom:0;
}

#accordion ol, #accordion ul {
margin:12px 12px 0;
}

#accordion li {
padding-bottom:6px;
}