/* Copyright 2006 | Thierry Koblentz - www.TJKDesign.com All Rights reserved
 * TJK_ToggleDL() Version 1.5.5 (this file has changed from previous version) report bugs or errors to thierry@tjkdesign.com
 */
#TJK_ToggleON,#TJK_ToggleOFF {
	padding:0 5px;
	margin-right:5px
}
#TJK_ToggleON,#TJK_ToggleOFF {display:inline;cursor:pointer;cursor:hand}

/* zeroing out padding and margin */
#TJK_DL dd,#TJK_DL dt {margin:0;padding:0} 
/* margin for the DTs (shorthand) */
#TJK_DL dt {
	margin-top: 8px;
	margin-right: 0;
	margin-bottom: 8px;
	margin-left: 0;
}
/* image and left padding for DDs */
#TJK_DL dd {
	padding-left:55px;
	background-image: url(../../images/answer.gif);
	background-repeat: no-repeat;
	height: 100%;
	line-height: 1.5em;
}
/* styling all anchors in the DTs */
#TJK_DL dt a {
	background:0 0 no-repeat;
	padding-left:32px;
	color:#D43E00;
	text-decoration:underline;
	display: block;
	height: 100%;
}
#TJK_DL dt a:visited {
	color:#666;
	height: 12px;
}
#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/toggleDLplus.gif);
	height: 25px;
}
#TJK_DL .DTminus a {
	background-image:url(../images/toggleDLminus.gif);
	height: 18px;
}
/**********************************/
/**********************************/
#TJK_DL .showDD {position:static;}
#TJK_DL dd,.hideDD{top:-9999px;position:absolute}
