#main {
    /*background:url('../images/main-images.jpg') no-repeat top right;*/
    min-height:440px;
    padding:0px 0px 20px 0px;
    position:relative;
}
#main object {
    position:absolute;
    top:0px;
    right:0px;
    width:181px;
    height:424px;
}

#search {
    margin:0px 189px 6px 0px;
    color:#000;
}
#search .h2 {
    background:#1898F7;
    color:#FFF;
    display:block;
    padding:5px 10px 5px 10px;
    font-weight:bold;
    font-size:1.2em;
}
#search div {
    border-left:1px solid #C9EAFF;
    border-right:1px solid #C9EAFF;
    border-bottom:1px solid #C9EAFF;
    padding:5px 10px 5px 10px;
    background:url('../images/bg-search-bottom.gif') repeat-x bottom left;
}
#search select {
    width:255px;
}
#search td.search {
    text-align:right;
}
#search td.search input {
    background:none;
    border:none;
    color:#3650A0;
    font-weight:bold;
    cursor:pointer;
    font-size:1.1em;
    width:55px;
}

/*
    -------------------------
    NEWS
    -------------------------
*/
#news {
    margin:0px 189px 6px 0px;
    background:url('../images/bg-news.gif') repeat-y top left;
    color:#000;
}
#news .h2 {
    background:#1898F7;
    color:#FFF;
    display:block;
    padding:5px 10px 5px 10px;
    font-weight:bold;
    font-size:1.2em;
}
#news div.bottom {
    padding:5px 10px 10px 10px;
    background:url('../images/bg-news-bottom.gif') no-repeat bottom left;
}
#news div.bottom div {
    height:272px;
    overflow:auto;
}
#news dl {
    margin:0px;
    padding:5px 15px 0px 5px;
}
#news dl dt {
    font-size:1.2em;
    color:#1898F7;
    font-weight:bold;
}
#news dl dd {
    padding:5px 0px 5px 0px;
    margin:0px;
}

/*
    --------------------
    PRODUKTY
    --------------------
*/
div.produkty {
    padding:0px 0px 0px 7px;
}
div.produkt {
    width:190px;
    float:left;
    text-align:center;
    margin:0px 0px 6px 0px;
}
div.produkt img { border:none; }
div.produkt h3 {
    margin:0px 4px 1px 3px;
    padding:4px 0px 4px 0px;
    color:#FFF;
    font-size:1.2em;
    background:#1898F7;
}
div.produkt span.price {
    color:#F00;
    font-weight:bold;
    font-size:1.3em;
}
div.produkt span.old_price {
    text-decoration:line-through;
    padding:0px 0px 0px 10px;
}