﻿#shopcart
{
	position: relative;	
	width: 93%;
	height: 83%;
	display: none;
	margin: 4% auto 0px auto;	
	
}
#shopcartInner
{
		
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: #669999;
    margin-top:0px;			
	position: relative;
	
}
#tools
{
	width: 50%;
	margin:0% auto 0% auto;
	float:left;
}
#headerAndgrid
{
	width:100%;float:left;
}
#notifcart
{
	border: 1px solid #FF0000;
	width: 20px;
	font-size: small;
	background-color: #FFFFFF;
	color: #FF0000;
	position:absolute;
	height:20px;
	display:none;
	top:-1px;
	right:50%;
}