/*  "Show All" + "Hide All" links */
#ToggleON,#ToggleOFF {border:1px solid #333;padding:0 5px;margin-right:5px}
/* zeroing out padding and margin */
#DL dd,#DL dt {margin:0;padding:0} 
/* margin for the DTs (shorthand) */
#DL dt {margin:7px 0}
/* image and left padding for DDs */
#DL dd {background:url(answer.gif) no-repeat;padding-left:55px}
/* styling all anchors in the DTs */
#DL dt a {background:0 50% no-repeat;padding-left:32px;color:#000;text-decoration:none}
#DL dt a:visited {color:#666}
#DL dt a:visited:hover,
#DL dt a:hover,
#DL dt a:active,
#DL dt a:focus {font-weight:bold}
/* the + and - gif in the anchors */
#DL .DTplus a {background-image:url(toggleDLplus.gif)}
#DL .DTminus a {background-image:url(toggleDLminus.gif)}
/**********************************/
/**********************************/
#DL .showDD {position:relative;top:0}
#DL dd,.hideDD{top:-9999px;position:absolute}
#ToggleON,#ToggleOFF {display:inline;cursor:pointer;cursor:hand}