/* block top user information */
#header_right #header_user {
	float: right;
	width: 535px;
	text-align: right;
	margin-right: 6px;
	border:0px solid red;
	position: relative;
	top:-20px;
}
#header_user p { color: #595a5e }
#header_user span { font-weight: bold }
#header_user ul { margin-top: 0.3em }
#header_user li {
	float: right;
	
	white-space: nowrap;
    color:#fff;
}
#header_user li a{
    color:#fff;
}
#header_user #shopping_cart, #header_user #your_account { font-size: 0.9em }
#header_user li#your_account { margin-left: 0 }
#header_user #shopping_cart a, #header_user #your_account a {
	padding: 2px 0 4px 4px;

	text-decoration: none;
    color:#fff;
    
}
#header_user #shopping_cart a:hover, #header_user #your_account a:hover {
color:#e5007d;
}