div.accordion {
	position: relative; /* required for bounding */
	width:100%;
}

div.accordion-toggle{
	position: relative; /* required for effect */
	z-index: 10;		/* required for effect */
	color:#993300;
	background:url(../../images/bar-bg.gif) no-repeat;
	font-weight:bolder;
	cursor: pointer;
	margin-bottom:4px;
	padding:5px 37px 0 0;
	font-size:1.09em;
	height:28px;
}
div.accordion-toggle:hover, div.accordion-toggle-active{
	background:url(../../images/bar-bg-hover.gif) no-repeat;
}

div.accordion-content{
	overflow: hidden;
	width:660px;
	border-left:1px #C4D852 solid;
	border-right:1px #C4D852 solid;
	border-bottom:4px #C4D852 solid;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left:2px;
}
