/* block top user information */
.rond{margin:0 auto;width:40px;height:40px;border-radius:20px;background-color:#eeebe6;text-align:center;font-size:20px;line-height:40px}
#your_account{text-align:center}
#menu_commande #header_user {display:inline-block;}
#header_user #header_nav {list-style-type:none;}
/* cart */
.lt-ie6 #shopping_cart {width: 130px;}
#shopping_cart a:hover span{text-decoration: none}
#header_user #shopping_cart .ajax_cart_quantity { font-weight:bold; font-size:12px;background-color:#fff;width:20px;height:20px;color:#040505;border-radius:10px;display: block }
#header_user #shopping_cart .ajax_cart_total { display:none !important; }
/* account */
#header_user #your_account a{color:#bfb3a4;text-decoration:none;font-weight:bold;font-size:14px}
#header_user #your_account a:hover{opacity:0.8}
/* user infos */
#header_user_info {
	clear:both;
	float:right;
	margin-top:10px;
	padding:0;
	font-size:12px
}
#header_user_info a {
	display:inline-block;
	line-height: 11px;
	border-left:1px solid #000
}
#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/modules/blockuserinfo/img/icon/login.gif') no-repeat 10px 0}
#header_user_info a.logout {background: url('../../../img/modules/blockuserinfo/img/icon/logout.png') no-repeat 10px -1px}

@media screen and (max-width: 767px) {
	#header_user_info {
		left: 0;
		position: absolute;
		top: 0
	}
	#shopping_cart {
		position: absolute;
		right: 0;
		top: 40px
	}
	#menu_commande #header_user{margin-top:0;}
}
@media screen and (max-width: 860px) {
	#menu_commande #header_user{display: none;}
}
@media screen and (max-width: 480px) {
	#menu_commande #header_user,
	#menu_commande #header_user #header_nav {
		width: 100%
	}
	#shopping_cart {
		position: relative;
		right: auto;
		top: auto
	}
	#shopping_cart a {
		padding-left: 15%;
		padding-right: 5%;
		width: 80%;
	}
}
