/* 
  -----------------------------------
  Horizontal Accordion Panel Magic
  by Project Seven Development
  www.projectseven.com
  Style Theme: 9 - Mocha Mint
  -----------------------------------
*/
html, body { height: auto !important; }
html { overflow-y: scroll; }
.p7HAPM09
{
	overflow: hidden;
	padding: 0px;
	margin:0px;
	/*box-shadow: 0px 0px 20px #8C7C5B;*/
	box-shadow: 0px 0px 20px #999;
	background-color: #EEE7DD;
	border: 1px solid #FFF;
}
.p7HAPM_section { z-index: 100; }
.HAPM09-content
{
	overflow: hidden;
	padding: 20px 32px 250px 32px;
	line-height: 1.5;
	color: #333;
	font-size: 16px;
	font-family: 'Asap', Arial, Helvetica, sans-serif;
	background-image:url(../../img/bg-logo-watermark.png);
	/*background-image:url(../../img/bg_texture01.png);*/
	background-repeat: no-repeat;
	background-position: left bottom;
}
.HAPM09-content-wrapper, .HAPM09-content { background-color: #FFF7EE; }
.p7HAPM_trigger img { max-width: 1000px !important; }
.HAPM09-trigwrap
{
	display: none;
	float: left;
	width: 48px;
}
.HAPM09-trigwrap { border-right: 1px solid #FFF; }
.HAPM09-trigwrap.last { border-right: none; }
.HAPM09-trig
{
	display: block;
	overflow: hidden;
	cursor: pointer;
	font-family: "Lucida Console", Monaco, monospace;
	text-shadow: 0px 1px #ededed;/*border-radius: 0 15px 0 0;
	-moz-border-radius: 10px 10px 0 0;*/
}
.HAPM09-trig a
{
	outline:none;
	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;
}
.HAPM09-trig
{
	/*background-color: #78CEDB;
	box-shadow: inset 6px 6px 20px #33AFC1;
	background-color: #9C0;
	box-shadow: inset 6px 6px 20px #7da600;*/
	background-color: #aac984;
	box-shadow: inset 6px 6px 20px #84b340;
	outline:none;
}
.HAPM09-trig, .HAPM09-trig a
{
	outline:none;
	color: #000;
	font-size: 15px;
}
.HAPM09-trig:hover
{
	box-shadow: inset 6px -6px 20px #444444;
	background-color: #978484;
}
.HAPM09-trig:hover a, .HAPM09-trig a:hover, .HAPM09-trig a:focus, .HAPM09-trig a:active
{
	color: #FFF;
	outline: none;
	text-shadow: 0px 1px #444;
}
.HAPM09-trig.open
{
	box-shadow: inset 6px 0px 20px #9C857A;
	background-color: #B6A59D;
	/*box-shadow: inset 6px 0px 20px #e0e0e0;
	background-color: #ededed;*/
	cursor: default;
}
.HAPM09-trig.open a
{
	color: #000;
	cursor: default;
}
.HAPM09-trigwrap-img
{
	display: none;
	float: left;
	width: auto;
}
.HAPM09-trigwrap-img a img
{
	border: none;
	vertical-align: bottom;
}
.HAPM09-trig-img
{
	background-color: #151515;
	display: block;
	overflow: hidden;
	cursor: pointer;
	border-right: 1px solid #FFF;
}
.HAPM09-trig-img.last { border-right: none; }
.HAPM09-trig-img.last.open { border-right: 1px solid #FFF; }
.HAPM09-trig-img a
{
	display: block;
	height: 100%;
	text-align: center;
}
.HAPM09-trig-img:hover, .HAPM09-trig-img.open { background-color: #000000; }
.HAPM09-trig-img.open, .HAPM09-trig-img a.open
{
	cursor: default;
	background-color: #000;
}
.HAPM09-trig-img a:focus { outline: none; }
.p7HAPM_panel { overflow: hidden; }
.HAPM09-content-wrapper
{
	overflow: hidden;
	position: relative;
}
.HAPM09-content-wrapper { border-right: 1px solid #FFF; }
.HAPM09-content-wrapper.last { border-right: none; }
.HAPM09-caption
{
	display: none;
	position: absolute;
	top: auto;
	bottom: 0px;
	left: 0;
	right: auto;
	width: 100%;
}
.HAPM09-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);
}
.HAPM09-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;
}
