/* block top user information */

#header_right #header_user {
	clear:both;
	float: left;
	margin-top:8px;
	width: 553px;
  font-size: 14px;
  color: #fff;
  margin-right: 160px;
}

#header_user a {
  color: #fff;
  font-weight: bold;
}



#header_user #header_nav {
	list-style-type:none;
	float:right;
  margin-top: 10px;
  margin-right: 100px;
}

/* cart */
#shopping_cart {
	
	
	
}
#shopping_cart a{
	height: 15px;
	padding:15px 27px 10px 0px;
  margin-left: 47px;
	background: transparent;
	width: 130px;/* 200 */
  color: #fff;
}
#shopping_cart a:hover span{text-decoration: none}
#header_user #shopping_cart .ajax_cart_quantity { font-weight:bold; font-size:14px }
#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 {
  border-right: 1px solid #c8c8c8;
	float:right;
  padding: 0;
	padding-right: 40px;
  text-align: right;
}
#header_user_info a {
	display:inline-block;
  margin-top: 10px;
}
#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 {background: url('img/icon/login.gif') no-repeat 10px 0}
#header_user_info a.logout {background: url('img/icon/logout.png') no-repeat 10px -1px}
