@import url(downloads.css);

.results {
	margin: 0 auto;
	width: 970px;
}

.results h3 {
	display: block;
	font-size: 200%;
	font-weight: normal;
	padding: 15px 0;
}

.results .search-navigation {
	*display: inline-block;
}

.results .search-navigation:after {
	clear: both;
	content: ".";
	display: block;
	height:	0;
	visibility:	hidden;
}

.results .search-navigation li {
	float: left;
}

.results .search-navigation li a {
	background-color: #cccccc;
	display: block;
	margin-right: 5px;
	padding: 10px 15px;
	text-align: center;
	text-transform: uppercase;
}

.results .search-navigation li a:hover,
body.bulletins li.bulletins a,
body.downloads li.downloads a,
body.faqs li.faqs a,
body.how-tos li.how-tos a,
body.press-releases li.press-releases a,
body.products li.products a,
body.discontinued li.discontinued-products a
{
	background-color: #464646;
	color: #ffffff;
}

body.discontinued.products li.products a {
	background-color: #cccccc;
	color: #333333;
}

.results .list {
	border: solid 1px #cccccc;
	padding: 15px;
	margin-top: 5px;
}

.results .list table {
	width: 100%;
}

.results .list tr.alternative {
	background-color: #f4f4f4;
}

.results .list td {
	padding: 5px;
	vertical-align: top;
}
		
.results .list td.date {
	white-space: nowrap;
	width: 1%;
}

body.faq .results .list td,
body.how-to .results .list td
{
	font-size: 115%;
}

body.bulletin .results .list td a,
body.press-release .results .list td a
{
	color: #c90000;
	font-weight: bold;
}

body.faq .results .list td.date,
body.faq .results .list td p,
body.how-to .results .list td.date,
body.how-to .results .list td p,
body.bulletin .results .list td b,
body.press-release .results .list td b
{
	display: none;
}


.results .types {
	margin: 0 auto;
	width: 775px;
}

.results .types .type-details,
.results .types .family-details,
.results .types .button,
.results .types input
{
	display: none;
}
