
.accordion {
	border-bottom: solid 1px #c4c4c4;
}
.accordion h3 {
	padding: 7px 15px;
	margin: 0;
	border: solid 1px #c4c4c4;
	border-bottom: none;
	cursor: pointer;
	font-size: 15px;
	line-height: 100%;
	font-weight: bold;
	background-color: #C9E5FC;
	background-image: url(../images/arrow-square.gif);
	background-repeat: no-repeat;
	background-position: right -51px;
}
.accordion .accordion2 h3 {
	background-color: #FFFFFF;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #c4c4c4;
	font-size: 110%;
}
.accordion h3:hover {
	background-color: #e3e2e2;
}
.accordion h3.active {
	background-position: right 5px;
}
.accordion  .accordion2 {
	background: #f7f7f7;
	margin: 0;
	padding: 10px 15px 20px;
	border-left: solid 1px #c4c4c4;
	border-right: solid 1px #c4c4c4;
}
