
/* zeroing out padding and margin */
#TJK_DL dd,#TJK_DL dt {margin:0;padding:0} 

/* margin for the DTs (shorthand) */
#TJK_DL dt {margin:0 }

/* image and left padding for DDs */
#TJK_DL dd { margin-bottom:10px; }
/* styling all anchors in the DTs */

#TJK_DL dt a { width:350px; display:block; padding:4px 4px 4px 30px; color:#FFF; text-decoration:none; margin:5px 0; font-style:normal; }
#TJK_DL dt a:hover { padding-right:5px; }

/* the + and - gif in the anchors */
#TJK_DL .DTplus a { background:url(../images/shared/right_arrow.gif) no-repeat #a3aec5; border-bottom:#8795b3 solid 1px;}
#TJK_DL .DTminus a { background:url(../images/shared/down_arrow.gif) no-repeat #8795b3; border-bottom:#8795b3 solid 1px;}
/**********************************/
/**********************************/
#TJK_DL .showDD {position:relative;top:0}
#TJK_DL dd,.hideDD{top:-9999px;position:absolute}
