/*********************************************************************
* Delivery & Collect at Store Lightbox
*********************************************************************/
#lightBox .messageDialogue  {
	background-color: #ffffff;
	border: 1px solid #929292;
	width: 770px;
}

#lightBox .header {
	overflow: hidden;
	padding-bottom: 10px;
	padding-right: 14px;
	padding-top: 12px;
	*zoom: 1;
}

#lightBox .header .closeLightBox { float: right; }

#lightBox .content {
	height: 600px;
	overflow: auto;
	padding-left: 36px;
	
}

#lightBox .content h1 { font-size: 168%; }
#lightBox .content p { font-size: 120%; }
#lightBox .content ul { font-size: 100%; }
 
#lightBox .footer {
	overflow: hidden;
	padding-bottom: 20px;
	padding-right: 48px;
	padding-top: 12px;
	*zoom: 1;
}

#lightBox .footer .closeLightBox {	float: right; }

/* Specific Collect At Store LightBox variations */
#lightBox .collectAtStore div.content { height: auto; }

#lightBox .collectAtStore { 
	margin-left: 0px;
	width: 700px; 
} 

