
/***text content***/

.text-content {
    width: 100%;
    color: #3b4749;
    padding-top:20px;
}

.text-content img{max-width:100%;}

    .text-content a {
        color: #199fff;
        text-decoration: underline;
    }

        .text-content a:hover {
            color: #0485e1;
        }

    .text-content h2 {
        color: #3b4749;
        font-size: 1.6em;
        border-bottom: 1px solid #ebebeb;
        padding-bottom: 12px;
    }

    .text-content h3 {
        color: #3b4749;
        font-weight: 300;
        border-bottom: 1px solid #ebebeb;
        padding-bottom: 10px;
    }

    .text-content p {
        color: #3b4749;
        line-height: 1.7em;
        padding: 15px 0 15px 0;
        font-size: 1.1em;
    }

    .text-content a {
        color: #199fff;
        text-decoration: underline;
    }

    .text-content p.small-p {
        font-size: 1em;
        line-height: 1.9em;
    }
    
    .text-content-line{
        width:100%;
        border-bottom: 1px solid #ebebeb;
        overflow:hidden;
    }
    
    .text-content-line h2 {
        color: #3b4749;
        font-size: 1.6em;
        padding-bottom: 12px;
    }

/***text-box***/

.text-box {
    width: 92%;
    border: 1px solid #cecdd2;
    padding: 15px 4% 15px 5%;
    font-style: italic;
    position: relative;
}

    .text-box:before {
        content: "";
        width: 16px;
        height: 28px;
        background: url('../images/text-box-arrow.png') no-repeat;
        position: absolute;
        left: -1px;
        top: 50%;
        margin-top: -14px;
    }

    .text-box strong {
        color: #0068b3;
        font-style: normal;
    }

/***sub pages h1***/

.products h1 {
    color: #0068b3;
    border-bottom: 1px solid #ebebeb;
    font-weight: 300;
    padding-bottom: 10px;
}

/***text image***/

.text-image {
    width: 100%;
    border: 1px solid #ebebeb;
}

.text-image {
    max-width: 100%;
}

/***list***/

ul {
    list-style-image: url('../images/list-style.png');
    padding: 0 0 0 20px;
    margin: 15px 0 0 0;
}

    ul li {
        color: #0068b3;
        line-height: 1.7em;
        margin-bottom: 10px;
        font-size: 1.3em;
        font-weight: 400;
    }

    ul.default {
        list-style: disc;
        padding: 0 0 0 40px;
    }

        ul.default li {
            font-size: 1em;
            color: #3b4749;
        }

        ul.default.submenu {
            margin: -10px 0 0 20px;
        }

            ul.default.submenu li {
                margin-bottom: 0;
            }
            
            ul.small{font-size:0.8em;}

/***table***/

.table-box {
    width: 100%;
}

    .table-box table {
        width: 100%;
        color: #3b4749;
    }

        .table-box table tr:nth-child(odd) {
            background: #fff;
        }

        .table-box table tr {
            border: none;
        }

        .table-box table td a {
            color: #199fff;
        }

        .table-box table thead {
            border-bottom: 1px solid #ebebeb;
        }

        .table-box table th {
            text-align: left;
            color: #3b4749;
            padding-bottom: 10px;
        }

        .table-box table td {
            font-weight: 500;
            padding-top: 18px;
        }

            .table-box table td.six {
                width: 48%;
                padding-right: 2%;
            }

            .table-box table td.three {
                width: 23%;
                padding-right: 2%;
            }


.smaller-list-font ul li {
    font-size: 1.2em;
    margin-bottom: 0;
}

.table-two-column tr td {
    width: 50%;
}

.pr-table{
    width:100%;
    border:none;
}

.pr-table tr{
    border:none;
}

.pr-table td{
    vertical-align: top;
    padding:3px 0 3px 0;
}

    .pr-table thead {
        border:none;
    }

    .pr-table tr:nth-child(odd) {
        background: #fff;
    }
    
    .pr-table td:nth-child(2) {
        width:82%;
    }
    
    
    .contact-box a{cursor:pointer;}
    
    .contact-box table{
        width:100%;
        color:#fff;
    }
    
    .contact-box table tr:nth-child(odd) {
        background: none;
    }
    
    .contact-box table tr{
        border:none;
    }
    
    .RadioButtonList{margin-left:13px;}
    
    .hide-radio{display:none;}
    
.contact-link {
    width: 250px;
    display: block;
    color: #0068b3;
    background: #0068b3;
    color: #fff !important;
    padding: 14px 50px 14px 30px;
    text-decoration:none !important;
}

.contact-link:before{
    content: "";
    width: 16px;
    height: 100%;
    position: absolute;
    background: url('../images/sidebar-big-arrow.png') no-repeat left center;
    left: 0;
    bottom: 0;
    display: block;
}

.contact-link:hover{
    opacity:0.9;
}

.margin-bottom{
    margin-bottom:10px;
}

.form-item{
    padding-bottom:5px;
}

.form-item:last-child{
    border:none;
}

.contact-box-name-small{
    font-size:0.8em;
}

.UploaderLabel{
    display:none;
}

.CaptchaTable img {
    margin-bottom: 10px;
}