div.accordion {
	padding: 1px;
	border: 1px solid #C8C8C8;
}

div.accordion accordioninner{
margin:0px;
padding:0px;
}

h3.toggler {
	height: 30px;
	background: url(../images/item_header.png) 0 0 repeat-x;
	line-height: 30px;
	text-indent: 10px;
	font-size: 125%;
	font-weight: bold;
	cursor: pointer;
      margin: 0px;
}

div.element p, div.element h4 {
	margin:0px;
	padding:4px;
}


