/*  "Show All" + "Hide All" links */
#TJK_ToggleON,#TJK_ToggleOFF {border:1px solid #5c5c5c;padding:8px; margin:8px;}
/* zeroing out padding and margin */
#TJK_DL dd,#TJK_DL dt {margin:0;padding:4px;} 
/* margin for the DTs (shorthand) */
#TJK_DL dt {margin:7px 0; color:#E9BF43;}
/* image and left padding for DDs */
#TJK_DL dd {background:url(/media/images/layout/answer.png) no-repeat;padding-left:55px;width:450px;}
/* styling all anchors in the DTs */
#TJK_DL dt a {background:0 0 no-repeat;padding-left:32px;color:#E9BF43;text-decoration:none; line-height:18px; display:block}
#TJK_DL dt a:visited {color:#E9BF43}
#TJK_DL dt a:visited:hover,
#TJK_DL dt a:hover,
#TJK_DL dt a:active,
#TJK_DL dt a:focus {font-weight: normal; color:#fff;}
/* the + and - gif in the anchors */
#TJK_DL .DTplus a {background-image:url(/media/images/layout/toggleDLplus.gif)}
#TJK_DL .DTminus a {background-image:url(/media/images/layout/toggleDLminus.gif)}
/**********************************/
/**********************************/
#TJK_DL .showDD {position:relative;top:0}
#TJK_DL dd,.hideDD{top:-9999px;position:absolute}
#TJK_ToggleON,#TJK_ToggleOFF {display:inline;cursor:pointer;cursor:hand}
.faq-question {font-size:1.15em;}