﻿.ContentBlock
{
    clear: both;
    height: auto;
    float: left;
}

.ContentDivider
{
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: solid 1px #cccccc;
    clear: both;
}

.ContentDividerVertical
{
    border-right: solid 1px #cccccc;
}

.ContentSpacer
{
    padding-bottom: 15px;
    clear: both;
}

.ContentLeft
{
    float: left;
    clear: none;
    padding-right: 19px;
    border-right: solid 1px #cccccc;
}

.ContentRight
{
    float: left;
    clear: none;
    padding-left: 20px;
    /*border-left: solid 1px #666666;*/
}

.ContentLeftMenu
{
    float: left;
    clear: none;
    padding-right: 19px;
    margin-right: 20px;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #cccccc;
}

.ContentMain
{
    float: left;
    clear: none;
}

.floatLeft
{
    float: left;
    margin-right: 10px;
}

.floatRight
{
    float: right;
    margin-left: 10px;
}



    
