/* Copyright 2006 | Thierry Koblentz - www.TJKDesign.com All Rights reserved
 * TJK_ToggleDL() Version 1.5.5 (this file has changed from previous version) report bugs or errors to thierry@tjkdesign.com
 */
#TJK_ToggleON,#TJK_ToggleOFF {border:1px solid #333;padding:0 5px;margin-right:5px}
/* zeroing out padding and margin */
#TJK_DL dd,#TJK_DL dt {margin:0;padding:0} 
/* margin for the DTs (shorthand) */
#TJK_DL dt {margin:7px 0; width:875px; background-color:#111111; padding:10px; font-size:18px}
/* image and left padding for DDs */
#TJK_DL dd {}
/* styling all anchors in the DTs */
#TJK_DL dt a {background:0 0 no-repeat;color:#FFF;text-decoration:none; display:block; width:875px;}
#TJK_DL dt a:visited {color:#666}
#TJK_DL dt a:visited:hover,
#TJK_DL dt a:focus {font-weight:bold}
#TJK_DL dt a:hover,a:active {color:#F00}
/* the + and - gif in the anchors */
#TJK_DL .DTplus a {background-image:url(toggleDLplus.gif);}
#TJK_DL .DTplus a:hover {background-image:url(toggleDLplus_over.gif);}

#TJK_DL .DTminus a {background-image:url(toggleDLminus.gif);}
#TJK_DL .DTminus a:hover {background-image:url(toggleDLminus_over.gif);}
/**********************************/
/**********************************/
#TJK_DL .showDD {position:static;}
#TJK_DL dd,.hideDD{top:-9999px;position:absolute}
#TJK_ToggleON,#TJK_ToggleOFF{display:inline;cursor:pointer;cursor:hand}
#TJK_DL h2{width:500px; background-color:#333; padding:10px;}
#TJK_DL img{border:none;}

