
/*user login bar */

#user_icon{
	background:url(/images/shop/user_icon.gif) no-repeat;
}

#home_icon{
	background:url(/images/shop/home_icon.gif) no-repeat;
        text-indent: 22px;
	
}

#home_icon:hover{text-decoration: none;}

#user_list{
	background:url(/images/shop/user_list.gif) no-repeat;
}
#user_cart{
	background:url(/images/shop/user_cart.gif) no-repeat;
}
#user_logout{
	background:url(/images/shop/user_logout.gif) no-repeat;
}

li.usertab{
	/*border:1px solid white;*/
	padding:3px;
}

li.usertab_active {
	border:1px solid #999;
	background-color:#eee;
	padding:3px;
}

:focus {
outline: 0;
}


#shop_navbar{
    height:28px;
    margin: auto;
    position:relative;
    clear: both;
    border-bottom: 1px dotted #e2e2e2;
    /*border-top: 1px dotted #999999;*/
    padding-bottom: 4px;
    color:#666;
}
#shop_breadcrumb{
    float:left;
    padding: 0px;
    margin: 0px;
}

#shop_navbar ul{
    margin:3px;
    padding:0;
}

#shop_navbar #shop_user_nav{
    margin-top:0px;
}

#shop_navbar li{
    display:inline;
    font-size:12px;
    color:#666;
}


#shop_user_nav{
    float:right;
    min-width:200px;
}   


#shop_user_nav  li a{
    text-indent:22px;
    display:inline-block;
    height:16px;

}

#shop_breadcrumb{
    font-size:12px;
}

#shop_breadcrumb li{
    padding:0;
    margin:0;
}

#shop_breadcrumb  li a{
    display:inline-block;
    height:18px;
    color: #2FAED8;


}
#shop_breadcrumb  li a.navLink{
    display: inline;
    text-decoration: underline;
    padding-left: 2px;
	

}

#shop_breadcrumb  li.navLink{
    display: inline;
    text-decoration: underline;
    padding-left: 2px;
    cursor: pointer;
    color: #2FAED8;
    height: 18px;
    text-indent: 22px;
	

}

#box_closer{
    position:absolute;
    top:1px;
    left:183px;
    cursor:pointer;
    display:block;
    width:16px;
    height:16px;
    background-image:url(/images/shop/close_it_bt_bg16.gif);
    background-repeat:no-repeat;
}

#cartCounter{
    background: url(/images/shop/badge_cart.png) -3px 3px no-repeat;
    font-size: 11px;
    color: white;
    font-weight: bolder;
    padding: 8px;
    display: inline-block;
    margin-top: -25px;
    text-align: inherit;
    text-indent: 0;
    margin-left:4px;
    
    *padding:5px 10px 5px 11px ;
    *margin-top:-5px;
    *position:relative;
    *background: url(/images/shop/badge_cart.png) no-repeat;

}

#cartCounter a {
    text-indent:0;
    
}