

/* css file: nicro.css */

/* =============== reset */
body, h1, h2, h3, h4, h5, h6, div, p, form, fieldset, ul, ol, li, dl, dt, dd { margin: 0; padding: 0; }
li { list-style: none; }
a, a:visited, a:hover { text-decoration: none; }
fieldset, img { border: none; }
/* =============== */

body
{
    font: small /1.3em Helvetica, Verdana, Arial, sans-serif;
    color: #747474;
    background: #fff url(../images/top_grad.png) 0 7px repeat-x;
}

.fontHead
{
    text-transform: uppercase;
    font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
    font-weight: bold;
}

.clear
{
    clear: both;
    display: block;
}

#content
{
    width: 980px;
    margin: 0 auto;
}

/* **************************************************************************** logotyps */

#logotyps
{
    margin: 25px 30px 0;
}

/* ******************************************************** logo GT85 */

#logoGt
{
    float: left;
    font-size: 100%;
    color: #44677d;
}

#logoGt img
{
    vertical-align: middle;
}

#logoGt span
{
    padding-left: 3em;
    position: relative;
    top: 12px;
    background: transparent url(../images/slash.gif) 1.2em no-repeat;
}

/* ******************************************************** logo Nicro */

#logoNicro
{
    float: right;
    margin-top: 10px;
}

/* **************************************************************************** top bar */

#top
{
    border-top: 1.5em solid #fff;
    clear: both;
}

/* ******************************************************** banner */

#banFlash
{
    width: 670px;
    height: 160px;
    float: left;
}

#banFlash img
{
    width: 670px;
    height: 160px;
}

/* ******************************************************** search */

#searchBox
{
    height: 160px;
    width: 310px;
    float: left;
    background: transparent url(../images/search_bg.png) 0 20px repeat-x;
}

#searchBoxBt
{
    height: 100%;
    background: transparent url(../images/search_bt_bg.png) 0 100% no-repeat; 
}

#searchBoxRg
{
    height: 100%;
    background: transparent url(../images/search_right.png) 100% 20px no-repeat;
    position: relative;    
}

/* ************ tabs */

#searchTabs
{
    position: absolute;
    top: 42px;
    left: -10px;
}

#searchTabs li
{
    float: left;
    font-size: 90%;
    padding-left: 20px;
    margin-left: 15px;
    background: transparent url(../images/slash.gif) 0 no-repeat;
}

#searchTabs li a
{
    color: #bdbdbd;
}

#searchTabs li.selected a
{
    color: #797979;
}

#searchTabs li a:hover
{
    color: #acacac;
}


/** zakladki w wynikach**/
.searchResultTabs
{
    margin: 1.5em 0;
}

.searchResultTabs a
{
    background: transparent url(../images/menu_circle.png) 0 no-repeat;
    padding-left: 10px;
    margin-left: 2em;
    color: #afafaf;
}

.searchResultTabs .selected
{
    color: #000;
    background-image: url(../images/menu_disc.png);
}

.searchResultTabs a:hover
{
    color: #000;
}

/* ************ input */

#searchInp
{
    background: transparent url(../images/search_inp.gif) 0 no-repeat;
    height: 24px;
    width: 196px;
    position: absolute;
    top: 70px;
    left: 30px;
}

#searchInp input
{
    font-size: 90%;
    color: #747474;
    margin-top: 3px;
    margin-left: 10px;
    width: 174px;
    border-width: 0;
}

#searchInp select
{
    font-size: 90%;
    color: #747474;
    margin-top: 4px;
    margin-left: 9px;
    width: 178px;
    border-width: 0;
}

/* ************ button */

#searchInp .searchSubmitBtn
{
    font-size: 90%;
    background: transparent url(../images/search_btn.png) 0 no-repeat;
    padding-top: 7px;
    padding-bottom: 5px;
    width: 74px;
    border-width: 0;
    color: #fff;
    float: right;
    margin-top: 10px;
    margin-right: 20px;
}

/* **************************************************************************** body */

/* ******************************************************** right panel */

#rightPanel
{
    float: right;
    width: 235px;
    background: transparent url(../images/rightpnl_bg.png) 0 0 no-repeat;
    padding-left: 25px;
}

#rightPanel h2
{
    color: #3f6683;
    font-size: 90%;
    padding-left: 20px;
    background: transparent url(../images/slash.gif) 0 no-repeat;
}

#infos, #contact
{
    background: transparent url(../images/rightpnl_box.png) 100% 100% no-repeat;
    padding: 0 50px 30px 10px;
    margin: 15px 0 20px;
}

#infos h2, #contact h2
{
    margin-bottom: 1em;
}

#contact address 
{
    font-style: normal;
}

#contact address strong
{
    display: block;
}

.moreBar
{
    margin: 20px 0 5px;
}

