/* Extended Toolbar
------------------------*/

/* The sideBarWidth and sideBarHeight are set in the SM.EditBase module when initialised
   and also updated when SM.EditBase.setToolbarState.
  
 	 One should exure that SM.environment.sideBarHeight/Width are initialised before things are displayed
*/
#website {
	width : expression((document.body.clientWidth - SM.environment.sideBarWidth) + 'px');
	height: expression((document.body.clientHeight - SM.environment.topBarHeight) + 'px');
}

/* Free header section is the branding of the site and share plugin for new customers with condition nbf this is a fix to allow the
	 branding to have position fixed for ie6.
*/
#free_header_section {
	position:absolute;
	right: 5px;
	left:expression(eval(document.documentElement.scrollLeft+document.documentElement.clientWidth-this.offsetWidth)-(parseInt(this.currentStyle.marginLeft,10)||0)-(parseInt(this.currentStyle.marginRight,10)||0) - 5);
	top:expression(eval(document.documentElement.scrollTop));
	margin-top: 6px; 
}

/* **** widget - image gallery ***** */

ul.widgetimagegallery li {
  padding-bottom: 0px;
}

/**************** lightbox for unsupported widgets ******************/

.lightbox {
	position: absolute;	
}