/*--- ACCORDION ---*/
.accordion2 {
}
.acc_nav {
	background:url(http://immunity-fx.com/francais/images/acc_bg.gif) repeat-x;
	height:31px;
}
.accordion2 h3 {
	background: #e9e7e7 url(http://immunity-fx.com/francais/images/acc_bullet.gif) 10px 0px;
	padding: 0 0 0 40px;
	margin: 0;
	height:31px;
	font: bold 18px/31px Arial, Helvetica, sans-serif;
	border-bottom: none;
	cursor: pointer;
	color:#FFFFFF;
}
.accordion2 h3 span {
	color:#efa60c;
}
.accordion2 h3:hover {
	background-color: #efa60c;
}
.accordion2 h3.active {
	background-position: 10px -31px;
}
.accordion2 .acc_box {
	margin: 0;
	padding: 10px 15px 5px 15px;
	display: none;
}
.box_cont {
	width:290px;
	float:left;
}
.box_cont p {
	padding:0 35px;
	font:13px Arial, Helvetica, sans-serif;
	line-height:20px;
}
.box_cont p a {
	text-decoration:none;
	color:#000000;
}
.box_cont p a:hover {
	color:#137af9;
}


										/* FAQ ACCORDION */
.faq_accord{
	padding: 0 0 0 4px;
	cursor: pointer;	
}
/*
.faq_accord h3{
	padding: 5px 0 5px 0;
	font-size: 18px;
	color: #002d62;
	font-weight:normal;
	text-indent: 15px;
	line-height: 20px;
	background: transparent url(http://immunity-fx.com/francais/images/bg_iconarrow2.gif) no-repeat 0 5px;	
	margin:0 0 0 15px;
}
*/
.faq_accord h3{
	padding: 5px 0 5px 10px;
	font-size: 12px;
	color: #002d62;
	font-weight:normal;	
	line-height: 20px;
       background: transparent url(http://immunity-fx.com/francais/images/bg_iconarrow2.gif) no-repeat 0px 5px;
}

.faq_accord h3.active{
	/*background-position: 0 -15px;*/
background: transparent url(http://immunity-fx.com/francais/images/bg_iconarrow_down.gif) no-repeat 0px 5px;
}
.faq_contentbox{
	display:none;
}
.contentbox{
	padding: 18px 18px 35px;
	border: 1px solid #cdcdcd;
	font-size: 12px;
	background: #ffffff;
	height:auto !important;
	min-height:15px;
	height:15px;
}
.contentbox ul{
	margin: 0;
	padding: 0 0 0 19px !important;
}


                                                                                      /* ATHLETE ACCORDION */
.athlete_accord{
	padding: 0 0 0 4px;
	cursor: pointer;	
}
/*
.athlete_accord h3{
	padding: 5px 0 5px 0;
	font-size: 18px;
	color: #002d62;
	font-weight:normal;
	text-indent: 15px;
	line-height: 20px;
	background: transparent url(../images/bg_iconarrow2.gif) no-repeat 0 5px;	
	margin:0 0 0 15px;
}
*/
.athlete_accord h3{
	padding: 5px 0 5px 10px;
	font-size: 12px;
	color: #002d62;
	font-weight:normal;	
	line-height: 15px;
       background: transparent url(../images/bg_iconarrow2.gif) no-repeat 0px 2px;
}

.athlete_accord h3.active{
	/*background-position: 0 -15px;*/
background: transparent url(../images/bg_iconarrow_down.gif) no-repeat 0px 2px;
}
.athlete_contentbox{
	display:none;
}

.athletecontentbox{
	padding: 10px;
	border: 1px solid #cdcdcd;
	font-size: 12px;
	background: #ffffff;
	height:auto !important;
	min-height:15px;
	height:15px;
}
.athletecontentbox ul{
	margin: 0;
	padding: 0 0 0 19px !important;
}

