﻿body
{
    margin: 0px;
    padding: 0px;
    font-family: Tahoma;
    color: #999999;
}

.m_d
{
    max-width: 900px;
    height: 600px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
}

.hdr
{
    width: 100%;
    height: 25px;
    font-weight: bold;
    border-bottom: 2px dashed #dddddd;
    color: #000000;
}

.grp
{
    width: 100%;
    height: 154px;
    padding-top: 30px;
    text-align: center;
}

.b_d
{
    min-width: 80px;
    width: auto;
    height: 30px;
    line-height: 30px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    background-color: #0095da;
    border: 1px solid #3B7CFF;
    color: #FEFEFE;
    float: right;
    cursor: pointer;
    font-size: 17px;
    margin-left: 50px;
    margin-top: 25px;
}


.grp input[type="text"], .grp input[type="Password"]
{
    width: 98%;
    height: 30px;
    border: 1px solid #cccccc;
    background-color: #FBFCFD;
    margin-bottom: 10px;
    border-radius: 2px;
    margin-top: 8px;
    padding-left: 5px;
    background-image: none;
    color: #000;
}

.grp label
{
    color: #ee0000;
}

.f_d
{
    width: 100%;
    clear: both;
    text-align: center;
    margin-top: 50px;
    display: none;
}
.rf_b
{
    border: 1px solid #ff0000 !important;
}

input[type="text"]:focus, input[type="password"]:focus, select:focus
{
    outline: none;
    border: 1px solid #006699;
}

.a_sup:hover
{
    text-decoration: underline;
}

.d_emp
{
    font-size: 20px;
    max-width: 750px;
    text-align: left;
    display: inline-block;
}
.div_Email
{
    text-align: left;
    margin-top: 30px;
    max-width: 450px;
}
.lblError
{
    font-size: 15px;
    color: #DD4B39;
    display: none;
}
.lblEmail
{
    font-size: 16px;
}
.fbReseller_c1
{
    display: inline-block;
    width: 50%;
    text-align: left;
}
.fbReseller_c1_s
{
    color: #333;
    font-weight: bolder;
    font-size: 16px;
}
.fbReseller_c2
{
    display: inline-block;
    width: 48%;
    text-align: right;
}
.fbReseller_c3
{
    padding-top: 30px;
    padding-left: 10px;
}
.fbReseller_c4
{
    text-align: right;
    width: 100%;
    height: 55px;
}
.ml_p
{
    position: fixed;
    width: 100%;
    z-index: 10;
    background-color: #FFF;
    opacity: 0.5;
    filter: alpha(opacity=50);
    height: 100%;
}

.m_loader
{
    background: url(../imgs/MainLoader.gif) no-repeat center center;
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 11;
    margin: 0 auto;
}
.placeholder
{
    color: #AAA !important;
}
input[disabled], select[disabled], textarea[disabled], input[readonly], select[readonly], textarea[readonly]
{
    background-color: #F5F5F5 !important;
    cursor: not-allowed;
    border-color: #DDD;
}

ul.products-list {
            list-style-type: none;
            padding: 0;
            margin: 0;
        }

            ul.products-list > li {
                text-align: left;
                cursor: pointer;
                font-size: 18px;
                font-weight: 600;
                position: relative;
                border: 1px solid #EFEFEF;
                margin: 15px 25px;
                background: #fff;
                box-shadow: 0 2px 1px 0 #ddd;
                -moz-transition: background-color 0.07s ease-in;
                -o-transition: background-color 0.07s ease-in;
                -webkit-transition: background-color 0.07s ease-in;
                transition: background-color 0.07s ease-in;
            }

                ul.products-list > li:hover {
                    background-color: #F5F5F5;
                }

                ul.products-list > li:before {
                    position: absolute;
                    display: inline-block;
                    line-height: 49px;
                    width: 12px;
                    height: 12px;
                    top: 19px;
                    left: 15px;
                    border-radius: 50%;
                    background-color: #498ac1;
                    content: '';
                }

            ul.products-list a {
                color: #498ac1;
                padding: 12px 0 12px 42px;
                display: block;
            }