/* tab detail navigation */

#productdetailheader {
    width: 790px;
    margin: 0;
    padding: 0;
    float: left;
}

#productdetailheader h5.producttitle {
    font-family: helvetica, arial, sans-serif;
    font-size: 16px;
    font-weight: 900;
    margin: 0;
    padding: 0;
    color: #333333;
    background: url(http://www.hitachi-narzedzia.pl/spalinowe/images/product/detail/productdetail_headerbg.gif) repeat-x bottom;
    height: 82px;
}

#tabarea
{
    float: left;
    width: 100%;
    font-size: 11px;
    margin: -20px 0 0 0;
}

#tabarea ul
{
    margin: 0;
    padding: 0;
    list-style: none;
}

#tabarea li
{
    float: left;
    background: url(http://www.hitachi-narzedzia.pl/spalinowe/images/product/detail/navtab_end_inactive.gif) no-repeat right top;
    margin: 0;
    padding: 0;
}

#tabarea li.tab1
{
    position: relative;
    top: 0px;
    left: 0px;
}

#tabarea li.tabplus { margin-left: 0px; }

#tabarea a
{
    display: block;
    color: #3D3D3D;
    text-decoration: none;
    padding: 4px 20px 6px 10px;
}

#tabarea #inactive
{
    background-image: url(http://www.hitachi-narzedzia.pl/spalinowe/images/product/detail/navtab_end_inactive.gif);
     background-repeat:  no-repeat;
}

#tabarea #inactive a
{
    background-image: url(http://www.hitachi-narzedzia.pl/spalinowe/images/product/detail/navtab_left_inactive.gif);
    background-repeat: no-repeat;
}

#tabarea #active { background-image: url(http://www.hitachi-narzedzia.pl/spalinowe/images/product/detail/navtab_end_active.gif); }

#tabarea #active a
{
    font-weight: 700;
    background-image: url(http://www.hitachi-narzedzia.pl/spalinowe/images/product/detail/navtab_left_active.gif);
    background-repeat: no-repeat;
}


