<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 
  -----------------------------------
  Tab Panel Magic 2
  by Project Seven Development
  www.projectseven.com
  Style Theme: 9 - Image-Based
  -----------------------------------
*/
html, body {height: 101%;}
.p7TPM09, .p7TPM09 .p7TPM_tabs li, .p7TPM09 .p7TPMtabs_viewport,
.p7TPM09 .p7TPM_tabs a, .p7TPM09 .p7TPM_tabs a:visited, .p7TPM09 .p7TPMcwrapper, .p7TPM09 .p7TPM_content,
.p7TPM09 .p7TPM_arrows a, .p7TPM09 .p7TPM_arrow_L, .p7TPM09 .p7TPM_arrow_R {
	padding: 0;
	background-color: transparent;
	background-image: none;
	border-top: 0;
	border-right: 0;
	border-bottom: 0;
	border-left: 0;

}
.p7TPM09 {

	width: 723px;
	margin: 0 auto;
	padding: 12px 12px 0px 12px;
	border: 1px solid #00000;
	-moz-border-radius: 10px 10px 0px 0px;
	-webkit-border-radius:  10px 10px 0px 0px;
	border-radius:  10px 10px 0px 0px;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	background-color: #000000;
	background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#111111));
	background: -moz-linear-gradient(top,#000000,#111111);
}
.p7TPM09 img {
	vertical-align: top;
}
/*Triggers construct - including arrows*/
.p7TPM09 .p7TPMtabs {
	padding-top: 0px;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;


	position: relative;
	z-index: 999;
	overflow: hidden;
	zoom: 1;
}
.p7TPM09 .p7TPM_arrow_L, .p7TPM09 .p7TPM_arrow_R {
	float: left;
	position: relative;
	z-index: 999999999999;
	height: 12px;
	overflow: hidden;
	width: 20px;
	top: 20px;
}
.p7TPM09 .p7TPM_arrow_R {
	float: right;
}
.p7TPM09 .p7TPM_arrows a {
	display: block;
	text-decoration: none;
	text-indent: -9999px;
	width: 20px;
	background-repeat: no-repeat;
}
.p7TPM09 .p7TPM_arrow_L a {
	background-image: url(img/tpm09_west.png);
	background-position: 0px 0px;
}
.p7TPM09 .p7TPM_arrow_R a {
	background-image: url(img/tpm09_east.png);
	background-position: 0px 0px;
}
.p7TPM09 .p7TPM_arrows a:hover, .p7TPM09 .p7TPM_arrows a:focus {
	outline: 0;
}
.p7TPM09 .p7TPM_arrows .p7TPM_arrow_R a.off {
	display: block;
	background-position: 0px -12px;
	cursor: default;
}
.p7TPM09 .p7TPM_arrows .p7TPM_arrow_L a.off {
	display: block;
	background-position: 0px -12px;
	cursor: default;
}
/*Trigger and Arrows Font Size, top, and bottom padding*/
.p7TPM09 .p7TPM_arrows a, .p7TPM09 .p7TPM_tabs a, .p7TPM09 .p7TPM_tabs a:visited {
	font-size: 12px;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}
/*Trigger Viewport*/
.p7TPM09 .p7TPMtabs_viewport {
	position:relative;
	overflow:hidden;
	zoom: 1;
}
/*Trigger Wrapper*/
.p7TPM09 .p7TPMtabs_wrapper {
	position:relative;
}
/*Trigger UL*/
.p7TPM09 .p7TPM_tabs {
	margin: 0;
	padding: 0px;
	position: relative;
	z-index: 999;
	zoom: 1;
}
.p7TPM09 .p7TPM_tabs a img {
	border: 0;
}
.p7TPM09 .p7TPM_tabs li {
	float: left;
	list-style-type: none;
	margin-left: 0px;
	position: relative;
}
.p7TPM09 .p7TPM_tabs .tpmfirst {

}
.p7TPM09 .p7TPM_tabs a, .p7TPM09 .p7TPM_tabs a:visited {
	text-transform: uppercase;
	display: block;
	color: #000000;
	text-decoration: none;
	padding-right: 0px;
	padding-left: 0px;
}
.p7TPM09 .p7TPM_tabs .tpmfirst a {
	border-left: 0;

}
.p7TPM09 .p7TPM_tabs a:hover, .p7TPM09 .p7TPM_tabs a:focus {
	outline: 0;
	color: #FFF;
	background-color: #000;	
}
.p7TPM09 .p7TPM_tabs a.open, .p7TPM09 .p7TPM_tabs a.open:visited {

}
/*Panels*/
/*Outer Wrapper*/
.p7TPM09 .p7TPMcwrapper {
	background-color: #FFF;

	position: relative;
	top: -1px;
	border: 1px solid #000000;

}
/*Panels Viewport*/
.p7TPM09 .p7TPM_vp {}

/*Individual panels*/
.p7TPM09 .p7TPM_content {

	padding: 5px 42px 55px 42px;
	color: #000000;
	font-size: 12px;
	line-height: 1.5em;
	text-align:justify;
	background-image: url(../footer.jpg);
	background-repeat: no-repeat;
	background-position:bottom;


}
#backgroundPopup{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:100%;
width:100%;
top:0;
left:0;
background:#000000;
border:1px solid #cecece;
z-index:1;
}
.popUpDiv{
line-height:normal;
display:none;  
_position:absolute; /* hack for internet explorer 6*/  
height:340px;  
width: 200;
margin-left:-10px;
background:#FFFFFF;  
border:3px solid #434343; 
-moz-border-radius: 10px 10px 10px 10px;
-webkit-border-radius:  10px 10px 10px 10px;
border-radius:  10px 10px 10px 10px; 
padding:14px;  
line-height:1;  
font-size: 12px;  
font-family: Calibri, Arial, Helvetica, sans-serif; 
text-align:center;
vertical-align:middle;
	
}

.popUpDiv input {
		border-style: none;
		border:none;
		
	
}

.popUpDiv h1{
text-align:left;
color:#2a2a2a;
font-size:20px;
font-weight:700;
margin-bottom:0px;
}
.popUpDiv h2{
	text-align:left;
color:#5f5f5f;
font-size:17px;
font-weight:700;
padding-bottom:2px;
margin-top:0px;
padding-top:0px;
padding-bottom:1px;
}

#popupDivClose{
font-size:14px;
line-height:14px;
right:6px;
top:4px;
position:absolute;
color:#6fa5fd;
font-weight:700;
display:block;
}

#popupDivClose img {
	border-style: none;

}
#button{
text-align:center;
margin:100px;
}


input {
	border:none;
	margin-left:0;
	padding-left:0;
	padding-top:0;
	margin-top:0;
	
}

input.left, textarea.left, select.left {
	text-align: center;
border : 1px solid Black;
background-color : #CCCCCC;
color : #0E1930;
font-size : 18px;
    font-family: verdana;



width: 52px;
padding:0px;

height: 1.7em; /* replace 2em with your chosen value, in px or whatever */
}

#buy{

}

#buy img {
	border-style: none;

}
</pre></body></html>