﻿* {
    margin: 0;
    padding: 0;
    font-family: Tahoma;
    font-size: 13px;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset, img {
    border: 0;
}

ul, ol {
    margin: 0;
}

    ul li {
        padding-left: 15px;
        list-style: none;
    }

    ol li {
        list-style-position: inside;
    }

input, textarea, select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}

.header {
    background: #417ed1;
    line-height: 13px;
}

.admin-menu {
    display: inline-block;
}

    .admin-menu li {
        display: inline-block;
        color: #fff;
    }

        .admin-menu li:first-child {
            border: none;
        }

        .admin-menu li a {
            color: #fff;
            text-decoration: none;
            font-size: 13px;
        }

.account-menu {
    float: right;
    width: 210px;
    border-left: 1px solid #fff;
    padding-bottom: 3px;
}

    .account-menu li {
        display: inline-block;
        color: #fff;
    }

        .account-menu li:first-child {
            margin-right: 10px;
        }

        .account-menu li a {
            color: #fff;
            text-decoration: none;
        }

.admin-table {
    width: 100%;
}

.c-t-buttons {
    width: 70px;
}

.c-t-image {
    width: 70px;
}

.cart-item-image {
    max-height: 70px;
}

.a-t-image {
    max-height: 40px;
}

.section-title {
    font-size: 18px;
    font-weight: normal;
    margin: 5px 10px;
    color: #417ed1;
}

.add {
    display: inline-block;
    padding: 5px 10px;
    background: #417ed1;
    border: 1px solid #333;
    text-decoration: none;
    color: #fff;
    margin-left: 10px;
}

.edit {
    width: 22px;
    height: 22px;
    display: inline-block;
    background: url('../Content/images/admin_edit.png') no-repeat;
    margin: 3px;
}

.delete {
    width: 22px;
    height: 22px;
    display: inline-block;
    background: url('../Content/images/admin_delete.png') no-repeat;
    margin: 3px;
}

.image-preview {
    max-height: 120px;
}

.admin-table thead th {
    background: #417ed1;
    color: #fff;
    font-weight: normal;
    padding: 5px;
}

.admin-table tbody tr {
    border-top: 1px solid #417ed1;
}

    .admin-table tbody tr:first-child {
        border: none;
    }

.admin-table td {
    padding: 5px;
    text-align: center;
}

    .admin-table td.c-t-td-name {
        text-align: left;
    }

.input-section {
}

.input-holder {
    margin: 10px 2px;
}

    .input-label, .input-holder label {
        display: inline-block;
        width: 240px;
    }

.input-text {
    height: 24px;
    width: 180px;
    padding-left: 6px;
    padding-right: 6px;
}

textarea {
    padding-top: 4px;
    padding-bottom: 4px;
}

form {
    margin: 8px;
}

h3 {
    padding: 5px 10px 6px;
    display: inline-block;
}

textarea.input-text {
    vertical-align: top;
    height: 250px;
    width: 500px;
}

input.input-text, select.input-text {
    width: 498px;
}

select.input-text {
    height: 28px;
    width: 514px;
}

input[type="checkbox"] {
    height: auto;
    width: auto;
}

.input-button {
    display: inline-block;
    padding: 5px 10px;
    background: #417ed1;
    border: none;
    text-decoration: none;
    color: #fff;
}

.cleditorMain {
    margin-top: 10px;
}

.field-validation-error {
    color: red;
}

.paging {
    margin: 0 0 10px 0;
    text-align: center;
}

    .paging li {
        vertical-align: middle;
        margin-right: 5px;
        display: inline-block;
        padding: 0;
        background: none;
    }

        .paging li.selected {
            padding: 0 4px;
            text-align: center;
            vertical-align: middle;
            font-weight: bold;
            border: 1px solid #6F86B5;
        }

        .paging li.prev {
            margin-right: 15px;
        }

        .paging li.next {
            margin-left: 10px;
        }

.order-status-filter {
    margin: 10px;
}

    .order-status-filter a {
        margin-right: 5px;
        padding-right: 10px;
        border-right: 1px solid #ccc;
        color: darkblue;
    }

    .order-status-filter a:last-child {
        border: 0;
    }

#price-type-container div {
    margin: 5px 0;
}

#price-type-container label {
    display: inline-block;
    margin-left: 2px;
}

#price-type-container input.input-text {
    width: 426px;
}

#price-type-container select {
    margin-right: 10px;
    width: 240px;
}

.main-alert-message {
    padding: 2px 10px 4px;
    font-size: 13px;
}

/*main menu*/
#jsddm {
    margin: 0;
    padding: 0;
    width: 100%;
    vertical-align: middle;
}

    #jsddm li {
        float: left;
        list-style: none;
        padding: 0;
        margin: 0;
    }

        #jsddm li a {
            display: block;
            background: #417ed1;
            padding: 7px 12px;
            text-decoration: none;
            border-right: 1px solid white;
            width: auto;
            white-space: nowrap;
            margin: 0;
        }

        #jsddm li ul {
            margin: 0;
            padding: 0;
            position: absolute;
            visibility: hidden;
            border-top: 1px solid white;
        }

            #jsddm li ul li {
                float: none;
                display: inline;
            }

                #jsddm li ul li a {
                    width: auto;
                    background: #417ed1;
                    border: 1px solid white;
                    border-top: 0px;
                    margin-left: -1px;
                }

#jsddm li.right-align-menu {
    float: right;
    border-left: 1px solid white;
}

#jsddm li.right-align-menu a {
    border: 0;
}

#price-type-container select.price-type-selector {
    width: 236px;
}