/*  "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:0} 
/* margin for the DTs (shorthand) */
#TJK_DL dt {margin:7px 0}
/* image and left padding for DDs */
#TJK_DL dd {
	padding-left:50px;
	background-image: url(answer.gif);
	background-repeat: no-repeat;
	font-family: Verdana;
	font-size: 12px;
	width: 550px;
	height: auto;
	list-style-position: inside;
	list-style-type: circle;
	line-height: 20px;
}
/* styling all anchors in the DTs */
#TJK_DL dt a {
	padding-left:30px;
	color:#FF0000;
	text-decoration:none;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	background-repeat: no-repeat;
}
#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}
/* the + and - gif in the anchors */
#TJK_DL .DTplus a {
	background-image:url(images/toggleDLminus.png);
}
#TJK_DL .DTminus a {
	background-image:url(images/toggleDLplus.png);
}
/**********************************/
/**********************************/
#TJK_DL .showDD {position:relative;top:0}
#TJK_DL dd,.hideDD{top:-9999px;position:absolute}
#TJK_ToggleON,#TJK_ToggleOFF {display:block;cursor:hand;cursor:hand}
#TJK_ToggleON,#TJK_ToggleOFF {display:none}

