/*
   SZEROKOŚĆ BUTTONA NIE MOŻE SIĘ ZMIENIĆ I MA WYNOSIĆ 354px - hardcoded w PHP
   RESZTA PARAMETRÓW, JAK WYSOKOŚĆ MOŻNA Z GŁOWĄ ZMIENIAĆ POD KONKRETNE WITRYNY,
   PAMIĘTAJĄC BY NIE DOTYKAĆ TEGO PLIKU WZRORCOWEGO, TYLKO PRZENIEŚĆ
   DO KATALOGU WITRYNY I W NIEJ ZAINCLUDOWAĆ ODPOWIEDNIEGO CSS'a

   konstrukcja HTML przycisku
   <div class="treeBtnBg"> //grafika ta
      <div class="treeSubBtn1"> //jakiś odstęp </div>
      <div class="treeSubBtn2"> //ikonka grupy </div>
      <div class="treeSubBtn3"> //jakiś odstęp </div>
      <div class="treeSubBtn4"> //nazwa grupy używająca klasy .treeFont </div>
   </div>

   BWito
*/

.treeBtnBg{
    background: url(/images/images_uni/ictreeBtnSklep.jpg);
    float:left;
    height: 121px; /* wysokość tła + odstęp piędzy kolejnymi liniami */
    width: 354px;
    background-repeat: no-repeat;
}

.treeSubBtn1{
    float:left;
    height: 89px;
    /* border:1px solid; */
    width: 67px;
}

.treeSubBtn2{
    padding-top: 2px;
    float:left;
    height: 87px; /* ma być 2px mniej niż pozostałe */
    /* border:1px solid; */
    overflow: hidden;
    width: 85px;
}

.treeSubBtn3{
    float:left;
    height: 89px;
    /* border:1px solid; */
    width: 18px;
}

.treeSubBtn4{
    float:left;
    height: 89px;
    /* border:1px solid; */
    width: 140px;
}

.treeSubBtn4Tbl{
    height: 89px;
}


.kolBanery{
     /* klasa diva w którym umieszczone są kolumny banerów */
     min-height:130px;
}

.treeFont
{
    font-size: 11px;
    text-align: center;
    font-family: arial;
    color: white;
    font-weight: bold;
}

A.treeFont
{
    font-size: 11px;
    text-align: center;
    font-family: arial;
    color: white;
    font-weight: bold;
}

.treeFont:hover
{
    text-decoration:underline;
}

.naviFont
{
    /* czcionka nawigacji */
    font-size: 11px;
    text-align: center;
    font-family: arial;
    color: gray;
    font-weight: bold;
}

.naviFontStron
{
    /* czcionka stronicowania */
    font-size: 11px;
    text-align: center;
    font-family: arial;
    color: gray;
    /* font-weight: normal; */
}

.icTreeSearchInput
{
    width:85px;
    padding:0px;
    margin:0px;
    height:14px;
}

.icTreeSearchSelect
{
    width:118px;
    padding:0px;
    margin:0px;
    height:18px;
}

.naviFontStron:hover
{
    text-decoration:underline;
    color: red;
}


.gruFont
{
    /* czcionka nazw grup w banerach */
    font-size: 14px;
    text-align: center;
    font-family: arial;
    color: gray;
    font-weight: bold;
}

.tree_nawigacja
{
    /*np.*/
    /* border:1px solid #EEEEEE; */
    /* albo jakieś tło. od fontów nawigacji jest inna klasa */
}
