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

/* Clearance & Overstock link */
DIV.betterCategories A:visited.nsx_category_clearance, DIV.betterCategories A:hover.nsx_category_clearance, DIV.betterCategories A:active.nsx_category_clearance {
	color: #990000;
}


/* Following is used for All Views, Featured etc */
A DIV.nsx_special_links, A:visited DIV.nsx_special_links {
  	background-color: #ffffff;
  	border-top: 1px solid #9a9a9a;
  	padding: 5px;
	font-size: 10px;
	color: #8696B4;
	font-weight: bold;
}

A:hover DIV.nsx_special_links, A:active DIV.nsx_special_links {
  	background-color: #CFD6E0;
	color: #173261;
	text-decoration: none;
}

DIV.betterCategories {
/*	border-bottom:   2px dotted #9a9a9a;		/* TO Put border under the links in categories */
/*	border-bottom: 1px solid #CCCCCC;	/* #84837D; */
	border-right: 1px solid #CCCCCC;
	margin-left: 5px;
	margin-right: 5px;

/*	background:url(../images/catline.gif) center left no-repeat; */
/*	background: url(../images/catline.gif); */
	font-size: 10px;
}

DIV.betterCategories A, DIV.betterCategories A:visited {
	display: block;
/*	background-color: #ffffff;  */
	color: #6C625C;
	padding: 6px;
/*	background: url(../images/catback.jpg); /* For SIDE BORDERS */
}

DIV.betterCategories A:hover, DIV.betterCategories A:active {
/*	background-color: #CFD6E0; */
	text-decoration: none;
	color: #AA0000;	/* #F49329 ;	/* #D62921; */
}

/* change this to change the way how a category you're 'on' appears */
DIV.betterCategories A.category-on {
	background-color: #ffffff;
	color: #173261;		/* changing this changes the color of (132) etc */
	text-decoration: none;
}

/* Hovering over our links like All Products .. etc */
DIV.betterCategories A:hover.category-links, DIV.betterCategories A:active.category-links {
/*  	background-color: #CFD6E0; */
	color: #AA0000;	/* #173261; */
	text-decoration: none;
}


SPAN.myshop_catname {
	padding-left: 3px;
}