/* block top user information */

#header_right #header_user {
	clear:both;
	float: right;
	margin-top:8px;
	width: 535px;
}

#header_user #header_nav {
	list-style-type:none;
}

/* cart */
#header_user #shopping_cart {
}
#header_user #shopping_cart .ajax_cart_quantity { font-weight:bold; font-size:18px }



/* account */
#header_user #your_account {display:none;}
#header_user #your_account a { background-image: url('../../../img/icon/my-account.gif') }

/* user infos */ 
#header_user_info {
	clear:both;
	float:right;
	padding:0;
	font-size:12px;
	width : 188px;
	padding-right : 14px;	
}
#header_user_info a {
	display : block;
	float : left;
	font-weight: bold;
}
#header_user_info a.wishlist {
	font-weight: normal;
}
*:first-child+html #header_user_info a {line-height:14px;}
#header_user_info a.login {
	width : 53px;
	padding-left : 10px;
}
#header_user_info .separator{
	padding-left : 6px;
	padding-right : 9px;
	font-weight : bold;
	float : left;
	display : block;
	color : #ef1e1e;
}
#header_user_info a.account {
	width : 80px;
}
#header_user_info a.user {
	height : 16px;
	width : 32px;
	background: url('../../../img/userinfo.jpg') no-repeat center center;
	float : right;
	position: absolute;
	right: 12px;
	top: 58px;
}
#header_user_info a.wishlist{
	float : right;
	display : block;
	padding-right : 37px;
}