.gp-hotspotContainer {
	position: absolute;
	top: 0; left: 0; color: #fff;
}
.gp-hotspot {
	background: transparent url("/_repository/_gui/2012/gp_icon_hotspot.png") no-repeat;
	width: 25px; height: 24px;
	left: 20px; top: 20px;
	position: absolute; display: block;
	text-indent: -999px; overflow: hidden; cursor: pointer;
}
#dmp-quick-view-box {
	background: #202020;
	background: rgba(32,32,32,.95);
	width: 134px;
	text-align: center;
	border: 1px solid #3a3a3a;
	color: #fff;
	line-height: 1.3em;
	padding: 10px 20px; 
}
#dmp-quick-view-box .closeButton {
	background: transparent url("/_repository/_gui/2012/gp_icon_hotspot_close.png") no-repeat;
	width: 9px; height: 8px;
	opacity: .5;
	position: absolute; top: 0; right: 0;
	cursor: pointer;
}
#dmp-quick-view-box .closeButton:hover {opacity: 1;}
#addToCartTest {
	left: 20px; top: 60px;
	position: absolute; display: block;
}
#addToCartTest select {
	width: 100px;
}
#addToCartTest span { display: block;
	background: #000; border-radius: 11px; padding: 5px 11px;
}
.dmp-quick-view-box-arrow {
	position: absolute; left: -16px; top: 10px;
	width: 0; 
	height: 0; 
	display: block;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-right: 10px solid #222; 
}
#dmp-quick-view-box a, #dmp-quick-view-box span {
	margin: .5em;
}
#dmp-quick-view-box .quickBuy_link1 {
	border: 2px solid #999;
	padding: 5px 10px;
	text-transform: uppercase;
	font-size: 16px;
	width: auto;
}
#dmp-quick-view-box .wcs-boxborder {
	color: #999; border-color: #999;
}