/* Detail layout: 4 panes in 366px wide space */
.detail {
    background-color: #ff9;
}

.Content {
    position: absolute;
    overflow:visible;    
    height:200px; 
    width:175px; 
}
.Wide {
    width:360px;     
}

.ContentLeft {
    top: 8px;
    left: 8px;
}
.ContentRight {
    top: 8px;
    left: 191px;
}
.ContentRow2Left {
    top: 216px;
    left: 8px;
 }
.ContentRow2Right {
    top: 216px;
    left: 191px;
 }
.ContentRow3Left {
    top: 424px;
    left: 8px;
 }
.ContentRow3Right {
    top: 424px;
    left: 191px;
 }
/* 3 panes across layout in 622px wide space */
.threeColumns {
    position: absolute;
    width: 198px;
}
.threeColumnsDouble {
    position: absolute;
    width: 404px;
}
.threeColumnsTriple {
    position: absolute;
    width: 610px;
}
.threeColumnsLeft {
    left: 8px;
}
.threeColumnsCenter {
    left: 214px;
}
.threeColumnsRight {
    left: 420px;
}

/* 3 panes across layout in 924px wide space 
.threeColumns {
    position: absolute;
    width: 292px;
}
.threeColumnsDouble {
    position: absolute;
    width: 600px;
}
.threeColumnsTriple {
    position: absolute;
    width: 908px;
}
.threeColumnsLeft {
    left: 0px;
}
.threeColumnsCenter {
    left: 308px;
}
.threeColumnsRight {
    left: 616px;
}
*/
/* 2 panes across layout in 1024px wide space */
.twoColumns1024 {
    position: absolute;
    width: 500px;
}
.twoColumns1024Double {
    position: absolute;
    width: 1008px;
}
.twoColumns1024Left {
    left: 8px;
}
.twoColumns1024Right {
    left: 516px;
}

