/**
* CSS Stylesheet for Categories Dressing examples
* copy/modify desired sections into main stylesheet, integrating with existing declarations, and delete this file
* Categories Dressing v1.3   Glenn Herbert (gjh42)  2007-06-30
*/

#categories h3#categoriesHeading {
	display: none;
	height: 1px;
	visibility: hidden;
}


/*
hr.catBoxDivider { 
    color: #aabbcc;
    }
*/

/*display all cat box links as block*/

	

	
/* example for  top category styling */
a.category-top-catText, a.category-top-catText:visited, a.category-top-catText:link {
	font-size: small;
	line-height: 200%;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	margin: 0px;
	white-space: normal;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-image: url(../images/hg_box_headline.jpg);
	background-repeat: repeat-y;
	color: #FFFFFF;
    } 

a.category-subs-catText, a.category-products-catText, a.category-subs-catText:link, a.category-products-catText:link, a.category-products-catText:visited, a.category-subs-catText:visited {
	font-size: small;
	line-height: 150%;
	display: block;
	margin: 0px;
	white-space: normal;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-color: #FFFCDD;
	color: #000000;
    }
	
 
	
	

/* uncomment for  top category hover effects (add ,  a.category-subs-catText, a.category-products-catText if desired) (use  background-image if desired)*/


/*a.category-links {
	font-size: 75%;
	line-height: 200%;
	color: #B51A12;
	padding-left: 10px;
}*/

.category-subs-catText {
	color: #000000;
}
.category-subs-selected {
	font-weight: bold;
}

.category-subs-parent {
	font-weight: bold;
}

/*#category-links a {
	font-size: x-small;
	color: #B51A12;
	line-height: 200%;
	font-weight: bold;
	display: block;
	margin: 0px;
	white-space: normal;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 10px;
}*/
#contentColumnMain a:link, #contentColumnMain a:visited {
	color: #AB2B24;
	text-decoration: none;
}

#contentColumnMain a:hover {
	color: #EDE4D3;
	text-decoration: none;
}

#contentColumnMain .messageStackError a:link, #contentColumnMain .messageStackError a:visited {
	color: #FFCC00;
}

.centerBoxContentsNew {
	margin-bottom: 10px;
}
a.category-products-catText:hover .category-not-selected, a.category-products-catText:hover .category-subs-selected {
	color: #CC0000;
}

a.category-subs-catText:hover, a.category-subs-catText:hover .category-not-selected {
	color: #CC0000;
    } 


