/* block top user information */

#header_right #header_user {
	clear:both;
	
	right:0px;
	top:0px;
	
	width: 535px;
	position:absolute;
}

#header_user #header_nav {
	list-style-type:none;
	float:right;
}

/* cart */
#shopping_cart {
	
	position:absolute;
	top:50px;
	right:0px;
	
}
#shopping_cart a{
	height: 31px;
	text-align:right;
	width:125px;
	font-size:12px;
	padding:0px 0px 0px 0px;
	background: url('img/cartbg-1.png') no-repeat 0px 0px #09b4e5;
	color:#ffffff;
	display:block;
	}
	
.mi_cesta {
	padding-right:12px;
	color: #fff;
	text-transform: uppercase;
	font-size: 10px;
}
	
.ajax_cart_quantity,.ajax_cart_no_product{
margin:9px 15px 0px 0px;
line-height:31px;
}	
	
#shopping_cart a:hover span{text-decoration: none}
#header_user #shopping_cart .ajax_cart_quantity { font-weight:bold; font-size:12px }
#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 {
	position:absolute;
	top:10px;
	text-align:left;
	right:0px;
	text-align:left;
	background: #4ca189 url(../../../img/mi-cuenta.png) no-repeat 0 0 !important ;
	width:110px;
	height:27px;
	padding:0;
	color:#FFFFFF;
}
#header_user_info a {
	padding: 5px 0 0 0;
	color: #fff;
	text-transform: uppercase;
	font-size: 10px;
	display: block;
	width: 70px;
	height: 25px;
	float: left;
	text-align: center;
}
#header_user_info a.account {
	border: none;
	margin: 0;
	width:32px;
	height:32px;
	display:block;
	float:left;
}
*: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; padding-left:35px;}
#header_user_info a.logout {background: url('img/icon/logout.png') no-repeat 10px -1px}
