#panelList div
{
display: none;
margin-top:10px;
margin-bottom:10px;
}

/*
- the cursor: pointer option is to make ie click it properly
- the width directive in this rule is absolutely necessary for internet explorer.
- the padding rule is not necessary but is there to shift things a little to the right.
*/
#panelList h4{
cursor:pointer;
text-decoration: none;
/*padding-left:16px;
margin-top:6px;
width :100%;*/
}
