#mainContainer{
	/* width:700px; */
	width:780px;
	margin:0 auto; 	/* Center alignment */
	text-align:left;
	background-color:#FFF;
}
#leftColumn{	/* Left column of the page */
	/* width:420; */
	width:520px;
	float:left;
	/* padding-right:5px; */
}

#rightColumn{	/* right column, i.e. shopping cart column */
	width:240px;
	float:left;
	height:40px;
	background-color: Lightgreen;
	background-color:#99FF99;
	/* background-image:url("images/thegreenroom.gif"); */
	background-repeat: no-repeat;
	background-position: left top; 
	/* padding-right:5px; */
	padding-right:1px;
}
#shopping_cart{	/* Shopping cart */
	/* position: absolute; */
	position: fixed;
	left: 500px;
        top: 30px; 
	z-index: 250;
	width:300px;
	margin:3px;
	padding:3px;
	background-color:#99FF99;
	display: hidden;
}
#s_c{	
	position: absolute;
	left: 50px;
        top: 30px; 
	z-index: 200;
	width:300px;
	height:300px;
	margin:3px;
	padding:3px;
	background-color:#99FF99;
}
.clear{	
	clear:both;
}

.product_container{	/* Div for each product */
	width:60px;
	margin-right:0px;
	float:right;
	/* margin-top:3px; */
	/* padding:2px; */
	font-weight:bold;
}

.sliding_product img{	/* Float product images */
	float:right;
	margin:0px;
	z-index: 350;
}
img{	/* No image borders */
	border:0px;
}
