/* block top user information */

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

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

/* cart */
#header_user #shopping_cart {
	padding:15px 27px 14px 43px;
	width: 130px;/* 200 */
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	box-shadow: 2px 2px 5px #111;
	-moz-box-shadow :2px 2px 5px #111;
	-webkit-box-shadow: 2px 2px 5px #111;
	-o-box-shadow: 2px 2px 5px #111;
	behavior: url("http://localhost/batz/themes/prestashop_new/img/PIE.htc");
	background: url('../../../img/icon/cart.png') no-repeat 0 0 transparent;
	}
#header_user #shopping_cart .ajax_cart_quantity { font-weight:bold; font-size:18px }
#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:left;
	margin-left: -100px;
	margin-top:30px;
	padding:0;
	font-size:1.4em;
	color: white;
}
* html  #header_user_info {
	clear:both;
	float:left;
	margin-left: -70px;
	margin-top:0px;
	padding:0;
	font-size:1.2em;
	color: #B7A480;
}
#header_user_info a {
	display:inline-block;
	margin:3px 0 0 10px;
	padding:3px 0 0 34px;
	
}
*: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;text-transform:uppercase;padding-right:8px;color:#FBC945}
#header_user_info a.logout {background: url('../../../img/icon/logout.png') no-repeat 10px -1px;text-transform:uppercase;padding-right:8px;color:#FBC945}