.accordion .ui-accordion-header { position:relative;
	margin: 0 0 10px 0;
	padding: 15px; 
	text-align:center;
	border: solid 2px #cfe7cb;
    	  -moz-border-radius: 5px;
    		-webkit-border-radius: 5px;
			    border-radius: 5px;
	background: -moz-linear-gradient(to bottom, #ebf5e9 0%, #ebf5e9 47%, #cfe7cb 49%, #cfe7cb 100%);
			background: -webkit-linear-gradient(to bottom, #ebf5e9 0%, #ebf5e9 47%, #cfe7cb 49%, #cfe7cb 100%);
				background: linear-gradient(to bottom, #ebf5e9 0%, #ebf5e9 47%, #cfe7cb 49%, #cfe7cb 100%);			
	cursor: pointer;
	outline: none;
}

.accordion .ui-accordion-header:after {content:'+';
									   display:block;
									   position: absolute; 
									   right:20px; 
									   top:15px; 
									   font-size:20px; 
									   font-weight:bold}


.accordion .ui-accordion-header-active { border-color:#fbddb0;
	background: -moz-linear-gradient(to bottom, #feeed6 0%, #feeed6 47%, #fbd7a0 49%, #fbd7a0 100%);
			background: -webkit-linear-gradient(to bottom, #feeed6 0%, #feeed6 47%, #fbd7a0 49%, #fbd7a0 100%);
				background: linear-gradient(to bottom, #feeed6 0%, #feeed6 47%, #fbd7a0 49%, #fbd7a0 100%);			
}

	.accordion  h5 {font: normal 15px/17px "Times New Roman", Times, serif;
					text-transform:uppercase}

.accordion .ui-accordion-header-active:after {content:'-'; font-size:23px; top:12px}

.accordion .ui-accordion-content { border-top:solid 1px #ccc;
								   background: -moz-linear-gradient(to bottom, #f4f4f4 0%, #fff 30px, #fff 100%);
										background: -webkit-linear-gradient(to bottom, #f4f4f4 0%, #fff 30px, #fff 100%);
											background: linear-gradient(to bottom, #f4f4f4 0%, #fff 30px, #fff 100%);			
									margin: 0 0 10px 0;
									padding: 10px; 
									font-size:15px; 
									line-height:20px}

.bio-h-s-status {position:relative;
				 background:url(/images/biohacking_status_bg.png) bottom center no-repeat;
				 width:300px;
				 height:154px}

  .bio-h-s-status-s {position:absolute;
  					 left:50%; 
					 bottom:5px;
  					 background:url(/images/biohacking_status_i_s.png) bottom center no-repeat; border: solid 1px #000;			
					 width:162px;
					 height:134px}
					 
	.bio-h-s-status-s:after {content:'';
							 display:block;
							 position:absolute;
							 top:35px;
							 left:75px;
							 background:url(/images/biohacking_status_i_g.png) center center no-repeat;
							 width:67px; 
							 height:64px}
 			 