/* block top user information */
#header_right #header_user {
	float: right;
    position: absolute;
    right: 0;
    text-align: right;
    top: 20px;
    width: 535px;
}
#header_user ul { margin-top: 0.3em }
#header_user li {
	float: right;
	line-height: 2em;
	margin-left: 0.5em;
	white-space: nowrap
}
#header_user #shopping_cart, #header_user #your_account { 
	font-family: francoisoneregular;
    font-size: 15px;
    text-transform: uppercase;
}

#header_user li#your_account {
    font-family: francoisoneregular;
    font-size: 15px;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    top: 40px;
}
#header_user #shopping_cart a, #header_user #your_account a {
	background-repeat: no-repeat;
	background-position: top left;
	padding: 2px 0 4px 26px;
	height: 20px;
	text-decoration: none;
	color: #0085C4;
}
