@charset "utf-8";
/* CSS Document */

dl {
	margin: 0px;
}

/*	=TJK
/*	=FAQ
-----------------------------------------------------*/
/*  "Show All" + "Hide All" links */
#TJK_ToggleON,#TJK_ToggleOFF {
	padding:0 5px 5px;
	margin-right:5px;
	font-size: 70%;
	margin-bottom: 5px;
	vertical-align: middle;
	font-weight: bold;
}

/* margin for the DTs (shorthand) */
dt {
	padding-top: 8px;
}

dt a {
	background: 0 50% no-repeat;
	padding: 3px 3px 3px 18px;
	font-weight: bold;
	color: #000000;
	text-decoration:none;
	font-size: 0.8em;
}

/* image and left padding for DDs */
dd {
	margin: 5px 0px 0px 20px;
	font-size: 0.8em;
}

/* the + and - gif in the anchors */
.DTplus a {background-image:url(images/toggleDLplus.gif)}
.DTminus a {background-image:url(images/toggleDLminus.gif)}

/**********************************/
/**********************************/
.showDD {position:relative;top:0}
dd,.hideDD{
	top:-9999px;
	position:absolute;
	width: 400px;
}

