/*
 * www.sj.se - narrower reservation page
 *
 * Make the reservation pages narrower by removing the left navigation box.
 * You can still navigate by the top navigation bar.
 *
 * The total width is reduced from ca 770px to ca 620px.
 * (The top navigation bar will still extend beyond 620px but if you only
 * use the booking forms it doesn't boister.)
 *
 * Author: David Andersson
 * Updated: 2007-07-08
 */

@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document url-prefix(http://www.sj.se/sales/),url-prefix(http://www.sj.se/cancelorder/){

/* Remove the 150px wide navigation box to the right */

div#div_subnav,span.subnavbottom {
   visibility: hidden !important;
   display: none !important;
}

/* Shift the main div to the left */

div.div_body_wide {
   margin-left: 0px !important;  /* was 150px */
}

}
