/* /skins/2/css/skinless.css */

body { background-color:#fff; }

#position0 { display:none; }
#position1 { display:none; }

#position2 { display:none; }
#position4 { display:none; }

#position10 { display:none; }

/* dynamically display left column on vehicle details and the like */
#SmLg #position3, #SmLgM #position3 { /* Spacing for SMALL column on LEFT when present  */
  margin-left: 0;
  }
#LgSm #position3, #MLgSm #position3 { /* Spacing for SMALL column on RIGHT when present  */
  margin-right: 0;
  }
#SmLgM #position3 { /* Spacing for MEDIUM column on RIGHT when present  */
  margin-right: 0;
  }
#MLgSm #position3, #MLg #position3 { /* Spacing for MEDIUM column on LEFT when present  */
  margin-left: 0;
  }

/* display position4 only on vehicle details -style pages: LgM */
#LgM #position3 { margin-right:26%; }
#LgM #position4 { display: block; }

