﻿@media screen
{
	#StatusControl
	{
		background-image:url('ShoppingCart/viewcart_background.gif'); background-position:bottom; background-repeat:repeat-x;
		position:absolute; top:23px; right:0px; width:270px; height:50px;
		text-align:right; border:solid 1px #D1D1D1; 
	}
	
	#USStore
	{
		position:absolute; top:78px; right:0px; width:270px; height:15px;
		text-align:right;
		font-family:Tahoma; font-weight:bold; text-decoration:underline; font-size:9px; color:#F56F0C;		
	}
	#USStore a
	{
		font-family:Tahoma; font-weight:bold; text-decoration:underline; font-size:9px; color:#F56F0C;		
	}
}
@media print
{
	#StatusControl
	{
		display:none;
	}	

	#OverseasLink
	{
		display:none;
	}
}

#StatusControl #AccountStatus					{border:solid 1px white; width:auto; margin-right:5px; position:relative;}
#StatusControl #AccountStatus a					{text-decoration:none; color:Black;}
#StatusControl #AccountStatus .loginWelcome		{border:1px solid white; float:left; margin-top:-1px; margin-left:4px; max-width:140px; overflow:hidden; white-space:nowrap;}
#StatusControl #AccountStatus .loginStatus		{border:1px solid white; float:right; margin-top:1px; text-decoration: underline; margin-left:6px;}
#StatusControl #AccountStatus .lnkMyAccount		{border:1px solid white; margin-right:3px; text-decoration: underline;}
#StatusControl #ShoppingCartStatus				{border:solid 1px white; margin:0px 5px 0px 5px;}
#StatusControl #ShoppingCartStatus #CartImage	{border:solid 0px red; float:left; margin-right:10px;}
#StatusControl #ShoppingCartStatus #CartStatus	{border:solid 0px blue; float:left;}
#StatusControl #ShoppingCartStatus #ViewCart	{border:solid 0px pink; float:right;}