
.accordion {
	width: 480px;
	border-bottom: solid 1px rgb(216,203,177);
}
.accordion h3 {
	background: rgb(232,218,192) url(../images/plus.gif) no-repeat right -51px;
	padding: 7px 15px;
	margin: 0;
	font: bold 120%/100% Arial, sans-serif;
	border: solid 1px rgb(216,203,177);
	border-bottom: none;
	cursor: pointer;
	text-transform: uppercase;
}
.accordion h3:hover {
	background-color: rgb(216,203,177);
}
.accordion h3.active {
	background-position: right 5px;
}
.accordion p {
	background: rgb(255,249,239);
	margin: 0;
	padding: 10px 15px 20px;
	border-left: solid 1px rgb(216,203,177);
	border-right: solid 1px rgb(216,203,177);
}