/*
LEGAL
=====
Copyright: Daemon Pty Limited 1995-2006, http://www.daemon.com.au & http://www.mollio.org/
License: Released Under the "Common Public License 1.0", http://www.opensource.org/licenses/cpl.php
Version: 010306
*/

#header {
	width: 100%;
}

#nav-secondary a {
	width: 143px;
}

#resultslist-wrap li dl {
	display: inline;
}


/* 
I've added position:relative to these items below to fix the IE Peakaboo bug. 
more about it here: http://www.positioniseverything.net/explorer/peekaboo.html 
*/
ol.code, .featurebox, #content ul, #sidebar ul {
	position: relative;
}
	