/* block top user information */

#header_right #header_user {
    clear: both;
    float: right;
    margin: 0 !important;
    position: absolute;
    top: 52px;
    width: 100%;
}

#header_right #header_user2 {
    float: right;
}

#header_right .cart {
    margin-top: 20px !important;
}

#header_user #header_nav {
	list-style-type:none;
	float:right;
}

/* cart */
#header_user #shopping_cart {
    background: url("../../../img/icon/cart_close.gif") no-repeat scroll center 0 transparent;
    color: #FFFFFF;
    display: none;
    height: 25px;
    margin: 0;
    width: 36px;
}

#header_user #shopping_cart a {
    color: #FFFFFF;
    display: block;
    font-weight: bold;
    padding: 10px 0 21px;
    position: relative;
    text-transform: uppercase;
    z-index: 20;
}

#header_user #shopping_cart a:hover { }

#header_user #shopping_cart .ajax_cart_quantity { font-weight:bold; font-size:18px }
#header_user #shopping_cart .ajax_cart_total { display:none !important; }

#header_nav li {
    float: left;
}

/* account */
#header_user #your_account {display:block;}
#header_user #your_account a { background-image: url('../../../img/icon/my-account.gif') }

/* user infos */ 
#header_user_info {
    clear: both;
    float: right;
    margin-right: 0px;
	position: absolute;
	top: -48px;
	right: 0px; 
    padding: 0;
    width: 170px;
	text-align: right;
}
#header_user_info a {
    display: inline-block;
}
*:first-child+html #header_user_info a {line-height:14px;}
#header_user_info a.login {
	background: none repeat scroll 0 0 transparent;
}
#header_user_info a.logout {    
	background: none repeat scroll 0 0 transparent;
}
#header_user_info a.account {
    background: none repeat scroll 0 0 transparent;
}

#header_user #header_nav li.cart_bg {
     background: url("../../../img/icon/cart.gif") no-repeat scroll 0 0 transparent;
    color: #FFFFFF;
    display: block;
    height: 35px;
    margin-top: -4px;
    padding: 0;
    position: relative;
    text-indent: -9000px;
    width: 37px;
    z-index: 30;
}

#header_user #header_nav li.cart_bg:hover { 
    background: url("../../../img/icon/cart.gif") no-repeat scroll 0 -35px transparent;
}

#header_user #header_nav li.cart_bg a {
    color: #FFFFFF;
    display: block;
    padding: 8px;
    text-decoration: none;
}

#header_user #header_nav li.cart_bg a:hover {}

#header_user #header_nav li.summary {
   background: none repeat scroll 0 0 #078DC2;
    border-bottom: 2px solid #0473A0;
    color: #FFFFFF;
    display: block;
    font-weight: bold;
    height: 33px;
    line-height: 34px;
    margin-left: 0;
    margin-right: 0;
    margin-top: -4px;
    padding: 0 10px 0 0 !important;
}

#header_right #name { font-weight: bold; text-transform: capitalize;}

#face {     background: url("../../../img/face.png") no-repeat scroll 0 0 transparent;
    float: right;
    height: 21px;
    left: 377px;
    padding-left: 20px;
    position: absolute;
    top: -38px;
    width: 45px;}
