/* Copyright 2006 | Thierry Koblentz - www.TJLDesign.com All Rights reserved
 * TJL_ToggleDL() Version 1.5.5 (this file has changed from previous version) report bugs or errors to thierry@TJLdesign.com
 */
#TJL_ToggleON,#TJL_ToggleOFF {padding:0 5px;margin-right:5px}
/* zeroing out padding and margin */
#TJL_DL dd,#TJL_DL dt {margin:0;padding:0} 
/* margin for the DTs (shorthand) */
#TJL_DL dt {margin:0px 0}
/* image and left padding for DDs */
#TJL_DL dd {}
/* styling all anchors in the DTs */
#TJL_DL dt a {background:0 50% no-repeat;color:#585858;}
#TJL_DL dt a:visited {color:#666}
#TJL_DL dt a:visited:hover,
#TJL_DL dt a:hover,
#TJL_DL dt a:active,
#TJL_DL dt a:focus {font-weight:bold; color:#FF7E04}
/* the + and - gif in the anchors */
#TJL_DL .DTplus a {}
#TJL_DL .DTminus a {}
/**********************************/
/**********************************/
#TJL_DL .showDD {position:static;}
#TJL_DL dd,.hideDD{top:-9999px;position:absolute}
#TJL_ToggleON,#TJL_ToggleOFF {display:inline;cursor:pointer;cursor:hand}