#res_head {
	width: 750px;
	border-collapse: collapse;
	font-family: Verdana, Helvetica, Geneva, Arial, sans-serif;
}

.head0 td.term, .head1 td.term, .head4 td.term {
	font-size: 16px;
	color: #999;
	font-weight: bold;
}

td.term span.updateDate { font-weight: normal; }
td.term span:hover {
	color: inherit !important;
}

.head0 td.paging, .head1 td.paging, .head4 td.paging {
	font-size: 8pt;
	color: #999;
	text-align: right;
}

.head0 td.key, .head2 td.key {
	font-size: 8pt;
	text-align: right;
	vertical-align: middle;
	height: 22px;
}

.head0 td.key {
	border: solid 1px #ccc; /* this should match border on #scored_results */
}

.head2 td.term {
	font-size: 9pt;
	color: #333;
	font-weight: bold;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 5px;
	background-color: #ccc;
/*	border-top: solid 1px #ccc; /* PROBLEM */
/*	border-left: solid 1px #ccc; */
}

.head2 td.paging {
	font-size: 8pt;
	color: #333;
	text-align: right;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-right: 5px;
	background-color: #ccc;
/*	border-top: solid 1px #ccc; */
/*	border-right: solid 1px #ccc; /* PROBLEM */
}

.head2 span.rtotal, .head2 span#rlow, .head2 span#rhigh {
	font-weight: bold;
}

td.term span.search {
	font-style: italic;
}

/*
div.lay2 {
	border: solid 1px #ccc !important; /* PROBLEM **
	width: 751px;
}
*/

#scored_results {
	font-size: 8pt;
	font-family: Verdana, Helvetica, Geneva, Arial, sans-serif;
	border-collapse: collapse;
/*	width: 90%; */
	width: 750px;
	margin-bottom:  5px;
}

#scored_results.lay1, #scored_results.lay0 {
	border: solid 1px #ccc !important;
}

#footnav td {
	height: 24px;
}

#footnav td a {
	text-decoration: none;
	color: black;
}

	/* general _column_ behavior for heading columns */
#scored_results thead td.col, #scored_results thead td.selcol {
	font-weight: bold;
	font-family: geneva, verdana, helvetica, arial, sans-serif;
	border: solid 1px #ccc; /* we may want to change this depending on layout style */
	padding-left: 6px;
}

	/* specific formatting for non-selected headings
		(nb: text attributes need to be on the contained A, not the TD) */
#scored_results thead td.col a {
	font: inherit;
	font-size: 10px;
	color: #000;
	text-decoration: underline;
}

	/* specific formatting for selected column headings */
#scored_results thead td.selcol{
	font-size: 12px;
	color: #303030;
}

#scored_results tbody td {
/*	font-size: inherit; */
	padding-left: 4px;
	padding-right: 4px;
}

#scored_results tbody td.filesize {
	white-space: nowrap;
}

#scored_results thead td a {
	text-decoration: none;
}

table.lay1 tbody tr.even {
	background-color: #EDF3FE;
}

table.lay1 tbody tr.odd {
	background-color: #FFFFFF;
}

table.lay1 tbody td {
	border: solid 1px #CCCCCC;
	padding: 3px 2px;
	font-family: "ms sans serif", Arial, Geneva, sans-serif;
	font-size: 11px;
}

table.lay1 tbody td span.description {
	font-family: Verdana, geneva, helvetica, arial;
	font-size: 10px;
}

table.lay0 tbody tr.even {
	background-color: #fff;
}

table.lay0 tbody tr.odd {
	background-color: #eee;
}

table.lay0 tbody td {
	border: none;
	padding: 4px 5px;
}

table.lay2 tbody tr {
	background-color: #eee;
}

table.lay2 tbody td {
	border: solid 1px white;
	padding-top: 3px;
	padding-bottom: 3px;
}

table.lay2 thead, table.lay2 tfoot {
	border: none;
}

tr.dateDivide td {
	text-align: center;
	background-color: #ccc;
}

span.updateDate {
	font-weight:  bold;
	/* also any other changes to date-divider font spec */
}

#scored_results tbody a.prodtitle {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: blue;
	text-decoration: none;
	border-bottom: none;
}

#scored_results tbody a.hot {
	color: #8b0000; /*darkred;*/
}

#scored_results tbody a.prodtitle:visited { color: #7987FE; }

#scored_results tbody a.hot:visited { color: #C84945; }

#scored_results tbody a {
	color: black;
/*	border-bottom: dotted 1px black; */
	text-decoration: none;
}

#scored_results tbody td.pri a:hover {
	color: black;
}

tbody a.buylink {
	color: blue !important;
}

#scored_results td.resinfo {
	text-align: right;
	font-size: 7pt;
}

td.license {
	color: black;
	font-size: 9px !important;
	text-decoration: none;
	font-family: arial,geneva,verdana,lucida console,helvetica !important;
}

img.dlarrow {
	border: none;
}

/*#butFirst, #butPrev, #butNext, #butLast { */
img.navbutton {
	cursor: pointer;
	height: 12px;
	width: 12px;
	border: none;
}

#butFirst {
	padding-left: 10px;
}

#nav {
	text-align: center;
	border-top: solid 2px #ccc !important; 
	padding-top: 4px;
}

tr.show {
	display: table-row;
/*	background-color: #ddf; */
}

tr.hide {
	display: none; 
/*	background-color: #fdd; */
}

#paginate {
	text-align: center;
	vertical-align: middle;
	background-color: rgb(252, 255, 180);
	height: 40px;
	font-size: 14px;
	color: red;
	font-weight: bold;
}	

#noresults {
	text-align: center;
	vertical-align: middle;
}

#noresults > td {
	padding-top: 10px;
}

#noresults table.cats {
	margin-left: auto;
	margin-right: auto;
	margin-top: 16px;
	border: solid 1px #eee;
}

#noresults table.cats a {
	color: blue;
	font-size: 12px;
}

#noresults table.psearch {
	margin-left: auto;
	margin-right: auto;
	margin-top: 32px;
}

#noresults table.psearch td {
	font-size: 14px;
}

#noresults table td {
	border-width: 0px;
}

#pagedNavigationRow {} /* tr */
#pagedNavigation {
	text-align: center;
	vertical-align: middle;
	padding-top: 5px;
	padding-bottom: 5px;
}

a.navpage {
	display: inline-block;
	width: 12px;
	cursor: pointer;
	color: #666;
	font-size: 9px;
	padding: 3px;
	margin-left: 1px;
	margin-right: 1px;
	border: solid 1px #ccc;
}

a.curpage {
	border-style: dashed;
	background-color: rgb(252, 255, 180);
	font-size: 9px;
}

a.navpage:hover {
	font-size: 9px;
	color: black;
	background-color: #eee;
	border-color: #888;
}