table.oferty_lista
{
    margin: 0;
    padding: 5px;
    background-color: #FFFFFF;
}

table.oferty_lista th
{
    margin: 0;
    padding: 4px;
    background-color: #CCCCCC;
}

table.oferty_lista td
{
    padding: 3px;
}

table.oferty_lista tr.row1
{
    background-color: #EFEFEF;
}

table.oferty_lista tr.row0
{
    background-color: #F9F9FF;
}

table.oferty_lista tr.row0 td
{
     border-bottom: 1px dashed #DFDFDF;
}

table.oferty_lista tr.row1 td
{
    border-bottom: 1px dashed #DFDFDF;
}

.tab_top
{
    height: 33px;
    z-index: 100;
    position: relative;
}

.tab_cont
{
    background: #FFFFFF;
    padding: 0px;
    z-index: 0;
    float: left;
    position: relative;
    top: -2px;
    width: 575px;
    left: 0px;
    height: 425px;
}

.tabs
{
    text-align: left;
    cursor: pointer;
    border-collapse: collapse;
    margin-left: 3px;
    padding: 0;
    border-spacing: 0;
}

.tabs td
{
    height: 33px;
    padding: 0;
    margin: 0;
    text-decoration: none;
}

.tabs a
{
    color: #666666;
    text-decoration: none;
}

.tabs a:hover
{
    color: #333333;
    text-decoration: none;
}

.tab_center
{
    text-align: center;
    width: 108px;
    text-decoration: none;
    background: transparent url('../img/develop_tab_off.gif') no-repeat bottom center;
}

.tab_center_hover
{
    text-align: center;
    width: 108px;
    background: transparent url('../img/develop_tab_on.gif') no-repeat bottom center;
}

.tab_center_click
{
    text-align:center;
    width: 108px;
    background: transparent url('../img/develop_tab_on.gif') no-repeat bottom center;
}

.tab_left
{
    width: 17px;
    font-size: 1px;
    background: transparent url('../img/develop_tab_left_off.gif') no-repeat bottom left;
}

.tab_left_hover
{
    width: 17px;
    font-size: 1px;
    background: transparent url('../img/develop_tab_left_on.gif') no-repeat bottom left;
}

.tab_left_click
{
    width: 17px;
    font-size: 1px;
    background: transparent url('../img/develop_tab_left_on.gif') no-repeat bottom left;
}

.tab_right
{
    width: 17px;
    font-size: 1px;
    background: transparent url('../img/develop_tab_right_off.gif') no-repeat bottom left;
}

.tab_right_hover
{
    width: 17px;
    font-size: 1px;
    background: transparent url('../img/develop_tab_right_on.gif') no-repeat bottom left;
}

.tab_right_click
{
    width: 17px;
    font-size: 1px;
    background: transparent url('../img/develop_tab_right_on.gif') no-repeat bottom left;
}

p.navi
{
    text-align: right;
    padding: 5px 15px 5px 5px;
}

