/* This stylesheet is for older browsers like NS4 */
/* Nav Icons */
DIV.HeaderIconSection
{
	width: 141px;
	height: 50px;
	
	/* NS4 requires the border when the width is set */
	border: solid 1px #ecbd00;;
}

DIV.HeaderIcon-SignIn
{
	float: left;
	width: 38px;
	height: 48px;
	
	/*border: solid 1px #ff0000;*/
}

DIV.HeaderIcon-Account
{
	float: left;
	width: 38px;
	height: 48px;
	
	/*border: solid 1px #00ff00;*/
}

DIV.HeaderIcon-Cart
{
	float: left;
	width: 38px;
	height: 48px;
	
	/*border: solid 1px #0000ff;*/
}

DIV.HeaderIcon-SignIn SPAN.HeaderIconLabel
{
	display: none;

	/*border: solid 1px #ff0000;*/
}
DIV.HeaderIcon-Account SPAN.HeaderIconLabel
{
	display: none;

	/*border: solid 1px #00ff00;*/
}
DIV.HeaderIcon-Cart SPAN.HeaderIconLabel
{
	display: none;

	/*border: solid 1px #0000ff;*/
}