body
{
    background: #717171;
    padding-top: 40px;
    font: 80%/1.4em Arial, Tahoma, sans-serif;
    text-align: center;
    color: #242424;
}

a img
{
    border: none;
}

#sheet
{
    width: 934px;
    margin: 0px auto;
    text-align: left;
}

#top_panel
{
    position: absolute;
    font-size: 11px;
    padding: 12px 0 0 20px;
    left: 0;
    top: 0;
    width: 336px;
    height: 50px;
    background: url(../images/top_panel.jpg) top left no-repeat;
}

#top_panel a
{
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}

#top_panel a.logo
{
    float: left;
}

#top_panel a b
{
    color: #ff8a00;
}

#top_panel ul
{
    float: left;
    list-style: none;
    margin: 0;
    padding: 8px 0 0 100px;
}

#top_panel li
{
    float: left;
    padding: 0 10px;
    margin: 0;
    background: url(../images/top_panel_separator.gif) top right no-repeat;
}

#top_panel li.last
{
    background: none;
}

#top_panel li a
{
    width: 20px;
    height: 15px;
    display: block;
}

#top_panel li a.home
{
    background: url(../images/home_icon.gif) top center no-repeat;
}

#top_panel li a.home:hover
{
    background: url(../images/home_icon_over.gif) top center no-repeat;
}

#top_panel li a.mail
{
    background: url(../images/envelope_icon.gif) top center no-repeat;
}

#top_panel li a.mail:hover
{
    background: url(../images/envelope_icon_over.gif) top center no-repeat;
}

#top_panel li a.sitemap
{
    background: url(../images/sitemap_icon.gif) top center no-repeat;
}

#top_panel li a.sitemap:hover
{
    background: url(../images/sitemap_icon_over.gif) top center no-repeat;
}

#baner
{
    width: 934px;
    height: 227px;
    background: url(../images/baner.jpg) top left no-repeat;
}

#page ul.menu
{
    margin: 0;
    padding: 0;
    padding-left: 30px;
    width: 934px;
    height: 45px;
    background: url(../images/menu_bg.jpg) top left no-repeat;
    display: block;
    text-align: right;
    list-style: none;
}

#page ul.menu li
{
    margin: 0;
    padding: 0;
    display: inline;
}

#page ul.menu li.home
{
    float: left;
    margin-right: 180px;
}

#page ul.menu a
{
    height: 16px;
    padding: 0 3px;
    margin-right: 30px;
    display: block;
    cursor: pointer;
    float: left;
}

#page ul.menu a.home
{
    width: 56px;
    background: url(../images/button_home.gif) top center no-repeat;
}

#page ul.menu a.home:hover
{
    background: url(../images/button_home_over.gif) top center no-repeat;
}

#page ul.menu a.about
{
    width: 73px;
    background: url(../images/button_about.gif) top center no-repeat;
}

#page ul.menu a.about:hover
{
    background: url(../images/button_about_over.gif) top center no-repeat;
}

#page ul.menu a.products
{
    width: 73px;
    background: url(../images/button_products.gif) top center no-repeat;
}

#page ul.menu a.products:hover
{
    background: url(../images/button_products_over.gif) top center no-repeat;
}

#page ul.menu a.software
{
    width: 133px;
    background: url(../images/button_software.gif) top center no-repeat;
}

#page ul.menu a.software:hover
{
    background: url(../images/button_software_over.gif) top center no-repeat;
}

#page ul.menu a.contact
{
    width: 72px;
    background: url(../images/button_contact.gif) top center no-repeat;
}

#page ul.menu a.contact:hover
{
    background: url(../images/button_contact_over.gif) top center no-repeat;
}

#page ul.menu a.work
{
    width: 72px;
    background: url(../images/button_work.gif) top center no-repeat;
}

#page ul.menu a.work:hover
{
    background: url(../images/button_work_over.gif) top center no-repeat;
}

#container
{
    width: 900px;
    margin-left: 17px;
    background: url(../images/container_bg.jpg) top left repeat-y;
}


#sidebar
{
    width: 231px;
    padding: 0 14px 0 5px;
    float: left;
}

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

#sidebar li
{
    padding: 0 0 0 20px;
    background: url(../images/cat_li_decor.gif) no-repeat;
    margin: 0;
    font-weight: bold;
    font-size: 14px;
    color: #fff;
}

#sidebar li li
{
    font-weight: normal;
    background: none;
    font-size: 12px;
    padding-left: 15px;
    line-height: 1.4em;
}

#sidebar li li li
{
    font-size: 11px;
}

#sidebar a
{
    text-decoration: none;
    color: #fff;
}

#sidebar a:hover
{
    text-decoration: underline;
}

#sidebar li li a:hover
{
    background: url(../images/cat_li_li.gif) no-repeat;
}

#content
{
    width: 606px;
    float: left;
    padding: 0 20px 30px 20px;
    font-size: 12px;
}

#content h1, #content h2
{
    background: #cdcdcd url(../images/h1_left.gif) top left no-repeat;
    font-size: 18px;
    height: 28px;
    margin: 5px -20px 15px -10px;
    padding-left: 10px;
    line-height: 1.6em;
    font-weight: bold;
}

