@charset "utf-8";
/*
 * (c) Copyright 2009 Hen's Teeth Network, Inc. All rights reserved. wee.hens-teeth.net
 */

/*
 * CSS for the left navigation menu
 */
#sidebar-left ul.level1
{
	padding-left: 5px;
}
#sidebar-left span.level1
{
	font-weight: bold;
	text-transform: uppercase;
}
#sidebar-left ul.level2 li
{
	margin: 0;
}
#sidebar-left div.leafmenu
{
	border: thin solid white;
	position: absolute;
	margin-left: 125px;
	margin-top: -1.3em;
	padding: 0.5em 1em 0.5em 0;
	background-color: black;
	display: none;
}


/*
 * CSS for top links (manufacturer) in search results page
 */
ul#topLinks
{
	margin: 1em 0; 
	padding: 0; 
	text-align: center;
}
ul#topLinks li
{
	color: #330000;
	display: inline; 
	font-weight: bold; 
	margin: 0; 
	padding: 0 1em 0 0; 
}
ul#topLinks li a
{
	color: #330000;
	font-weight: bold;
	text-decoration: underline;
	white-space: nowrap;
}
ul#topLinks li a:visited
{
	color: #330000;
}
