.accordion {
	clear: left;
	float: left;
	margin-bottom: 7px;
}



.faqbox {
	float: left;
	clear: left;
	width: 430px;
}

.faqboxbig {
	float: left;
	clear: left;
	width: 650px;
}

.accordionHeader {
	float: left;
	clear: left;
	width: 380px;
	

	background-image: url(../img/trans90.png);
	background-repeat: repeat;
	margin-top: 0px;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 7px;
	padding-top: 7px;
	margin-bottom: 3px;


	font-family: 'Roboto Slab', sans-serif;
	font-size: 17px;
	line-height: normal;
	font-weight: 300;
	color: #e10039;
	text-decoration: none;
	line-height: normal;
	
	box-shadow: 0px 0px 6px #999999;
	-moz-box-shadow: 0px 0px 6px #999999;
	-webkit-box-shadow: 0px 0px 6px #999999;
	-o-box-shadow: 0px 0px 6px #999999;
  	-ms-box-shadow: 0px 0px 6px #999999;
}

.accordionHeaderBig {
	float: left;
	clear: left;
	width: 600px;
	

	background-image: url(../img/trans90.png);
	background-repeat: repeat;
	margin-top: 0px;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 7px;
	padding-top: 7px;
	margin-bottom: 3px;


	font-family: 'Roboto Slab', sans-serif;
	font-size: 27px;
	line-height: normal;
	font-weight: 300;
	color: #e10039;
	text-decoration: none;
	line-height: normal;

	
	box-shadow: 0px 0px 6px #999999;
	-moz-box-shadow: 0px 0px 6px #999999;
	-webkit-box-shadow: 0px 0px 6px #999999;
	-o-box-shadow: 0px 0px 6px #999999;
  	-ms-box-shadow: 0px 0px 6px #999999;

}



.accordionHeader:hover {

	background-color: #ffffff;
	cursor: pointer;
	
	box-shadow: 0px 0px 14px #f6f6f6;
	-moz-box-shadow: 0px 0px 14px #f6f6f6;
	-webkit-box-shadow: 0px 0px 14px #f6f6f6;
	-o-box-shadow: 0px 0px 14px #f6f6f6;
  	-ms-box-shadow: 0px 0px 14px #f6f6f6;

}


.accordion-content {

}

.accordion-content h2 {
	font-family: 'Roboto Slab', sans-serif;
	font-size: 15px;
	line-height: 19px;
	font-weight: 500;
	color: #666666;
	text-decoration: none;
	line-height: normal;
	padding-bottom: 10px;
	margin: 0px;
}



.accordionHeader.ui-state-active {
	float: left;
	clear: left;
	width: 380px;
	

	background-color: #ffffff;
	margin-top: 0px;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 7px;
	padding-top: 7px;
	margin-bottom: 3px;

	font-family: 'Roboto Slab', sans-serif;
	font-size: 17px;
	line-height: normal;
	font-weight: 300;
	color: #e10039;
	text-decoration: none;
	line-height: normal;
	
	box-shadow: 0px 0px 14px #f6f6f6;
	-moz-box-shadow: 0px 0px 14px #f6f6f6;
	-webkit-box-shadow: 0px 0px 14px #f6f6f6;
	-o-box-shadow: 0px 0px 14px #f6f6f6;
  	-ms-box-shadow: 0px 0px 14px #f6f6f6;
}




.ui-accordion-content {
	float: left;
	clear: left;
	font-family: 'Source Sans Pro', arial, sans-serif;
	font-size: 15px;
	line-height: 19px;
	font-weight: 300;
	color: #0b0b0b;
	margin-bottom: 30px;
	background-color: #ffffff;
	width: 380px;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 10px;
	padding-bottom: 25px;
	margin-bottom: 3px;

}

.ui-accordion-content strong {
	font-family: 'Source Sans Pro', arial, sans-serif;
	font-size: 15px;
	line-height: 19px;
	font-weight: 400;
	color: #0b0b0b;
}


.ui-accordion-content a, 
.ui-accordion-content a:visited {
	font-family: 'Source Sans Pro', arial, sans-serif;
	font-size: 15px;
	line-height: 19px;
	font-weight: 300;
	color: #0b0b0b;
	text-decoration: underline;
}


.ui-accordion-content a:hover {
	font-family: 'Source Sans Pro', arial, sans-serif;
	font-size: 15px;
	line-height: 19px;
	color: #0b0b0b;
	text-decoration: none;
}