#content h1 b, #content h2 b
{
    color: #de652d;
}

#content h3
{
    background: #8a8a8a url(../images/h3_left.gif) top left no-repeat;
    line-height: 1.5em;
    height: 22px;
    font-size: 15px;
    color: #fff;
    padding-left: 25px;
    margin-right: -20px;
}

#content h4
{
    font-size: 14px;
    color: #777;
}

#content p
{
    font-size: 12px;
    line-height: 1.4em;
}

#content p.morer
{
    text-align: right;
    padding: 0;
    margin: 0 0 10px 0;
}

#content p.morer a
{
    background: url(../images/morer_bg.gif) top right no-repeat;
    width: 100px;
    height: 20px;
    font-weight: bold;
    font-size: 11px;
    color: #fff;
    text-decoration: none;
    padding: 3px 25px 3px 18px;
}

#content a
{
    color: #666;
}

#content a.link:hover
{
    text-decoration: underline;
}

#content a.link
{
    text-decoration: none;
    font-weight: bold;
    font-size: 11px;
    padding-left: 10px;
    border-left: 10px solid #e28602;
}

#content a img
{
    border: 1px solid #6e6e6e;
    background: #b8b8b8;
    padding: 1px;
    margin: 0 15px 10px 0;
}

#content img
{
    margin: 0 15px 10px 0;
}

#content ul
{
    display: inline;
}

#content p.path
{
    line-height: 1em;
    text-indent: 0px;
    text-align: right;
    font-size: 11px;
    color: #666;
    margin: 0 0 10px 0;
    padding: 0;
}

#content p.path a
{
    color: #b96000;
}

#content p.path b a
{
    text-decoration: none;
}

#content p.path a:hover
{
    text-decoration: none;
}

.example
{
    width: 160px;
    height: 200px;
    padding: 10px;
    margin: 0 20px 20px 0;
    background: #fff;
    float: left;
    border: 1px solid #666;
}

#content .example p
{
    font-size: 11px;
    text-indent: 0px;
    margin: 0;
    padding: 0;
}

#footer
{
    width: 900px;
    margin: 0px auto;
    background: url(../images/footer_bg.jpg) top left no-repeat;

}

* html #footer
{
    width: 900px;
}

#footer ul
{
    margin: 0;
    padding: 0;
    padding-top: 20px;
    list-style: none;
}

#footer li
{
    float: left;
    padding: 0 5px 0 15px;
    background: url(../images/footer_menu_decor.gif) center left no-repeat;
}

#footer li a
{
    font-size: 12px;
    color: #fff;
    text-decoration: none;
}

#footer li a:hover
{
    text-decoration: underline;
}

#copyright
{
    position: absolute;
    padding-top: 30px;
    padding-left: 60px;
    text-align: left;
    right: 0;
    width: 386px;
    height: 40px;
    float: left;
    background: url(../images/copy_bg.gif) bottom left no-repeat;
}

.spacer
{
    clear: both;
}

/* --- Formularz --- */

span.label
{
    display: block;
    width: 100px;
    text-align: right;
    float: left;
    margin: 0 5px 5px 0;
}

span.element
{
    display: block;
    width: 500px;
    text-align: left;
    margin: 0 0 5px 0;
    float: left;
}

form.contact_form label
{
    font-size: 11px;
    font-weight: bold;
}

form.contact_form textarea
{
    width: 300px;
    height: 200px;
}

form.contact_form input.form_button
{
    width: 100px;
    height: 20px;
    font-size: 11px;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
    border: none;
    margin-right: 10px;
    background: url(../images/form_button_bg.gif) top left no-repeat;
}

/* ========================= SKLEP ========================== */

.shop
{
    background: url(../images/buy_on_line.gif) top left no-repeat;
    width: 235px;
    height: 164px;
    margin-top: 20px;
}

.shop p
{
    color: #c9c9c9;
    padding: 50px 10px 0 10px;
    margin: 0;
}

/* ========================= iCAD ========================== */

.icad
{
    background: url(../images/icad.gif) top left no-repeat;
    width: 235px;
    height: 109px;
    margin-top: 0px;
}

.icad p
{
    color: #c9c9c9;
    padding: 40px 10px 0 10px;
    margin: 0;
}

/* ========================= E-katalog ========================== */

.ekatalog
{
    background: url(../images/ekatalog.gif) top left no-repeat;
    width: 235px;
    height: 109px;
    margin-top: 15px;
}

.ekatalog p
{
    color: #c9c9c9;
    padding: 40px 10px 0 10px;
    margin: 0;
}

#sidebar p.orange_link
{
    text-align: right;
    margin: 0;
    padding: 10px 10px 0 0;
}

#sidebar p.orange_link a
{
    color: #de892d;
    font-size: 11px;
    font-weight: bold;
    text-decoration: underline;
    background: url(../images/shop_link.gif) center right no-repeat;
    padding-right: 20px;
}

#sidebar p.orange_link a:hover
{
    text-decoration: none;
}

p.pages a
{
    border: 1px solid #fff;
    padding: 1px 5px;
    font-weight: bold;
    text-decoration: none;
}

