.depthdr
{
	font-size: 12px;
	font-family: arial,sans serif;
	font-weight: bold;
	color: #ffffff;
}

.item
{
	font-size: 12px;
	font-family: arial,sans serif;
	font-weight: bold;
	color: #090909;
	width: 160px;
}

.aisle
{
	font-size: 12px;
	font-family: arial,sans serif;
	font-weight: normal;
	color: #090909;
	width: 60px;
}

.spacer
{
	width: 10px;
	background-color: #ffffff;
}

.group
{
	font-size: 12px;
	font-family: arial,sans serif;
	font-weight: bold;
	background-color: #6a6a6a;
	color: #dadada;
	text-align: center;
	width: 220px;
}

.backtotop
{
	color: #9fd6f7;
	font-size: 12px;
}

.backtotop:hover
{
	color: #ffff22;
}

/*
must be in this order:
a:link, a:visited, a:hover, a:active
begin anchors
*/

a.dept:link,
a.dept:visited,
a.dept:active
{
/*	color: #d6f4fe; */
	color: #ffffff;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	font-family: arial,sans serif;
}

a.dept:hover
{
	color: #ffff22;
}
/* end anchors */

