/*
 * Authors: ArmoredCavalry
 * Email: admin@cheapshark.com
 * Homepage: http://www.cheapshark.com/
*/

body {
    background: #014576;
    background-image: url('/img/backdrop.png?v=1.0');
    background-repeat: repeat-x;
    color: #123;
    font-family: "Roboto", "Open Sans", Arial, sans-serif;
    font-size: 15px;
    text-align: center;
    padding: 0px;
    margin: 0px;
}

/* jQuery UI overrides */
.ui-dialog .ui-dialog-title { text-align: left; }

article, aside, canvas, details,
figcaption, figure, footer, header,
hgroup, nav, section, summary, video {
    display: block;
}

.lightOverlay {
    width: 100%;
    height: 100%;
    position: fixed;
    pointer-events: none;
    background: black;
    opacity: 0.2;
    z-index: 999999;
}

.hidden {
    display: none !important;
}

.displayNone, .mobileOnly {
    display: none;
}

.chromeframe {
    color: white;
    background: #9a0000;
    z-index: 99999;
    margin: 0;
    padding: 10px;
    border-bottom: 1px solid orange;
}

#imgTooltip{
    display: none;
    position: absolute;
    border: 2px solid #123;
    background: #333;
    color: #fff;
    max-width: 175px;
    max-height: 100px;
    -webkit-box-shadow: 3px 3px 5px #151515;
    box-shadow: 3px 3px 5px #151515;
}

