/* block top user information */

.grid980 #header_user {
	/*clear:both;*/
	float: right;
	width: 310px;
	height: 43px;
}

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

/* cart */
#shopping_cart {	
}
#fleche{
	height: 11px;
	background: url('img/fleche.png');
	width: 29px;/* 200 */
	margin-top: 40px;
	position: absolute;
	margin-left: 8px;
	margin-top: 42px;
}
#shopping_cart a{
	height: 43px;
	background: url('img/icon/panier.png') no-repeat 12px 12px #252424;
	width: 45px;/* 200 */
	display:block}
#shopping_cart a:hover span{text-decoration: none}
#header_user #shopping_cart .ajax_cart_quantity { font-weight:bold; font-size:18px;top: 22px;position: relative;left: 17px; color: #fff; 
    text-shadow: -2px 0 black, 0 2px black, 2px 0 black, 0 -2px black;}
#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-top:-43px;
	padding:0;
	font-size:13px;
	color: #7d7d7d ;
	font-style: italic;
	font-family: Ubuntu, sans-serif;
	font-weight: bold;
	border-left: 1px solid #c6c5c5 ;
	padding-left: 30px;
	padding-top: 10px;
	height: 34px;
}
#header_user_info a {
	display:inline-block;
	margin:0 0 0 1px;
	padding:3px 0 0 5px;
	line-height: 13px;
	border-radius: 0px !important;
	color: #71c40f;
	clear: both;
}
#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 95px 2px;width: 110px;}
