.accordion {
	width: 1000px;
	border-bottom: solid 0px #c4c4c4;
	
}
.accordion h3 {
	color:#FFFFFF;
	cursor: pointer;
	background-image: url(bg_transprent_drop.png);
	background-repeat: no-repeat;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3e3735;
	height: 30px;
	margin: 0;
	
	width: 985px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 18px;
	font-weight: bold;
	padding-top: 10px;
	padding-left:15px;
	
}
.accordion h3:hover {
	color:#00AAFF;

}
.accordion h3.active {
	color:#00AAFF;
	background-position: 0px -41px;
	
	

}
.accordion p {
	color: #FFFFFF;
	margin: 0;
	width:960px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	line-height: 20px;
	padding: 15px;
	overflow-y:auto;
	max-height:460px;
	text-align: justify;	
	

	

}


/* */


