/* Used on Netflix style product popups */

#productPopup {
	background-color: #FFFFFF;
	border: 1px solid rgb(184, 207, 213);
	color: rgb(102,102,102);
	font-family: Verdana,Arial,sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align:left;
	line-height: 16px;
	padding: 6px;
	position: absolute;
	visibility: hidden;
	width: 270px;
	z-index: 100;
	/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}
#productPopupTitle {
	color: rgb(51, 0, 153);
	font-weight:bold;
}
#productPopupCopyright {
	color: rgb(102,102,102);
}
#productPopupFormat {
	color: rgb(102,102,102);	/* IE - seems to lose inherited color */
	font-weight:bold;
}
#productPopupPrice {
	color: rgb(102,102,102);
	font-size: 10px;
}
#productPopupPriceHeading {
	color: rgb(102,102,102);	/* IE - seems to lose inherited color */
	font-size: 10px;
	font-weight:bold;
}
#productPopupSynopsis {
	color: rgb(102,102,102);
}

