#accordion {
	margin:20px 0px;
	font-size: 12px;
}

h3.toggler {
	cursor: pointer;
	border: 0px solid #f5f5f5;
	border-right-color: #ddd;
	border-bottom-color: #ddd;
	font-family: Verdana;
	font-size: 12px;
	color: #528CE0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 4px;
	margin-left: 0;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 6px;
	padding-left: 14px;
	background-image: url(layout/images/accoclose.png);
	background-repeat:no-repeat;
	background-position: 5px 0px;
}

div.element p, div.element h4 {
	margin:0px;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 15px;
}

blockquote {
	padding:5px 20px;
}
