﻿#accordion {
	margin: 20px 0px;
}
H3.toggler {
	font: bold 12px Verdana, Geneva, sans-serif;
	color: #fff;
	margin: 0px 0px 4px 0px;
	padding: 3px 5px;
	cursor: pointer;
}
h3.default {
	background: #639 url('../img/h3-bg.png') top repeat-x;
	border-top: 1px solid #93c;
	border-right: 1px solid #306;
	border-bottom: 1px solid #306;
	border-left: 1px solid #93c;
}
h3.highlight {
	background: #900 url('../img/h3-highlight-bg.png') top repeat-x;
	border-top: 1px solid #c00;
	border-right: 1px solid #300;
	border-bottom: 1px solid #300;
	border-left: 1px solid #c00;
}


DIV.element P, DIV.element H4 {
	margin:0px;
	padding:4px;
}

blockquote {
	padding:5px 20px;
}