﻿div.grid {
    margin: 0 auto;
    width: 940px;
}

body.layer div.grid {
    max-width: 741px;
    margin: 0;
}

.onerow {
    clear: none;
}

/* columns definitions LAYERT */
body.layer .col1, body.layer .col2, body.layer .col3, body.layer .col4, body.layer .col5, body.layer .col6, body.layer .col7, body.layer .col8, body.layer .col9, body.layer .col10, body.layer .col11, body.layer .col12 {
    float: left !important;
    margin: 0 2% 0 0 !important;
}

body.layer .col1.last, body.layer .col2.last, body.layer .col3.last, body.layer .col4.last, body.layer .col5.last, body.layer .col6.last, body.layer .col7.last, body.layer .col8.last, body.layer .col9.last, body.layer .col10.last, .col11.last, body.layer .col12 {
    margin-right: 0 !important;
}

body.layer .col1 {
    width: 6.5% !important;
}

body.layer .col2 {
    width: 15% !important;
}

body.layer .col3 {
    width: 23.5% !important;
}

body.layer .col4 {
    width: 32% !important;
}

body.layer .col5 {
    width: 40.5% !important;
}

body.layer .col6 {
    width: 49% !important;
}

body.layer .col7 {
    width: 57.5% !important;
}

body.layer .col8 {
    width: 66% !important;
}

body.layer .col9 {
    width: 74.5% !important;
}

body.layer .col10 {
    width: 83% !important;
}

body.layer .col11 {
    width: 91.5% !important;
}

body.layer .col12 {
    width: 100% !important;
}

body.layer .col1, body.layer .col2, body.layer .col3, body.layer .col4, body.layer .col5, body.layer .col6, body.layer .col7, body.layer .col8, body.layer .col9, body.layer .col10, body.layer .col11, body.layer .col12 {
    margin-bottom: 10px !important;
    display: block !important;
}

body.layer .col1 img, body.layer .col2 img, body.layer .col3 img, body.layer .col4 img, body.layer .col5 img, body.layer .col6 img, body.layer .col7 img, body.layer .col8 img, body.layer .col9 img, body.layer .col10 img, body.layer .col11 img, body.layer .col12 img {
    width: auto !important;
    height: auto !important;
    display: block !important;
}

/* columns definitions */
.col1, .col2, .col3, .col4, .col5, .col6, .col7, .col8, .col9, .col10, .col11, .col12 {
    float: left;
    margin: 0 2% 0 0;
}

.col1.last, .col2.last, .col3.last, .col4.last, .col5.last, .col6.last, .col7.last, .col8.last, .col9.last, .col10.last, .col11.last, .col12 {
    margin-right: 0;
}

.col1 {
    width: 6.5%;
}

.col2 {
    width: 15%;
}

.col3 {
    width: 23.5%;
}

.col4 {
    width: 32%;
}

.col5 {
    width: 40.5%;
}

.col6 {
    width: 49%;
}

.col7 {
    width: 57.5%;
}

.col8 {
    width: 66%;
}

.col9 {
    width: 74.5%;
}

.col10 {
    width: 83%;
}

.col11 {
    width: 91.5%;
}

.col12 {
    width: 100%;
}

.col1, .col2, .col3, .col4, .col5, .col6, .col7, .col8, .col9, .col10, .col11, .col12 {
    margin-bottom: 10px;
    display: block;
}

.col1 img, .col2 img, .col3 img, .col4 img, .col5 img, .col6 img, .col7 img, .col8 img, .col9 img, .col10 img, .col11 img, .col12 img {
    width: auto;
    height: auto;
    display: block;
}

col6.half {
    float: left;
}