﻿
#layout1, #layout2, #layout3, #layout4, #layout5, #layout6
{
    margin-left:10px;
    width:590px;
}

.spacer
{
    float:left;
    width:10px;
    height:10px;
    font-size:1px;
}

.end
{
    clear:both;
    font-size:1px;
}
.horizontal

{
    width:590px;
    height:10px;
    font-size:1px;
}


/* Layout 1*/
#layout1 .row .left, #layout1 .row .middle, #layout1 .row .right
{
    float:left;
    width:190px;
    height:131px;
    background-repeat:no-repeat;
}

/* Layout 2*/
#layout2 .row1 .left, #layout2 .row2 .right
{
    float:left;
    width:390px;
    height:131px;
    background-repeat:no-repeat;
}
#layout2 .row2 .left, #layout2 .row1 .right
{
    float:left;
    width:190px;
    height:131px;
    background-repeat:no-repeat;
}


/* layout 3 */
#layout3 .row1 .left, #layout3 .row1 .right
{
    float:left;
    width:290px;
    height:131px;
    background-repeat:no-repeat;
}
#layout3 .row2 .left, #layout3 .row2 .middle, #layout3 .row2 .right
{
    float:left;
    width:190px;
    height:131px;
    background-repeat:no-repeat;
}


/* layout 4 */
#layout4 .col1of3, #layout4 .col2of3, #layout4 .col3of3
{
    float:left;
}
#layout4 .block
{
    width:190px;
    height:272px;
    background-repeat:no-repeat;
}



/* Layout5 */
#layout5 .col1, #layout5 .col2, #layout5 .col3
{
    float:left;
    width:190px;
}
#layout5 .col2
{
    height:272px;
    background-repeat:no-repeat;
}
#layout5 .top
{
    width:190px;
    height:131px;
    background-repeat:no-repeat;
}
#layout5 .bot
{
    width:190px;
    height:131px;
    background-repeat:no-repeat;
}
#layout5 .spc
{
    height:10px;
    width:100px;
    font-size:1px;
}

/* layout 6*/
.colwide
{
    width:390px;
    height:190px;
    float:left;
}
.cwtopleft, .cwtopmid
{   
    float:left;
    width:190px;
    height:131px;
    background-repeat:no-repeat;
}
.cwbot
{   
    clear:both;
    width:390px;
    height:131px;
    background-repeat:no-repeat;
}
.spcw
{
    height:10px;
    width:10px;
    float:left;
    font-size:1px;
}
.colright
{
    float:left;
    width:190px;
    height:272px;
    background-repeat:no-repeat;
}
