/* block top user information */
#header_right #header_user {
	position:absolute;
	left:0px;
	top:10px;
	width: 535px;
	margin-right: 6px;
	text-align:left;
}
#header_right #header_nav {
  width:400px;  
}

#header_user p { color: #595a5e }
#header_user span { font-weight: bold }
#header_user ul { margin-top: 0px; }
#header_user li {
	white-space: nowrap;
  float:left;  
  margin-right:5px;
}
#header_user #shopping_cart, #header_user #your_account { font-size: 0.9em }
#header_user li#your_account { margin-left: 0;float:left; }
#header_user  a , #header_user_info a{
	background-repeat: no-repeat;
	background-position: top left;
	padding: 5px 10px 5px 10px;
	height: 20px;
	text-decoration: none !important;
	font-weight: bold;
	color:#000000;
  background:#e6e9ee;
}
#header_user #shopping_cart a { }
#header_user #your_account a { display:none; }