.moreBar a
{
    font-size: 90%;
    background: transparent url(../images/more_btn.gif) 0 no-repeat;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 74px;
    color: #fff;
    display: block;
    text-align: center;
}

/* ******************************************************** left panel */

#leftPanelIE
{
    float: left;
    width: 260px;
    background: transparent url(../images/menu_bg.png) 0 0 no-repeat;
}

#menuHead
{
    padding: 22px 5px 20px 30px;
    margin-bottom: 20px;
}

#leftPanel h2
{
    font-size: 90%;
    color: #a12339;
    padding-left: 20px;
    background: transparent url(../images/slash.gif) 0 no-repeat;
}
#menu
{
    margin: 0 30px 0 10px;
}

#menu li
{
    border-bottom: 1px dashed #747474;
}

#menu li a
{
    display: block;
    padding: 0.3em 10px 0.3em 30px;
    background: transparent url(../images/menu_disc.png) 10px no-repeat;
    color: #3b6979;
    font-weight: bold;
}

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

#menu li.selected
{
    background: transparent url(../images/menu_el_bg.png) 0 0 repeat-y;
}

#menu li ul
{
    font-size: 85%;
    background-color: #fff;
}

#menu li ul li
{
    border-top: 1px dashed #747474;
    border-bottom-width: 0;
}

#menu li ul li a
{
    padding-left: 40px;
    background: transparent url(../images/menu_circle.png) 20px no-repeat;
    color: #747474;
    font-weight: normal;
}

#menu li ul li a:hover
{
    text-decoration: none;
    color: #000;
}

#menu li ul .selected
{
    background-image: none;
}

/*dodane ostanio*/
#menu li ul .selected
{
    background: transparent url(../images/menu_el_bg.png) 0 0 repeat-y;
}


#menu li ul .selected a
{
    background: transparent url(../images/menu_disc.png) 20px no-repeat;
    /*background-image: url(../images/menu_disc.png);*/
    /*color: #000;*/
}

/* ******************************************************** main panel */

#mainPanel
{
    margin: 0 260px 0 260px;
    background: transparent url(../images/prods_bg.png) 0 0 no-repeat;
    min-height: 300px;
}

.mainProds
{
    font-size: 90%;
    color: #a12339;
    padding: 22px 5px 20px 20px;
    margin-left: 15px;
    background: transparent url(../images/slash.gif) 0 no-repeat;
}

.mainProds span
{
    color: #a2a2a2;
}

#products li
{
    padding-bottom: 40px;
    background: transparent url(../images/prod_bt_bg.png) 50% 100% no-repeat;
    min-height: 130px;
    text-align: justify;
}

#products li img
{
    float: left;
    margin-right: 1em;
}

.prodHead
{
    color: #456480;
    font-size: 110%;
    text-decoration: underline;
    font-weight: bold;
    margin-bottom: 0.5em;
    display: block;
}

.attachments
{
    margin-top: 0.5em;
}

.attachments li
{
    background: none !important;
    padding: 0 !important;
    min-height: 0 !important;
    font-size: 85%;
    line-height: 1.5em;
}

.attachments li a
{
    font-weight: bold;
    color: #747474;
}

.attachments li a:hover
{
    color: #868686;
}

.attachments li a img
{
    vertical-align: middle;
    float: none !important;
}

.attachments li span
{
    color: #cacaca;
}


.pageNav
{
    text-align: center;
    margin: 1.5em;
}

.pageNav a
{
    color: #3f657c;
    font-weight: bold;
    text-decoration: underline;
}

.pageNav span.pages
{
    margin: 0 3em;
    color: #767676;
}

.pageNav span.pages span
{
    color: #a0213b;
    font-weight: bold;
    margin: 0;
}

.pageNav span a
{
    color: #767676;
    font-weight: bold;
    text-decoration: none;
}


/* **************************************************************************** footer */

#footer
{
    font-size: 80%;
    margin-top: 1.5em;
}

#footBar
{
    background: transparent url(../images/footer_bg.png) 0 0 repeat-x;
    color: #fff;
    height: 50px;
}

#footBarLf
{
    background: transparent url(../images/footer_left.png) 0 0 no-repeat;
    float: left;
    height: 50px;
    line-height: 50px;
    padding-left: 2em;
}

#footBarRg
{
    background: transparent url(../images/footer_right.png) 100% 0 no-repeat;
    float: right;
    height: 50px;
    line-height: 50px;
    padding-right: 2em;
}

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

#footBt
{
    background: transparent url(../images/footer_bt_bg.png) 50% 0 no-repeat;
    padding: 1em 1em 0.3em;
    min-height: 3em;
    height: 3em;
    text-transform: none;
    color: #c0c0c0;
    font-weight: normal;
}