div#top_categories_menu_container
{
	width: 100%;
}

div.top_categories_menu_heading
{
	font-weight: bold;
	font-size: 16;
	color: white;
}

table#top_categories_menu
{
	border-collapse: collapse;
	width: 100%;
	height: 220px;	
}

table#top_categories_menu td.unhighlighted
{
	vertical-align: top;
	text-align: center;
	font-size: 14;
	border: 1px solid #006666;
	padding: 5px;
	background-image: url(images/topcategoriesbg1.jpg);
	width: 20%;
}

table#top_categories_menu td.highlighted
{
	vertical-align: top;
	text-align: center;
	font-size: 14;
	border: 1px solid #006666;
	padding: 5px;
	background-image: url(images/topcategoriesbg2.jpg);
	width: 20%;
	cursor: pointer;
}

div#expanding_window_top5
{	
	width: 100%;
}

div.heading_row0
{
	clear: both;
	float: left;
	width: 100%;
	background-color: white;
}

div.heading_row1
{
	clear: both;
	float: left;
	width: 100%;
}

div#directory div.unhighlighted
{
	float: left;
	width: 31%;
	width: expression("33%");
	height: 40px;
	height: expression("50px");
	padding: 1%;
	text-align: left;
}

div#directory div.highlighted
{
	float: left;
	width: 31%;
	width: expression("33%");
	height: 40px;
	height: expression("50px");
	padding: 1%;
	text-align: left;
	
	background-color: #006666;
	color: white;
	cursor: pointer;
}

div.heading_clicked
{
	float: left;
	width: 31%;
	width: expression("33%");
	height: 30px;
	height: expression("50px");
	padding: 1%;
	text-align: left;
	
	background-color: #006666;
	color: white;
	font-weight: bold;
	cursor: pointer;
}

div#directory
{
	margin-left: 5%;
	margin-right: 5%;
	margin-top: 5%;
	margin-bottom: 5%;
	
	width: 90%;
	width: expression("100%");
	height: 1000px;
	height: expression("925px");
	z-index: 20;
	text-align:left;
	/* Rob: removing background img inleu of autoscroll */
	/* 
	background-image: url(images/categorylistbg.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	*/
}

table.manufacturer_list
{
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
}

table.manufacturer_list td.unhighlighted
{
	width: 25%;
	height: 40px;
	border: 1px groove #006666;
	empty-cells: show;
	
	color: black;
}

table.manufacturer_list td.highlighted
{
	width: 25%;
	height: 40px;
	border: 1px groove #006666;
	empty-cells: show;
	
	background-color: #006666;
	color: white;
	cursor: pointer;
}