/* 
  -----------------------------------
  Tab Panel Magic 2
  by Project Seven Development
  www.projectseven.com
  Style Theme: 16 - Cabernet
  -----------------------------------
*/
.p7TPM16 {
	width: auto;
	margin: 0 auto;
}
.p7TPM16 img {
	vertical-align: top;
}
/*Triggers construct - including arrows*/
.p7TPMtabs_16 {
	position: relative;
	z-index: 99;
	overflow: hidden;
	zoom: 1;
}
.p7TPM_arrows_16 .p7TPM_arrow_L, .p7TPM_arrows_16 .p7TPM_arrow_R {
	float: left;
	position: relative;
	z-index: 9999;
}
.p7TPM_arrows_16 .p7TPM_arrow_R {
	float: right;
}
.p7TPM_arrows_16 a {
	display: block;
	text-decoration: none;
	color: #CCC;
	text-indent: -9999px;
	width: 24px;
	background-repeat: no-repeat;
	background-position: 0px center;
}
.p7TPM_arrows_16 .p7TPM_arrow_L a {
	background-image: url(img/tpm16_west.gif);
}
.p7TPM_arrows_16 .p7TPM_arrow_R a {
	background-image: url(img/tpm16_east.gif);
}
.p7TPM_arrows_16 .p7TPM_arrow_L a:hover {
	background-image: url(img/tpm16_west_over.gif);
}
.p7TPM_arrows_16 .p7TPM_arrow_R a:hover {
	background-image: url(img/tpm16_east_over.gif);
}
.p7TPM_arrows_16 a:hover, .p7TPM_arrows_16 a:focus {
	outline: 0;
}
.p7TPM_arrows_16 .p7TPM_arrow_R a.off {
	display: block;
	cursor: default;
	background-image: url(img/tpm16_east_down.gif);
}
.p7TPM_arrows_16 .p7TPM_arrow_L a.off {
	display: block;
	cursor: default;
	background-image: url(img/tpm16_west_down.gif);
}
/*Trigger and Arrows Font Size, top, and bottom padding*/
.p7TPM_arrows_16 a, .p7TPM_tabs_16 a, .p7TPM_tabs_16 a:visited {
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}
/*Trigger Viewport*/
.p7TPM16 .p7TPMtabs_viewport {
	position:relative;
	overflow:hidden;
	zoom: 1;
}
/*Trigger Wrapper*/
.p7TPM16 .p7TPMtabs_wrapper {
	position: relative;
	z-index: 999999;
}
/*Trigger UL*/
.p7TPM_tabs_16 {
	margin: 0;
	padding: 0px;
	position: relative;
	z-index: 999999;
	zoom: 1;
}
.p7TPM_tabs_16 a img {
	border: 0;
}
.p7TPM_tabs_16 li {
	float: left;
	list-style-type: none;
	position: relative;
}
.p7TPM_tabs_16 .tpmfirst {}
.p7TPM_tabs_16 a, .p7TPM_tabs_16 a:visited {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 12px;
	padding-left: 12px;
	background-color: #B31A1E;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	box-shadow: inset 0px 0px 6px #DA4125;
}
.p7TPM_tabs_16 .tpmfirst a {
	border-radius: 5px 0px 0px 0px;
	border-left: 1px solid #000;
}
.p7TPM_tabs_16 .tpmlast a {
	border-radius: 0px 5px 0px 0px;
}
.p7TPM_tabs_16 a:hover, .p7TPM_tabs_16 a:focus {
	outline: 0;
	color: #CCCCCC;
	box-shadow: inset 0px 0px 60px #C91D22;
	-webkit-box-shadow: inset 0px 0px 60px #C91D22;
}
.p7TPM_tabs_16 a.open, .p7TPM_tabs_16 a.open:visited {
	color: #000;
	background-color: #CCC;
	z-index: 999;
	border-bottom-color: transparent;
	box-shadow: none;
	background-image: -webkit-gradient(linear, 50.00% 0.00%, 50.00% 100.00%, color-stop( 0% , rgba(255,255,255,1.00)),color-stop( 100% , rgba(139,139,139,1.00)));
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(139,139,139,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(139,139,139,1.00) 100%);
}
/*Panels*/
/*Outer Wrapper*/
.p7TPMcwrapper_16 {
	background-color: #FFF;
	position: relative;
	top: -1px;
	z-index: 3;
	border: 1px solid #000;
	border-radius: 0px 5px 5px 5px;
}
.p7TPMcwrapper_16.arrows_on {
	border-radius: 5px;
}
/*Panels Viewport*/
.p7TPMcwrapper_16 .p7TPM_vp {filter: none;}

/*Individual panels*/
.p7TPM_content_16 {
	padding: 20px;
	color: #000;
	line-height: 1.5em;
}
.p7TPM_content_16 a {
	text-transform: uppercase;
	color: #DE553D;
}
.p7TPM_content_16 a:hover, .p7TPM_content_16 a:focus {
	color: #000;
}
