/* block top user information */

#header_user {
font-size: 10px;
text-transform: uppercase;
position: relative;
top: 0px;
float: right;

}

.header_container{
height: 30px;
line-height: 30px;
}

.header_welcome{
float: left;
margin-top: -1px;
}

.login_area{
float: left;
}

.cart_icon{
	position: relative;
top: 5px;
right: -5px;
display: inline-block;
}

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

#your_account {
display: inline-block;
font-weight: bold;
margin-left: 10px;
margin-right: 10px;
margin-top: 1px;
}

.account{display:inline-block;}