/* block top user information */
#header_right #header_user {
    float: left;
    width:477px;
	height:49px;
    text-align: left;
    background: url(../../../img/bg_header_user.png) no-repeat;
}
#header_user_info{
	position: absolute;
	top: 16px;
	left:15px;
	width: 150px;
}
#header_user p { color: #595a5e }
#header_user span { font-weight: bold }
#header_user ul {
	position:absolute;
	top:16px;
	left:188px;
	width:280px;
}
#header_user p {
	margin-left: 0;
	white-space: nowrap
}
#header_user #shopping_cart, #header_user #your_account { font-size: 0.9em }
#header_user p#your_account {
	float:left;
	width:130px;
	margin-right:25px;
 }
#header_user #shopping_cart{
	float:left;
	width:125px;
	margin-top:-10px;
	line-height:normal;
}
#header_user #your_account a {
    background:url(../../../img/ico_cuenta.png) no-repeat left center;
    color: #4E5F69;
    font-weight: bold;
    height: 20px;
    padding: 0 0 0 20px;
    text-decoration: none;
}


#header_user #shopping_cart a {
	float:left;
	display:block;
	margin-top:-6px;
	margin-right:10px;
	width:47px;
    height:44px;
	background:url(../../../img/ico_carrito.png) no-repeat;
	text-indent:-666em;
	overflow:hidden;
	}

.ajax_cart_total{
	display:block;
}