/* block top user information */

#header_right #header_user {
	clear:both;
	float: right;
	margin-top:-105px;
	width: 485px;
	margin-right:0px;
	z-index: 1000;
	position: relative;
}

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

/* cart */
#shopping_cart {
margin-right:-40px;
	
	
	
}
#shopping_cart a{
	height: 15px;
	padding:15px 27px 10px 43px;
	background: url('img/icon/cart.gif') no-repeat 10px 9px #E05802;
	width: 130px;/* 200 */
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	display:block;
	color:#ffffff;
	}
#shopping_cart a:hover span{text-decoration: none}
#header_user #shopping_cart .ajax_cart_quantity { font-weight:bold; font-size:18px }
#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 {
	clear:both;
	float:right;
	width:235px;
	margin-top:-27px;
	margin-right:130px;
	padding:0;
	color:#ffffff;
	font-size:13px; 
	font-family: century gothic, arial, helevetica, sans serif;
}
#header_user_info a {
	display:inline-block;
	margin:0 0 0 10px;
	padding:3px 0 0 34px;
	line-height: 11px;
	border-left:1px solid #fff
}
#header_user_info a.account {
	border: none;
	display: inline;
	margin: 0;
	padding: 0;
	color:#ffffff;
}
*: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; font-family:century gothic, arial, helvetica, sans serif; color:#ffffff;}
#header_user_info a.logout {background: url('img/icon/logout.png') no-repeat 10px -0px; ont-family:century gothic, arial, helvetica, sans serif; color:#ffffff; height:14px; line-height:11px; border-left:0px; border-right:0px solid #ffffff; padding:0px; margin:0px;width:24px; padding-right:5px; }

#header_user_info a:hover.login {color: #dddddd;}
#header_user_info a:hover.logout {color: #dddddd;}
