/* 
  -----------------------------------
  Tab Panel Magic 2
  by Project Seven Development
  www.projectseven.com
  Style Theme: 14 - Simply Elegant
  -----------------------------------
*/
.p7TPM14 {
	margin: 0px auto;
	position: relative;
	border: 1px solid;
	border-color:rgba(55,102,159,0.5);
	padding: 10px;
	border-radius: 5px;
	font-size:12px;
}
.p7TPM14:after {
	content: ".";
	font-size: 0px;
	display: inline;
	overflow: hidden;
	line-height: 1;
}
.p7TPM14 img {
	vertical-align: top;
}
/*Triggers construct - including arrows*/
.p7TPMtabs_14 {
	position: relative;
	z-index: 999;
	overflow: hidden;
	zoom: 1;
	padding: 0px 0px;
}



.p7TPM_arrows_14 .p7TPM_arrow_L, .p7TPM_arrows_14 .p7TPM_arrow_R {
	float: left;
	position: relative;
	z-index: 9999;
}
.p7TPM_arrows_14 .p7TPM_arrow_R {
	float: right;
}
.p7TPM_arrows_14 a {
	display: block;
	text-decoration: none;
	color: #CCC;
	text-indent: -9999px;
	width: 24px;
	background-repeat: no-repeat;
	background-position: 0px center;
}
.p7TPM_arrows_14 .p7TPM_arrow_L a {
	background-image: url(img/tpm14_west.gif) none;
}
.p7TPM_arrows_14 .p7TPM_arrow_R a {
	background-image: url(img/tpm14_east.gif) none;
}
.p7TPM_arrows_14 .p7TPM_arrow_L a:hover {
	background-image: url(img/tpm14_west_over.gif) none;
}
.p7TPM_arrows_14 .p7TPM_arrow_R a:hover {
	background-image: url(img/tpm14_east_over.gif);
}
.p7TPM_arrows_14 a:hover, .p7TPM_arrows_14 a:focus {
	outline: 0;
}
.p7TPM_arrows_14 .p7TPM_arrow_R a.off {
	display: block;
	cursor: default;
	background-image: url(img/tpm14_east_down.gif);
}
.p7TPM_arrows_14 .p7TPM_arrow_L a.off {
	display: block;
	cursor: default;
	background-image: url(img/tpm14_west_down.gif);
}
/*Trigger and Arrows Font Size, top, and bottom padding*/
.p7TPM_arrows_14 a, .p7TPM_tabs_14 a, .p7TPM_tabs_14 a:visited {
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}





/*Trigger Viewport*/
.p7TPM14 .p7TPMtabs_viewport {
	position:relative;
	overflow:hidden;
	zoom: 1;
}
/*Trigger Wrapper*/
.p7TPM14 .p7TPMtabs_wrapper {
	position:relative;
}
/*Trigger UL*/



.p7TPM_tabs_14 {
	margin: 0;
	padding: 0px;
	position: relative;
	z-index: 999;
	zoom: 1;
}
.p7TPM_tabs_14 a img {
	border: 0;
}
.p7TPM_tabs_14 li {
	float: left;
	list-style-type: none;
	margin-left: 0px;
	position: relative;
	margin-right: 6px;
}
.p7TPM_tabs_14 .tpmfirst {
	margin-left: 0px;
}
.p7TPM_tabs_14 a, .p7TPM_tabs_14 a:visited {
	border: 1px solid rgba(55,102,159,0.5);
	display: block;
	text-decoration: none;
	padding-right: 12px;
	padding-left: 12px;
	color: #000;
	border-radius: 5px;
}

.p7TPM_tabs_14 a:hover, .p7TPM_tabs_14 a:focus {
	border-color: rgba(55,102,159,0.5);
	outline: 0;
	background-color: rgba(250,250,252,0.3);
	box-shadow: inset 0px 0px 20px rgba(250,250,252,0.7);
}
.p7TPM_tabs_14 a.open, .p7TPM_tabs_14 a.open:visited,
.p7TPM_tabs_14 a.open:hover, .p7TPM_tabs_14 a.open:focus, .p7TPM_tabs_14 a.open:active {
	background-color:rgba(218,217,246,1);
	border-color: rgba(55,102,159,0.5);
	cursor: default;
	color: #fff;
	
}

/*box-shadow: inset 0px 0px 20px #fff;*/


/*Panels*/
/*Outer Wrapper*/
.p7TPMcwrapper_14 {
	position: relative;
	border-radius: 7px;
	margin-top: 10px;
	background-color:rgba(250,250,252,0.7);
}
/*Panels Viewport*/
.p7TPMcwrapper_14 .p7TPM_vp {filter: none;}

/*Individual panels*/
.p7TPM_content_14 {
	padding: 15px 30px;
	color: rgba(55,102,159,1);
	line-height: 1.35;
}
.p7TPM_content_14 a  {
	color: #CCCCCC;
	text-transform: uppercase;
}
.p7TPM_content_14 a:hover,.p7TPM_content_14 a:focus {
	outline: none;
	color: #D15C3F;
}
