.accordionButton {	
	_float: none;  /* Float works in all browsers but IE6 */
	cursor: pointer;
	text-transform:uppercase;
	padding:15px 0;
	border-bottom: 1px solid #ebebeb;
	width:100%;
	color:#000000;
	font-size: 13px;
	font-weight:400;
}
.accordionButton i{font-style:normal; font-size:25px; float:right;}
.accordionContent {	
	width: 100%;
	_float: none; /* Float works in all browsers but IE6 */
	margin: 8px 0 13px 0;
	 line-height:22px;
	letter-spacing: 0.5px;
	}
.accordionContent .btn{margin-top:0;}		