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