/* Product popup stylesheet */

#popup {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 292px;
	visibility: hidden;
	background-color: white;
	border: 1px solid black;
	z-index: 50;
	height: 290px;
	overflow: hidden;
}

#popup h2 {
	text-align: center;
	font-weight: bold;
}

#popupimg {
	margin: 0;
}

#popupclose {
	position: absolute;
	top: 0px;
	right: 0px;
	font-weight: bold;
	font-size: 10px;
	text-transform: lowercase;
	width: 24px;
	height: 24px;
	overflow: hidden;
	text-indent: -999px;
	background: transparent url(../media/close-button.gif) no-repeat center center;
}

#popupclose:hover {
	background-image: url(../media/close-button2.gif);
}

#shroud {
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index: 30;
	visibility: hidden;
	background-color: rgb(180,180,180);
}