/* 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 {border:1px solid #333;padding:0 5px;margin-right:5px}
/* zeroing out padding and margin */
#TJK_DL li {list-style-type:none;font-size: 16px;font-weight:bold;color:#c51230;}
#TJK_DL dd,#TJK_DL dt {margin:0;padding:0} 
/* margin for the DTs (shorthand) */
#TJK_DL dt {margin:7px 7px 7px 25px;font-family: Helvetica, Arial, sans-serif;font-size: 12px;height:20px;font-weight:normal;}
/* image and left padding for DDs */
#TJK_DL dd {
	background:url(../images/answer.png) no-repeat top left;
	padding:15px 20px 15px 55px;
	margin:0px 0px 0px 20px;
	width:600px;
	border-top: 2px solid #c51230;
	border-right: 2px solid #c51230;
	border-left: 2px solid #c51230;;
	border-bottom: 2px solid #c51230;
	line-height: 14px;
	font-size: 12px;
	font-weight:normal;
	color:#000000;
}
/* styling all anchors in the DTs */
#TJK_DL dt a {background:0 50% no-repeat;padding-left:32px;color:#000;text-decoration:none;font-weight:normal;}
#TJK_DL dt a:visited {color:#666}
#TJK_DL dt a:visited:hover,
#TJK_DL dt a:active,
#TJK_DL dt a:focus {font-weight:bold;color:#c51230;}
#TJK_DL dt a:hover{font-weight:bold;color:#c51230;}
/* the + and - png in the anchors */
#TJK_DL .DTplus a {background-image:url(../images/toggleDLplus.png)}
#TJK_DL .DTminus a {background-image:url(../images/toggleDLminus.png)}
/**********************************/
/**********************************/
#TJK_DL .showDD {position:static;}
#TJK_DL dd,.hideDD{top:-9999px;position:absolute}
#TJK_ToggleON,#TJK_ToggleOFF {display:inline;cursor:pointer;cursor:hand}
