<!--
/* nazwa przed tabel± */
.tabela caption
{ 
        font-size: 18pt;
        font-weight: bold;
        color: #2010A0;
        font-family: 'Verdana', 'Arial CE', 'Arial', 'Helvetica'; 
        text-align: center;
        margin-bottom: 10pt;
}
.tabela
{
        font-family: Verdana, 'Arial CE', Arial, Helvetica;
        font-size: 9pt;
        color: #2010A0;
        border: 1px solid #2010A0;
        border-spacing: 0pt; 
/*        cell-spacing: 0pt;*/
        empty-cells: show;
}
.tabela th
{
        border: 1px solid white;
        background-color: #2010A0;
        color: #FFFFFF;
}

.tabela td
{
        cursor: pointer;
        border: 1px solid #2010A0;
        color: black;
}

.tabela tr.space td
{
        border: 0px solid #2010A0;
        height: 10px;
}

.tabela tr:hover tda
{
      background-color: #D5EAFF;
}

tr.szary 
{
        background: #EEEEEE;
}

table
{
    font-size: 8pt;
}

.navi
{
   width: 300pt;
   font-size: 8pt;
}

/**********/
.rama
{
        font-family: Verdana, 'Arial CE', Arial, Helvetica;
        font-size: 9pt;
        color: #2010A0;
        border: 2px solid #2010A0;
        border-spacing: 0pt; 
/*        cell-spacing: 0pt;*/
        empty-cells: show;
        
        
}
.rama th
{
        border: 1px solid white;
        background-color: #2010A0;
        color: #FFFFFF;
        font-size: 14pt;

}

.rama td
{
        /*border: 1px solid #2010A0;*/
        color: black;
}
/******dane techniczne produktu********/
.dane
{
   font-size: 9pt;
   color: black;
}
-->
