/* block top user information */

#header #header_user {position:absolute; top:121px; right:0; font-size:14px; font-size:1.4rem; z-index:2;}
#header #header_user ul li {
	float: left;
	width: 185px;
	margin-left: 10px;
}
#header #header_user ul li a {
	display: inline-block;
	padding: 3px 5px;
	text-transform: uppercase;
	transition: all 200ms ease-in-out 0s;
	border-radius: 0 !important;
}
.fontface #shopping_cart > a:before {
	font-family: "pictos";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: none;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;

	content: '\e808';
	margin-right: 8px;
	font-size: 1.4em;
	vertical-align: bottom;
	width: 15px; width: 1.5rem;
}
.fontface #your_account > a:before {
	font-family: "pictos";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: none;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;

	content: '\E816';
	margin-right: 6px;
	font-size: 1.1em;
	width: 15px; width: 1.5rem;
}
#header #header_user ul li:first-child a {
	margin-left: 0;
}
#header #header_user ul li a span {
	text-transform: none;
}

#header_nav li,
ul#header_nav {white-space:nowrap;}

/* cart */
#header_user #shopping_cart .ajax_cart_quantity { font-weight:bold;}
#header_user #shopping_cart .ajax_cart_total { display:none !important; }
#header_user #shopping_cart .hidden { display: none;}


/* user infos */ 
#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 {}
#header_user_info a.logout {}