/*Used for QuickCartView pop-up layer*/
#quickCart
{
	visibility: hidden;
	top: 100px;
	left: 945px;
	background-color: #eeeeee;
	position: absolute;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #000000;
	z-index: 99;
}
