﻿body {
    background: #FFF url('https://www.appliancepartspros.com/img/bg-gradient.png') repeat-x;
}

.header {
    max-width: 960px;
    margin: 0 auto;
    font: .75em/1.5em Helvetica Neue, Helvetica, Arial, sans-serif;
}

.headr {
    display: block;
    border-bottom: 1px solid rgba(40,96,153,.2);
    box-shadow: 0 1px 0 #fff;
    color: rgba(0,0,0,.5);
    margin: 0 0;
    height: 36px;
}

.headr ul {
        display: block;
        float: left;
        list-style: none;
        line-height: 5px;
    }

.headr ul li {
        display: inline;
        text-align: right;
        margin: 0 0 0 .5em;
    }

.headr ul li a {
        text-decoration: underline;
        color: rgba(0,0,0,.5);
    }

.headr p{display:none;}

.headdiv p {
        float: left;
        display: inline;
        margin: 0 1em 0 0;
        font-weight: 600;
        color: rgba(0,0,0,.73);
        line-height: 26px;
        font-size: 12px;
    }

.headl {
    padding: 0 0 11px 0;
    background: url(https://www.appliancepartspros.com/img/dvdr-shdw-t.png) bottom center no-repeat;
    position: relative;
    text-align:center;
}

.applogo {
    margin: 0 0 0 0;
    display: inline-block;
    top: 0;
    left: 15px;
}

.applogo img {
        width: 250px;
        margin-top: -10px;
        margin-bottom: -10px;
}

.appbutton {
    margin-bottom: -11px;
    padding: 0px 0 0 0;
    overflow: hidden;
    text-align: center;
}

.appbutton ul {
        text-align: center;
        position: relative;
        display: inline-block;
        list-style: none;
        margin: 0;
        padding: 0;
        border: 0;
        outline: 0;
        font-size: 100%;
        vertical-align: baseline;
    }

.appbutton ul li {
        display: inline-block;
        margin: 0 5px 0 0;
}

.appbutton .inactive {
        color: #fff;
        text-decoration: none;
        text-shadow: 0 1px 1px rgba(0,0,0,.57);
        border-top: 1px solid #4c77a0;
        border-left: 1px solid #4c77a0;
        box-shadow: inset 0 1px 0 rgba(255,255,255,.5);
        background: #7198c0;
        background: -moz-linear-gradient(top, #7198c0 0%, #5482b0 47%, #356aa0 97%, #2d5c8b 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7198c0), color-stop(47%,#5482b0), color-stop(97%,#356aa0), color-stop(100%,#2d5c8b));
        background: -webkit-linear-gradient(top, #7198c0 0%,#5482b0 47%,#356aa0 97%,#2d5c8b 100%);
        background: -o-linear-gradient(top, #7198c0 0%,#5482b0 47%,#356aa0 97%,#2d5c8b 100%);
        background: -ms-linear-gradient(top, #7198c0 0%,#5482b0 47%,#356aa0 97%,#2d5c8b 100%);
        background: linear-gradient(top, #7198c0 0%,#5482b0 47%,#356aa0 97%,#2d5c8b 100%);
        border-right: 1px solid #4c77a0;
        display: block;
        min-width: 152px;
        padding: 8px 0;
        font-size: 15px;
        border: 1px solid #8aa0b6;
        border-top: 1px solid #cad5e2;
        border-right: 1px solid #a5b9cf;
        border-left: 1px solid #a5b9cf;
        border-bottom: none;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
        text-align: center;
        font-weight: 400;
    }

.appbutton .active {
        display: block;
        min-width: 152px;
        padding: 8px 0;
        font-size: 15px;
        border: 1px solid #8aa0b6;
        border-top: 1px solid #cad5e2;
        border-right: 1px solid #a5b9cf;
        border-left: 1px solid #a5b9cf;
        border-bottom: none;
        color: #286099;
        text-decoration: none;
        background: #fff;
        -webkit-box-shadow: 0 0 7px #85a6c6;
        -moz-box-shadow: 0 0 7px #85a6c6;
        box-shadow: 0 5px 7px #85a6c6;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
        text-align: center;
        font-weight: 400;
    }