/*  "Show All" + "Hide All" links */
#TJK_ToggleON,#TJK_ToggleOFF  {
	border:1px solid #CCCCCC;
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
	background-color: #F5F5F5;
	margin-right: 15px;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 1px;
	padding-bottom:1px;
}
/* zeroing out padding and margin */
#TJK_DL dd,#TJK_DL dt {margin:0;padding:0} 
/* margin for the DTs (shorthand) */
#TJK_DL dt {
	background:0 50% no-repeat;
	color:#0071bf;
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: bold;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 5px;
	
}
/* image and left padding for DDs */
#TJK_DL dd {
	padding-left:65px;
	font-family: verdana;
	font-size: 11px;
	font-weight: normal;
	color: #8d8d8d;
	text-decoration: none;
	padding-top: 10px;
	padding-bottom: 10px;
}
/* styling all anchors in the DTs */
#TJK_DL dt a {
	background:0 50% no-repeat;
	color:#987d0c;
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: bold;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 32px;

}

/* the + and - gif in the anchors */
#TJK_DL .DTplus a {background-image:url(toggleDLplus.gif)}
#TJK_DL .DTminus a {
	background-image:url(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}
Note: "cursor:hand" is for IE5 Win, but this declaration 

