/*Basic Styles*/
html {
	height: 100%;
	background: #e3e3e0;
}
a {
	text-decoration: none;
}

:focus, :active {
	outline: 0;
}

#accordion * { 
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;
}
#accordion {
	width: 740px;
	margin: 10px auto 25px auto;
}
#accordion .ui-accordion-header {
	background-color: #ccc;
	margin: 0px;
}
#accordion .ui-accordion-header a {
	text-decoration: none;
	color: #fff;
	line-height: 42px;
	display: block;
	font-size: 11pt;
	width: 100%;
	text-indent: 10px;
	text-shadow: 1px 1px 0px rgba(0,0,0,0.5);
	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;
	font-size: 10pt;
	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: #777;
}
#accordion .ui-accordion-header:first-of-type {
		background-color: #ff2d4d;
	background-image: -moz-linear-gradient(top,  #ff2d4d 0%, #c11731 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff2d4d), color-stop(100%,#c11731));
	background-image: -webkit-linear-gradient(top,  #ff2d4d 0%,#c11731 100%);
	background-image: -o-linear-gradient(top,  #ff2d4d 0%,#c11731 100%);
	background-image: -ms-linear-gradient(top,  #ff2d4d 0%,#c11731 100%);
	background-image: linear-gradient(to bottom,  #ff2d4d 0%,#c11731 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff2d4d', endColorstr='#c11731',GradientType=0 );
}
#accordion .ui-accordion-header:nth-of-type(2),
#accordion .ui-accordion-header:nth-of-type(3),
#accordion .ui-accordion-header:nth-of-type(4),
#accordion .ui-accordion-header:nth-of-type(5),
#accordion .ui-accordion-header:nth-of-type(6),
#accordion .ui-accordion-header:nth-of-type(7),
#accordion .ui-accordion-header:nth-of-type(8),
#accordion .ui-accordion-header:nth-of-type(9),
#accordion .ui-accordion-header:nth-of-type(10),
#accordion .ui-accordion-header:nth-of-type(11),
#accordion .ui-accordion-header:nth-of-type(12),
#accordion .ui-accordion-header:nth-of-type(13),
#accordion .ui-accordion-header:nth-of-type(14) {											
	background-color: #ff2d4d;
	background-image: -moz-linear-gradient(top,  #ff2d4d 0%, #c11731 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff2d4d), color-stop(100%,#c11731));
	background-image: -webkit-linear-gradient(top,  #ff2d4d 0%,#c11731 100%);
	background-image: -o-linear-gradient(top,  #ff2d4d 0%,#c11731 100%);
	background-image: -ms-linear-gradient(top,  #ff2d4d 0%,#c11731 100%);
	background-image: linear-gradient(to bottom,  #ff2d4d 0%,#c11731 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff2d4d', endColorstr='#c11731',GradientType=0 );
}

#accordion .ui-accordion-header:last-of-type {
	background-color: #ff2d4d;
	background-image: -moz-linear-gradient(top,  #ff2d4d 0%, #c11731 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff2d4d), color-stop(100%,#c11731));
	background-image: -webkit-linear-gradient(top,  #ff2d4d 0%,#c11731 100%);
	background-image: -o-linear-gradient(top,  #ff2d4d 0%,#c11731 100%);
	background-image: -ms-linear-gradient(top,  #ff2d4d 0%,#c11731 100%);
	background-image: linear-gradient(to bottom,  #ff2d4d 0%,#c11731 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff2d4d', endColorstr='#c11731',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);
}

.h3accordion {
	font-size: 12px; float: right; margin-right: 20px;
	}
	

