/* 
  -----------------------------------
  Tab Panel Magic 2
  by Project Seven Development
  www.projectseven.com
  Style Theme: 1 - Win Tabs
  -----------------------------------
*/
.p7TPM01 {
	width: auto;
	margin: 20px auto 0;
}
.p7TPM01:after {
	content: ".";
	font-size: 0px;
	display: inline;
	overflow: hidden;
	line-height: 1;
}
.p7TPM01 img {
	vertical-align: top;
}
/*Triggers construct - including arrows*/
.p7TPM01 .p7TPMtabs_01 {
	position: relative;
	z-index: 999;
	overflow: hidden;
	zoom: 1;
}
.p7TPM_arrows_01 .p7TPM_arrow_L, .p7TPM_arrows_01 .p7TPM_arrow_R {
	float: left;
	position: relative;
	z-index: 9999999999;	
}
.p7TPM_arrows_01 .p7TPM_arrow_R {
	float: right;
}
.p7TPM_arrows_01 a {
	display: block;
	text-decoration: none;
	color: #CCC;
	text-indent: -9999px;
	width: 26px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.p7TPM_arrows_01 .p7TPM_arrow_L a {
	background-image: url(img/tpm01_west.jpg);
}
.p7TPM_arrows_01 .p7TPM_arrow_R a {
	background-image: url(img/tpm01_east.jpg);
}
.p7TPM_arrows_01 a:hover, .p7TPM_arrows_01 a:focus {
	outline: 0;
}
.p7TPM_arrows_01 a.off {
	display: block;
	background-position: 0px -138px;
	cursor: default;
}
/*Trigger Viewport*/
.p7TPM01 .p7TPMtabs_viewport {
	position:relative;
	overflow:hidden;
	zoom: 1;
}
/*Trigger and Arrows Font Size, top, and bottom padding*/
.p7TPM_arrows_01 a, .p7TPM_tabs_01 a, .p7TPM_tabs_01 a:visited {
	padding-top: 6px !important;
	padding-bottom: 6px !important;
}
/*Trigger Wrapper*/
.p7TPM01 .p7TPMtabs_wrapper {
	position:relative;
}
/*Trigger UL*/
.p7TPM_tabs_01 {
	margin: 0;
	padding: 0px;
	font-size: 12px;
	position: relative;
	z-index: 999;
	zoom: 1;
}
.p7TPM_tabs_01 a img {
	border: 0;
}
.p7TPM_tabs_01 li {
	float: left;
	font-size:1.5em;
	font-family: 'Bitter', serif;
	list-style-type: none;
	margin-right: 2px;
	-webkit-transform-style: preserve-3d;
	background-image: linear-gradient(0deg, #EEE, #0C1E51);
	border: 1px solid #999;
	border-bottom:0;
	background-color:#0C1E51;
	position: relative;
	/* Rounded Corners */
	border:10px 10px 0px 0px;
	border-radius:10px 10px 0px 0px;
}
.p7TPM_tabs_01 .tpmfirst {
	margin-left: 0;
}
.p7TPM_tabs_01 a, .p7TPM_tabs_01 a:visited {
	display: block;
	color: #EEE;
	text-decoration: none;
	padding-right: 18px;
	padding-left: 18px;
	background-image: linear-gradient(0deg, #9A2427, #6C1613);
	background-color:#6C1613;
	border-bottom: 1px solid #999;
	/* Rounded Corners */
	border:10px 10px 0px 0px;
	border-radius:10px 10px 0px 0px;
	text-shadow:none;
    box-shadow: inset 0 -7px 9px -7px rgba(0,0,0,0.4), 
				inset 0 -2px 9px -2px rgba(0,0,0,0.8);
}
.p7TPM_tabs_01 a:hover, .p7TPM_tabs_01 a:focus {
	outline: 0;
	color: #E39658;
}
.p7TPM_tabs_01 li.open {
	background-image: linear-gradient(0deg, #EEE, #9A2427);
	background-color:#9A2427;
	top: 1px;
}
.p7TPM_tabs_01 a.open, .p7TPM_tabs_01 a.open:visited {
	text-decoration: none;
	color:#6C1613;
	background-image: linear-gradient(0deg, #EEE, #FFF);
	background-color:#ACD7E9;
	border-color: transparent;
	/* Rounded Corners */
	border:10px 10px 0px 0px;
	border-radius:10px 10px 0px 0px;
	text-shadow:none;
	/*No Outer Shadow*/
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
/*Panels*/
/*Outer Wrapper*/
.p7TPMcwrapper_01 {
	position: relative;
	top: -1px;
	border: 1px solid #999;
	background-color: #EEE;
	border-radius: 0 5px 5px 5px;
}
.p7TPMcwrapper_01.arrows_on {
	border-radius: 0 0px 5px 5px;
}
/*Panels Viewport*/
.p7TPMcwrapper_01 .p7TPM_vp {
	filter: none;
}

/*Individual panels*/
.p7TPM_content_01 {
	padding: 20px;
	color: #000;
	font-size: 13px;
	line-height: 1.5em;
}
.p7TPM_content_01 a {
	text-transform: uppercase;
	color: #C05F30;
}
.p7TPM_content_01 a:hover, .p7TPM_content_01 a:focus {
	color: #000;
}
