/*Basic Styles*/
html {
	height: 100%;
	background: #e3e3e0;
}
a {
	text-decoration: none;
	font-size: 70%;
}
:focus, :active {
	outline: 0;
	
	
}
* { 
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;
}
#accordion {
	width: 100%px;
	margin: 50px auto;
	
}
#accordion .ui-accordion-header {
	background-color: #ccc;
	margin: 0px;
	font-size: 100%;
	
}
#accordion .ui-accordion-header a {
	color: #fff;
	line-height: 42px;
	padding:3%;
	display: block;
	font-size: 30pt;
	width: 100%;
	text-indent: 10px;
	text-shadow: 1px 1px 0px rgba(0,0,0,0.2);
	border-right: 1px solid rgba(0, 0, 0, .2);
	border-left: 1px solid rgba(0, 0, 0, .2);
	border-bottom: 1px solid rgba(0, 0, 0, .2);
	border-top: 1px solid rgba(250, 250, 250, .2);
	
}
#accordion .ui-accordion-content {
	width: 100%;
	background-color: #f3f3f3;
	color: #777;
	float:left;
	font-size: 100%;
	line-height: 16pt;
	box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, .2),
				inset 0px -1px 0px 0px rgba(0, 0, 0, .4);
}
#accordion .ui-accordion-content > * {
	margin: 0;
	padding: 20px;
}
#accordion .ui-accordion-content a {
	color: #fff;
	display:inherit;
	
	
}
#accordion .ui-accordion-header:first-of-type {
	background-color: #eb1a45;
	background-image: -moz-linear-gradient(top,  #eb1a45 0%, #dc621e 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eb1a45), color-stop(100%,#bb0e32));
	background-image: -webkit-linear-gradient(top,  #eb1a45 0%,#dc621e 100%);
	background-image: -o-linear-gradient(top,  #eb1a45 0%,#bb0e32 100%);
	background-image: -ms-linear-gradient(top,  #eb1a45 0%,#bb0e32 100%);
	background-image: linear-gradient(to bottom,  #eb1a45 0%,#bb0e32 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb1a45', endColorstr='#bb0e32',GradientType=0 );
	float:left;
	width:100%;
	
}
#accordion .ui-accordion-header:nth-of-type(2) {
	background-color: #389abe;
	background-image: -moz-linear-gradient(top,  #389abe 0%, #2a7b99 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#389abe), color-stop(100%,#2a7b99));
	background-image: -webkit-linear-gradient(top,  #389abe 0%,#2a7b99 100%);
	background-image: -o-linear-gradient(top,  #389abe 0%,#2a7b99 100%);
	background-image: -ms-linear-gradient(top,  #389abe 0%,#2a7b99 100%);
	background-image: linear-gradient(to bottom,  #389abe 0%,#2a7b99 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#389abe', endColorstr='#2a7b99',GradientType=0 );
	float:left;
	width:100%;
}

#accordion .ui-accordion-header:nth-of-type(3) {
	background-color: a2ba24;
	background-image: -moz-linear-gradient(top,  #a2ba24 0%, #7f9315 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a2ba24), color-stop(100%,#7f9315));
	background-image: -webkit-linear-gradient(top,  #a2ba24 0%,#7f9315 100%); 
	background-image: -o-linear-gradient(top,  #a2ba24 0%,#7f9315 100%);
	background-image: -ms-linear-gradient(top,  #a2ba24 0%,#7f9315 100%);
	background-image: linear-gradient(to bottom,  #a2ba24 0%,#7f9315 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a2ba24', endColorstr='#7f9315',GradientType=0 );
	float:left;
	width:100%;
}

#accordion .ui-accordion-header:nth-of-type(4) {
	background-color: #81cff2;
	background-image: -moz-linear-gradient(top,  #81cff2 0%, #008bc9 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#81cff2), color-stop(100%,#008bc9));
	background-image: -webkit-linear-gradient(top,  #81cff2 0%,#008bc9 100%);
	background-image: -o-linear-gradient(top,  #81cff2 0%,#008bc9 100%);
	background-image: -ms-linear-gradient(top,  #81cff20%,#008bc9 100%);
	background-image: linear-gradient(to bottom,  #81cff2 0%,#008bc9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#81cff2', endColorstr='#008bc9',GradientType=0 );
	float:left;
	width:100%;
	
}


#accordion .ui-accordion-header:last-of-type {
	background-color: #7e53ad;
	background-image: -moz-linear-gradient(top, #7e53ad 0%, #c86585 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7e53ad), color-stop(100%,#55248a));
	background-image: -webkit-linear-gradient(top, #7e53ad 0%,#55248a 100%);
	background-image: -o-linear-gradient(top, #7e53ad 0%,#55248a 100%);
	background-image: -ms-linear-gradient(top,  #7e53ad 0%,#55248a 100%);
	background-image: linear-gradient(to bottom,  #7e53ad 0%,#55248a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7e53ad', endColorstr='#55248a',GradientType=0 );
	float:left;
	width:100%;
}


#accordion .ui-accordion-header:first-of-type a {
	box-shadow: 0px -1px 0px 0px #eb1a45;
	line-height: 42px;
	padding:3%;
	display: block;
	
}
#accordion .ui-accordion-content:last-of-type {
	box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, .2),
				inset 0px 0 0px 0px rgba(0, 0, 0, .5);
				
}
