h2 {
    margin: 0;
    padding: 0;
    font-weight: 500;
}

#topbar {
    top: 0;
    width: 100%;
    background: #444;
    position: fixed;
}

.topmenu {
    display: flex;
}

#topbar .topmenu .topmenuItem {
    position: relative;
    cursor: default;
    z-index: 200;
}

#topbar .topmenu .left {

    flex: auto;
}
#topbar .topmenu .right {

}

.topmenuLabel {
    color: #fff;
}

.topmenuLabel {
    display: block;
}

.topmenuPopup {
    position: absolute;
    /* small adjustment to have borders extend past parent menu item */
    right: -2px; /* assumes popup items are on right I guess! */
    margin-right: 0;
    background: #fff;
    border-radius: 0 0 3px 3px;
    padding: 5px;
    display: none;
}

.topmenuPopup.shown {
    display: block;
}

#popupCart {
    width: 300px;
}

#popupCart .message {
    margin-top: 15px;
}

.topmenu .topmenuItem .hide {
    float: right;
    margin-top: 10px;
    font-weight: bold;
    text-decoration: underline;
    cursor: pointer;
    font-size: 90%;
}

#primaryCheckoutButton a {
    color: inherit;
}


#cartButton.hide {
    visibility: hidden;
}

#wrapper {
    width: 960px;
    margin: 0 auto;
    margin-top: 30px;
}

#logobar {
    height: 56px;
    text-align: center;
    color: #ef2918;
    padding-top: 44px;
    font-size: 14px;
    background: url(/images/vcf-d2hic1/ui/logo_site_widest.png) no-repeat right;
}

#logobar * {
    font-size: 14px;
}

#redbar {
    border-bottom: 10px solid #ef2918;
}

#main {
    background-color: rgb(250, 250, 250);
}

#lgn, #pwd {
    width: 200px;
    padding: 3px;
    border: 1px solid rgb(180, 180, 180);
    border-radius: 3px;
}

#loginFields LABEL {
    padding-top: 5px;
}

#loginFields {
    margin: 0;
}

#loginFields .buttonRow {
    margin-top: 15px;
    padding-left: 100px;
}

#loginFields .fieldRow {
    margin-top: 10px;
}

.itemHover {
    background-color: #888;
    color: white;
}

#messageBox {
    width: 360px;
    border: 1px solid rgb(180, 180, 180);
    border-radius: 3px;
    padding: 16px 5px;
    background-color: white;
}

#printerfaceLogo {
    height: 35px;
    background: url(/images/vcf-d2hic1/ui/logo_printerface.png) no-repeat center bottom;
}

.hovercells:hover {
    background-color: #f0f0ec;
}

#links, #main-links-inner {
    display: block;
    margin: 20px 10px 0 10px;
    border: 1px solid #e4e4e4;
    border-bottom: none;
    border-radius: 5px 5px 0 0;
    background: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

#links UL, #main-links-inner UL {
    display: inline-block;
    padding: 10px 25px;
    margin: 0;
    border-right: 1px solid #e4e4e4;
    vertical-align: top;
    list-style-position: inside;
}
#links LI, #main-links-inner LI {
    list-style: none;
}
#links LI *, #main-links-inner LI * {
    color: #444;
    text-decoration: none;
}
#links LI a:hover, #main-links-inner LI a:hover {
    text-decoration: underline;
}
#links UL UL, #main-links-inner UL UL {
    padding: 0 0 0 15px;
    border: none;
}

/*# sourceMappingURL=/Volumes/Scratch/build/neon/releaseCustomTables/production/neon/WEB-INF/classes/com/pirionsystems/ne/sites/standard/skin/staticContent/style/skin/sepia/main.css.map */