.siteAnnouncement {
    background: #f97e1b;
    background: -webkit-linear-gradient(top, #f6a63a, #fa7917);
    background: -moz-linear-gradient(top, #f6a63a, #fa7917);
    background: -ms-linear-gradient(top, #f6a63a, #fa7917);
    background: -o-linear-gradient(top, #f6a63a, #fa7917);
    color: white;
    font-size: 16px;
    padding: 3px 0;
    display: none;
}
    .siteAnnouncement a:hover {
        color: #ebebeb;
    }
    .siteAnnouncement .close {
        float: right;
        margin-right: 5px;
        text-decoration: none;
        font-weight: bold
    }

.center {
    text-align: center;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

.justify {
    text-align: justify;
}

.promoBar {
    line-height: 25px;
    background: #2F2E34;
    background: -webkit-linear-gradient(top, #2F2E34, #171D26);
    background: -moz-linear-gradient(top, #2F2E34, #171D26);
    background: -ms-linear-gradient(top, #2F2E34, #171D26);
    background: -o-linear-gradient(top, #2F2E34, #171D26);
    color: white;
    position: fixed;
    bottom: 0px;
    right: 0px;
    z-index: 50;
    display: none;
    border: 1px solid #DFDEE2;
    border-bottom: 0px;
    border-right: 0px;
    -webkit-border-top-left-radius: 7px;
    -moz-border-radius-topleft: 7px;
    border-top-left-radius: 7px;
    text-align: left;
    padding-right: 8px;
}

.timeago {
    font-weight: bold;
    margin-left: 8px;
}

.viewMorePromo {
    position: absolute;
    right: 0px;
    top: 0px;
    cursor: pointer;
    margin-right: 5px;
    display: none;
}

    .viewMorePromo:hover {
        color: #D2D2D2;
        text-decoration: none;
    }

.promoList {
    list-style: none;
    text-align: left;
    margin: 0px auto;
    display: none;
}

.header {
    background-color: #161d25;
    background-image: url('/img/topBorder.png');
    background-repeat: repeat-x;
    padding-bottom: 9px;
    border-top: 10px solid #000;
}

.fullSiteLink {
    display: none;
    margin-top: 15px;
    color: white;
}

.headerContent, .footerContent {
    max-width: 1240px;
    width: 80%;
    margin: 0px auto;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.clickable {
    cursor: pointer;
}

    .clickable:hover {
        text-decoration: underline;
    }

.no-text-select {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.link {
    text-decoration: underline;
}

a img {
    border: none;
    outline: none;
}

@font-face {
    font-family: header-font;
    src: url('../fonts/SofiaProLight.otf');
}

.greenText {
    color: green;
}

.redText {
    color: red;
}

#fullPageLoader img {
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%);
}

.topContent {
    width: 85%;
    max-width: 1000px;
    margin: 35px auto 0;
}

    .topContent h2 {
        text-transform: uppercase;
        font-family: "Roboto", "Open Sans", Arial, sans-serif;
        font-size: 28px;
        margin-top: 0px;
        padding-bottom: 5px;
        -webkit-text-shadow: 0 1px 0 #0B2641, 0 2px 1px rgba(0, 0, 0, .1), 0 1px 3px rgba(0, 0, 0, .3), 0 5px 5px rgba(0, 0, 0, .2);
        text-shadow: 0 1px 0 #0B2641, 0 2px 1px rgba(0, 0, 0, .1), 0 1px 3px rgba(0, 0, 0, .3), 0 5px 5px rgba(0, 0, 0, .2);
    }

#topBanner {
    border-radius: 5px;
    -webkit-box-shadow: 8px 8px 12px grey;
    box-shadow: 8px 8px 12px grey;
    margin-bottom: -15px;
    margin-top: 15px;
}

.description {
    color: white;
    float: left;
    width: 48%;
    margin: 0 auto;
    text-align: justify;
}

    .description h2 {
        text-align: center;
        margin-bottom: -1px;
        padding: 5px;
        margin-top: -5px;
    }

    .description span {
        float: left;
        margin-right: 12px;
        height: 160px;
    }

.announcements {
    color: white;
    float: left;
    width: 45%;
    min-height: 225px;
    text-align: left;
    margin-left: 6%;
}

    .announcements h2 {
        text-align: center;
        margin-bottom: -15px;
    }

    .announcements ul {
        margin-left: -40px;
        list-style: none;
    }

        .announcements ul li {
            background: url('/img/bullet.png') no-repeat left top;
            padding-left: 28px;
            margin: 3px 0;
            padding-bottom: 5px;
        }
            .announcements ul li a {
                font-weight: bold;
            }

            .announcements ul li .date {
                display: inline-block;
                min-width: 48px;
                margin-top: 7px;
                text-align: center;
            }

        .announcements ul li.loading {
            background: none;
            text-align: center;
        }
            .announcements ul li.loading img {
                width: 55px;
                height: 55px;
            }

    .announcements h2 a {
        text-decoration: none;
    }

#logo {
    margin: -5px 5px -15px 5px;
    text-align: left;
}

    #logo a {
        text-decoration: none;
    }

    #logo .logoImage {
        width: 125px;
        height: 116px;
    }

    #logo .logoText {
        margin-left: -15px;
        width: 400px;
        height: 123px;
        display: inline-block;
    }

.birthdayHeader {
    margin-left: 10px;
    margin-bottom: 55px;
    cursor: pointer;
}

.birthdayWrapper {
    width: 100%;
    margin: 25px auto;
}
    .birthdayWrapper .content {
        float: left;
        width: 50%;
        padding: 5px 5%;
        font-size: 20px;
        text-align: justify;
    }

    .birthdayWrapper .balloons {
        float: left;
        width: 15%;
    }
        .birthdayWrapper .balloons.left {
            padding-left: 5%;
        }
        .birthdayWrapper .balloons.right {
            padding-right: 5%;
        }

    .birthdayWrapper .giveawayList {
        font-size: 24px;
        margin: 0 auto;
        text-align: left;
        list-style: none;
        width: 600px;
    }
    .birthdayWrapper .giveawayList li a {
         color: #2B4768;
     }
        .birthdayWrapper .giveawayList li a:hover {
            color:#35649B;
        }
    .birthdayWrapper .giveawayList li b {
        display: inline-block;
        width: 140px;
        padding-right: 5px;
        text-align: right;
    }
    .birthdayWrapper .giveawayList li b.live {
        color: green;
    }
    .birthdayWrapper .giveawayList li b.ended {
        color: #870006;
    }
    .birthdayWrapper .giveawayList img {
        float: none;
        margin-left: 6px;
        height: 22px;
        width: 60px;
    }

.region {
    float: right;
    margin-top: -50px;
    margin-right: 8px;
}

#regionSelector {
    font-family: "Roboto", "Open Sans", Arial, sans-serif;
    font-weight: bold;
    font-size: 14px;
    color: white;
    background: #202a35;
    padding: 5px;
    border-color: #263649;
    min-width: 62px;
    height: 31px;
}

#logo .subLogo {
    font-size: 48px;
}

.navigationBar {
    font-family: "Roboto", "Open Sans", Arial, sans-serif;
    color: #EEE;
    font-size: 20px;
    clear: both;
    margin: -50px 85px 20px 0px;
    text-align: right;
    min-height: 26px;
}

    .navigationBar a {
        text-decoration: none;
        padding: 2px 5px 2px 5px;
    }

    .navigationBar span:after {
        content: '\2022';
        margin: 0 5px;
    }

    .navigationBar span:last-of-type:after {
        content: '';
        margin: 0;
    }

.currentPageLink {
    color: #FFF !important;
    background: #f97e1b;
    background: -webkit-linear-gradient(top, #f6a63a, #fa7917);
    background: -moz-linear-gradient(top, #f6a63a, #fa7917);
    background: -ms-linear-gradient(top, #f6a63a, #fa7917);
    background: -o-linear-gradient(top, #f6a63a, #fa7917);
    cursor: default;
    border-radius: 5px;
}

    .currentPageLink a:hover {
        color: #FFF !important;
    }

.searchSocialBox {
    float: right;
    width: 310px;
    height: 37px;
    margin-top: 5px;
    background: #000;
    border-radius: 0 0 30px 30px;
    border: 2px solid #263649;
    border-top: 0;
}

.searchSocialContent {
    margin-top: 3px;
    display: block;
}

.searchSocialBox input {
    margin-top: -6px;
    margin-left: 0px;
    color: #444444;
    outline: none;
    font-weight: bold;
    padding: 0px 45px 0px 7px;
    background: #EAEAEA url("/img/search.png?v=1.0") no-repeat right;
    height: 31px;
    width: 143px;
    border-radius: 20px;
    border: none;
}

.externalHeader {
    margin-left: 15px;
    float: left;
    margin-top: 2px;
    font-size: 16px;
    color: white;
}

    .externalHeader a {
        margin-right: 3px;
        padding: 8px;
        text-decoration: none;
        background: #444444;
        border-radius: 100%;
    }

.twitter-follow-button {
    margin-bottom: 30px;
}

h1 {
    margin: 10px auto;
    text-transform: uppercase;
    font-family: "Roboto", "Open Sans", Arial, sans-serif;
    font-size: 32px;
    -webkit-font-smoothing: antialiased;
    -webkit-text-shadow: 0 1px 0 #0B2641, 0 2px 0 #1E4064, 0 3px 1px rgba(0, 0, 0, .1), 0 0 4px rgba(0, 0, 0, .1), 0 1px 5px rgba(0, 0, 0, .3), 0 3px 5px rgba(0, 0, 0, .2), 0 5px 10px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .2), 0 20px 20px rgba(0, 0, 0, .15);
    text-shadow: 0 1px 0 #0B2641, 0 2px 0 #1E4064, 0 3px 1px rgba(0, 0, 0, .1), 0 0 4px rgba(0, 0, 0, .1), 0 1px 5px rgba(0, 0, 0, .3), 0 3px 5px rgba(0, 0, 0, .2), 0 5px 10px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .2), 0 20px 20px rgba(0, 0, 0, .15);
}

.white {
    color: white;
}

del {
    color: #1122339e;
    font-size: 11px;
}

.centerDiv {
    margin: 0px auto;
    width: 80%;
    min-width: 1000px;
}

.mainContent {
    padding: 15px 0px;
    margin: 5px auto;
    border-radius: 15px;
    background: #FFF;
    border: 1px solid #123;
    -moz-box-shadow: 0 3px 20px #11110F;
    -webkit-box-shadow: 0 3px 20px #11110F;
    box-shadow: 0px 3px 20px #11110F;
    min-height: 550px;
}

    .mainContent a:link {
        color: #0E1E31;
    }
    /* unvisited link */
    .mainContent a:visited {
        color: #141C26;
    }
    /* visited link */
    .mainContent a:hover {
        color: #293A48;
    }
    /* mouse over link */
    .mainContent a:active {
        color: #293A48;
        outline: 0;
    }
    /* javascript warning (displays after x seconds) */
    body:not(.js) .mainContent:after {
        -webkit-animation: fadein 0s ease-out 10s backwards; /* Safari, Chrome and Opera > 12.1 */
        -moz-animation: fadein 0s ease-out 10s backwards; /* Firefox < 16 */
        -ms-animation: fadein 0s ease-out 10s backwards; /* Internet Explorer */
        -o-animation: fadein 0s ease-out 10s backwards; /* Opera < 12.1 */
        animation: fadein 0s ease-out 10s backwards;
        content: 'JavaScript must be enabled for this site...';
    }

.topDealsWrapper {
    min-height: 1220px;
}

/* selected link */
.browseContent {
    max-width: 1220px;
}

.inline {
    float: left;
}

.clear {
    clear: both;
}

form input[type=submit][value=Search] {
    display: none;
}

#results {
    padding: 10px 0px;
    margin: 0px auto;
    width: 80%;
}

.result {
    vertical-align: top;
    margin: 10px 20px 10px;
    width: 280px;
    border: 1px solid #B2B2B2;
    border-radius: 3px;
    display: inline-block;
}

.result.priceAlertView {
    margin: 10px;
    width: 95%;
    border: none;
}

.resultGameTitle {
    font-size: 13px;
    margin: 5px 0px 5px;
}

.result .listing {
    cursor: pointer;
    height: 115px;
    -webkit-tap-highlight-color: transparent;
    outline: none;
    touch-action: manipulation;
}

.result .boxArtContainer {
    background-color: #C0C6C6;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#F3F3F3), to(#C0C6C6));
    background: -webkit-linear-gradient(top, #C0C6C6, #F3F3F3);
    background: -moz-linear-gradient(top, #C0C6C6, #F3F3F3);
    background: -ms-linear-gradient(top, #C0C6C6, #F3F3F3);
    background: -o-linear-gradient(top, #C0C6C6, #F3F3F3);
    border-bottom: 1px solid #C0C6C6;
}

.boxArtContainer .boxArt {
    height: 65px;
    min-height: 100%;
    background: no-repeat center center;
    background-size: contain;
}

.result .priceInfo {
    color: #2c8805;
    margin-left: -10px;
}

.resultExpand {
    color: #F47C0E;
    float: right;
    margin-right: 5px;
    font-size: 16px;
}

.result .listing:hover .resultExpand {
    color: #2c8805;
}

.result div.prices {
    margin-top: 5px;
    display: none;
}

.result .selected {
}

    .result .selected .priceInfo {
        display: none;
    }

.result table {
    width: 100%;
    margin: 0px auto;
    border-bottom: 1px solid #CBCBCB;
    padding-bottom: 10px;
    border-collapse: collapse;
}

.result td {
    padding: 6px 5px;
}

.result .searchCheapest {
    margin-top: 5px;
    font-size: 12px;
}
    .result .searchCheapest span {
        font-weight: bold;
    }

.priceAlertLink {
    margin: 20px auto;
}

.lightGreyButton {
    text-align: center;
    display: inline-block;
    color: white !important;
    background: #A7A7A7;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#919191), to(#A7A7A7));
    background: -webkit-linear-gradient(top, #A7A7A7, #919191);
    background: -moz-linear-gradient(top, #A7A7A7, #919191);
    background: -ms-linear-gradient(top, #A7A7A7, #919191);
    background: -o-linear-gradient(top, #A7A7A7, #919191);
    padding: 3px;
    border: 1px solid #909090;
    border-radius: 5px;
    -webkit-text-shadow: 1px 1px 3px #151515;
    text-shadow: 1px 1px 3px #151515;
    text-decoration: none;
    min-width: 49px;
}

    .lightGreyButton:hover {
        background: #FE7A32 !important;
        background: -webkit-linear-gradient(top, #FE7A32, #FF894C) !important;
        background: -moz-linear-gradient(top, #FE7A32, #FF894C) !important;
        background: -ms-linear-gradient(top, #FE7A32, #FF894C) !important;
        background: -o-linear-gradient(top, #FE7A32, #FF894C) !important;
        border: 1px solid #F2822E !important;
    }

.topDealsWrapper {
    margin: 0px auto;
}

.topDeals {
    text-align: center;
    list-style-type: none;
    -webkit-padding-start: 0px;
    margin: 0px 15px;
    padding-left: 0;
}

    .topDeals li {
        background: white;
        margin: 7px 7px;
        text-align: left;
        vertical-align: top;
        display: inline-block;
        min-height: 279px;
        width: 380px;
        border-radius: 10px;
        border: 1px solid #DFDEE2;
        -webkit-box-shadow: 0 0 5px 1px #DFDEE2;
        box-shadow: 0 0 5px 1px #DFDEE2;
    }

    .topDeals a:link {
        color: #353535;
    }
    /* unvisited link */
    .topDeals a:visited {
        color: #A5A5A5;
    }
    /* visited link */
    .topDeals a:hover {
        color: #353535;
    }
    /* mouse over link */
    .topDeals a:active {
        color: #353535;
        outline: 0;
    }

.moreStores {
    margin-top: 15px;
}
    .moreStores .browseStoreIcon {
        margin: 0 2px;
    }

.backgroundInfo, .faq {
    max-width: 800px;
    margin: 0 auto !important;
    padding: 0 5px !important;
}

.backgroundInfo {
    text-align: justify;
}
    .backgroundInfo img {
        width: 800px;
        height: 178px;
        margin-bottom: -5px;
        border-radius: 8px;
    }
    .backgroundInfo #storeList {
        text-align: center;
        width: 85%;
        height: 20px;
        margin: 5px auto;
    }
    .backgroundInfo .browseStoreIcon {
        margin: 0 7px;
    }

.faq {
    margin-bottom: 50px !important;
}
    .faq p {
        text-align: justify;
    }
    .faq .ui-icon {
        display: inline-block;
        margin-bottom: -3px;
    }

[class*="storeBanner"]
{
    display: inline-block;
    background: no-repeat;
    overflow: hidden;
    text-indent: -9999px;
    text-align: left;
    height: 50px;
}

.storeBanner0  { background-image: url('/img/stores/banners/0.png?v=1.0');  width: 180px; }
.storeBanner1  { background-image: url('/img/stores/banners/1.png?v=1.0');  width: 312px; }
.storeBanner2  { background-image: url('/img/stores/banners/2.png?v=1.0');  width: 190px; }
.storeBanner3  { background-image: url('/img/stores/banners/3.png?v=1.0');  width: 180px; }
.storeBanner4  { background-image: url('/img/stores/banners/4.png?v=1.0');  width: 180px; }
.storeBanner5  { background-image: url('/img/stores/banners/5.png?v=1.0');  width: 220px; }
.storeBanner6  { background-image: url('/img/stores/banners/6.png?v=1.0');  width: 180px; }
.storeBanner7  { background-image: url('/img/stores/banners/7.png?v=1.0');  width: 136px; }
.storeBanner8  { background-image: url('/img/stores/banners/8.png?v=1.0');  width: 72px;  }
.storeBanner9  { background-image: url('/img/stores/banners/9.png?v=1.0');  width: 231px; }
.storeBanner10 { background-image: url('/img/stores/banners/10.png?v=1.0'); width: 265px; }
.storeBanner11 { background-image: url('/img/stores/banners/11.png?v=1.0'); width: 202px; }
.storeBanner12 { background-image: url('/img/stores/banners/12.png?v=1.0'); width: 109px; }
.storeBanner13 { background-image: url('/img/stores/banners/13.png?v=1.0'); width: 300px; }
.storeBanner14 { background-image: url('/img/stores/banners/14.png?v=1.0'); width: 220px; }
.storeBanner15 { background-image: url('/img/stores/banners/15.png?v=1.0'); width: 111px; }
.storeBanner16 { background-image: url('/img/stores/banners/16.png?v=1.0'); width: 234px; }
.storeBanner17 { background-image: url('/img/stores/banners/17.png?v=1.0'); width: 215px; }
.storeBanner18 { background-image: url('/img/stores/banners/18.png?v=1.0'); width: 219px; }
.storeBanner19 { background-image: url('/img/stores/banners/19.png?v=1.0'); width: 126px; }
.storeBanner20 { background-image: url('/img/stores/banners/20.png?v=1.0'); width: 280px; }
.storeBanner21 { background-image: url('/img/stores/banners/21.png?v=1.0'); width: 164px; }
.storeBanner22 { background-image: url('/img/stores/banners/22.png?v=1.0'); width: 217px; }
.storeBanner23 { background-image: url('/img/stores/banners/23.png?v=1.0'); width: 150px; }
.storeBanner24 { background-image: url('/img/stores/banners/24.png?v=1.0'); width: 39px;  }
.storeBanner25 { background-image: url('/img/stores/banners/25.png?v=1.0'); width: 140px; }
.storeBanner26 { background-image: url('/img/stores/banners/26.png?v=1.0'); width: 275px; }
.storeBanner27 { background-image: url('/img/stores/banners/27.png?v=1.0'); width: 220px; }
.storeBanner28 { background-image: url('/img/stores/banners/28.png?v=1.0'); width: 150px; }
.storeBanner29 { background-image: url('/img/stores/banners/29.png?v=1.0'); width: 170px; }
.storeBanner30 { background-image: url('/img/stores/banners/30.png?v=1.0'); width: 92px;  }
.storeBanner31 { background-image: url('/img/stores/banners/31.png?v=1.0'); width: 50px;  }
.storeBanner32 { background-image: url('/img/stores/banners/32.png?v=1.0'); width: 277px;  }
.storeBanner33 { background-image: url('/img/stores/banners/33.png?v=1.0'); width: 157px;  }
.storeBanner34 { background-image: url('/img/stores/banners/34.png?v=1.0'); width: 194px;  }

[class*="storeIcon"]
{
    display: inline-block;
    background: no-repeat;
    overflow: hidden;
    text-indent: -9999px;
    text-align: left;
    width: 16px;
    height: 16px;
}

.storeIcon0  { background-image: url('/img/stores/icons/0.png?v=1.0');  }
.storeIcon1  { background-image: url('/img/stores/icons/1.png?v=1.0');  }
.storeIcon2  { background-image: url('/img/stores/icons/2.png?v=1.0');  }
.storeIcon3  { background-image: url('/img/stores/icons/3.png?v=1.0');  }
.storeIcon4  { background-image: url('/img/stores/icons/4.png?v=1.0');  }
.storeIcon5  { background-image: url('/img/stores/icons/5.png?v=1.0');  }
.storeIcon6  { background-image: url('/img/stores/icons/6.png?v=1.0');  }
.storeIcon7  { background-image: url('/img/stores/icons/7.png?v=1.0');  }
.storeIcon8  { background-image: url('/img/stores/icons/8.png?v=1.0');  }
.storeIcon9  { background-image: url('/img/stores/icons/9.png?v=1.0');  }
.storeIcon10 { background-image: url('/img/stores/icons/10.png?v=1.0'); }
.storeIcon11 { background-image: url('/img/stores/icons/11.png?v=1.0'); }
.storeIcon12 { background-image: url('/img/stores/icons/12.png?v=1.0'); }
.storeIcon13 { background-image: url('/img/stores/icons/13.png?v=1.0'); }
.storeIcon14 { background-image: url('/img/stores/icons/14.png?v=1.0'); }
.storeIcon15 { background-image: url('/img/stores/icons/15.png?v=1.0'); }
.storeIcon16 { background-image: url('/img/stores/icons/16.png?v=1.0'); }
.storeIcon17 { background-image: url('/img/stores/icons/17.png?v=1.0'); }
.storeIcon18 { background-image: url('/img/stores/icons/18.png?v=1.0'); }
.storeIcon19 { background-image: url('/img/stores/icons/19.png?v=1.0'); }
.storeIcon20 { background-image: url('/img/stores/icons/20.png?v=1.0'); }
.storeIcon21 { background-image: url('/img/stores/icons/21.png?v=1.0'); }
.storeIcon22 { background-image: url('/img/stores/icons/22.png?v=1.0'); }
.storeIcon23 { background-image: url('/img/stores/icons/23.png?v=1.0'); }
.storeIcon24 { background-image: url('/img/stores/icons/24.png?v=1.0'); }
.storeIcon25 { background-image: url('/img/stores/icons/25.png?v=1.0'); }
.storeIcon26 { background-image: url('/img/stores/icons/26.png?v=1.0'); }
.storeIcon27 { background-image: url('/img/stores/icons/27.png?v=1.0'); }
.storeIcon28 { background-image: url('/img/stores/icons/28.png?v=1.0'); }
.storeIcon29 { background-image: url('/img/stores/icons/29.png?v=1.0'); }
.storeIcon30 { background-image: url('/img/stores/icons/30.png?v=1.0'); }
.storeIcon31 { background-image: url('/img/stores/icons/31.png?v=1.0'); }
.storeIcon32 { background-image: url('/img/stores/icons/32.png?v=1.0'); }
.storeIcon33 { background-image: url('/img/stores/icons/33.png?v=1.0'); }
.storeIcon34 { background-image: url('/img/stores/icons/34.png?v=1.0'); }

/* selected link */
.topDealPrices {
    float: right;
    margin-right: 5px;
}

    .topDealPrices .currentPrice {
        display: inline-block;
        *display: inline; /* for IE7*/
        *zoom: 1; /* for IE7*/
        text-align: center;
        margin-left: 15px;
        min-width: 55px;
    }

.greyButton {
    color: white !important;
    background: #4A4A4C;
    padding: 3px;
    border: 1px solid #909090;
    border-radius: 5px;
    -webkit-text-shadow: 1px 1px 3px #151515;
    text-shadow: 1px 1px 3px #151515;
}

.topBar {
    background-color: #2F2E34;
    padding: 7px;
    border-radius: 5px 5px 0px 0px;
}

.rewardThumb {
    max-width: 50px;
    max-height: 50px;
    border: 1px solid #123;
    -webkit-box-shadow: 3px 3px 5px #151515;
    box-shadow: 3px 3px 5px #151515;
    background: white;
}

.raptrRewards div {
    margin-bottom: 5px;
}

.dealLine {
    height: 30px;
    padding-top: 5px;
}

    .dealLine div.leftSide {
        width: 66%;
        margin-right: 1%;
        display: inline-block;
        float: left;
        white-space: nowrap;
        overflow: hidden;
    }

    .dealLine div.rightSide {
        width: 33%;
        display: inline-block;
        white-space: nowrap;
        overflow: hidden;
    }

    .dealLine:hover {
        background: #E3F4FC;
    }

        .dealLine:hover .currentPrice {
            background: #1E8DD4;
        }

    .dealLine.converted div.leftSide {
        width: 60%;
    }

    .dealLine.converted div.rightSide {
        width: 39%;
    }

.viewAllDeals {
    width: 80%;
    margin: 15px auto;
    padding-top: 15px;
    text-align: center;
    border-top: 2px solid #DFDEE3;
}

.orangeButtonLink {
    color: #FFF !important;
    text-decoration: none;
    background: #FE7A32;
    background: -webkit-linear-gradient(top, #FE7A32, #FF894C);
    background: -moz-linear-gradient(top, #FE7A32, #FF894C);
    background: -ms-linear-gradient(top, #FE7A32, #FF894C);
    background: -o-linear-gradient(top, #FE7A32, #FF894C);
    border: 1px solid #af642a;
    border-radius: 5px;
    padding: 5px;
    cursor: pointer;
}
    .orangeButtonLink:hover {
        background: #FF894C;
        -webkit-box-shadow: 3px 3px 5px #DFDEE2;
        box-shadow: 3px 3px 5px #DFDEE2;
    }
    .orangeButtonLink.orangeRight {
        border-radius: 1px 9px 9px 1px;
    }

.dragHandle {
    float: right;
    margin-top: 5px;
}

.ajax_loader {
    background-image: url('/img/ajax/default.gif?v=1.0');
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 241px;
    display: inline-block;
}

.browseTable {
    text-align: left;
    width: 100%;
    border-spacing: 0px;
    padding-bottom: 115px;
}

    .browseTable thead td {
        text-align: center;
        background: #252E37;
        border-right: 1px solid white;
        border-bottom: 1px solid white;
    }

        .browseTable thead td div {
            color: white;
            width: 100%;
            font-size: 14px;
            text-transform: uppercase;
            padding: 5px 0px;
        }

    .browseTable .center {
        text-align: center;
    }

    .browseTable .right {
        text-align: left;
        padding-left: 50px;
    }

    .browseTable tbody {
        opacity: 0;
    }

    .browseTable tr {
    }

    .browseTable td {
        padding: 0px 7px;
    }

    .browseTable tbody tr td {
        border-bottom: 1px solid #DFDFDF;
        border-top: 1px solid white;
        line-height: 45px;
        white-space: nowrap;
        overflow: hidden;
        -ms-text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
    }
        .browseTable tbody tr td.gameCell {
            /* Firefox Fix */
            white-space: normal;
        }

    .browseTable tbody tr:hover {
        background: #EEE;
    }

#dealResults center {
    color: red;
}

.browseStoreIcon {
    border-radius: 5px;
}

.browseTitle {
    width: 75%;
}

.reviewIcon img {
    border-radius: 8px;
}

.recentGreen {
    color: green;
}
.recentOrange {
    color: orange;
}
.recentRed {
    color: red;
}

.dashedLink a {
    background: url('/img/link_normal.gif') repeat-x bottom;
    text-decoration: none;
}
    .dashedLink a:hover {
        background: url('/img/link_hover.gif') repeat-x bottom;
    }

.buttonContainer {
    margin-left: 5px;
    opacity: 0;
}

.priceAlertsButton {
    width: 26px !important;
    height: 26px !important;
}

.gameInfoButton {
    width: 26px !important;
    height: 26px !important;
    margin-left: 3px;
}

.smallGameInfoButton {
    vertical-align: middle;
    width: 16px !important;
    height: 16px !important;
    margin-left: 3px;
    opacity: 0;
    padding: 1px !important;
}

#shareArea {
    margin-top: 15px;
}

.gameInfoThumb {
    max-width: 300px;
    max-height: 150px;
    border: 1px solid #123;
    -webkit-box-shadow: 3px 3px 5px #151515;
    box-shadow: 3px 3px 5px #151515;
}

.shortLinkBox {
    font-size: 12px;
    margin-left: 5px;
}
    .shortLinkBox input {
        width: 225px;
    }

.browseThumb {
    height: 39px;
    width: 102px;
    background-repeat: no-repeat;
    background-position: top;
    -moz-background-size: contain;
    -o-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
    background-color: #13171E;
    border: 1px solid #123;
    -webkit-box-shadow: 3px 3px 5px #151515;
    box-shadow: 3px 3px 5px #151515;
    float: left;
    margin-right: 10px;
}

.browser {
    margin-left: 15px;
    margin-right: 15px;
}

.browseSettings {
    display: none;
    margin: 5px auto 25px auto;
    text-align: left;
    padding-left: 15px;
    max-width: 1000px;
}

    .browseSettings ul {
        padding-left: 0px;
    }

.hideBrowseFilters {
    float: right;
    cursor: pointer;
}

.showBrowseFilters {
    display: none;
    margin-bottom: 5px;
    cursor: pointer;
}

.browseStoresSection, .browseFiltersSection {
    margin-left: 35px;
}

.browseFiltersSection {
    min-height: 75px;
}

.browseStoresSection {
    display: none;
}

.storesList .bulkStoreSelector {
    width: 100%;
    text-align: center;
    margin-left: -20px;
    margin-top: 10px;
}

#showStoreFilterDialog {
    margin-left: 12px;
}

.sectionDivider {
    margin: 15px auto;
    height: 2px;
    background: #CCC;
    background: -webkit-gradient(radial, center center, 0, center center, 460, from(#CBCBCB), to(#FFF));
    background: -webkit-radial-gradient(circle, #CBCBCB, #FFF);
    background: -moz-radial-gradient(circle, #CBCBCB, #FFF);
    background: -ms-radial-gradient(circle, #CBCBCB, #FFF);
    border-bottom: 1px inset #EEE;
}

.browseBanner {
    float: left;
}

.storesList {
    max-width: 785px;
    text-align: left;
}
    .storesList li {
        float: left;
        width: 196px;
        list-style-type: none;
        font-size: 16px;
        padding-right: 4px;
        padding-top: 10px;
    }

.sortByList {
    margin-top: 0px;
    float: left;
    width: 56%;
}

    .sortByList li {
        display: inline;
        list-style-type: none;
        padding-right: 10px;
        padding-top: 10px;
    }

    .sortByList li.listBreak {
        display: inline-block;
        margin-top: 8px;
    }

.priceSliderContainer {
    margin-top: 2px;
}

.priceSliderContainer,
.steamRatingSliderContainer {
    float: left;
    width: 36%;
    margin-left: 2%;
}

#priceSlider,
#steamRatingSlider {
    font-size: 10px;
    margin-left: 10px;
    width: 155px;
    display: inline-block;
}

#priceLabel,
#steamRatingLabel {
    display: inline-block;
    margin-left: 10px;
    width: 75px;
    text-align: left;
}

.steamRatingSliderContainer {
    margin-top: 27px;
    width: 38%;
    margin-left: 1%;
}
#steamRatingSlider {
    margin-left: 10px;
}

#rssFeed {
    font-size: 10px;
    color: white;
    text-decoration: none;
    background: #DD4827;
    border: 1px solid #F48430;
    border-radius: 3px;
    padding: 3px 5px;
    float: right;
    margin-top: -20px;
    -webkit-box-shadow: 0 0 1px #C44029;
    box-shadow: 0 0 1px #C44029;
    margin-top: 28px;
}

    #rssFeed:hover {
        color: #e8e8e8;
    }

.csDialog {
    -webkit-box-shadow: 0px 0px 15px black;
    box-shadow: 0px 0px 15px black;
    border-radius: 5px !important;
    border: 1px solid rgb(17, 34, 51) !important;
}

    .csDialog .ui-dialog-titlebar {
        border: none !important;
        border-bottom: 1px solid #a6a6a6 !important;
        background: none !important;
    }

.dialogPrice {
    margin-left: 3px;
    margin-top: 5px;
}

#dialogPrice {
    width: 75px;
}

#dialogEmail {
    width: 300px;
}

#showMoreResults {
    margin-top: 5px;
}

.gameInfoDialogContainer {
    width: 100%;
}

.gameInfoDialogLeft {
    float: left;
    text-align: left;
}

.gameInfoDialogRight {
    float: right;
    border-left: 1.5px dotted #364255;
    padding-left: 15px;
    max-width: 300px;
}

.dialogStoreIcon {
    margin-bottom: -2px;
}

.steamworksTooltip {
    display: inline-block !important;
    margin-bottom: -2px;
    cursor: pointer;
}

.otherTooltip {
    display: inline-block !important;
    margin-bottom: -2px;
    cursor: pointer;
}

a:link {
    color: #FFF;
}
/* unvisited link */
a:visited {
    color: #FFF;
}
/* visited link */
a:hover {
    color: #BBB;
}
/* mouse over link */
a:active {
    color: #BBB;
    outline: 0;
}
/* selected link */
a:focus {
    -moz-outline-style: none;
    outline-style: none;
    outline: 0;
}
/*clicked link*/
#instructions {
    display: none;
    text-transform: none;
    max-width: 1100px;
    font-size: 13px;
    margin: 0px auto;
}

.searchInstructions li {
    color: #FF8444;
    float: left;
    width: 47%;
    text-align: left;
}

    .searchInstructions li p {
        color: #123;
    }

    .searchInstructions li:nth-child(odd) {
        width: 49%;
        margin-right: 3%;
    }

.searchLoading {
    margin-top: 15px;
}

.mainSearch input#gameQuery {
    font-size: 18px;
    height: 38px;
    width: 100%;
    border: none;
    outline: none;
    float: left;
    box-sizing: border-box;
    padding-right: 45px;
}

.mainSearch input#gameQuery::-webkit-search-cancel-button {
    font-size: 22px;
}
    .mainSearch input#gameQuery::-webkit-search-cancel-button:hover {
        cursor: pointer;
    }

.mainSearch .queryWrapper {
    margin: 5px auto 0;
    height: 38px;
    width: 80%;
    max-width: 600px;
    padding: 0 5px;
    background: white;
    border: 2px solid #FF803D;
    outline-style: none;
    box-shadow: 0px 3px 20px #DFDFDF;
}

.mainSearch .searchIcon {
    position: absolute;
    cursor: pointer;
    height: 33px;
    width: 37px;
    margin-top: 3px;
    margin-left: -37px;
}
    .mainSearch .searchIcon:hover {
        box-shadow: 2px 2px 5px #CBCBCB;
    }

.contactPage {
    font-size: 18px;
    text-align: justify;
    margin: 0 auto;
    max-width: 700px;
    padding: 0 2%;
}
    .contactPage ul {
        margin: 25px 0;
        text-align: left;
    }
    .contactPage ul li {
        margin-top: 10px;
    }
    .contactPage .mailIcon {
        text-align: center;
        margin: 0 auto;
    }

p.manageAlertsLink {
    font-size: 11px;
    margin-bottom: -5px;
}

.manageAlertsBox {
    width: 500px;
    margin: 0px auto;
    font-size: 18px;
}

    .manageAlertsBox ol {
        padding-left: 0;
        list-style: none;
        line-height: 18px;
        font-size: 14px;
        text-underline-offset: 5px;
    }

    .manageAlertsBox li {
        width: 100%;
        height: 30px;
        padding: 8px 3px;
        border: 1px solid #B2B2B2;
        border-radius: 3px;
    }
        .manageAlertsBox li.pricesList {
            height: auto;
            border-top: none;
            padding-top: 0;
        }

    .manageAlertsBox tr.alertTriggered .greyButton {
        background: green;
    }

    .manageAlertsBox .left {
        float: left;
        margin: 0 5px;
    }

    .manageAlertsBox .right {
        float: right;
    }

    .manageAlertsBox .currentAlertPrice {
        width: 55px;
        height: 18px;
        font-weight: bold;
    }

    .manageAlertsBox input[type="submit"] {
        font-size: 11px;
        margin-left: 5px;
    }

.manageAlertsContent p {
    text-align: justify;
    line-height: 25px
}

.manageAlertsContent .pauseNotice {
    padding: 5px;
    border: 2px dashed red;
}
    .manageAlertsContent .pauseNotice b {
        color: red;
        text-transform: uppercase;
    }

#togglePriceLists {
    font-size: 12px;
    margin-top: 5px;
}

.alertManagementSignup {
    font-size: 15px;
}

#submitAlertManagement {
    font-size: 13px;
}

#alertManagementAddress {
    width: 250px;
    height: 25px;
    font-size: 16px;
    font-weight: bold;
    color: #123;
}

.mailingListForm input {
    height: 22px;
}
.mailingListForm .orangeButtonLink:hover {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.footerWrapper {
    position: fixed;
    width: 100%;
    bottom: -380px;
    z-index: 10;
    -moz-transition: bottom 0.75s;
    -o-transition: bottom 0.75s;
    -webkit-transition: bottom 0.75s;
    transition: bottom 0.75s;
}

    .footerWrapper:hover {
        bottom: 0px;
        -moz-transition-delay: 0.5s;
        -o-transition-delay: 0.5s;
        -webkit-transition-delay: 0.5s;
        transition-delay: 0.5s;
    }

.footer {
    color: #848484;
    background: #0D1015;
    margin-top: 35px;
    display: block;
}
    .footer .adWrapper {
        margin: 0px auto;
        max-width: 1000px;
        margin-bottom:-25px;
    }
    .footer img {
        margin-bottom: -3px;
    }
    .footer .adsbygoogle {
        margin-top: -5px;
        margin-bottom: 15px;
    }

.footerContent {
    text-align: left;
    padding: 25px 0px;
}

    .footerContent a {
        text-decoration: none;
    }

    .footerContent h3 {
        font-size: 15px;
        color: white;
        margin-top: 5px;
    }

    .footerContent .text {
        text-align: left;
    }

.externalFooter, .navFooter, .friendsFooter {
    width: 30%;
    margin: 0px auto;
    float: left;
    padding-left: 2%;
    border-right: 1px solid #161D25;
    min-height: 200px;
}
    .friendsFooter ul li {
        margin-bottom: 16px;
    }

.externalFooter {
    margin-left: 4%;
}
    .externalFooter .footerLogo {
        width: 264px;
        height: 58px;
    }

    .externalFooter a {
        margin-right: 5px;
        font-size: 34px;
        padding: 10px;
        border-radius: 5px;
    }

        .externalFooter a:nth-child(odd) {
            background-color: #F25822;
        }

        .externalFooter a:nth-child(even) {
            background-color: #1F2630;
        }

.externalLinks {
    height: 50px;
    padding-top: 10px;
}

.navFooter {
    width: 24%;
    font-size: 18px;
}
    .navFooter .mailingListForm input[type="email"] {
        width: 65%;
    }

.friendsFooter {
    border: none;
}

    .friendsFooter ul {
        list-style: none;
    }

    .friendsFooter li {
        margin-left: -39px;
    }

        .friendsFooter li img {
            margin-top: 20px;
        }

    .darkLinks {
        margin-bottom: 15px;
    }
        .darkLinks a:link {
            color: #9e9e9e;
        }
        /* unvisited link */
        .darkLinks a:visited {
            color: #9e9e9e;
        }
        /* visited link */
        .darkLinks a:hover {
            color: #c5c5c5;
            text-decoration: underline;
        }
        /* mouse over link */
        .darkLinks a:active {
            color: #c5c5c5;
            outline: 0;
        }
/* selected link */
.copyrightFooter {
    font-size: 10px;
    padding-top: 10px;
    width: 100%;
    background: #0B0B0B;
    border-top: 1px solid #181F29;
    padding-bottom: 45px;
    margin-bottom: 0;
}

.dimLights {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 32px;
    height: 32px;
    border: 1px solid #161D25;
    border-left: none;
    border-bottom: none;
    border-top-right-radius: 5px;
}

.dimLights {
    background: #2F2E34 url('/img/dim.png') no-repeat center;
    cursor: pointer;
}

    .dimLights:hover {
        opacity: 0.9;
    }

.copyrightFooter p {
    padding: 0px 10px;
    margin: 0px auto;
    max-width: 675px;
    text-align: justify;
}

.raffleWrapper {
    margin: 0px auto;
    margin-bottom: 150px;
    width: 500px;
}

    .raffleWrapper p {
        font-size: 18px;
    }

#raffleBox {
    min-width: 430px;
    min-height: 480px;
}

.raffleNav {
    font-size: 52px;
    width: 500px;
}

    .raffleNav a {
        cursor: pointer;
        margin-top: 92px;
    }

    .raffleNav a:hover {
        opacity: 0.7;
    }

    .raffleNav .disabled {
        cursor: default;
        color: grey;
        opacity: 0.4;
    }

.raffleFooter {
    font-size: 13px;
}

#calendar {
    padding: 25px 0;
}

.appsWrapper {
    max-width: 850px;
    margin: 0 auto;
}
    .appsWrapper h2 {
        font-size: 18px;
    }
    .appsWrapper ul {
        list-style: none;
        margin: 0px;
    }
        .appsWrapper ul li {
            float: left;
            margin-left: 75px;
            width: 175px;
        }
        .appsWrapper ul li p {
            font-style: italic;
            margin-top: 5px;
        }
    .appsWrapper img {
        border: 1px solid #123;
        -webkit-box-shadow: 3px 3px 5px #151515;
        box-shadow: 3px 3px 5px #151515;
    }

#priceHistoryGraph {
    width: 1200px;
    height: 500px;
    margin: 0 auto;
}

html,
body {
    touch-action: manipulation;
    min-height: 100%;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/*
Contact Widget Styles
*/

#contactable-inner {
    background-image: url('/img/contact.png');
    color: #FFFFFF;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    line-height: 18px;
    background-color: #333333;
    cursor: pointer;
    height: 102px;
    left: 0;
    margin-left: -5px;
    overflow: hidden;
    position: fixed;
    text-indent: -100000px;
    top: 102px;
    width: 44px;
    z-index: 100;
}

#contactable-contactForm {
    background-color: #333333;
    border: 2px solid #FFFFFF;
    color: #FFFFFF;
    min-height: 450px;
    left: 0;
    margin-left: -400px;
    margin-top: -160px;
    overflow: hidden;
    padding-left: 30px;
    position: fixed;
    top: 200px;
    width: 360px;
    z-index: 99;
}

form#contactable-contactForm input,
form#contactable-contactForm textarea,
form#contactable-contactForm select {
    background: #FFFFFF none repeat scroll 0 0;
    outline-style: none;
    outline-width: medium;
    width: 325px;
    padding: 5px;
    border: 1px solid #dfdfdf;
    font-size: 1em;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin-bottom: 10px;
}

form#contactable-contactForm textarea {
    resize: vertical;
}

form#contactable-contactForm select {
    width: 335px;
}

form#contactable-contactForm p {
    width: 325px;
    font-size: 0.9em;
}

