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