@charset "utf-8";
	/*
	************************************************************************

	Custom stylesheet
		Style sheet with custom css instruction for Internet Explorer 6

	@Homepage:		http://www.internotredici.com
	@Author:			Fabrizio Menghini Calderón <fabrizio@internotredici.com>
	@License:		Creative Commons Attribution-Noncommercial-Share Alike 
						3.0 Unported License
	@Copyright:		2010 (c) Interno Tredici. 
						Some rights reserved.

	************************************************************************
	*/




	#header form, #header #keywords { float: left; }
	#header form 
	{
		height: 69px;
		width: 300px;
	}
	#header #keywords { display: inline; }
	#header form .hover_button { display: inline; }
	#search 
	{ 
		height: 69px; 
		text-align: right;
	}
	#lhs { margin-right: 28px; }
	#lhs li a 
	{
		height: 1%; 
		background: transparent url(lhs_arrow.png) no-repeat 15px 17px; 
	}
	#lhs li span { height: 1%; }
	#lhs li a:hover { background: url(lhs_arrow_hover.png) no-repeat 15px 17px; }

	#tabs #tab-list li a, #tabs #tab-list li span 
	{ 
		width: 1%; 
		white-space: nowrap; 
	}
	#tabs #tab-content #tab-actions { margin-top: 10px; }
