#accordion {
float:left;
height:67px;
overflow:visible;
}

div.toggler {
	cursor: pointer;
	/*border: 1px solid #f5f5f5;
	border-right-color: #ddd;
	border-bottom-color: #ddd;
	font-family: 'Andale Mono', sans-serif;
	font-size: 12px;
	background: #D2E0E6;
	color: #528CE0;
	margin: 0 0 4px 0;
	padding: 3px 5px 1px;*/
        position:relative;
float:left;
width:25px;
height:67px;  

  font-weight:bold;
  color:#475425;
  /*line-height: 26px;
  background: #acc95f url(img/plus.png) 5px center no-repeat;*/
  /*border-top:1px solid #eee;*/
  padding:2px 0 2px 0px;
  margin-right:2px;
  cursor:pointer;
}

div.element{
	padding:10px 0px;
	margin-left:30px;
        height:67px !important;
}

blockquote {
	padding:5px 20px;
}