/*
BetterCategoriesEzInfo v1.3.0.2 added  2006-06-22  gilby
Updated to v1.3.5   2006-09-19  gilby
*/

.betterCategories, .betterDocuments, .betterEzpages,
.betterInformation, .betterMoreinformation, .betterBestsellers,
.betterManufacturerName {
	border-top: 1px solid #ffffff;
}

.betterCategories a, .betterCategories a:visited,
.betterDocuments a, .betterDocuments a:visited,
.betterEzpages a, .betterEzpages a:visited,
.betterInformation a, .betterInformation a:visited,
.betterMoreinformation a, .betterMoreinformation a:visited,
.betterBestsellers a, .betterBestsellers a:visited,
.betterManufacturerName a, .betterManufacturerName a:visited {
	display: block;
	background-color: #FFF2FF;
	border-top: 2px solid #ffffff;
	font-weight: normal;
}

.betterLinkTop {
	padding: 1px;
}

.betterLinkSub1 {
	padding: 1px 1px 1px 10px;
}

.betterLinkSub2 {
	padding: 1px 1px 1px 20px;
}

.betterLinkSub3 {
	padding: 1px 1px 1px 30px;
}

.betterLinkSub4 {
	padding: 1px 1px 1px 40px;
}

.betterCategories a:hover, .betterCategories a:active,
.betterDocuments a:hover, .betterDocuments a:active,
.betterEzpages a:hover, .betterEzpages a:active,
.betterInformation a:hover, .betterInformation a:active,
.betterMoreinformation a:hover, .betterMoreinformation a:active,
.betterBestsellers a:hover, .betterBestsellers a:active,
.betterManufacturerName a:hover, .betterManufacturerName a:active
{
	/* background-color: #66FF00;
	color:#000000; */ 
	background-color: #00FF99;
	color: #006600;
	font-weight: normal;
	text-decoration: none;
}

/* categories box parent and child categories */
A.category-top, A.category-top:visited {
	color: #008000;
	/* text-decoration: none; */
}

A.category-links, A.category-links:visited {
	color: #004080;
	/* text-decoration: none; */
}

A.category-subs, A.category-products, A.category-subs:visited, A.category-products:visited {
	color: #008000;
	font-size: 1.0em;
	/* text-decoration: none; */
}
	
SPAN.category-subs-parent, SPAN.category-subs-selected {
	font-weight: bold;
}
/* end categories box links */
