/* 
  -----------------------------------
  Horizontal Accordion Panel Magic
  by Project Seven Development
  www.projectseven.com
  Style Theme: 2 - Basic Vanilla
  -----------------------------------
*/
html, body {height: auto !important;}
html {overflow-y: scroll;}

.p7HAPM02 {
	overflow: hidden;
	padding: 0px;
	border: 1px solid #000;
}
.p7HAPM_section {
	z-index: 99999;
}
.HAPM02-content-wrapper, .HAPM02-content {
	background-color: #FFF;
}

.p7HAPM_trigger img {max-width: 1000px !important;} 

.HAPM02-trigwrap {
	display: none;
	float: left;
	width: 48px;
}

.HAPM02-trigwrap {
	border-right: 1px solid #000;
}
.HAPM02-trigwrap.last {
	border-right: none;
}

.HAPM02-trig {
	display: block;
	overflow: hidden;
	cursor: pointer;
	font-family: "Lucida Console", Monaco, monospace;
}

.HAPM02-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;
}

.HAPM02-trig, .HAPM02-trig a {
	background-color: #D2D2D2;
	color: #000;
	font-size: 14px;
}

.HAPM02-trig:hover, .HAPM02-trig:hover a {
	background-color: #B1A9A0;
	color: #FFF;
	outline: none;
}

.HAPM02-trig a:focus {
	color: #FFF;
	outline: none;
}
.HAPM02-trig.open a:focus {
	color: #999;
}

.HAPM02-trig.open, .HAPM02-trig.open a {
	background-color: #121212;
	color: #EEE;
	cursor: default;
}

.HAPM02-trigwrap-img {
	display: none;
	float: left;
	width: auto;
	border-right: 1px solid #000;
}

.HAPM02-trigwrap-img.last {
	border-right: none;
}

.HAPM02-trigwrap-img a img {
	border: none;
	vertical-align: bottom;
}

.HAPM02-trig-img {
	background-color: #151515;
	display: block;
	overflow: hidden;
	cursor: pointer;
}

.HAPM02-trig-img a {
	display: block;
	height: 100%;
	text-align: center;
}

.HAPM02-trig-img a:hover, .HAPM02-trig-img.open, .HAPM02-trig-img.open a {
	cursor: default;
	background-color: #121212;
}

.HAPM02-trig-img a:focus {
	outline: none;
}

.p7HAPM_panel {
	overflow: hidden;
}

.HAPM02-content-wrapper {
	overflow: hidden;
	position: relative;
}

.HAPM02-content-wrapper {
	border-right: 1px solid #000;
}

.HAPM02-content-wrapper.last {
	border-right: none;	
}

.HAPM02-content {
    overflow: hidden;
    padding: 20px 32px;
    line-height: 1.5;
    color: #000;
    font-size: 15px;
    font-family: Candara, Arial, Helvetica, sans-serif;
    text-align: left;
}

.HAPM02-caption {
	display: none;
	position: absolute;
	top: auto;
	bottom: 0px;
	left: 0;
	right: auto;
	width: 100%;
}

.HAPM02-caption-content {
	background-color: #F2F2F2;
	color: #222;
	padding: 6px 32px;
	font-size: 12px;
	font-family: Candara, Arial, Helvetica, sans-serif;
	background: rgba(242,242,242,.85);
}

.HAPM02-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;
}
