/* block top user information */

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

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

/* cart */
#shopping_cart {
	
	
	
}
#shopping_cart a {
	height: 15px;
	font-size: 12px;
    font-weight: bold;
	padding:15px 0px 10px 43px;
	background: url('../../../img/icon/cart.gif') no-repeat 10px 9px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px; display:block; text-align:right;  }
#shopping_cart a:hover { text-decoration:none; }
#shopping_cart a span { font-weight:normal; color:#DF002C;}
#shopping_cart a span.ajax_cart_quantity { background: #E5E5E5; padding:0px 5px; margin:0 3px;}
#shopping_cart a:hover span{text-decoration: none}
#header_user #shopping_cart .ajax_cart_quantity { font-weight:bold; font-size:16px }
#header_user #shopping_cart .ajax_cart_total { display:none !important; }


/* 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;
	margin-top:10px;
	padding:0;
	font-size:11px
}
#header_user_info a {
	display:inline-block;
	margin:0 0 0 10px;
	padding:3px 0 0 13px;
	line-height: 11px;
	border-left:1px solid #e5e5e5;
}
#header_user_info a.account {
	border: none;
	display: inline;
	margin: 0;
	padding: 0;
}
*:first-child+html #header_user_info a {line-height:14px;}
#header_user_info a.login {}
#header_user_info a.logout {}