@import url(luna_core.css);
@import url(luna.css);

#detailed #ocwrapper {
  border-right-width: 0px;
  border-color: #ffffff;
  background: #ffffff;
}

#detailed #rightsidebar {
  display: none;
}

/* Change the right sidebar width.  Note that the sidebars have a 10px left or
right padding (left sidebar has a left padding and right sidebar has a right
padding), hence the 150px - 10px = 140px width */

#detailed #ocwrapper {
  border-left-width: 180px;
}
#detailed #leftsidebar {
  margin-left: -180px;
  padding-left: 0px;
  padding-right: 10px;
  width: 160px;
  display: block;
}
#detailed #contentheader .error, #detailed #contentheader .message {
  margin: 0px 180px 0px 180px;
}


