body {
    background-color: #FFFFFF;
    background-image: url('');
    background-repeat: no-repeat;
    
    margin: 10px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 5px;
    margin-bottom: 0px;

    scrollbar-face-color: #E6C173; 
    scrollbar-highlight-color: #E6C173; 
    scrollbar-shadow-color: #E6C173;
    scrollbar-arrow-color: black; 
    scrollbar-track-color: White; 
    scrollbar-darkshadow-color: #E6C173;
}

h4 {
    font-family: Verdana, Tahoma, sans-serif;
    font-weight: bold;
    font-size: 7pt;
    text-align: center;
    text-decoration: none;
    letter-spacing: 1pt;
    color: #000000;
}

/* ============ style domyslne ================ */

table{
	text-align:center;
}

td {
    font-family: Verdana, Tahoma, sans-serif;
    font-weight: normal;
    font-size: 7pt;
    text-decoration: none;
    color: black;
}

p {
    font-family: Verdana, Tahoma, sans-serif;
    font-weight: normal;
    font-size: 7pt;
    text-decoration: none;
    color: black;
}

li {
    font-family: Verdana, Tahoma, sans-serif;
    font-weight: normal;
    font-size: 7pt;
    text-decoration: none;
    color: black;
}


/* ********* podstrona: cenniki *********** */

td.cennikMini {
    text-align: center;
}

td.ofertaMini {
    text-align: center;
}

td.cennikHdrCeny {
    background-color: whitesmoke;
    color: black;
    text-align: center;
    font-weight: normal;
}

td.cennikHdrNazwa {
    background-color: dimgray;
    color: white;
    text-align: center;
    font-weight: bold;
}

td.cennikHdrKolor {
    background-color: silver;
    color: black;
    text-align: center;
    font-weight: normal;
}

td.cennikHdrIlosci {
    background-color: silver;
    text-align: center;
    font-weight: normal;
}

td.cennikBodNazwa {
    background-color: silver;
    text-align: center;
    font-weight: normal;
}

td.cennikBodWhite {
    background-color: #F0F0F0;
    text-align: center;
    font-weight: normal;
}

td.cennikBodColor {
    background-color: #E0E0E0;
    text-align: center;
    font-weight: normal;
}

td.cennikBodCenyWhite { background-color: #F0F0F0; color: #AA5000; text-align: right; font-weight: normal; }
td.cennikBodCenyColor { background-color: #E0E0E0; color: #AA5000; text-align: right; font-weight: normal; }

td.cennikBodCeny1White { background-color: #F0F0F0; color: #909090; text-align: right; font-weight: normal; }
td.cennikBodCeny1Color { background-color: #E0E0E0; color: #909090; text-align: right; font-weight: normal; }

td.cennikBodCeny2White { background-color: #F0F0F0; color: #000000; text-align: right; font-weight: normal; }
td.cennikBodCeny2Color { background-color: #E0E0E0; color: #000000; text-align: right; font-weight: normal; }

td.cennikBodCeny3White { background-color: #F0F0F0; color: #000000; text-align: right; font-weight: bold; }
td.cennikBodCeny3Color { background-color: #E0E0E0; color: #000000; text-align: right; font-weight: bold; }

