/* CSS file */

#shoppingcart_Popup{
display:none;

position:absolute; /* hack for internet explorer 6*/
height:500px;
width:750px;

	
	padding: 5px;

	background-color: white;
	background-repeat: repeat-x;
	background-position: bottom;

z-index:2;
}
body > #shoppingcart_Popup {
	position: fixed;
}
