/* block top user information */
#header_right .v2-header_links {
	position: absolute;
	right: 12px;
	top: 200px;
	width: auto!important; width: 50px; min-width: 50px;
	height: 18px;
	line-height: 18px;
	text-align: left;
	padding: 0 0 0 20px;
	margin: 0;
	color: white;
	background: url('../../../img/userinfo.png') no-repeat left top
}
.v2-header_links a { font-size: 11px; color: white; text-decoration: none }
.v2-header_links span { font-weight: bold }

#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-size: 0.9em }
#header_user li#your_account { margin-left: 0 }
#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
}
#header_user #shopping_cart a { background-image: url('../../../img/icon/cart.gif') }
#header_user #your_account a { background-image: url('../../../img/icon/my-account.gif') }