/* 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 {
  background: #3498db;
  background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
  background-image: -moz-linear-gradient(top, #3498db, #2980b9);
  background-image: -ms-linear-gradient(top, #3498db, #2980b9);
  background-image: -o-linear-gradient(top, #3498db, #2980b9);
  background-image: linear-gradient(to bottom, #3498db, #2980b9);
  -webkit-border-radius: 10;
  -moz-border-radius: 10;
  border-radius: 10px;
  border:none;
  font-family: Arial, sans-serif;
  color: #ffffff;
  font-size: 18px;
  padding: 8px 16px;
  margin-right:10px;
  text-decoration: none; }

#TJK_ToggleON:hover,
#TJK_ToggleOFF:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none; }
  
/* zeroing out padding and margin */
#TJK_DL dd,
#TJK_DL dt {
	margin:0;
	padding:0;
	line-height:1.4em; }
	
/* margin for the DTs (shorthand) */
#TJK_DL dt { margin:10px 0; }

/* image and left padding for DDs */
#TJK_DL dd {
	background:url(../images/answer2.gif) no-repeat;
	padding-left:55px;
	padding-bottom:10px;
	min-height:40px; }
	
/* styling all anchors in the DTs */
#TJK_DL dt a {
	background:0 0 no-repeat;
	display:block;
	padding-left:32px;
	color:#000;
	text-decoration:none;
	font-weight:bold; }
#TJK_DL dt a:visited { color:#666; }
#TJK_DL dt a:visited:hover,
#TJK_DL dt a:hover,
#TJK_DL dt a:active,
#TJK_DL dt a:focus {
	font-weight:bold;
	color:#333;
	text-decoration:underline; }
	
/* the + and - gif in the anchors */
#TJK_DL .DTplus a { background-image:url(../images/toggleDLplus.gif); }
#TJK_DL .DTminus a { background-image:url(../images/toggleDLminus.gif); }

/**********************************/
#TJK_DL .showDD { position:static; }
#TJK_DL dd,.hideDD {
	top:-9999px;
	position:absolute; }
#TJK_ToggleON,#TJK_ToggleOFF {
	display:inline;
	cursor:pointer; }