.p7TPpanel {
	overflow: hidden;
	margin-bottom: 10px;
}
.p7TPwrapper {
	padding: 0;
}
.p7TPheader {
	/* background-image: url(img/tabs01header.jpg); 
	background-repeat: repeat-x;
	padding: 3px 6px;
	border-bottom: 1px solid #666666;
	background-color: #E1E3DC;*/
}
.p7TPheader h2, .p7TPheader h3 {
	margin: 0;
	font-size: 1em;
	font-weight: normal;
}
.p7TP_tabs {
	padding: 0;
	font-size: 14px;
	font-weight:bold;
}
#p7TP1 .p7TP_tabs a, #p7TP2 .p7TP_tabs a,
#p7TP3 .p7TP_tabs a, #p7TP4 .p7TP_tabs a, 
#p7TP5 .p7TP_tabs a {
	padding: 12px 12px 6px 12px;
	display: block;
	float: left;
	color: #aaaaaa;
	text-decoration: none;
	/* background-image: url(../../img/tabs01_up2.png); */
	background-repeat: no-repeat;
	background-position: right top;
	/* background-color: transparent; */
}
#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 {
	outline: none;
	/* outline-color: #CCCCCC; */
}
#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: #ed2724;
	background-color: transparent;
}
.p7TP_tabs div {
	display: block;
	float: left;
	/* background-image: url(../../img/tabs01_up.png); */
	background-repeat: no-repeat;
	/* margin: 0 -2px 0 0; */
}
.p7TPclear {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
.p7TPcontent {
	padding: 0px 10px 5px 10px;
	position: relative;
	z-index: 1;
	top: 0px;
	left: 0;
	background-image: url(../../img/box_back.png);
}
.p7TPcontent p {
	margin: 6px 0 12px 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;
	background-image: url(../../img/tabs01_down.png);
	background-repeat: no-repeat;
}
#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 {
	background-image: url(../../img/tabs01_down2.png);
	background-repeat: no-repeat;
	background-position: right top;
}
/*HIDE the TABS*/
.p7TP_tabs {
	display: none;
}

/* added by papp */

.p7TPtop { /* form bottom frame */
	height: 11px;
	padding: 0px;
	margin: 0px;
	font-size: 0px; /* ie6 fix */
	background-image: url(../../img/box_header_top.png);
	background-repeat: no-repeat;
	}

.p7TPbot { /* form bottom frame */
	height: 15px;
	padding: 0px;
	margin: 0px;
	margin-top: 0px;	
	font-size: 0px; /* ie6 fix */
	background-image: url(../../img/box_footer_top.png);
	background-repeat: no-repeat;
	}