body{
position:relative;
}
.popupcart 
{ 
	background: #fff;
	box-shadow: 0 0 14px #000000;
	border: 4px solid #f65;
	border-radius: 10px;
	padding:10px;
	position:fixed;
	z-index:999;
	height: auto;
	width:700px;
}
.popupcart .title{
	height:15px;
	width:auto;
	cursor:move;
	color: #333333;
    font-weight: bold;
	font-family: "Arial", "Helvetica", sans-serif;
	padding: 10px 10px 10px 0;
	border-bottom: 1px solid #e3e3e3;
font-size: 16px;
text-transform: uppercase;
}
.popupcart .title a {
	float:right;
}
#popupcart{display:none;}
.popupcart h1{
	position:relative;
	margin-left:0;
	margin-top:1px;
}
#popupcart .popupcart_content{ 
	z-index:9999;
}
.pop_back{
background-color: rgb(0, 0, 0);
opacity: 0.7;
width: 100%;
position: absolute;
z-index: 100;
top: 0px;
left: 0px;
height: 100%;
min-height: 100%;
}