.accordion {
	width: 500px;
	/*border-bottom: solid 1px #c4c4c4;*/
}
.accordion h3 {
	padding: 7px 15px;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	/*border: solid 1px #c4c4c4;*/
	border-bottom: none;
	cursor: pointer;
	width:500px;
	/*background-color: #CCCCCC;*/
	background-repeat:no-repeat;
	background-position:right;
/*	background-image:url(images/desc.png);*/
	font-size: 14px;
	color:#000000;
}
.accordion h3:hover {
/*	background-color: #DAEDFE;*/
}

.accordion h3.active {
	background-position: right 5px;
/*	background-color: #DAEDFE;*/
	color:#333333;
	background-repeat:no-repeat;
    background-position:right;
	/*background-image:url(images/asc.png);*/
}

/*.accordion div {
	background: #f7f7f7;
	margin: 0;
	padding: 10px 15px 5px 20px;
	border-left: solid 1px #c4c4c4;
	border-right: solid 1px #c4c4c4;	
}*/

.accordion div {
	background: #f7f7f7;
	margin: 0;
	padding: 10px 15px 20px;
	border-left: solid 1px #c4c4c4;
	border-right: solid 1px #c4c4c4;
	display:none;
	width:500px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
}
