accordion

accordion


hi,

how do I figure out what CSS code applies just to accordion plugin?
(http://docs.jquery.com/UI/Accordion)

this stylesheet that comes with it (http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/base/jquery-ui.css)  is huge, am having a hard time with it; I would love it if these plug-ins came with only relevant CSS code..

also I need to make changes to markup, but some of the markup I need to change is not really in markup, it's generated with JavaScript (it shows up in Firebug, but it's part of the markup..)



also, I would like to do this markup with <ul><li>... </ul>   instead of <h3> and <div>, but will it still work if I do that???

main thing is I need to figure out what CSS code belongs with this plugin and get rid of all CSS code that is not relevant to it...

thank you..