#overlay{ 
    /*background-image: url(/resource/images/overlay.png);*/
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 90;
    width: 100%;
    height: 100%;
	background-color:#996666;
	filter:alpha(opacity=90);
	-moz-opacity:.90;
	opacity:.90;
}

/*******************here we define our categorylisting / product quickdetail lightbox****************/
#box{
    background:url('/resource/chocolates/image/bg_repeating_lightbox_details.jpg') top left repeat-x white;
	margin: 0;
	padding: 0;
    /*border:2px solid #000000;*/
	overflow: hidden;
}

#box #close{
    top:1em;
    right:0.75em;
    /*cursor:pointer;*/
    position:absolute;
}
#box #close a {
	float:right;
	margin:2px 7px;	/*	should be same as defined under master.css-->div.print/div.mail	*/
	font-weight:bold;
	text-decoration:underline;
}
#box div.topSpacer{
	height:20px;
}

#box #boxContents {
	/* if you wish to define anything, do so here */
}
