#quickview {
	position: absolute;
	z-index: 1001;
	text-align: left;
	/* width: 520px; 	 */
}

#quickview a img {
	border: none;
}

#quickviewContent {
	padding: 0 18px;
}

#quickviewContentBackground {
	position: absolute;
	z-index: 998;
	background: none;
}

.quickviewButtonWrap {
	/* text-align: center; */
}

.quickviewButton {
	position: absolute;
	z-index: 99;
	display: none;
	text-align: center;
}

#quickviewLoading {
	height: 300px;
}

#quickview_top {
	height: 70px;
}

#quickview_topRight {
	height: 70px;
}

#quickview_middle {
	height: 300px; /* have to put some min height so that the background doesn't extend all the way down in ie */
}

html>body #quickview_middle {
	height: auto;
}

#quickview_middleRight {
}

#quickview_bottom {
	clear: both;
	height: 64px;
}

#quickview_bottomRight {
	height: 64px;
}

#quickViewZoomImage {
	text-align: center;
}

#quickview_bottomRight a {
	display: block;
	float: right;
	width: 100px;
	margin: 32px 17px 0 0;
	color: black;
	font: 12px Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}

#quickview_bottomRight a .red {
	color: red;
}

#quickview_shipToStore {
	padding-left: 6px;
}

#quickview_inStoreAvailability a img {
	padding: 4px 0;
}

.disabledOption,
.disabledOption * {
	opacity: 0.75;
	filter: alpha(opacity=75);
}