p.pages a:hover
{
    background: #ddd;
}

.topper
{
    background: url(../images/menu_bg.jpg) bottom left no-repeat;
    color: #fff;
    font-size: 12px;
    padding: 0 30px 30px 30px;
}

#wyszukiwarka
{
    float: left;
}

p.hello_text
{
    margin: 0;
    padding: 0;
    float: right;
    color: #ccc;
}

p.hello_text a
{
    color: #fff;
}

p.hello_text a:hover
{
    text-decoration: none;
}

p.righted
{
    text-align: right;
    font-size: 12px;
    padding-top: 8px;
}

a.orange_arrows
{
    background: url(../images/2_arrows.gif) center right no-repeat;
    padding-right: 15px;
}

#small_basket
{
    background: url(../images/basket_bg.jpg) no-repeat;
    padding: 40px 10px 10px 10px;
    height: 120px;
    color: #fff;
}

* html #small_basket
{
    height: 110px;
    padding-top: 52px;
}

/* Dodane do sklepu */

form input
{
    border: 1px solid #888;
}

b.price
{
    color: #178c00;
    font-size: 15px;
}

#content img.product_image
{
    padding: 10px;
    background: #fff;
}

#content p.product_title
{
    margin: 0;
    padding: 0;
}

#content p.product_title a
{
    font-size: 14px;
    font-weight: bold;
    line-height: 1em;
    background: #777;
    color: #fff;
    display: block;
    text-decoration: none;
    margin: 0;
    padding: 5px;
}

#content p.product_title a:hover
{
    text-decoration: underline;
}

table.products
{
    border-collapse: collapse;
    width: 100%;
}

table.products tr
{
    background: #b8b8b8 url(../images/tr_bg.gif) top left repeat-x;
}

table.products td
{
    padding: 0;
    margin: 0;
    vertical-align: top;
}

#content p.to_basket a
{
    width: 74px;
    height: 22px;
    padding-top: 5px;
    padding-left: 33px;
    display: block;
    background: url(../images/to_basket_button_grey.gif) top left no-repeat;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}

a.silver_button, input.silver_button, input.dark_button, p.orange a
{
    background: url(../images/silver_button_bg.gif) top left repeat-x;
    padding: 2px 10px;
    font-size: 11px;
    color: #000;
    text-decoration: none;
    cursor: pointer;
    border: 1px solid #8d8d8d;
}

table.basket
{
    width: 100%;
}

table.basket th
{
    background: #666;
    font-weight: bold;
    color: #fff;
    font-size: 13px;
    text-align: center;
}

table.basket td
{
    background: #ddd;
    padding: 3px 5px;
}

table.basket td.nobg
{
    background: none;
}

ul.green_list
{
    list-style: none;
    margin: 0;
    padding: 0;

}

ul.green_list li
{
    background: url(../images/list_decor.gif) top left no-repeat;
    padding: 0;
    margin: 0;
    margin: 10px 0;
    padding-left: 30px;
    font-size: 14px;
    line-height: 1.3em;
}

#content ul.green_list li a
{
    color: #444;
    text-decoration: none;
}

#content ul.green_list li a:hover
{
    text-decoration: underline;
}

* html ul.green_list li
{
    padding-left: 15px;
}

/* Paginacja */

div.paging
{
    padding: 10px;
    margin: 10px 0;
    background: #ccc;
}

div.paging p
{
    padding: 0;
    margin: 0;
}

#content p.pagination
{
    padding-top: 10px;
}

#content p.pagination a
{
    border: 1px solid #666;
    text-decoration: none;
    padding: 2px 5px;
}

#content p.pagination a:hover, #content p.pagination a:active
{
    background: #ddd;
    color: #444;
}

#content p.pagination a.active
{
    background: #666;
    color: #fff;
    font-weight: bold;
}

#content p.pagination a.first, #content p.pagination a.last
{
    border: 1px solid #444;
    font-weight: bold;
    font-size: 11px;
    padding-top: 3px;
}

.error
{
    padding: 10px 10px 10px 60px;
    background: #666 url(../images/achtung_icon.gif) top left no-repeat;
    border: 1px solid #fff;
    color: #fff;
}

.error ul
{
    margin: 0;
    padding: 0;
}

.error li
{
    margin: 0;
    padding: 0;
}

#basket_amount
{
    display: block;
    height: 20px;
}

* html #basket_amount
{
    display: inline;
    line-height: 0.85em;
}

* html #basket_amount *
{
    padding-top: 5px;
}

form.counts
{
    width: 180px;
    padding: 0;
    margin: 0;
    padding-top: 15px;
    float: left;
}

form.counts label
{
    font-size: 11px;
}

input.dark
{
    width: 50px;
    background: #eee;
    border: none;
}

#content p.to_basket input
{
    width: 107px;
    height: 27px;
    border: none;
    text-align: right;
    cursor: pointer;
    padding-right: 7px;
    padding-top: 0px;
    line-height: 1.2em;
    padding-bottom: 2px;
    display: block;
    background: url(../images/to_basket_button_grey.gif) top left no-repeat;
    color: #fff;
    font-weight: bold;
}
