/*
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: #ffffff;
  	border-top: 0 px solid #9a9a9a;
  	padding: 0px;
}


A:hover DIV.betterCategories, A:active DIV.betterCategories {
  	background-color: rgb(212,212,212);
  	
}
*/

/*sidebox links*/

A.category-top {
 font-size: 12px;
 font-weight: bold;
 font-family: Microsoft Sans Serif;
 /*color: #004080 !important;
 width: 100%; 
 margin: 0px 5px 0px 0px !important;
 background-color: #ddd !important;*/
 padding: 3px 2px 3px 15px;
 padding-left: 1px;
 border-top: 2px solid #fff;
 background-image: none !important;
 display: block; 
 text-decoration: none;
 }

A.category-top:hover,A.category-subs:hover,A.category-products:hover{
 background: url(../images/kategorie_vyber.gif) repeat-x 6px 0em !important;  
 color: red !important; 
 }
 A.category-subs,A.category-products{
 padding: 3px 2px 3px 15px;
 padding-left: 1px;
 border-top: 2px solid #fff;
 background-image: none !important;
 display: block; 
 text-decoration: none;
 }
 
/*
A.category-subs {
 background-color: transparent;
 background-image: url(../images/cat_subs_arrow.gif);
 background-repeat: no-repeat;
 background-attachment: scroll;
 display: block;
 text-decoration: none;
 width: 100%; 
 padding: 3px 2px 3px 15px;
 background-position: 13px 0.45em !important;
 }
 
A.category-subs:hover {
 width: 90%; 
 padding: 3px 2px 3px 15px;
 background-position: 13px 0.45em !important;
 border: 1px solid #aaa;
 display: block; 
 text-decoration: none;
 }

A.category-products {
 background-repeat: no-repeat;
 background-attachment: scroll;
 display: block;
 text-decoration: none;
 width: 100%;
 padding: 3px 2px 3px 15px;
 background-position: 13px 0.45em !important;
 background-image: url(../images/cat_prod_bullet.gif);
  }
 
A.category-products:hover {
 width: 90%;
 padding: 3px 2px 3px 15px; 
 background-position: 13px 0.45em !important;
 /*border: 1px solid #aaa;
 display: block;
 text-decoration: none;
 }

/*  Box  Informace  */
/*
A.category-links, A.category-links:visited{
 color: #900 !important;
 width: 100%; 
 margin: 0px 5px 0px 0px !important;
 background-color: #ddd !important;
 padding: 2px 0px 2px 0px;
 border: 1px solid #fff;
 background-image: none !important;
 display: block; text-decoration: none;
 }
 
A.category-links:hover {
 background: url(../images/informace_vyber.gif) repeat-x 6px 0em !important;
 color:#fff !important;
 border: 1px outset #00f;
 }
*/

