/* block top user information */

#header_right #header_user {
	float: right;
	padding-top:3px;
}

#header_user #header_nav {
	list-style-type:none;
	float:right;
}
#header_user #header_nav li{ display:inline-block}

/* cart */
.lt-ie6 #shopping_cart {width: 130px;}
#shopping_cart a{
	height: 15px;
	padding:10px 12px 9px 38px;
	background: url('../../../img/dafnefixed/modules/blockuserinfo/ico-cart.png') no-repeat 10px 7px #383838;
	font-family: 'delicious_smallcapsregular';
	font-size:17px;
	color: #fff;
	display:inline-block;
	text-transform:uppercase;
}
#shopping_cart a.items{
	background: url('../../../img/dafnefixed/modules/blockuserinfo/ico-cart-plus.png') no-repeat 10px 7px #383838;
}

#shopping_cart:hover a.items{
	background-color: #E52600
}

#shopping_cart a:hover span{text-decoration: none}
#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-right:3px;
}
#header_user_info a {
	display:inline-block;
	line-height: 11px;
}
#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 {}
#header_user_info a.logout {}
