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

  Style Theme: 12 - Basic Style -No Box
  -----------------------------------
*/

.p7TPpanel { border: 0; }

.p7TPwrapper {
padding: 0;
position: relative;
}

.p7TPheader { }

.p7TPheader h2,
.p7TPheader h3 { margin: 0; }

.p7TP_tabs {
padding: 0;
display: none;
width: 34px;
position: absolute;
top: 0px;
left: -55px;
}

#p7TP1 .p7TP_tabs a {
display: block;
float: left;
text-decoration: none;
}

#p7TP1 .p7TP_tabs a#de {
background: url(/storage/btn-languageTabs-icons.png) no-repeat 0 0;
height: 65px;
width: 34px;
text-indent: -9999px;
}

    #p7TP1 .p7TP_tabs a#de:hover { background: url(/storage/btn-languageTabs-icons.png) no-repeat -34px 0; }
        
    #p7TP1 .p7TP_tabs div.down a#de {
    height: 65px;
    width: 34px;
    text-indent: -9999px;
    background: url(/storage/btn-languageTabs-icons.png) no-repeat -68px 0 !important;
    }


#p7TP1 .p7TP_tabs a#en {
background: url(/storage/btn-languageTabs-icons.png) no-repeat 0 -65px;
height: 65px;
width: 34px;
text-indent: -9999px;
}

    #p7TP1 .p7TP_tabs a#en:hover { background: url(/storage/btn-languageTabs-icons.png) no-repeat -34px -65px; }
        
    #p7TP1 .p7TP_tabs div.down a#en {
    height: 65px;
    width: 34px;
    text-indent: -9999px;
    background: url(/storage/btn-languageTabs-icons.png) no-repeat -68px -65px !important;
    }

#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 { }

.p7TP_tabs div {
float: left;
margin: 0 -2px 0 0;
}

.p7TPclear {
clear: both;
height: 0;
line-height: 0;
font-size: 0;
}

.p7TPcontent {
position: relative;
z-index: 1;
top: -1px;
left: 0;
}

.p7TPcontent h2,
.p7TPcontent h3,
.p7TPcontent h4 { }

.p7TPcontent p { }

#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 { }

HIDE the TABS
.p7TP_tabs { display: none; }

