/* 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: 25px;}
/* styling all anchors in the DTs */
#TJK_DL dt a {
	background-color: #807060; 
	padding-left: 25px;
	font-size: 100%; 
	text-decoration: none; 
	font-weight: bold;}
#TJK_DL dt a:hover {
	background-color: #3a2a1a;}
/* the + and - gif in the anchors */
#TJK_DL .DTplus a {
	background: url(images/toggleDLplus.gif) no-repeat top left;}
#TJK_DL .DTminus a {
	background: url(images/toggleDLminus.gif) no-repeat top left;}
#TJK_DL .showDD {
	position:relative; top:0;}
#TJK_DL dd,.hideDD{
	top:-9999px;
	position:absolute;}
#TJK_ToggleON, #TJK_ToggleOFF {
	display:inline; 
	cursor:pointer;}

dl#TJK_DL dd {max-width: 600px;}