.matched_result{background-color:#FFFF99;}
.search_results{padding:2px 4px 6px 4px;margin-bottom:2px;}
.alt_row{background-color:#eee;}

/* nav stuff */
#navType ul{margin:0;padding:0 0 1em 0;}
#navType ul li{display:inline;}
#navType ul li a
{
	border:1px solid #cccccc;
	background:#e6e6e6;
	padding:0.3em 0.6em;
	-moz-border-radius:4px;
	-webkit-border-radium:4px;
	text-decoration:none;
	color:#444;
	font-weight:bolder;
}
#navType ul li a.current{color:#888;}
#navType ul li a:hover{text-decoration:underline;border:1px solid #aaaaaa;}

/*
 * this is to make sub categories stand out like headings, 
 * but we're not using now :
 */
.sub_cat_head{list-style:none;font-weight:bold;margin-top: 4px}
.sub_cat_head  li{font-weight:normal;}

/* Top 5 styles */
.top5{width:600px;font-size:0.9em;clear:both;margin-top:1.5em;}
.top5 dl dt{width:15em;	float:left;	overflow:hidden;height: 15px;}
.top5 dl dd{margin-left:16em;}
.top5 dl dd img{height:8px;border:1px solid #666;}
.top5 dt{font-weight:normal;}
/*
.externalLink
{
background-image:url('/includes/icons/Icon_External_Link.png');
background-repeat:no-repeat;
background-position:right bottom;
padding-right:14px
}
*/
.catTile{display:inline-block;width:10px;height:10px;overflow:hidden;margin-right:0.5em;}
#catColorList{padding:1em 0;}
#catColorList li{list-style-type:square;float:left;margin-right:3em}
#primary ul.tabnav-list{padding:0;margin:0;}
#primary ul.tabnav-list li{list-style:none;}
div.accordion div.ui-accordion-content ul li a{background:none;}

div.directory-header div.search-filter #search-keyword {    border-radius: 5px 5px 5px 5px;    height: 25px;    line-height: 27px;    width: 180px;}

/* attempt to fix search box using positioning since floats don't seem to work in IE */
div.directory-header{	position:relative;}
div.directory-header div.search-filter{	position:absolute;	top:0px;	right:40px;	height:38px;}
div.directory-header div.search-filter div.field-contain{position:relative;top:0px;left:0px;}
div.directory-header div.search-filter div.field-contain button#search-within-submit{position:absolute;top:0px;right:-38px;}
#primary div.directory-header ul.letter-filter{margin-top:1em;}

div#primary ul.tabnav-list a:visited{color:#485560;}