form#contactable-contactForm .contactable-disclaimer {
}

#contactable-contactForm .contactable-green {
    color: #76b347;
}

#contactable-overlay {
    background-color: #666666;
    display: none;
    height: 100%;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}

.contactable-invalid {
    background-color: #EDBE9C;
}

#contactable-name.contactable-invalid {
    background-color: #EDBE9C;
}

#contactable-email.contactable-invalid {
    background-color: #EDBE9C;
}

#contactable-message.contactable-invalid {
    background-color: #EDBE9C;
}

form#contactable-contactForm label {
    line-height: 150%;
}

form#contactable-contactForm #contactable-loading {
    background: url('/img/ajax-loader.gif') no-repeat;
    width: 66px;
    height: 66px;
    margin: 80px auto;
    display: none;
}

#contactable-callback {
    font-size: 1.1em;
    color: #FFF;
    width: 325px;
    margin: 100px auto;
    display: none;
}

.contactable-holder {
    margin: 0 auto;
    padding-top: 20px;
}

/* Submit button */
form#contactable-contactForm .contactable-submit {
    background-color: #7fbf4d;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7fbf4d), color-stop(100%, #63a62f));
    background-image: -webkit-linear-gradient(top, #7fbf4d, #63a62f);
    background-image: -moz-linear-gradient(top, #7fbf4d, #63a62f);
    background-image: -ms-linear-gradient(top, #7fbf4d, #63a62f);
    background-image: -o-linear-gradient(top, #7fbf4d, #63a62f);
    background-image: linear-gradient(top, #7fbf4d, #63a62f);
    border: 1px solid #63a62f;
    border-bottom: 1px solid #5b992b;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 0 0 #96ca6d;
    -moz-box-shadow: inset 0 1px 0 0 #96ca6d;
    box-shadow: inset 0 1px 0 0 #96ca6d;
    color: #fff;
    font: bold 11px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
    line-height: 1;
    padding: 7px 0 8px 0;
    text-align: center;
    -webkit-text-shadow: 0 -1px 0 #4c9021;
    text-shadow: 0 -1px 0 #4c9021;
    width: 338px;
}

    form#contactable-contactForm .contactable-submit:hover {
        background-color: #76b347;
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #76b347), color-stop(100%, #5e9e2e));
        background-image: -webkit-linear-gradient(top, #76b347, #5e9e2e);
        background-image: -moz-linear-gradient(top, #76b347, #5e9e2e);
        background-image: -ms-linear-gradient(top, #76b347, #5e9e2e);
        background-image: -o-linear-gradient(top, #76b347, #5e9e2e);
        background-image: linear-gradient(top, #76b347, #5e9e2e);
        -webkit-box-shadow: inset 0 1px 0 0 #8dbf67;
        -moz-box-shadow: inset 0 1px 0 0 #8dbf67;
        box-shadow: inset 0 1px 0 0 #8dbf67;
        cursor: pointer;
    }

button.contactable-cupid-green:active {
    border: 1px solid #5b992b;
    border-bottom: 1px solid #538c27;
    -webkit-box-shadow: inset 0 0 8px 4px #548c29, 0 1px 0 0 #eeeeee;
    -moz-box-shadow: inset 0 0 8px 4px #548c29, 0 1px 0 0 #eeeeee;
    box-shadow: inset 0 0 8px 4px #548c29, 0 1px 0 0 #eeeeee;
}

/***********************Humane ****************************************/
.humane,
.humane-jackedup {
    position: fixed;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    z-index: 100000;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    font-family: Helvetica Neue, Helvetica, san-serif;
    font-size: 18px;
    letter-spacing: -1px;
    bottom: 0;
    left: 35%;
    opacity: 0;
    width: 30%;
    color: #123;
    padding: 10px;
    text-align: center;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAACWCAYAAAAfduJyAAAABmJLR0QA/wD/AP+gvaeTAAAAIklEQVQokWNgYGCQZGJgYGDARTDSQnboGDqsnDt0DKWNLAAkiQFdC+vZNQAAAABJRU5ErkJggg==');
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0,0,0,0.1)), color-stop(1, rgba(0,0,0,0.2))) no-repeat;
    background: -moz-linear-gradient(top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.2) 100%) no-repeat;
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.2) 100%) no-repeat;
    background: -ms-linear-gradient(top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.2) 100%) no-repeat;
    background: -o-linear-gradient(top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.2) 100%) no-repeat;
    background: linear-gradient(top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.2) 100%) no-repeat;
    background-color: #fff;
    -moz-border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    -webkit-text-shadow: 0 1px 1px rgba(255,255,255,0.8);
    text-shadow: 0 1px 1px rgba(255,255,255,0.8);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.5);
    box-shadow: 0 1px 2px rgba(0,0,0,0.5);
    -moz-transform: scale(0.1);
    -webkit-transform: scale(0.1);
    -ms-transform: scale(0.1);
    -o-transform: scale(0.1);
    transform: scale(0.1);
}

    .humane p,
    .humane-jackedup p,
    .humane ul,
    .humane-jackedup ul {
        margin: 0;
        padding: 0;
    }

    .humane ul,
    .humane-jackedup ul {
        list-style: none;
    }

    .humane.humane-jackedup-info,
    .humane-jackedup.humane-jackedup-info {
        background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAADICAYAAAAp8ov1AAAABmJLR0QA/wD/AP+gvaeTAAAAR0lEQVQokWNISfn/n4mBgeE/EwMDAwMqQYQYmdoGlxgjI4rY//+Dx2nUFRsQZ2ALTrQQp8QL1DWeqASC014y7aCx8QwMDAwA1aZBIulmpvwAAAAASUVORK5CYII=');
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0,0,0,0.7)), color-stop(1, rgba(0,0,0,0.85))) no-repeat;
        background: -moz-linear-gradient(top, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.85) 100%) no-repeat;
        background: -webkit-linear-gradient(top, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.85) 100%) no-repeat;
        background: -ms-linear-gradient(top, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.85) 100%) no-repeat;
        background: -o-linear-gradient(top, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.85) 100%) no-repeat;
        background: linear-gradient(top, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.85) 100%) no-repeat;
        background-color: #fff;
        color: #fff;
        -webkit-text-shadow: 0 -1px 1px rgba(0,0,0,0.35);
        text-shadow: 0 -1px 1px rgba(0,0,0,0.35);
    }

    .humane.humane-jackedup-success,
    .humane-jackedup.humane-jackedup-success {
        background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAADICAYAAAAp8ov1AAAABmJLR0QA/wD/AP+gvaeTAAAASElEQVQokc2SMQ4AIAgDD9/K/79QVzWaENTownAJbWnA5SqACkA/Aiy59hczrGVC30Q7y57EmNU5NL5zwln50IMsfZMel+UBKtFBQSLWM9wLAAAAAElFTkSuQmCC');
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #62c462), color-stop(1, #57a957)) no-repeat;
        background: -moz-linear-gradient(top, #62c462 0%, #57a957 100%) no-repeat;
        background: -webkit-linear-gradient(top, #62c462 0%, #57a957 100%) no-repeat;
        background: -ms-linear-gradient(top, #62c462 0%, #57a957 100%) no-repeat;
        background: -o-linear-gradient(top, #62c462 0%, #57a957 100%) no-repeat;
        background: linear-gradient(top, #62c462 0%, #57a957 100%) no-repeat;
        background-color: #64ff64;
        color: #fff;
        -webkit-text-shadow: 0 -1px 1px rgba(0,0,0,0.35);
        text-shadow: 0 -1px 1px rgba(0,0,0,0.35);
    }

    .humane.humane-jackedup-error,
    .humane-jackedup.humane-jackedup-error {
        background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAADICAIAAACmkByiAAAABmJLR0QA/wD/AP+gvaeTAAAAf0lEQVQokY2TOQ7AIAwER/5mivy/yRc2RQDhA0jhghFYO5bhuS+TZMAoIUMEhhH4loGhfu71cenM3DutWMsaeGKjv3zO5N17KLPJ0+fQD8cpv5uVLPo4vnX0PpXj0nuaaeVzdmw+yXG1O96n2p3kozB757Ni1Z5UPsU9SP8AeAG1kHXE+7RlPAAAAABJRU5ErkJggg==');
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ee5f5b), color-stop(1, #c43c35)) no-repeat;
        background: -moz-linear-gradient(top, #ee5f5b 0%, #c43c35 100%) no-repeat;
        background: -webkit-linear-gradient(top, #ee5f5b 0%, #c43c35 100%) no-repeat;
        background: -ms-linear-gradient(top, #ee5f5b 0%, #c43c35 100%) no-repeat;
        background: -o-linear-gradient(top, #ee5f5b 0%, #c43c35 100%) no-repeat;
        background: linear-gradient(top, #ee5f5b 0%, #c43c35 100%) no-repeat;
        background-color: #ee5f5b;
        color: #fff;
        -webkit-text-shadow: 0 -1px 1px rgba(0,0,0,0.35);
        text-shadow: 0 -1px 1px rgba(0,0,0,0.35);
    }

    .humane-animate,
    .humane-jackedup.humane-jackedup-animate {
        opacity: 1;
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

        .humane-animate:hover,
        .humane-jackedup.humane-jackedup-animate:hover {
            opacity: 0.7;
        }

    .humane-js-animate,
    .humane-jackedup.humane-jackedup-js-animate {
        opacity: 1;
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

        .humane-js-animate:hover,
        .humane-jackedup.humane-jackedup-js-animate:hover {
            opacity: 0.7;
            filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
        }

/************************************************************************** Small Screens ****************************************************************/

@media only screen and (max-width: 1575px) {
    .browseTable,
    .browseTable thead td div.clickable {
        font-size: 12px;
    }

    .centerDiv {
        width: 85%;
    }

    .browseContent {
        max-width: 840px;
    }

    .topDealsWrapper {
        min-height: 2005px;
    }
}


@media only screen and (max-width: 1350px) {
    .centerDiv {
        width: 99%;
    }

    .browseContent {
        max-width: 840px;
    }

    .header, .footer {
        width: 100%;
        min-width: 1000px;
    }

    .headerContent, .footerContent {
        width: 100%;
        margin: 0px auto;
    }

    .navigationBar {
        font-size: 18px;
    }

    .browser {
        margin-left: 5px;
        margin-right: 5px;
    }

    #contactable-inner {
        display: none;
    }
}

@media only screen and (max-width: 1150px) {
    .externalFooter {
        width: 34%;
        margin-left: 0%;
    }
}

@media only screen and (max-width: 1050px) {
    .browseSettings {
        font-size: 14px;
    }
}
