.accordion2 
{
	border-bottom: solid 1px #c4c4c4;
}
.accordion2 h3 
{
	background: #dedcdc url("./arrow-square.gif") no-repeat right -51px;
	padding: 7px 15px;
	margin: 0;
	font: bold 120%/100% Arial, Helvetica, sans-serif;
	border: solid 1px #c4c4c4;
	border-bottom: none;
	cursor: pointer;
	color: #4c4c4c;
}
.accordion2 h3:hover 
{
	background-color: #ff7e00;
	color: white;
}
.accordion2 h3.active 
{
	background-position: right 5px;
}
.accordion2 div 
{
	background: #f7f7f7;
	margin: 0;
	padding: 10px 15px 20px;
	border-left: solid 1px #c4c4c4;
	border-right: solid 1px #c4c4c4;
	display: none;
}
