#ToggleON,#ToggleOFF {border-bottom:0px solid #333;padding:0 5px;margin-right:5px}
#ToggleON,#ToggleOFF {display:inline;cursor:pointer;cursor:hand}

/* Generic Properties */
.toglOpenClose {border-top: 1px solid #eee; padding-top: 5px;}
/* zeroing out padding and margin */
#togl dd,#togl dt {margin:0;padding:0} 
/* margin for the DTs (shorthand) */
#togl dt {margin:7px 0; color: #369;}
/* image and left padding for DDs */
#togl dd {padding-left:15px; font-style: italic;}
/* styling all anchors in the DTs */
#togl dt a {}
#togl dt a:visited {}

#togl dt a:hover, #togl dt a:active {color: #369; font-style: italic;}

#togl dt a:visited:hover,
#togl dt a:focus {color: #369; font-style: italic;}
/* the indicators in the anchors */
#togl .DTplus a {/*  background-image:url(icon-arrow-right.gif  */)}
#togl .DTminus a {/*  background-image:url(icon-arrow-down.gif  */)}
/**********************************/
#togl .showDD {position:relative;left:0}
#togl dd,.hideDD{left:-9999px;position:absolute}

#toglStatic dd,#toglStatic dt {margin:0;padding:0} 
#toglStatic dt {margin:7px 0}
#toglStatic dd {padding-left:15px}
/* +++++++++++++++++++++ */
