/* 
  -----------------------------------
  Tab Panel Magic 2
  by Project Seven Development
  www.projectseven.com
  Style Theme: 11 - iTabs
  -----------------------------------
*/
.p7TPM11 {
	width: auto;
	padding: 0px;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#111111');
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.p7TPM11 a:hover {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;	
}
.p7TPM11 img {
	vertical-align: top;
}
/*Triggers construct - including arrows*/
.p7TPMtabs_11 {
	position: relative;
	z-index: 88;
	overflow: hidden;
	zoom: 1;
	margin: 0 0 16px 0;
}
.p7TPM_arrows_11 .p7TPM_arrow_L, .p7TPM_arrows_11 .p7TPM_arrow_R {
	float: left;
	position: relative;
	z-index: 9999;
}
.p7TPM_arrows_11 .p7TPM_arrow_R {
	float: right;
}
.p7TPM_arrows_11 a {
	display: block;
	text-decoration: none;
	color: #CCC;
	text-indent: -9999px;
	width: 12px;
	background-repeat: no-repeat;
	background-position: 0px center;
}
.p7TPM_arrows_11 a:hover {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;	
}
.p7TPM_arrows_11 .p7TPM_arrow_L a {
	background-image: url(img/tpm11_west.gif);
}
.p7TPM_arrows_11 .p7TPM_arrow_R a {
	background-image: url(img/tpm11_east.gif);
}
.p7TPM_arrows_11 .p7TPM_arrow_L a:hover {
	background-image: url(img/tpm11_west_over.gif);
}
.p7TPM_arrows_11 .p7TPM_arrow_R a:hover {
	background-image: url(img/tpm11_east_over.gif);
}
.p7TPM_arrows_11 a:hover, .p7TPM_arrows_11 a:focus {
	outline: 0;
}
.p7TPM_arrows_11 .p7TPM_arrow_R a.off {
	display: block;
	cursor: default;
	background-image: url(img/tpm11_east_down.gif);
}
.p7TPM_arrows_11 .p7TPM_arrow_L a.off {
	display: block;
	cursor: default;
	background-image: url(img/tpm11_west_down.gif);
}
/*Trigger and Arrows Font Size, top, and bottom padding*/
.p7TPM_arrows_11 a, .p7TPM_tabs_11 a, .p7TPM_tabs_11 a:visited {
	font-size: 16px;
	padding-top: 14px !important;
	padding-bottom: 14px !important;
}
/*Trigger Viewport*/
.p7TPM11 .p7TPMtabs_viewport {
	position:relative;
	overflow:hidden;
	zoom: 1;
}
/*Trigger Wrapper*/
.p7TPM11 .p7TPMtabs_wrapper {
	position:relative;
}
/*Trigger UL*/
.p7TPM_tabs_11 {
	margin: 0;
	padding: 0px;
	position: relative;
	z-index: 999;
	zoom: 1;
}
.p7TPM_tabs_11 a img {
	border: 0;
}
.p7TPM_tabs_11 li {
	float: left;
	list-style-type: none;
	margin-left: 0px;
	position: relative;
	margin-right: 6px;
}
.p7TPM_tabs_11 .tpmfirst {
	margin-left: 0px;
}
.p7TPM_tabs_11 a, .p7TPM_tabs_11 a:visited {
	background-color: #000;
	
}
.p7TPM_tabs_11 a, .p7TPM11 .p7TPM_tabs_11 a:visited {
	display: block;
	text-decoration: none;
	padding-right: 12px;
	padding-left: 12px;
	color: #C8AC68;
	background-color: #59524C;	
}

.p7TPM_tabs_11 a:hover, .p7TPM_tabs_11 a:focus {
	background-color: #FC0;
}
.p7TPM_tabs_11 a:hover, .p7TPM_tabs_11 a:focus {
	outline: 0;
	color: #C8AC68;
	background-color: rgba(70,64,60,1);
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.p7TPM_tabs_11 a.open, .p7TPM_tabs_11 a.open:visited {
	background-color: #949970;
	cursor: default;
}
.p7TPM_tabs_11 a.open, .p7TPM_tabs_11 a.open:visited {
	color: #FFF;
	background-color: rgba(148,153,112,1);
	z-index: 999;
}

/*Panels*/
/*Outer Wrapper*/
.p7TPMcwrapper_11 {
	position: relative;
	top: 0px;
	z-index: 3;
	border: 0px solid #FFF;
	/*-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;*/
	/* [disabled]background-color: #FFF; */
}
.p7TPMcwrapper_11.arrows_on {
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
}
/*Panels Viewport*/
.p7TPMcwrapper_11 .p7TPM_vp {filter: none;}

/*Individual panels*/
.p7TPM_content_11 {
	font-size: 14px;
	line-height: 1.5em;
	color: #000;
	padding-top: 0px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.p7TPM_content_11 li {
	line-height: 1.5em;
	padding: 0px;
	margin: 0px;
}
@media only screen and (min-width: 0px) and (max-width: 800px) {
.p7TPM_arrows_11 a, .p7TPM_tabs_11 a, .p7TPM_tabs_11 a:visited {
	font-size: 12px;
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}	
	
}
