/*
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
*/



A DIV.betterCategories, A:visited DIV.betterCategories {
  	background-color: #fffff0; /* COLOR BEIG CLAR */
  	border-top: 1px solid #9a9a9a;
  	padding: 5px;
}

A:hover DIV.betterCategories, A:active DIV.betterCategories {
  	background-color: #f3dfb8; /* color del hover marron clar */

}


A DIV.betterCategoriesCurrent {		/* CUADRO CATEGORIA SELECIONADA  */
  	background-color: #d3bf98;
  	border-top: 1px solid #9a9a9a;
  	padding: 5px;
}

A:hover DIV.betterCategoriesCurrent, A:active DIV.betterCategoriesCurrent {
 	background-color: #f3dfb8; /* color del hover marron clar */

}

A.category-top DIV.betterCategories {  /* CUADRO CATEGORIA SUPERIOR */
  	color: #B56100;
  	/*border-top: 1px solid #9a9a9a;*/
  	padding: 5px;
}

A.category-top DIV.betterCategoriesCurrent {  /* CUADRO CATEGORIA SUPERIOR  */
  	color: #005500;
  	/*border-top: 1px solid #9a9a9a;*/
  	padding: 5px;
}

A.category-top DIV.betterCategoriesCurrent SPAN.category-subs-parent{ /* NOM CATEGORIA SUPERIOR  SELECCIONADA*/

}


A.category-subs DIV.betterCategories { /* CUADRO subCATEGORIA  */
  	color: #005500;
  	/*border-top: 1px solid #9a9a9a;*/
  	padding: 5px;
}

A.category-subs DIV.betterCategoriesCurrent { /* CUADRO subCATEGORIA SELECCIONADA */
  	color: #000000;
  	/*border-top: 1px solid #9a9a9a;*/
  	padding: 5px;
}


A.category-subs DIV.betterCategories .category-subs-selected{  /* CUADRO subCATEGORIA pare */
  	background-color: #00FF00;
	color: #05500;
  	border-top: 1px solid #9a9a9a;
  	padding: 5px;
}
A .category-subs-selected {
	/*float: left; width: 150px; margin: -1px 0 0 -1px;*/
  	color: #00000;
  	/*border-top: 1px solid #9a9a9a;*/
  	/*padding: 5px;*/
}

A.category-products DIV.betterCategories { /* CUADRO PRODUCTE */
  	color: #005500;
  	/*border-top: 1px solid #9a9a9a;*/
  	padding: 5px;
}


A.category-products DIV.betterCategoriesCurrent { /* CUADRO PRODUCTE Seleccionat */
  	color: #005500;
	background-color: #fffff0;
  	/*border-top: 1px solid #9a9a9a;*/
  	padding: 5px;
}


/*
A:hover DIV.category-subs-parent, A:active DIV.category-subs-parent {
  	background-color: #f3dfb8; /* color del hovver marron clar *
}
*/
/*
ul DIV.betterCategories {
	float: left; width: 250px; margin: -1px 0 0 -1px;
  	background-color: #ffff00;
  	border-top: 1px solid #9a9a9a;
  	padding: 5px;
}
*/

