/*
This file is part of the 'Better Categories' package!
(c) 2005, Igor de Oliveira Couto

It was originally made for use with Zen Cart 1.2.6,
but may work well also with other versions. It relies on
other files, also part of the 'Better Categories' package,
and may not work adequately, or produce unexpected results, 
unless those other files are also installed properly.

Full Instructions for a complete installation should have
been downloaded with the 'Better Categories' package. Look
inside the 'documentation' folder!

This specific file should be placed in:
../includes/templates/YOUR_TEMPLATE/css/

It should not overwrite any existing files in that directory.

Look for updates to 'Better Categories' by visiting the
Zen Cart website: http://www.zen-cart.org
*/

/*svetle seda d9e0de   - tmave seda  cad1cf       */


DIV.betterCategories
{
border-top: 0px  #6666ff;           /*horni ramecek - oddeleni bunek menu*/
}

DIV.betterCategories A, DIV.betterCategories A:visited {

display: block;
 height: 14px;                            /* vyska bunky v menu  */
	background-image : url(../images/pasiv_ram.gif);
	background-repeat: no-repeat;
	             /*background-color: #ffffff; neaktivni barva panelu   -   puvodni #cad1cf    modra  #b6d2f4*/
  border-top: 0px solid #000000;          /*mezery mezi panelyII*/
  padding-top: 0px;
	padding-bottom: 2px;                             /*od spoda bunky menu*/
}

DIV.betterCategories A:hover, DIV.betterCategories A:active {
background-image : url(../images/aktiv_ram.gif);  /*background-color: #898bf4;  */            
background-repeat: no-repeat;
                          /*background-color: #FFffff;*/
color: #000000;                              /*  barva odkazu pod mysi   0c00ae.........tmav-modra >>>003366*/
}

DIV.betterCategories A.category-on {
background-image : url(../images/aktual_ram.gif);
background-repeat: no-repeat;               /* barva otevreneho panelu (aktivni) cesty */       
 color: #000000;                          /* barva pisma otevrene(aktivni) cesty */
 text-decoration: none;
}

/* #FFC805.........orange-zluta        aktiv menu bunka
    6868e3.........fialo-modra
    2A00EB.........stred-modra         neaktivni barva panelu
*/


