@charset "utf-8";


#accordion {
width: 550px;
margin: 10px auto;
padding: 0px;
}

h3.toggler {
	cursor: pointer;
	border-bottom: 1px;
	border-left: 0px;
	border-right: 0px;
	border-top: 0px;
	border: solid  #999999;
	border-bottom-color: #999999;
	font-size: 12px;
	border-color: #999999;
	color: #999999;
	margin: 7 0 4px 7;
	padding: 10px 5px 7px 7px;
	text-align: left;
}
div.element p, div.element h4 {
	margin:0px;
	padding:6px 4px 10px 10px;
	font-size: 11px;
	color: #666666;
	text-align: left;
	line-height: 155%;
}

.box {
border-bottom: 1px;
border-left: 1px;
border-right: 1px;
border-top: 0px;
border:solid #999999;
padding:15px 0px 15px 5px;
margin: 5px;
font-size: 11px;
color: #666666;
line-height: 165%;
}