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

.p7HAPM01 {
	overflow: hidden;
	border-radius: 11px;
	box-shadow: 0px 0px 30px #666;
	border: 1px solid;
	border-color: #000;
	padding: 1px;
}

.p7HAPM01 {
	border-color: rgba(255,255,255,1);
}
.p7HAPM_section {
	z-index: 99999;
}
.p7HAPM01, .HAPM01-content-wrapper , .HAPM01-content{
	background-color: #FFFFFF;
}

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

.HAPM01-trigwrap {
	display: none;
	float: left;
	width: 48px;
}
.HAPM01-trigwrap {
	border-right: 2px solid #FFF;
}

.HAPM01-trigwrap.last {
	border-right: none;
}

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

.HAPM01-trig.first, .HAPM01-trig-img.first {
	border-radius: 8px 0px 0px 8px;
}
.HAPM01-trig.last, .HAPM01-trig-img.last {
	border-radius: 0px 8px 8px 0px;
}
.HAPM01-trig.last.open, .HAPM01-trig-img.last.open {
	border-radius: 0px 0px 0px 0px;
}

.HAPM01-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;
}

.HAPM01-trig, .HAPM01-trig a {
	background-color: #D2D2D2;
	color: #000;
	font-size: 14px;
}

.HAPM01-trig:hover, .HAPM01-trig:hover a {
	background-color: #8E8279;
	color: #FFF;
}

.HAPM01-trig a:focus {
	color: #FFF;
	outline: none;
}
.HAPM01-trig.open a:focus {
	color: #999;
}

.HAPM01-trig.open, .HAPM01-trig.open a {
	background-color: #121212;
	color: #EEE;
	cursor: default;
}

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

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

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

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

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

.HAPM01-trig-img.open, .HAPM01-trig-img a.open {
	cursor: default;
}

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

.p7HAPM_panel {
	overflow: hidden;
}

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

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

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

.HAPM01-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);
}
.HAPM01-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;
}
