@charset "utf-8";
/* CSS Document */

.blackOverlay {
	display: none;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color:#000;
	z-index:1001;
	-moz-opacity: 0.7;
	opacity:.70;
	filter: alpha(opacity=70);
}

.thecartdiv {
	position:absolute;
	display:none;
	z-index:1002;
	margin-top:50px;
}

.subcartouter {
	border:2px ridge #c90582;
	background-color:#FFF;
	position:relative;
	width:500px;
	z-index:inherit;
}
.subcart {
	background-image:url(images/dandi-bg-w.jpg);
	background-repeat:no-repeat;
	background-color:#FFF;
	position:relative;
	padding:10px;
	z-index: inherit;
}
.cartlink {
	text-decoration:none;
	text-align:left;
	color:#c90582;
}
.cartlink:hover {
	color:#00F;
}
.cartqtyselecter {
	height:14px; 
	width:20px; 
	background-color:#CC0066; 
	border:1px solid #FFF; 
	color:#FFF; 
	font-size:11px; 
	text-align:center;
}

.changeitem, .deleteitem {
	margin-top:2px;
}

.deleteitem:hover, .changeitem:hover {
	cursor:pointer;
	border:1px solid #c90582;
	width:14px;
	height:14px;
	background-color:#FF0;
}

.paypal {
	width:100px;
	height:40px;
}
.paypal:hover {
	cursor:pointer;
	border:1px solid #FC0;
	width:98px;
	height:38px;
}
