﻿.divideContainer
{
    margin-left: auto; 
    margin-right: auto; 
    text-align: center; 
    margin-top: 20px;
}
.divideContainer .block
{
    display: inline-block; 
    vertical-align: top;
}
.divideContainer .block.left
{
    width: 225px; 
    min-height: 100px; 
}
.divideContainer .block.divider
{
    background-color: #dfe1e5; 
    width: 1px; 
    min-height: 300px; 
    margin: 0px 20px;
}
.divideContainer .block.right
{
    width: 425px; 
    min-height: 300px; 
    margin-left: 20px; 
}
html[dir=rtl] .divideContainer .block.right {
    margin-right: 20px;
    margin-left: 0px;
}
.divideContainer .block h3 {
    /*color: #2895d5;*/
    color: #155fbb;
    font-size: 18pt;
    font-weight: lighter;
    margin: 0px;
    padding: 0px;
    background-color:#fff;
}
.divideContainer .block.left h3 { text-align: left; }
html[dir=rtl] .divideContainer .block.left h3 { text-align: right; }
.divideContainer .block.right h3 { text-align: left; }
html[dir=rtl] .divideContainer .block.right h3 { text-align: right; }
/*.divideContainer .block p { text-align: left; }
html[dir=rtl] .divideContainer .block p { text-align: right; }*/

.divideContainer .block p {
    text-align: left;
    background-color:#fff;
    color:#333;
}

html[dir=rtl] .divideContainer .block p {
    text-align: right;
}

.divideContainer .block hr 
{ 
    height: 1px;
    color: #dfe1e5;
    background-color: #dfe1e5;
    border: 0;
}
