.accordion
{
	width: 455px;
	border-bottom: solid 1px #c4c4c4;
	padding-left: 5px;
}

.accordion h3
{
	/*
	padding: 7px 15px;
	margin: 0;
	font: bold 120%/100% Arial, Helvetica, sans-serif;
	border: solid 1px #c4c4c4;
	border-bottom: none;
	cursor: pointer;*/
	
	
	color: #696971;
	background: #cfcfd1 url(images/arrow-square.gif) no-repeat right -51px;
	cursor: pointer;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	padding: 7px 15px;
}

.accordion h3:hover
{
	background-color: #e3e2e2;
}

.accordion h3.active
{
	background-position: right 5px;
}

.accordion div
{
	margin: 0;
	border: 1px dashed #5a5866;
}