/*Basic Styles*/
html {
	height: 100%;
	background: #e3e3e0;
}
a {
	text-decoration: none;
}
:focus, :active {
	outline: 0;
}
* { 
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;
}
#accordion {
	width: 100%;
	/*margin: 50px auto;*/
	margin-left: 3px;
	margin-right: 3px;
}
#accordion .ui-accordion-header {
	background-color: #ccc;
	margin-top: 2px;
	padding: 5px;
	border-radius: 4px;
	padding-left: 3px;
}
#accordion .ui-accordion-header a {
	color: #fff;
	line-height: 42px;
	display: block;
	font-size: 12pt;
	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: #fff;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	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: 4px;
}
#accordion .ui-accordion-content a {
	color: #333333;
}
#accordion .ui-accordion-header:first-of-type {
	background-color: #e6e6e;
	background-image: -moz-linear-gradient(top,  #e6e6e 0%, #ddd 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e6e6e), color-stop(100%,#ddd));
	background-image: -webkit-linear-gradient(top,  #e6e6e 0%,#ddd 100%);
	background-image: -o-linear-gradient(top,  #e6e6e 0%,#ddd 100%);
	background-image: -ms-linear-gradient(top,  ##e6e6e 0%,#ddd 100%);
	background-image: linear-gradient(to bottom,  #e6e6e 0%,#ddd 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e6e', endColorstr='#ddd',GradientType=0 );
}
#accordion .ui-accordion-header:nth-of-type(2) {
	background-color: #e6e6e;
	background-image: -moz-linear-gradient(top,  #e6e6e 0%, #ddd 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e6e6e), color-stop(100%,#ddd));
	background-image: -webkit-linear-gradient(top,  #e6e6e 0%,#ddd 100%);
	background-image: -o-linear-gradient(top,  #e6e6e 0%,#ddd 100%);
	background-image: -ms-linear-gradient(top,  ##e6e6e 0%,#ddd 100%);
	background-image: linear-gradient(to bottom,  #e6e6e 0%,#ddd 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e6e', endColorstr='#ddd',GradientType=0 );
}
#accordion .ui-accordion-header:nth-of-type(3) {
	background-color: #e6e6e;
	background-image: -moz-linear-gradient(top,  #e6e6e 0%, #ddd 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e6e6e), color-stop(100%,#ddd));
	background-image: -webkit-linear-gradient(top,  #e6e6e 0%,#ddd 100%);
	background-image: -o-linear-gradient(top,  #e6e6e 0%,#ddd 100%);
	background-image: -ms-linear-gradient(top,  ##e6e6e 0%,#ddd 100%);
	background-image: linear-gradient(to bottom,  #e6e6e 0%,#ddd 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e6e', endColorstr='#ddd',GradientType=0 );
}
#accordion .ui-accordion-header:nth-of-type(4) {
	background-color: #e6e6e;
	background-image: -moz-linear-gradient(top,  #e6e6e 0%, #ddd 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e6e6e), color-stop(100%,#ddd));
	background-image: -webkit-linear-gradient(top,  #e6e6e 0%,#ddd 100%);
	background-image: -o-linear-gradient(top,  #e6e6e 0%,#ddd 100%);
	background-image: -ms-linear-gradient(top,  ##e6e6e 0%,#ddd 100%);
	background-image: linear-gradient(to bottom,  #e6e6e 0%,#ddd 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e6e', endColorstr='#ddd',GradientType=0 );
}
#accordion .ui-accordion-header:last-of-type {
	background-color: #e6e6e;
	background-image: -moz-linear-gradient(top,  #e6e6e 0%, #ddd 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e6e6e), color-stop(100%,#ddd));
	background-image: -webkit-linear-gradient(top,  #e6e6e 0%,#ddd 100%);
	background-image: -o-linear-gradient(top,  #e6e6e 0%,#ddd 100%);
	background-image: -ms-linear-gradient(top,  ##e6e6e 0%,#ddd 100%);
	background-image: linear-gradient(to bottom,  #e6e6e 0%,#ddd 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e6e', endColorstr='#ddd',GradientType=0 );
}
#accordion .ui-accordion-header:first-of-type a {
	box-shadow: 0px -1px 0px 0px #b85c0f;
}
#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);
}
