@charset "UTF-8";

#Grid-Page
{
    width: 839px;
}

#Grid-Page-Left
{
    width: 149px;
    padding: 0 5px;
}

#Grid-Page-Center
{
    margin: 0 !important;
    padding: 0 !important;
    width: 680px;
    border-radius: 15px;
}

#Grid-Page-Center-Top,
#Grid-Page-Center-Content
{
    margin: 0 !important;
    padding: 0 !important;
    width: 678px;
}

#Grid-Page-Center-Top
{
    margin: 0 !important;
    padding: 0 !important;
    width: 680px; /* 2px bigger as there is no border */
}

#Grid-Page-Center-Footer
{
    margin: 0 !important;
    padding: 5px 10px;  
    width: 658px;
}

#Grid-Page-Center-Header
{
    margin: 0 !important;
    padding: 0px 10px;
    width: 658px;
}

.unit
{
    float: left;
}

.row
{
    overflow:hidden;
    float: none;
    width: 100%;
}

.unit1of1
{
    width: 678px;
}


.unit3of5
{
    width: 398px;
}

.unit2of5
{
    width: 280px;
}

* html .unit2of5
{
    width: 268px;
}
