/* 
  -----------------------------------
  TabPanel Magic Style Sheet
  by Project Seven Development
  www.projectseven.com

  Style Theme: 12 - Basic Style -No Box
  -----------------------------------
*/
.p7TPpanel {
 border: 0;
 width: 450px;
 margin-left: 35px;
}

.p7TPwrapper {
 padding: 0;
}
.p7TPheader {
	padding: 0px 0;
	border-bottom: 0;
}
.p7TPheader h2, .p7TPheader h3 {
 margin: 0;
 font-size: 1em;
 font-weight: normal;
 letter-spacing: 0.15em;
 }

.p7TP_tabs {
	padding: 0;
	font-size: 14px;
	font-family:Cambria,Verdana, Arial, Helvetica, sans-serif;
	position: relative;
	top: 6px;
}
#p7TP1 .p7TP_tabs a, #p7TP2 .p7TP_tabs a,
#p7TP3 .p7TP_tabs a, #p7TP4 .p7TP_tabs a, 
#p7TP5 .p7TP_tabs a {
	font-size: 16px;
	font-family:Calibri,Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	display: block;
	float: left;
	color: #999999;
	text-decoration: none;
	border-bottom: 0;
	padding-top: 0px;
	padding-right: 12px;
	padding-bottom: 7px;
	padding-left: 12px;
}
#p7TP1 .p7TP_tabs a:focus, #p7TP2 .p7TP_tabs a:focus,
#p7TP3 .p7TP_tabs a:focus, #p7TP4 .p7TP_tabs a:focus,
#p7TP5 .p7TP_tabs a:focus {
}
#p7TP1 .p7TP_tabs a:hover, #p7TP2 .p7TP_tabs a:hover, 
#p7TP3 .p7TP_tabs a:hover, #p7TP4 .p7TP_tabs a:hover, 
#p7TP5 .p7TP_tabs a:hover, #p7TP1 .p7TP_tabs a:active, 
#p7TP2 .p7TP_tabs a:active, #p7TP3 .p7TP_tabs a:active,
#p7TP4 .p7TP_tabs a:active, 
#p7TP5 .p7TP_tabs a:active {
	color: #000000;
}
.p7TP_tabs div {
	display: block;
	float: left;
	margin: 0 -0px 0 0;
		z-index: 2;

}
.p7TPclear {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
.p7TPcontent {
	background-image:url(../../images/product_bkg.png);
	background-repeat:no-repeat;
	z-index: 1;
	top: 0px;
	left: 0;
	color: #333333;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.p7TPcontent h2, .p7TPcontent h3, 
.p7TPcontent h4 {
	margin: 0px;
	line-height: normal;
}
.p7TPcontent p {
	margin: 0px 0 0px 0;
}
#p7TP1 .p7TP_tabs div.down, #p7TP2 .p7TP_tabs div.down, 
#p7TP3 .p7TP_tabs div.down, #p7TP4 .p7TP_tabs div.down, 
#p7TP5 .p7TP_tabs div.down {
	padding: 0;
	position: relative;
	z-index: 2;
}
#p7TP1 .p7TP_tabs div.down a, #p7TP2 .p7TP_tabs div.down a, 
#p7TP3 .p7TP_tabs div.down a, #p7TP4 .p7TP_tabs div.down a, 
#p7TP5 .p7TP_tabs div.down a {
	color: #333333!important;
	background-image:url(../../images/producr_dart.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
/*HIDE the TABS*/
.p7TP_tabs {
 display: none;
}

