/* block top user information */

#header_right #header_user {
	clear: both;
    float: right;
    position: absolute;
    right: 0;
    top: 45px;
	}
	
.ie7 #header_right #header_user{width:220px;	z-index:-1;}
#header_right #header_user.header_user_catalog {
	margin-top: 15px;
    min-height: 60px;
}

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

/* cart */
.lt-ie6 #shopping_cart {width: 130px;}
#shopping_cart .ajax_cart_a{	
    background-image: url("../../../img/sprite.png");
    background-position: left -55px;
    background-repeat: no-repeat;   
    cursor: pointer;
    display: block;
    padding: 10px 0 10px 45px;
	z-index:10;
}
#shopping_cart .ajax_cart_a:hover{	
	text-decoration:none;
	background: url("../../../img/sprite.png") no-repeat scroll -215px -55px transparent;
    color: #f3c300;
}	
	
#shopping_cart .ajax_cart_a:hover span{text-decoration: none}
#header_user #shopping_cart .ajax_cart_quantity { font-weight:bold; }
#header_user #shopping_cart .ajax_cart_total { display:none !important; }


/* account */
#header_user_info a.your_account { background: url("../../../img/sprite.png") no-repeat scroll 4px -220px transparent;}
#header_user_info a.your_account:hover {background-position:-230px -220px; }
/* user infos */ 
#header_user_info {
	 right: 20px;
    list-style-type: none;
    position: absolute;
    top: 180px;
    z-index: 9;
}
.ie7 #header_user_info{ z-index: -1;}
#header_user_info a {
	display:inline-block;
	margin:0 0 0 2px;
	padding:0px 0 0 28px;
}
#header_user_info a:hover{ text-decoration:none;}

#header_user_info a.account {
	border: none;
	display: inline;
	margin: 0;
	padding: 0;
}
#header_user_info a.login {background: url("../../../img/sprite.png") no-repeat scroll 4px -145px transparent;}
#header_user_info a.login:hover {background-position:-233px -145px ; }

#header_user_info a.logout {background:url("../../../img/sprite.png") no-repeat scroll 4px -182px transparent}
#header_user_info a.logout:hover {background-position:-233px -182px;}
.header-main .block .block_content
{ background:none; border-radius:0}