.cart {
	/* must be initially hidden */ 
	display:none;
	position:absolute;
	top:0;
	right:0;
	/* place overlay on top of other elements */ 
    z-index:10000;
	background-color:#fff;
	/*opacity: 0.95;
    border: 1px solid gray;*/
    font-size:13px;
	line-height:18px;
	padding:0px;
	-moz-box-shadow:0 0 30px 1px #999;
	-webkit-box-shadow: 0 0 30px #999;
	/* styling
    width:675px;     
    min-height:200px; 
    border:1px solid #666;  */ 
     
    /* CSS3 styling for latest browsers  
     
    -webkit-box-shadow: 0 0 30px #000;    */
 
}
#cart {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	-moz-border-radius-bottomleft:13px;
	-moz-border-radius-bottomright:13px;
	background:#FFFFFF;
	border-color:-moz-use-text-color #CCCCCC #CCCCCC;
	border-style:none solid solid;
	border-width:0 1px 1px;
	opacity:0.97;
	padding:0px;
	position:fixed;
}
