.accordion {
	width: 665px;
	margin-left:25px;
}
.accordion h3 {
	background: #F0F0F0 url(../../../../images/arrow-square.gif) no-repeat right -51px;
	padding: 10px 18px;
	margin: 0; 
	font-size:14px;
	color:#666;
	border: solid 1px #ccc;
	border-bottom: none;
	cursor: pointer;
}
.accordion h3:hover {
	background-color: #e3e2e2;
}
.accordion h3.active {
	background-position: right 5px;
}
.accordion p {
	background: #fcfcfc;
	margin: 0;
	padding: 20px 25px 20px;
	border-left: solid 1px #ccc;
	border-right: solid 1px #ccc;
}
