/*
    Created : 2008-06-06 - Art-Coding - Corentin Larose <css@art-coding.fr>
    Updated : 2008-07-16 - Art-Coding - Corentin Larose <css@art-coding.fr>
*/
@import url('screen_common.css');

@media screen {
    /* TAGS ===================================================================================== */
    #pageCenter h3, #pageCenter h4 {
        display: inline;
        font-size: 14px;
        font-weight: normal;
        margin: 0;
    }
    .groupings h3 {
        text-transform:uppercase;
    }
    .groupings li {
    }
    .labels li {
        list-style-type:disc;
        margin:10px 0 0 20px;
    }
    /* CLASS ==================================================================================== */
    .groupings {
        float:left;
        margin:20px 0 0 20px;
    }
    .labels {
        float:left;
        width:385px;
    }
    .intro {
        color: #bdbcbc;
        font-size: 14px;
        margin: 0 0 0 20px;
    }
    .liEmpty {
        list-style-type: none;
    }
    /* ID ======================================================================================= */
    #pageCenter {
        margin-left: 0;
        width: 810px;
    }
}