﻿/* [Begin] Header */
#logout-link {
    cursor: pointer;
}

#nav-top #login #action-link.heading {
    margin-top: 10px;
}

#nav-top #login #header-register-link {
    display: inline-block;
    margin: 0px 5px;
}

.logged-in #login-welcome {
    height: 16px;
}

/* Shopping Cart Preview */
.logged-in #nav-top #login #cart {
    margin: 5px 0 0 0;
}

.logged-out #nav-top #login #cart {
    margin: 10px 0 0 0;
}

#nav-top #login #cart .heading {
    margin: 0 0 0 0;
}

.shopping-cart-icon-small {
    max-height: 20px;
    max-width: 20px;
}

#cart .heading a {
    font-size: 11px;
    font-weight: normal;
}

#cart .button, #cart .button:hover {
    color: white;
    font-weight: normal;
}

.cart-preview-link {
    cursor: pointer;
}

.cart-preview-link h4 {
    color: #333;
}

.cart-preview-item {
    border: 2px ridge #d2d2d2;
    display: inline-block;
    height: 40px;
    padding: 2px;
    vertical-align: top;
    width: 145px;
    overflow: hidden;
    text-align: center;
}

/* Unsupported Browser Header Notification */
.cf-unsupported-ie-notification {
    background-color: red;
    color: white;
    display: none;
    font-weight: bold;
    text-align: center;
}

.k-ie5 .cf-unsupported-ie-notification, .k-ie6 .cf-unsupported-ie-notification, .k-ie7 .cf-unsupported-ie-notification, .k-ie8 .cf-unsupported-ie-notification {
    display: block;
}
/* [End] Header */