/*
 * $Id$
 */

/* Search/browse form elements - IE7 isn't much better than IE6 here, alas */
#quickSearch label, #topicBrowse label {
	margin-right: 6px !important;
}
#quickSearch #qsQuery {
	width: 216px !important;
	margin-right: 3px !important;
}
#topicBrowse select {
	width: 219px !important;
	margin-right: 2px !important;
}

/* Undo Firefox- and MSIE6-specific styles on the quick search/topic filter panel */
#qsQueryButton, #topicBrowse input.button {
	position: static; /* undo Firefox/MSIE6-specific style */
	left: 0; /* undo MSIE6-specific style */
}

/* RSS feed icons */

#news a.rss, #news ul.more li a.rss {
	right: 4px !important;
}

a.rss, ul.more li a.rss {
	top: 5px !important;
}

.pagination {
	clear: left;
}

/* Override IE6 fix for outer div */
#outer {
	height: auto;
	min-height: 100%;
}

/* Undo IE6 fix for Star Product icons */
.highlight {
	position: static;
}
