/* 
  -----------------------------------
  Horizontal Accordion Panel Magic
  by Project Seven Development
  www.projectseven.com
  Style Theme: 8 - Burnished
  -----------------------------------
*/
html, body {height: auto !important;}
html {overflow-y: scroll;}

.p7HAPM08 {
	overflow: hidden;
	border: 1px solid;
	border-color: #000;
	box-shadow: 0px 0px 20px #999;
}

.p7HAPM08 {
	border-color: rgba(255,255,255,1);
}

.p7HAPM_section {
	z-index: 99999;
}
.p7HAPM08, .HAPM08-content-wrapper, .HAPM08-content {
	background-color: #FFF7EE;
}

.p7HAPM_trigger img {max-width: 1000px !important;} 

.HAPM08-trigwrap {
	display: none;
	float: left;
	width: 48px;
}

.HAPM08-trigwrap {
	border-right: 1px solid #FFF;
}
.HAPM08-trigwrap.last {
	border-right: none;
}

.HAPM08-trig {
	display: block;
	overflow: hidden;
	cursor: pointer;
	font-family: "Lucida Console", Monaco, monospace;
}

.HAPM08-trig a {
	display: block;
	height: 100%;
	word-wrap: break-word;
	letter-spacing: normal;
	text-decoration: none;
	padding: 1em 0;
	width: 1em;
	margin: 0 auto;
	line-height: 1.15em;
	text-align: center;
	text-transform: uppercase;
}

.HAPM08-trig {
	box-shadow: inset 6px -6px 20px #FFB551;
	background-color: #DC7B00;
}
.HAPM08-trig, .HAPM08-trig a {
	color: #FFF;
	font-size: 14px;
}

.HAPM08-trig:hover {
	box-shadow: inset 6px -6px 20px #CD7912;
	background-color: #EE9E3E;
}

.HAPM08-trig:hover a, .HAPM08-trig a:hover, .HAPM08-trig a:focus {
	color: #000;
	outline: none;
}

.HAPM08-trig.open {
	background-color: #5F5F5F;
	cursor: default;
	box-shadow: inset 6px 6px 20px #999;
}

.HAPM08-trig.open a {
	color: #EEE;
	cursor: default;
}

.HAPM08-trigwrap-img {
	display: none;
	float: left;
	width: auto;
	border-right: 1px solid #FFF;
}

.HAPM08-trigwrap-img.last {
	border-right: none;
}

.HAPM08-trigwrap-img a img {
	border: none;
	vertical-align: bottom;
}

.HAPM08-trig-img {
	background-color: #151515;
	display: block;
	overflow: hidden;
	cursor: pointer;
}

.HAPM08-trig-img a {
	display: block;
	height: 100%;
	text-align: center;
}

.HAPM08-trig-img:hover, .HAPM08-trig-img.open {
	background-color: #000000;
}

.HAPM08-trig-img.open, .HAPM08-trig-img a.open {
	cursor: default;
	background-color: #000;
}

.HAPM08-trig-img a:focus {
	outline: none;
}

.p7HAPM_panel {
	overflow: hidden;
}

.HAPM08-content-wrapper {
	overflow: hidden;
	position: relative;
}

.HAPM08-content-wrapper {
	border-right: 1px solid #FFF;
}

.HAPM08-content-wrapper.last {
	border-right: none;	
}

.HAPM08-content {
	overflow: hidden;
	padding: 20px 32px;
	line-height: 1.5;
	color: #000;
	font-size: 15px;
	font-family: Candara, Arial, Helvetica, sans-serif;
}

.HAPM08-caption {
	display: none;
	position: absolute;
	top: auto;
	bottom: 0px;
	left: 0;
	right: auto;
	width: 100%;
}

.HAPM08-caption-content {
	background-color: #FFF7EE;
	color: #222;
	padding: 6px 32px;
	font-size: 12px;
	font-family: Candara, Arial, Helvetica, sans-serif;
	background: rgba(255,232,206,.85);
}

.HAPM08-content a.current_mark {
	font-weight: bold;
}

/*DO NOT DELETE OR EDIT THE FOLLOWING RULE. 
IF YOU DO, THE WIDGET WILL CEASE TO WORK.*/
.p7HAPMcontrol {
	width: 28px !important;	
	border: none !important;
	padding: 0px !important;
	margin: 0px !important;
}
