/* block top user information */

#header_right #header_user {
	clear: both;
float: right;
margin-right: 20px;
margin-top: 75px;
}

#header_right #header_user.header_user_catalog {
	margin-top: 15px;
    min-height: 60px;
}

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

/* cart */
.lt-ie6 #shopping_cart {width: 130px;}
#shopping_cart a.cart{
	background:url("../../themes/default/img/HEAD_CART_BG_BaltimoreRavens.gif") no-repeat left center transparent;
	float: left;
height: 30px;
line-height: 30px;
text-indent: 35px;
color: #000;
min-width: 160px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
display: block;}

#shopping_cart a.cart:hover{ text-decoration:none;
color:#f00;}

#shopping_cart a.checkout {
display: block;
width: 75px;
height: 30px;
background: url(../../themes/default/img/HEAD_CART_BTN_BaltimoreRavens.gif) no-repeat center center #000;
text-indent: -9999px;
float: right;
}

#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;
	margin-top:10px;
margin-right: 5px;
padding: 0;
font-size: 14px;
color: #ff0;
}
#header_user_info a {
	display:inline-block;
	margin:0 0 0 10px;
	padding:3px 0 0 34px;
	line-height: 11px;
	border-left:1px solid #ff0
}
#header_user_info a.account {
	clear: both;
margin-right: 5px;
padding: 0;
font-size: 14px;
color: #ff0;
}
*: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; color: #ff0;}
#header_user_info a.logout {background: url('img/icon/logout.png') no-repeat 10px -1px; color: #ff0;}
