﻿/* dCodes Framework:(c) TemplateAccess */
.one_half_pad {
    width: 44%
}
.one_third_pad {
    width: 27%
}
.one_fourth_pad {
    width: 19%
}
.one_fifth_pad {
    width: 14%
}
.one_sixth_pad {
    width: 10.5%
}
.two_fifth_pad {
    width: 37%
}
.two_third_pad {
    width: 60%
}
.two_fourth_pad {
    width: 43%
}
.two_fifth_pad {
    width: 33%
}
.three_fifth_pad {
    width: 58.4%
}
.three_fourth_pad {
    width: 74%
}
.four_fifth_pad {
    width: 67.2%
}
.five_sixth_pad {
    width: 82.67%
}
/* Teksonix - Modified margins left & right from 3% to 1% */
.one_half_pad,
.one_third_pad,
.two_third_pad,
.three_fourth_pad,
.one_fourth_pad,
.one_fifth_pad,
.two_fifth_pad,
.two_fourth_pad,
.two_fifth_pad,
.three_fifth_pad,
.four_fifth_pad,
.one_sixth_pad,
.five_sixth_pad {
    float: left;
    margin-bottom: 20px;
    margin-left: 3%;
    margin-right: 3%;
    position: relative
}
.one_half {
    width: 48%
}
.one_third {
    width: 30.5%
}
.one_fourth {
    width: 22%
}
.one_fifth {
    width: 16.8%
}
.one_sixth {
    width: 13.33%
}
.two_fifth {
    width: 37.6%
}
.two_third {
    width: 65.33%
}
.three_fifth {
    width: 58.4%
}
.three_fourth {
    width: 74%
}
.four_fifth {
    width: 67.2%
}
.five_sixth {
    width: 82.67%
}
.one_half,
.one_third,
.two_third,
.three_fourth,
.one_fourth,
.one_fifth,
.two_fifth,
.three_fifth,
.four_fifth,
.one_sixth,
.five_sixth {
    float: left;
    margin-bottom: 10px;
    margin-right: 4%;
    position: relative
}
.column-last {
    clear: right;
    margin-right: 0!important
}
.dc_tabs_type_2 .one_third {
    width: 29%
}
.clr {
    clear: both;
    margin: 0;
    padding: 0;
    width: 100%
}
.dc_clear {
    clear: both;
    font-size: 0px;
    line-height: 0px;
    margin: 0;
    padding: 0;
    width: 100%
}