
#header_user {
    float: right;
    font-family: Roboto-Condensed;
    font-size: 12px;
    width: 15px;
}
#header_user p {
    float: left;
    line-height: 20px;
    margin-left: 36px;
}
#header_user_info > span {
    color: white;
}
#header_user a {
    color: #fff;
}
#header_user ul {
    float: right;
}
#shopping_cart a {
    display: block;
    text-align: left;
    white-space: nowrap;
}
#shopping_cart span {
    color: #fff;
}
#shopping_cart .ajax_cart_title {
    display: block;
    font-weight: bold;
    line-height: 17px;
    margin-bottom: 5px;
    min-width: 65px;
}
#shopping_cart a:hover .ajax_cart_title {
    color: #fff;
}
#shopping_cart .ajax_cart_quantity, #shopping_cart .ajax_cart_total, #shopping_cart .ajax_cart_no_product_quantity, #shopping_cart .ajax_cart_no_product_total {
    color: #fff;
    font-size: 14px;
}
#shopping_cart .ajax_cart_no_product_total {
    display: block;
    font-weight: bold;
}
#shopping_cart .ajax_cart_total {
    display: block;
}
#block_usuario_info {
    background: url("../../../img/fondo_tab_cuenta.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 41px;
    padding-top: 3px;
    position: absolute;
    right: 120px;
    top: 103px;
    width: 124px;
}
#block_usuario_cesta {
    background: url("../../../img/fondo_tab_cesta.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 41px;
    padding-top: 3px;
    position: absolute;
    right: 0;
    top: 103px;
    width: 118px;
}
#header_nav {
    margin-right: 16px;
}
#header_user_myaccount {
    display: block;
    font-weight: bold;
    text-align: left;
}
#header #loginBox-content {
    background: none repeat scroll 0 0 #eee;
    border: 5px solid #9a9b9d;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    display: block;
    height: auto;
    opacity: 0;
    padding: 5px;
    position: absolute;
    right: 1px;
    top: 147px;
    transition: opacity 0.2s ease 0s;
    visibility: hidden;
    width: 234px;
    z-index: 10;
}
@media (min-width: 481px) {
#block_usuario_info.block_usuario_info_logged {
    background: url("../../../img/fondo_tab_cuenta_ancho.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    width: 174px;
}
#header #loginBox-content {
    right: 50px;
}
}
@media (max-width: 480px) {
}
