/* TJK toggle styles
------------------------------*/
#TJK_DL dt {
	margin:10px 0 5px 0;
}
#TJK_DL dt a {
	background: no-repeat right center;
	padding-right: 15px;
	color: #E8BB6A;
	text-decoration: none
}
/* the + and - gif in the anchors */
#homepage #TJK_DL .DTplus a {
	background-image:url(../images/global/toggleDLplus.gif)
}
#homepage #TJK_DL .DTminus a {
	background-image:url(../images/global/toggleDLminus.gif)
}
#TJK_DL .DTplus a {
	background-image:url(../images/global/toggleDLplus_blk.gif)
}
#TJK_DL .DTminus a {
	background-image:url(../images/global/toggleDLminus_blk.gif)
}
#TJK_DL .showDD {
	position: relative;
	top: 0
}
#TJK_DL dd,.hideDD{
	top: -9999%;
	position: absolute
}
