/*  "Show All" + "Hide All" links */
#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:0px;}
#TJK_DL2 dd,#TJK_DL2 dt {margin:0;padding:0px;}  

/* margin for the DTs (shorthand) */
#TJK_DL dt {margin:7px 0px;}
#TJK_DL2 dt {margin:7px 0px;}

/* image and left padding for DDs */
#TJK_DL dd {background:url(answer.gif) no-repeat; padding-left:15px;}
#TJK_DL2 dd {background:url(answer.gif) no-repeat; padding-left:15px;}

/* styling all anchors in the DTs */
#TJK_DL dt a {background:0 50% no-repeat; padding-left:20px; color:#003864; text-decoration:none; font-size: 18px;}
#TJK_DL dt a:visited {}
#TJK_DL dt a:visited:hover {/* use browser default */}
#TJK_DL dt a:hover {font-weight:none;}
#TJK_DL dt a:active {}

#TJK_DL2 dt a {background:0 50% no-repeat; padding-left:20px; color:#003864; text-decoration:none; font-size: 18px;}
#TJK_DL2 dt a:visited {}
#TJK_DL2 dt a:visited:hover {/* use browser default */}
#TJK_DL2 dt a:hover {font-weight:none;}
#TJK_DL2 dt a:active {}

/* the + and - gif in the anchors */
#TJK_DL .DTplus a {background-image:url(http://webproducts.davitablogs.com/wp-content/themes/DaVita-Theme-Widget/images/plus.gif);}
#TJK_DL .DTminus a {background-image:url(http://webproducts.davitablogs.com/wp-content/themes/DaVita-Theme-Widget/images/minus.gif);}

#TJK_DL2 .DTplus a {background-image:url(http://webproducts.davitablogs.com/wp-content/themes/DaVita-Theme-Widget/images/plus.gif);}
#TJK_DL2 .DTminus a {background-image:url(http://webproducts.davitablogs.com/wp-content/themes/DaVita-Theme-Widget/images/minus.gif);}

/**********************************/
/**********************************/
#TJK_DL .showDD {
position:relative;
margin-left: 4px; 
margin-top: -15px;
padding-top: 5px; 
padding-right: 15px;
border-left: 1px solid #CCC; 
}
#TJK_DL .hideDD {top:-9999px;position:absolute;}
#TJK_ToggleON,#TJK_ToggleOFF {display:inline;cursor:pointer;cursor:hand;}

#TJK_DL2 .showDD {
position:relative;
margin-left: 4px; 
margin-top: -15px;
padding-top: 5px; 
padding-right: 15px;
border-left: 1px solid #CCC; 
}
#TJK_DL2 .hideDD {top:-9999px;position:absolute;}