/* block top user information */
#header_right #header_user {
    position: absolute;
	margin-left:412px;
    text-align: right;
    top: 19px;
    width: 552px;
}
#header_right #header_user a{ font-size:12px; color:#717171; }	
#header_user_info {margin-right:10px}
#header_right #header_user_info a{background:url("../../../img/login.gif") no-repeat left center; padding-left:14px; text-decoration:none}
#header_right #header_user_info a:hover{color:#000}	
#header_user span {  }
#header_user ul {
	background:url("../../../img/cart_righticon.gif") no-repeat scroll right center transparent;
	padding-right:41px;
	height:56px;
}
#header_user li {
	color: #717171;
	font-size:12px;
	float: right;
	height: 56px;
	line-height: 44px;
	white-space: nowrap;
	
}
#header_user #your_account { height: 56px; line-height: 44px; margin-right: 8px }

#header_user #your_account a {
		background:url("../../../img/my-account.gif") no-repeat scroll 0 0 transparent;
		padding-left: 19px;
		text-decoration: none;
		z-index: 999998;
}
#header_user #your_account a:hover { color:#000 }

#header_user #shopping_cart {
    background:url("../../../img/cart_lefticon.gif") no-repeat scroll left center transparent;
	height:56px;
	line-height:44px;
}
#header_user #shopping_cart a {    
	color:#AC2626;
	padding-left:20px;
    text-decoration: none;
	font-size:12px;
	font-weight:bold;
}
#header_user #shopping_cart a:hover{color:#424242}
#header_user #shopping_cart span.ajax_cart_total{ padding-right:5px }
#header_user #shopping_cart span.ajax_cart_no_product{ padding-right:5px }    
