

/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
#master, #page { overflow: visible; } /* Fixes FF 1-page print bug */

/* ----- Hide things we don't want  --------------------------------------------*/
#left,
#header fieldset.site-search,
#footer,
#header p.logo,
.con-form-search,
#collection,
DD_roundies\:shape,
DD_roundies\:fill { 
	display: none; 
} 
/* ---------------------------------------------------------------------------- */

/* ----- Set Box width's, ensures RHS borders show on page ---------------------*/
#header { width: 678px; } /* Should be 2px less than #content width */
#content { width: 680px; } /* Set to max width of A4 page... */
#main .box { width: 640px; } /* Should be 40px less than #content width */
/* ---------------------------------------------------------------------------- */

#side { clear: left; margin-left: 0px !important; } /* Drop sidebar down, so it fits on A4*/
#content { margin-left: 0px !important; } /* Align content to LHS */

#header { border : 1px solid #E0E6E2; margin-right: 0px; margin-left: 0px; } 
#header #printlogo { display: block; margin-left: 20px !important; padding-top: 24px; }
#header .info { margin-left: 20px !important; }

.con-over li { padding-left: 0px !important; }
.box-hi, dl.entries { display: none !important; }
DD_roundies\:shape { z-index: -99 !important; position: relative !important; }

/** COLORBOX PRINTING **/

#cboxOverlay {
    opacity:1 !important;
    filter:alpha(opacity=100) !important;
    background-color:#fff !important;
}
#colorbox {
	top: 0 !important; 
	left:-20px !important;
	z-index:10000;
}
#colorbox * {
	border:1px solid #fff; /* Fix for ie7 only */
}
#cboxLoadedContent { height:auto !important; }
#cboxLoadedContent img { margin:0 !important; }
#cboxDescription { padding:0; }

.box { overflow:visible; }