/* CSS Document */

#basic-toggle{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	padding:0;
	width:560px;
	background:#638275;
	z-index:2;
}

#basic-toggle a{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px; text-decoration:underline;
	color:#bebebe;
	}

.toggle_headings{
	padding:5px;
	background-color:#cddcd6;
	color:#638275;
	border:1px solid #fff;
	cursor:pointer;
	font-weight:bold;
	background-image: url(../images/plus.gif);
	background-repeat: no-repeat;
	background-position: center right;
}

/*.toggle_headings:hover{
	background:#4d4d4d;
	background-image: url(../images/plus.gif);
	background-repeat: no-repeat;
	background-position: center right;
}*/

.toggle_child{
	border:1px solid #cddcd6;
	padding:5px;
	background:#638275;
	color:#fff;
	height:auto;
}

.head_highlight{
	background:#cddcd6;
	background-image: url(../images/box.gif);
	background-repeat: no-repeat;
	background-position: center right;
	color:#638275;
}

.toggle_headings dl {
	margin: 0;
	padding:0;
}

.toggle_headings dt {
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 0;
	width: auto;
	float: left;
	margin-left: 5px;
	margin-right: 5px;
	padding:0;
}

.toggle_headings dd {
	margin-bottom: 0;
	margin-top: 2px;
	width: 91%;
	margin-left: 5px;
	margin-right: 5px;
	padding:0;
}

.toggle_child dl {
	margin: 0;
	padding:0;
}

.toggle_child dt {
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 0;
	float: left;
	margin-left: 5px;
	width:20px;
	margin-right: 0;
	padding:0;
	color:#cddcd6;
}

.toggle_child dd {
	font-size: 1.0em;
	margin-bottom: 0;
	margin-top: 2px;
	width: 85%;
	margin-left: 30px;
	margin-right: 5px;
	padding:0;
	color:#fff;
}

.toggle_child dt p{
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 2px;
	margin-bottom: 0;
	float: left;
	width:15px;
	padding:0;
	color:#cddcd6;
}

.toggle_child dd p{
	font-size: 1.0em;
	margin-bottom: 0;
	margin-top: 2px;
	margin-left:20px;
	padding:0;
	color:#cddcd6;
}

.toggle_child ul {
    margin: 0;
	padding: 0;
}
.toggle_child ul li {
    margin: 10px 20px;
	padding: 0;
	font-size: 1.0em!Important;
	color:#ffffff!Important;
}
