/*IE7 print styles BEGIN*/
/*Author: Frank Thomsen @ Magenta Aps, 2011*/
/*The following styles remove floats and positions that cause IE print previewing to fail*/

#nav-wrapper {border-top: solid 1px #901A1E !important; height: 0px !important;}
#nav-global, #nav, #search {display: none;}
#branding-global {border-top: solid 24px #666; width: 100%;}
#branding-global img {position: relative; bottom: 24px;}
#nav-wrapper, #branding-logo img {position: relative;}
#branding-logo img {bottom: 21px;}
#nav-wrapper {bottom: 31px;}
#branding-unit {margin-top: -21px;}

#content {margin-top: 0 !important; border-top: none !important; padding-top: 0.5em !important; padding-bottom: 0.5em !important;}
#content * {float: none !important;}

/*IE print styles END*/
