/* 
  -----------------------------------
  Tab Panel Magic 2
  by Project Seven Development
  www.projectseven.com
  Style Theme: 7 - Blueberry
  -----------------------------------
*/
.p7TPM07, .p7TPM07 .p7TPM_tabs li, .p7TPM07 .p7TPMtabs_viewport,
.p7TPM07 .p7TPM_tabs a, .p7TPM07 .p7TPM_tabs a:visited, .p7TPM07 .p7TPMcwrapper, .p7TPM07 .p7TPM_content,
.p7TPM07 .p7TPM_arrows a, .p7TPM07 .p7TPM_arrow_L, .p7TPM07 .p7TPM_arrow_R {
	padding: 0;
	background-color: transparent;
	background-image: none;
	border-top: 0;
	border-right: 0;
	border-bottom: 0;
	border-left: 0;
}
.p7TPM07 {
	width: auto;
	margin: 0 auto;
	padding: 10px;
	background-color: #EBD089;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #8D6D18;
}
.p7TPM07 img {
	vertical-align: top;
}
/*Triggers construct - including arrows*/
.p7TPM07 .p7TPMtabs {
	position: relative;
	z-index: 1;
	overflow: hidden;
	zoom: 1;
}
.p7TPM07 .p7TPM_arrow_L, .p7TPM07 .p7TPM_arrow_R {
	float: left;
	position: relative;
	z-index: 999999;
}
.p7TPM07 .p7TPM_arrow_R {
	float: right;
}
.p7TPM07 .p7TPM_arrows a {
	display: block;
	text-decoration: none;
	text-indent: -9999px;
	width: 26px;
	background-repeat: no-repeat;

}
.p7TPM07 .p7TPM_arrow_L a {
	background-image: url(../images/tpm07_west.png);
	background-position: 0px 10px;
}
.p7TPM07 .p7TPM_arrow_R a {
	background-image: url(../images/tpm07_east.png);
	background-position: 0px 10px;
}
.p7TPM07 .p7TPM_arrows a:hover, .p7TPM07 .p7TPM_arrows a:focus {
	outline: 0;
}
.p7TPM07 .p7TPM_arrows .p7TPM_arrow_R a.off {
	display: block;
	background-position: -26px 10px;
	cursor: default;
}
.p7TPM07 .p7TPM_arrows .p7TPM_arrow_L a.off {
	display: block;
	background-position: -26px 10px;
	cursor: default;
}
/*Trigger and Arrows Font Size, top, and bottom padding*/
.p7TPM07 .p7TPM_arrows a, .p7TPM07 .p7TPM_tabs a, .p7TPM07 .p7TPM_tabs a:visited {
	font-size: 16px;
	padding-top: 6px !important;
	padding-bottom: 6px !important;
}
/*Trigger Viewport*/
.p7TPM07 .p7TPMtabs_viewport {
	position:relative;
	overflow:hidden;
	zoom: 1;
}
/*Trigger Wrapper*/
.p7TPM07 .p7TPMtabs_wrapper {
	position:relative;
}
/*Trigger UL*/
.p7TPM07 .p7TPM_tabs {
	margin: 0;
	padding: 0px;
	position: relative;
	z-index: 999;
	zoom: 1;
}
.p7TPM07 .p7TPM_tabs a img {
	border: 0;
}
.p7TPM07 .p7TPM_tabs li {
	float: left;
	list-style-type: none;
	margin-left: 0px;
	position: relative;
	margin-right: 3px;
}
.p7TPM07 .p7TPM_tabs .tpmfirst {

}
.p7TPM07 .p7TPM_tabs a, .p7TPM07 .p7TPM_tabs a:visited {
	display: block;
	color: #FFF;
	text-decoration: none;
	padding-right: 12px;
	padding-left: 12px;
	background-color: #876816;
	position: relative;
	z-index: 1;
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
	margin-bottom: -1px;
}
.p7TPM07 .p7TPM_tabs .tpmfirst a {
	border-left: 0;

}
.p7TPM07 .p7TPM_tabs a:hover, .p7TPM07 .p7TPM_tabs a:focus {
	outline: 0;
	color: #FFFFFF;
}
.p7TPM07 .p7TPM_tabs a.open, .p7TPM07 .p7TPM_tabs a.open:visited {
	color: #FFFFFF;
	border-bottom-color: transparent;
	background-color: #444F03;
	z-index: 999;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #2C3302;
	border-right-color: #2C3302;
	border-left-color: #2C3302;

	
}
/*Panels*/
/*Outer Wrapper*/
.p7TPM07 .p7TPMcwrapper {
	background-color: #F4E5BE;
	position: relative;
	top: 0px;
	z-index: 3;
	border: 1px solid #A1760D;
	-moz-border-radius: 0px 4px 4px 4px;
	-webkit-border-radius: 0px 4px 4px 4px;
	border-radius: 0px 4px 4px 4px;
}
.p7TPM07 .p7TPMcwrapper.arrows_on {
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
}
/*Panels Viewport*/
.p7TPM07 .p7TPM_vp {}

/*Individual panels*/
.p7TPM07 .p7TPM_content {
	padding: 10px;
	color: #000;
	font-size: 14px;
	line-height: 1.5em;
}
