* {
    margin: 0;
    padding: 0;
}

a {
    color: #276da3;
}

a:hover {
    color: #000;
}

body {
    font: 10px Lucida Grande, Lucida Sans, Lucida Sans Unicode, Helvetica, Arial, sans-serf;
    text-align: center;
}

h2 {
    padding: 1.5em 0 0 0;
    margin-bottom: 5px;
    font-size: 18px;
    border-bottom: 2px solid #000;
}

#header {
    background: #348bcf;
    color: #fff;
    margin: 0 auto 15px;
    height: 72px;
    border-bottom: 2px solid #0d5cb8;
}

#main, .contain {
    margin: 0 auto;
    width: 960px;
}

.contain {
    background: transparent url(includes/css/cssimages/dealer_admin_logo.png) no-repeat left 5px;
    height: 72px;
    position: relative;
}

.text, .select {
    font-size: 10px;
}

#header em {
    display: block;
    padding-left: 110px;
    font-size: 1.6em;
    font-weight: bold;
    font-style: normal;
    display: block;
    line-height: 72px;
    text-align: left;
}

#main {
    text-align: left;
    padding-bottom: 40px;
}

#login_box {
    position: absolute;
    top: 100px;
    color: #000;
    text-align: left;
    
}

#header #login_box a {
    color: #276da3;
}

#login_box a:hover {
    color: #000;
}

#login_box label, #login_box p {
    display: block;
    padding: 5px 0;
}

#login_box .input {
    font-size: 13px;
}

#login_box h3 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
}

#login_info {
    position: absolute;
    right: 0;
    top: 10px;
    text-align: right;
    font-size: 1.2em;
}

#header a {
    color: #fff;
}

#dealer_info em {
    display: block;
    font-style: normal;
    padding: 6px 0;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: normal;
}

.distributor_info {
    font-size: 12px;
    font-weight: bold;
}

h1 {
    font-size: 13px;
}

#promo_nav {
    position: absolute;
    right: 0;
    bottom: 8px;
    font-weight: bold;
}

#promo_nav a {
    font-weight: normal;
    background: #f9d118;
    color: #000;
    padding: 1px 10px;
    text-decoration: none;
    font-size: 12px;
    border: 2px solid #8d770e;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

#promo_nav a:hover {
    background: #f8e37c;
}

/* !FULL DISTRIBUTOR LIST ============================== */
table.dist_list {
    border-collapse: collapse;
    width: 100%;
    font-size: 11px;
    margin-top: 10px;
}

table.dist_list td, table.dist_list th {
    padding: 8px;
    border-left: 1px solid #e1a7af;
    border-right: 1px solid #e1a7af;
}

table.dist_list thead th {
    color: #f9182a;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 10px;
    white-space: nowrap;
    border-bottom: 2px solid #e1a7af;
    padding-bottom: 2px;
    padding-top: 0;
}

table.dist_list tr.odd td {
    background: #f8e6e8;
}

table.dist_list ul {
    padding-left: 16px;
}

/* !LISTS =========================== */
#promo_list {
    clear: both;
}

#promo_list table, #dealer_info table {
    border-collapse: collapse;
    font-size: 11px;
    margin-top: 10px;
    width: 100%;
}

#promo_list td, #promo_list th, #dealer_info td, #dealer_info th {
    padding: 6px 8px;
    vertical-align: top;
}

#promo_list .sort_order {
    text-align: center;
}

#promo_list .add {
    text-align: right;
}

#promo_list thead th, #dealer_info thead th {
    color: #0d5cb8;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 10px;
    white-space: nowrap;
    border-bottom: 1px solid #0d5cb8;
}

#dealer_info thead th {
    color: #6f5b04;
    border-color: #6f5b04;
}

#promo_list .even td {
    background: #d1e1f4;
}

#dealer_info .even td {
    background: #fef9dd;
}

#promo_list .exclusive {
    border: 1px solid #276da3;
}

#promo_list .exclusive td {
    background: #76c1fe;
}

#promo_list .action_button, #dealer_info .action_button {
    font-size: 9px;
    padding: 2px;
}

#promo_list .submit_small, #dealer_info .submit_small {
    font-size: 9px;
}

#promo_list tfoot td, #dealer_info tfoot td {
    padding: 14px 8px;
    border-top: 2px solid #0d5cb8;
    background: #8ba0ba;
}

#promo_list .remove_button, #dealer_info .remove_button {
    text-align: right;
}

#promo_list .hover td, #dealer_info .hover td {
    background: #fefe90;
}

#promo_list .changed, #dealer_info .changed {
    background: #5097d1;
    color: #fff;
}

#promo_list .save td, #dealer_info .save td {
    background: #588bc9;
    color: #fff;
}

.associated_dealers th {
    background: #bba641;
    color: #fff;
}

#help h3 {
    font-size: 16px;
    margin-bottom: 10px;
}

#help p {
    font-size: 12px;
    line-height: 1.3;
    margin-bottom: 13px;
}