﻿.ptl_page
{
    width: 100%;
    border: 0px;
    overflow: hidden;
    overflow-x: hidden;
}
.ptl_col_1_4
{
    float: left;
    width: 25%;
    height: auto;
    overflow: hidden;
    overflow-x: hidden;
}
.ptl_col_1_3
{
    float: left;
    width: 33%;
    height: auto;
    overflow: hidden;
    overflow-x: hidden;
}
.ptl_col_1_2
{
    float: left;
    width: 50%;
    height: auto;
    overflow: hidden;
    overflow-x: hidden;
}
.ptl_col_2_3
{
    float: left;
    width: 66%;
    height: auto;
    overflow: hidden;
    overflow-x: hidden;
}
.ptl_col_3_4
{
    float: left;
    width: 65%;
    height: auto;
    overflow: hidden;
    overflow-x: hidden;
}
.ptl_col_1
{
    width: 100%;
    height: auto;
    overflow: hidden;
    overflow-x: hidden;
}
.ptl_portlet_vertical
{
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
    overflow-x: hidden;
}
.ptl_portlet_horizontal
{
    display: inline;
    width: auto;
    height: auto;
    overflow: hidden;
    overflow-x: hidden;
}
