/* block top user information */

#header_right #header_user {
	min-width:500px;
	height:31px;
	float:right;
	line-height:31px;
	/*margin-right:-148px;*/
	margin-right:-144px;
}

#header_user #header_nav {
	list-style-type:none;
	float:right;
	padding:0;
	margin:0;
}
#header_user #header_nav li{
	float:right;
	color:#FFFFFF;
	height:21px;
	margin-top:5px;
	line-height:21px;
	border-right:1px #6b6b6b solid;
	padding:0px 10px 0px 10px;
}
#header_user #header_nav li#your_account{
	background-image:url(../../../img/mon-compte.png);
	background-repeat:no-repeat;
	padding:0px 10px 0px 18px;
}
#header_user #header_nav li#your_account a{
	text-transform:uppercase;
}
#header_user #header_nav li#facebook_button a{
	display:block;
	width:20px;
	height:21px;
	background-image:url(../../../img/facebook.png);
}
#header_user #header_nav li#google_button{
	padding:1px 10px 0px 10px;
	height:20px;
}
#header_user #header_nav li a{
	color:#58585a;
	text-transform:uppercase;
}

/*
#header_user #shopping_cart {
	padding:15px 27px 10px 43px;
	width: 130px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: url('../../../img/icon/cart.gif') no-repeat 10px 9px #eee
}
#header_user #shopping_cart .ajax_cart_quantity { font-weight:bold; font-size:18px }
#header_user #shopping_cart .ajax_cart_total { display:none !important; }

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

#header_user_info {
	clear:both;
	float:right;
	margin-top:10px;
	padding:0;
	font-size:12px
}
#header_user_info a {
	display:inline-block;
	margin:0 0 0 10px;
	padding:3px 0 0 34px;
	line-height: 11px;
	border-left:1px solid #000
}
*: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}
*/