.ptabs{
float:left;
width:100%;
padding:0;
margin:0;
list-style-type: none;
border-bottom:1px solid #98b87e;
}

.ptabs div{
float:left;
padding:0;
margin: 0 3px 0 0;
background: url(images/custom/tab_shade_l.png) 0 2px no-repeat;
}

.ptabs div a {
float:left;
outline-style: none;
background: url(images/custom/tab_shade_r.png) 100% 2px no-repeat;
padding:7px 22px 6px 22px;
text-decoration: none!important;
color: #437c19!important;
font-size:13px;
font-weight:bold;
}

.ptabs div.selected { /*selected main tab style */
background: url(images/custom/tab_shade_l_active.png) 0 0 no-repeat;
position:relative;
bottom:-1px;
}

.ptabs div.selected a { /*selected main tab style */
background: url(images/custom/tab_shade_r_active.png) 100% 0 no-repeat;
}

.tabscontent {
clear:left;
border:1px solid #98b87e;
border-top:0;
background-color:#ffffff;
padding:25px 25px 22px 25px;
background: url(images/custom/bg_tabscontent.gif) 0 0 repeat-x;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}
