/* block top user information */

#header_right #header_user {
	clear:both;
	float: right;
	margin-top:-40px;
	width: 240px;
	height:100px;
	background-color:#7ab398;
	background-image:url(/modules/blockuserinfo/img/bottomcart.png);
	background-repeat:repeat-x;
	background-position:left bottom;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	margin-right: 10px;
}

#header_user #header_nav {
	list-style-type:none;
	float:right;
	background-image:url(/modules/blockuserinfo/img/carrello.png);
	background-repeat:no-repeat;
	height:50px;
	margin-top:10px;
}

/* cart */
#shopping_cart {
	
	
	
}
#shopping_cart a{
	height: 15px;
	padding:15px 27px 10px 55px;
	min-width: 130px;/* 200 */
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	display:block;
	font-size: 12px;
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
	}
	
#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('/modules/blockuserinfo/img/icon/my-account.gif') }

/* user infos */ 
#header_user_info {
	clear:both;
	margin-top:10px;
	padding:0;
	font-size:14px;
	color:#15452e;
	font-weight:bold;
	margin-left:12px;
}
#header_user_info a {
	display:inline-block;
	margin:0 0 0 5px;
	padding:3px 0 0 9px;
	line-height: 11px;
	border-left:1px solid #000;
	color:#f7f3e8;
	font-weight:normal;
}
#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 {}
