/**
 * omeco(R) webshop
 * Copyright (c) by omeco GmbH, All rights reserved
 *
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */

body {
   background-color:#fff;
}

#left, #right,
#shophead,
#footer-wrapper,
.backbutton, .printout {
    display:none;
}

#center {
    border-left:none;
}

#container {
    overflow:visible;
    padding-left:0;             /* LC fullwidth */
    padding-right:0;            /* RC fullwidth + CC padding */
    border-top:none;
    border-bottom:none;
}

#container .column {
    padding-bottom:0;  /* X + padding-bottom */
    margin-bottom:0;  /* X */
}