
                .nav-right .the-left .navDiv > a.nav-left-click{
                    background: none;
                    color: #fff;
                }
                .nav-right .the-left .navDiv > a.nav-left-click:hover{
                    opacity: 0.8;
                }
                .the-left #navFrist > a{
                    background: #ffffff;
                    color: #585858;
                }
                .the-left #navFrist > a:hover{
                    opacity: 1;
                }
            

 	.cart-dialog{display: none;}
	.cartWrap:hover .cart-dialog{
		display: block;
	}

