/* Accordion CSS */
.accordionButton { 
	width: 100%; 
	float: left; /*border-bottom: 1px dashed #333;*/ 
	cursor: pointer; 
	/*margin:3px 0; */
	padding: 10px 18px; 
	background: url(../images/icons/arrow_right.png) no-repeat 98% center #499d06; }
.accordionButton h3 { 
	margin:0; 
	color:#fff; }
.accordionContent { 
	background:transparent;/*#ffffff;*/
	width: 100%; 
	float: left; 
	padding:8px 16px; 
	/*border:1px solid #A8A8A8; */
	text-align:justify; }

.on { background: url(../images/icons/arrow_down.png) no-repeat 98% center #499d06; }
/*.over { background: url(/images/arrow_down.png) no-repeat 655px center #0F298A; } */

/* Accordion CSS end---- */

