/* Layout ================================================================================ */
.wrapper {
    height: 100%;
}
.page {
    margin: 0 auto;
    width: 980px;
    min-height: 100%;
}
.page-print { background:#fff; padding:25px 30px; text-align:left; }
.page-empty { background:#fff; padding:20px; text-align:left; }
.page-popup { background:#fff; padding:25px 30px; text-align:left; }
.main-container {
    background: #fff;
    box-shadow: 0 0 8px -2px #000;
    border-radius: 3px 3px 0 0;
    margin-top: 148px;
    padding-bottom: 50px;
}
.main {
    width:940px;
    min-height:400px;
    padding:20px;
}

/* Additional Block below sidebar + main */
.after-content {
    width: 940px;
    margin:25px auto;
}

/* Base Columns */
.col-left   { float:left; width:190px; }
.col-main   { float:left; width:730px; }
.col-right  {
    float:right;
    margin-left: 20px;
    width:220px;
}

/* 1 Column Layout */
.col1-layout .col-main { float:none; width:auto; padding: 0; }

/* 2 Columns Layout */
.col2-left-layout .col-main { float:right; }
.col2-right-layout .col-main {
    float:left;
    width: 700px;
}

/* 3 Columns Layout */
.col3-layout .col-main { width:475px; margin-left:17px; }
.col3-layout .col-wrapper { float:left; width:687px; }
.col3-layout .col-wrapper .col-main { float:right; }

/* Content Columns */
.col2-set .col-1 { float:left; width:48.5%; }
.col2-set .col-2 { float:right; width:48.5%; }
.col2-set .col-narrow { width:32%; }
.col2-set .col-wide { width:65%; }

.col3-set .col-1 { float:left; width:32%; }
.col3-set .col-2 { float:left; width:32%; margin-left:2%; }
.col3-set .col-3 { float:right; width:32%; }

.col4-set .col-1 { float:left; width:23.5%; }
.col4-set .col-2 { float:left; width:23.5%; margin:0 2%; }
.col4-set .col-3 { float:left; width:23.5%; }
.col4-set .col-4 { float:right; width:23.5%; }

/* :ADDED: exanto.de - Coupon Code Entry */
div.cart-collaterals div.col2-set div.col-2 {
    float: left;
}