/* 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
 */

/* zeroing out padding and margin */
,#TJK_DL dt {margin:0;padding:0}
#TJK_DL dd {margin:0;padding:0 0 30px 0;}
/* margin for the DTs (shorthand) */
#TJK_DL dt {margin:10px 0}

/* styling all anchors in the DTs */
#TJK_DL dt a {background:0 50% no-repeat;text-decoration:none;}
#TJK_DL dt .press_title {background:0 0 no-repeat;text-decoration:none;}

/*the + and - gif in the anchors*/
#TJK_DL .DTplus .press_title {background-image:url(toggleDLplus.gif);}
#TJK_DL .DTminus .press_title {background-image:url(toggleDLminus.gif)}

/**********************************/
/**********************************/
#TJK_DL .showDD {visibility:visible; position:static;}
#TJK_DL dd, .hideDD{visibility:hidden;top:-9999px;position:absolute;}
#TJK_ToggleON,#TJK_ToggleOFF {display:inline;cursor:pointer;cursor:hand}



/*UNUSED STYLES

#TJK_ToggleON,#TJK_ToggleOFF {padding:0 5px;margin-right:5px}

#TJK_DL dt a:visited {color:#666}
#TJK_DL dt a:visited:hover,
#TJK_DL dt a:hover,
#TJK_DL dt a:active,
#TJK_DL dt a:focus {font-weight:bold}

image and left padding for DDs
#TJK_DL dd {}



*/