﻿
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:   1px dotted #9a9a9a;		/* TO Put border under the links in categories */
/*	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: #000000;
	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;	/* #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.securitygator_catname {
	padding-left: 3px;
}