#accordion {
	margin:5px 0px;
}

h3.toggler {
	background: url(../../images/accordian_bg.png) repeat-x;
	background-color: #ff9900  ;
	margin: 1px 0 0 0;
	padding: 0 0 0 0;
	cursor: pointer;
	vertical-align:middle;
	-moz-user-select: none;
	-khtml-user-select: none;
	height: 25px;
	font-family: Gill Sans, Trebuchet MS;	
}
/*
h3.toggler a{
	color:white;
}
*/
div.element p, div.element h4 {
	margin:0px;
	font-size:10px;
	font-family: Gill Sans, Trebuchet MS;
	font-weight: normal;
	display : block;

}

blockquote {
	padding:5px 20px;
}
/*.toggler  { cursor:pointer; font-weight:bold; color:#000; margin: 0; padding:5px; font-size:16px; font-family: Gill Sans, Arial, sans-serif; }
		.toggler:hover	 { background:#eee; }
		.element	 { padding:0 5px; }
		.image	 { margin:10px 20px; }  */