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