/* block top user information */
#header_right #header_user {
    position: absolute;
    text-align: right;
    top: 111px;
    width: 972px;
}
#header_user ul {}
#header_user li {
    display: inline;
    padding: 0 2px 0 6px;
    white-space: nowrap;
    background: url("../../../img/pipe1.gif") no-repeat scroll left center transparent;
}
#header_user #header_user_info {
    background: none repeat scroll 0 0 transparent;
    color: #FFFFFF;
    font-weight: bold;

}
#header_user li#header_link_home { background:none;}
#header_user li a{
     color: #FFFFFF;
    font-size: 12px;
    font-weight: normal;
    text-transform: capitalize;
}
#header_user li a:hover{
	
}
#shopping_cart{
	color: #FFFFFF;
    margin-left:380px;
    position: absolute;
    text-align: right;
    top: 65px;
    width: 590px;

	
}
#shopping_cart a {
    background: url("../../../img/cart_icon.gif") no-repeat scroll left center transparent;
    color: #FFFFFF;
    display: inline-block;
    font-weight: bold;
    line-height: 22px;
    padding: 0 0 0 35px;
}
#shopping_cart a:hover{ 
   
}
