/* block top user information */
#header_right #header_user {
    margin-left: 340px;
    position: absolute;
    top: 80px;
    width: 655px;	
}
#header_right #header_user a{ font-size:12px; color:#740000; font-weight:bold }	
#header_user .icon {
	background:url("img/login.gif") no-repeat left center;
    padding-left: 17px;     
}
#header_user_info {margin-right:10px}

#header_user span {  }
#header_user ul {
	
}
#header_user li {
	color: #740000;
	font-weight:bold;
	font-size:12px;
	float: right;
}

#header_user #header_user_info a{
	background:url("img/login.gif") no-repeat left center;
	padding-left:14px;
	text-decoration:none;
}

#header_user #your_account a:hover{color:#FEB501}	
#header_user #header_user_info a:hover{color:#FEB501}	
#shopping_cart a:hover{color:#FEB501}

#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;
}

#shopping_cart {
    margin-left: 690px;
	text-align:right;
    padding-top: 0;
    position: absolute;
    top: 25px;
    width: 305px;
}
#shopping_cart a {   
	background: url("img/cart.gif") no-repeat scroll left center transparent;
    color: #740000;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    height: 27px;
    line-height: 28px;
    padding-left: 32px;
    text-decoration: none;
}
