.actionButton {
    border-radius: 0;
    color: #eee;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-family: Arial;
    background-image: url("../../images/ui-icons_EEEEEE_256x240.png")
}

    .actionButton .ui-button-icon-primary.ui-icon, .actionButton .ui-button-icon-secondary.ui-icon {
        background-image: url("../../images/ui-icons_EEEEEE_256x240.png")
    }

    .actionButton:hover .ui-button-icon-primary.ui-icon, .actionButton:hover .ui-button-icon-secondary.ui-icon {
        background-image: url("../../images/ui-icons_FFFFFF_256x240.png")
    }

    .actionButton:hover {
        background-image: url("../../images/ui-icons_FFFFFF_256x240.png")
    }

.gradientBackground {
    background: #D4EEFD;
    background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#33CCFF),color-stop(1,#D4EEFD));
    background: -ms-linear-gradient(bottom,#33CCFF,#D4EEFD);
    background: -moz-linear-gradient(center bottom,#33CCFF 0%,#D4EEFD 100%);
    background: -o-linear-gradient(#D4EEFD,#33CCFF);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D4EEFD',endColorstr='#33CCFF',GradientType=0)
}

.gradientBackgroundHover {
    background: #bce4fc;
    background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#1ac6ff),color-stop(1,#bce4fc));
    background: -ms-linear-gradient(bottom,#1ac6ff,#bce4fc);
    background: -moz-linear-gradient(center bottom,#1ac6ff 0%,#bce4fc 100%);
    background: -o-linear-gradient(#bce4fc,#1ac6ff);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bce4fc',endColorstr='#1ac6ff',GradientType=0)
}

.actionButton {
    border: 1px solid #eee
}

body {
    background: #e7e7e7;
    margin: 0
}

    body a, body a:link, body a:visited, body a:active {
        font-weight: normal;
        color: #33CCFF;
        text-decoration: underline
    }

        body a:hover {
            text-decoration: none;
            color: #33CCFF
        }

.searchArea .searchDesc {
    font-size: 9px;
    color: #aaa
}

#pageHeader {
    height: 104px;
    position: relative
}

#logoArea {
    float: left;
    width: 400px;
    height: 100%
}

    #userArea .liner, #logoArea .liner {
        padding: 7px
    }

#userArea {
    float: right;
    width: 350px;
    position: relative;
    text-align: right;
    padding-right: 8px;
    top: 8px
}

    #userArea .textLinks {
        color: #888;
        font-size: 13px;
        margin-bottom: 17px
    }

    #userArea .importantLink {
        color: #33CCFF;
        font-weight: bold
    }

    #userArea a {
        color: #33CCFF;
        font-weight: bold
    }

        #userArea a:hover {
            color: #33CCFF;
            text-decoration: none
        }

    #userArea .partition {
        display: inline-block;
        padding: 0px 4px
    }

    #userArea .searchBox {
        background-color: #f2f2f2;
        border: 1px solid #d7d7d7;
        color: #33CCFF !important;
        padding: 5px 29px 5px 10px;
        width: 113px;
        margin: 0
    }

        #userArea .searchBox::-ms-clear {
            display: none
        }

    #userArea .searchArea {
        position: relative
    }

::-webkit-input-placeholder {
    color: #33CCFF
}

:-moz-placeholder {
    color: #33CCFF
}

::-moz-placeholder {
    color: #33CCFF
}

:-ms-input-placeholder {
    color: #33CCFF
}

#Header-PerformSearchButton {
    position: absolute;
    right: 10px;
    top: 7px;
    cursor: pointer
}

    #Header-PerformSearchButton:hover {
        opacity: .80
    }

.searchOrganizer {
    float: right
}

.searchArea .searchOption.mac {
    position: relative;
    top: -3px
}

.searchArea .searchOption {
    height: 14px;
    line-height: 14px
}

    .searchArea .searchOption .desc {
        font-size: 9px;
        color: #aaa;
        display: inline-block;
        vertical-align: middle
    }

    .searchArea .searchOption .box {
        display: inline-block;
        vertical-align: middle;
        -moz-appearance: none;
        height: 11px;
        width: 11px
    }

#menuContainer {
    background-color: #000033 !important
}

    #menuContainer .menu {
        height: 44px;
        line-height: 44px;
        background: transparent
    }

#linkMenu {
    height: 100%;
    background: #000033;
    width: 100%
}

#menuContainer .menuEntry {
    background: transparent;
    cursor: pointer;
    display: inline-block;
    margin: 0px 4px;
    height: 28px;
    position: relative;
    top: 9px;
    padding: 0px 10px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    color: #fff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px
}

    #menuContainer .menuEntry:hover {
        background: #223355;
    }

    #menuContainer .menuEntry a {
        position: relative;
        top: -8px;
        color: #fff;
        font-weight: normal;
        text-decoration: none
    }

    #menuContainer .menuEntry.selected {
        background: #33CCFF
    }

        #menuContainer .menuEntry.selected a {
            color: #FFFFFF;
            font-weight: bold
        }

#menuBridge {
    width: 1000px;
    height: 1px;
    margin: 0 auto;
    background: transparent;
    display: none
}

    #menuBridge .horizontalLine {
        position: absolute;
        width: 1000px;
        margin: 0 auto;
        top: 174px;
        height: 10px;
        background: #f7f7f7;
        display: none
    }

#cartIcon {
    display: inline-block;
    vertical-align: middle;
    float: right;
    position: relative;
    top: 10px;
    right: -2px
}

#cartBubble {
    display: inline-block;
    float: right;
    position: relative;
    top: 5px;
    right: 5px;
    border-radius: 10px;
    background: #000;
    height: 16px;
    z-index: 2
}

    #cartBubble .count {
        display: inline-block;
        min-width: 16px;
        line-height: 16px;
        color: #fff;
        font-weight: bold;
        font-size: 11px;
        text-align: center;
        height: 16px
    }

.psuedoLink {
    color: #33CCFF;
    text-decoration: underline;
    cursor: pointer
}

    .psuedoLink.hoverable:hover {
        text-decoration: none;
        color: #33CCFF
    }
