/* 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_DL3 dd,#TJK_DL3 dt {margin:0;padding:0} 
/* margin for the DTs (shorthand) */
#TJK_DL3 dt {margin:7px 0}
/* image and left padding for DDs */
#TJK_DL3 dd {background:url(A.jpg) no-repeat;padding-left:55px}
/* styling all anchors in the DTs */
#TJK_DL3 dt a {background:0 50% no-repeat; padding-left: 32px; text-decoration: none; font-weight: normal;}
#TJK_DL3 dt a:hover {text-decoration: underline;}
#TJK_DL3 dt a:active {font-weight: bold;}
#TJK_DL3 dt a:visited {font-weight: bold;}

/* the + and - gif in the anchors */
#TJK_DL3 .DTplus a {background-image:url(plus.jpg)}
#TJK_DL3 .DTminus a {background-image:url(minus.jpg)}
/**********************************/
/**********************************/
#TJK_DL3 .showDD {position:static;}
#TJK_DL3 dd,.hideDD{top:-9999px;position:absolute}
#TJK_ToggleON,#TJK_ToggleOFF {display:inline;cursor:pointer;cursor:hand}