@charset "utf-8";
.toggler {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	background-image: url(../images/accordian/bar2.png);
	background-repeat: no-repeat;
	height: 35px;
	width: 769px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 12px;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.element {
	font-size: 12px;
	line-height: 20px;
	text-transform: none;
	padding-right: 30px;
	padding-left: 30px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.toggler:hover {
	cursor:pointer;
	background-image: url(../images/accordian/barHover.png);
	}
