﻿.rsssubmenu {position:absolute;margin-left: -20px;}

/*.pnlAllSupplements {position:absolute;margin: 0 auto;border: 2px solid Green;background-color: Aqua;} */
  .pnlAllSupplements {
    display:block;
 
    /*set the div in the center of the screen*/
    position:absolute;
    
    height: 400px;
    top:50%;  
    margin-top: -200px;
    
    width:600px;
    left:50%;
    margin-left: -300px;
  	
	/*give it some background and border*/
	background:#eee;
	border:1px solid #ddd;
  }

/* the overlayed element */
div.overlay {
	
	/* growing background image */
	background-image:url(/DesktopModules/Jobson.CMS.UI.RO/img/white.png);
	
	/* dimensions after the growing animation finishes  */
	width:600px;
	height:470px;		
	
	/* initially overlay is hidden */
	display:none;
	
	/* some padding to layout nested elements nicely  */
	padding:55px;
}

/* default close button positioned on upper right corner */
div.overlay div.close {
	background-image:url(/DesktopModules/Jobson.CMS.UI.RO/img/close.png);
	position:absolute;
	right:5px;
	top:5px;
	cursor:pointer;
	height:35px;
	width:35px;
}
