body {
    background: #FFFFFF;
    padding: 0;
    margin: 0;
    color: #666666;
}

a {
    color: #666666;
}

h1, h2, h3, h4, h5, h6, ol, ul, li, p {
    padding: 0;
    margin: 0;
}

button, input, select, textarea, img {
    border: 0 none;
}

.clear {
    clear: both;
}

ul {
    list-style-type: none;
}

h4 {
    font-size: 1.1em;
    margin: 25px 0 0 0;
}

fieldset {
    border: none;
    padding: 0;
    margin: 0;
}

/* ========== HEADER =========== */

#header {
    background: linear-gradient(#FFFFFF, #E7E7E7);
    background: -ms-linear-gradient(#FFFFFF, #E7E7E7);
    background: -moz-linear-gradient(#FFFFFF, #E7E7E7);
    background: -webkit-gradient(#FFFFFF, #E7E7E7);
    background: -webkit-linear-gradient(#FFFFFF, #E7E7E7);
    /* background: url("/Content/img/header_bg.jpg") repeat-x scroll right center transparent;
    background-size: 2px 92px;
*/
    min-height: 130px;
    overflow: auto;
    padding: 0 2px 10px 0;
}

.global-head {
    width: 98%;
    margin: 0 auto;
    padding: 5px 0 0 0;
}

.header-mattel-logo {
    float: left;
}

    .header-mattel-logo a {
        display: block;
        height: 45px;
        width: 45px;
    }

        .header-mattel-logo a img {
            height: 100%;
            width: 100%;
        }

.header-title {
    float: left;
    padding: 2px 0 0 10px;
    width: 184px;
    color: #999999;
    font-size: 0.9em;
    font-weight: 700;
}

.header-fp-logo {
    float: left;
    padding: 12px 0 0 10px;
}

    .header-fp-logo a {
        display: block;
        width: 95px;
        height: 30px;
    }

        .header-fp-logo a img {
            width: 100%;
            height: 100%;
        }

.header-jurassic {
    float: left;
}

.global-search-box {
    border: #BBBBBB solid 1px;
    margin: 0px 0 0 0;
    background-color: #FFFFFF;
    float: left;
    width: 85%;
    padding: 5px 10px;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
}

    .global-search-box #Ntt {
        height: 14px;
        float: left;
        width: 260px;
    }

    .global-search-box #image1 {
        width: 14px;
        height: 14px;
        float: right;
    }

/* =========== BREADCRUMB ========= */

#breadcrumb {
    background-color: #F2F2F2;
    margin: 7px 0 0 0;
    padding: 7px 0 7px 3%;
    font-size: 0.8em;
}

    #breadcrumb a {
        text-decoration: none;
    }

/* ============ MENU ========= */

#menu-container ul {
    width: 98%;
}

#menu-container #main-menu {
    margin: 0 auto;
}

#menu-container #sub-menu {
    margin: 10px auto;
}

#main-menu li {
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    margin: 4px 0 0 0;
    padding: 0 10px 0 0;
}

    #main-menu li a {
        display: block;
        text-decoration: none;
        padding: 10px 20px 10px 2%;
        color: #FFFFFF;
        font-size: 1.2em;
        background: url("/Content/img/main-menu-arrow.png") no-repeat scroll center right transparent;
        background-size: 17px 19px;
    }

#main-menu #store {
    background-color: #a5ca0d;
}

#main-menu #instr {
    background-color: #08bdc4;
}

#main-menu #Prod-reg {
    background-color: #7754ac;
}

#main-menu #recall {
    background-color: #f19500;
}

#main-menu #pw-sp {
    background-color: #a5ca0d;
}

#main-menu #faqs {
    background-color: #08bdc4;
}

#main-menu #Tech-prod {
    background-color: #7754ac;
}

#main-menu #playback {
    background-color: #ff0000;
}

#sub-menu {
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border: #CCCCCC solid 1px;
    background: none repeat scroll 0 0 #FFFFFF;
}

    #sub-menu li {
        border-bottom: #CCCCCC solid 1px;
        padding: 0 10px 0 0;
    }

        #sub-menu li.last {
            border: none;
        }

        #sub-menu li a {
            display: block;
            text-decoration: none;
            padding: 8px 25px 8px 2%;
            color: #999999;
            font-size: 1.2em;
            background: url("/Content/img/sub-menu-arrow.png") no-repeat scroll center right transparent;
            background-size: 12px 13px;
        }

/* ========= FOOTER ========= */

#footer {
    text-align: left;
    width: 98%;
    padding: 20px 0 0 0;
    margin: 0 auto;
    color: #A1A3A3;
    font-size: 0.7em;
}

    #footer div {
        margin: 0 0 15px 0;
    }

    #footer a {
        color: #A1A3A3;
    }

    #footer .links a {
        padding: 0 7px;
    }

/* ============ MAIN ============= */

.main-content {
    padding: 0 0 16px;
}

    .main-content .content-container {
        padding: 20px 3% 0;
        overflow: hidden;
        font-size: 0.8em;
    }

    .main-content .title-img,
    .main-content .title {
        text-transform: uppercase;
        font-weight: 600;
        overflow: hidden;
    }

        .main-content .title-img img {
            float: left;
            width: 50px;
        }

        .main-content .title-img h2 {
            width: 83%;
            margin: 0 0 0 65px;
        }

    .main-content .title-desc {
        margin: 15px 0 0 0;
    }

    .main-content .pills {
        margin: 15px auto 0;
        width: 98%;
    }

        .main-content .pills li {
            border-radius: 5px 5px 5px 5px;
            -moz-border-radius: 5px 5px 5px 5px;
            -webkit-border-radius: 5px 5px 5px 5px;
            margin: 5px 0 0 0;
            padding: 0 10px 0 0;
        }

            .main-content .pills li a {
                display: block;
                padding: 10px 25px 10px 2%;
                text-decoration: none;
                color: #FFFFFF;
                font-size: 1.2em;
                background: url("/Content/img/main-menu-arrow.png") no-repeat scroll right center transparent;
                background-size: 17px 19px;
            }

    .main-content .go-top {
        margin: 20px 0 0 0;
        text-align: center;
    }

        .main-content .go-top a {
            background: url("/Content/img/arrow-up.png") no-repeat scroll 100px 10px #46C3C5;
            background-size: 8px 7px;
            border-radius: 15px;
            -moz-border-radius: 15px;
            -webkit-border-radius: 15px;
            color: #FFFFFF;
            display: block;
            font-size: 0.8em;
            font-weight: bold;
            margin: 0 auto;
            padding: 5px 30px 5px 15px;
            text-decoration: none;
            width: 80px;
        }

    .main-content .field-submit-container {
        display: block;
        height: 26px;
        padding: 10px 0;
    }

    .main-content .field-submit {
        float: left;
        border-width: 1px 0 1px 1px;
        border-style: solid;
        height: 24px;
        width: 80%;
        padding: 0 10px;
        border-radius: 13px 0 0 13px;
        -moz-border-radius: 13px 0 0 13px;
        -webkit-border-radius: 13px 0 0 13px;
    }

    .main-content .field-submit-btn {
        float: left;
        width: 36px;
        height: 26px;
        -webkit-border-radius: 0px;
    }

.error-msg {
    color: #ED1C24;
    font-weight: 700;
}

/* =================== PAGE - SEARCH BOX =================== */
.autocomplete_completionListElement {
    font-family: Calibri;
    font-size: 15px;
    text-align: left;
    border: solid 1px #E8E8E8;
    line-height: 20px;
    padding: 0px;
    background-color: #F8F8F8;
    margin-left: 0px;
    list-style-type: none;
}

.autocomplete_highlightedListItem {
    font-family: Calibri;
    font-size: 15px;
    text-align: left;
    background-color: #EFEFEF;
    cursor: pointer;
    color: #636363;
    list-style-type: none;
}

.autocomplete_listItem {
    border-bottom: solid 1px #E8E8E8;
    cursor: pointer;
    color: #636363;
    text-align: left;
    font-family: Calibri;
    font-size: 15px;
    list-style-type: none;
}

/* =================== PAGE - SEARCH RESULTS =================== */

.search-box-title-message {
    padding: 10px 3%;
    color: #7D4BCA;
}

.searchResultsMainArea #heading {
    background-color: #e2e3e3;
    padding: 10px 3%;
    overflow: hidden;
}

    .searchResultsMainArea #heading li {
        border-radius: 17px;
        -moz-border-radius: 17px;
        -webkit-border-radius: 17px;
        width: 46%;
        overflow: hidden;
    }

    .searchResultsMainArea #heading a {
        font-weight: 700;
        margin: 7px 10px 7px 15px;
        text-decoration: none;
        color: #FFFFFF;
        display: block;
    }

    .searchResultsMainArea #heading .btn-products {
        background-color: #7D4BCA;
        float: left;
    }

        .searchResultsMainArea #heading .btn-products.active {
            background-color: #FFFFFF;
        }

        .searchResultsMainArea #heading .btn-products a {
            background: url("/Content/img/search-arrow-not-active.png") no-repeat scroll right center / 11px 13px transparent;
        }

        .searchResultsMainArea #heading .btn-products.active a {
            color: #7D4BCA;
            background: url("/Content/img/search-arrow-active.png") no-repeat scroll right center / 13px 11px transparent;
        }

    .searchResultsMainArea #heading .btn-faqs {
        background-color: #7D4BCA;
        float: right;
    }

        .searchResultsMainArea #heading .btn-faqs.active {
            background-color: #FFFFFF;
        }

        .searchResultsMainArea #heading .btn-faqs a {
            background: url("/Content/img/search-arrow-not-active.png") no-repeat scroll right center / 11px 13px transparent;
        }

        .searchResultsMainArea #heading .btn-faqs.active a {
            color: #7D4BCA;
            background: url("/Content/img/search-arrow-active.png") no-repeat scroll right center / 13px 11px transparent;
        }

.dropdown-list-search-landing span {
    margin: 0 20px 0 0;
}

.dropdown-list-search-landing select,
.dropdown-list-search-landing form,
.dropdown-list-search-landing div {
    width: 238px;
    display: inline;
}

.dropdown-list-search-landing select {
    border: 1px solid #CCCCCC;
}

.content-result-product-list .search-result-item {
    border-bottom: 1px solid #CCCCCC;
    padding: 15px 0;
    overflow: hidden;
}

.product-list-prod-thumbnail {
    border: 1px solid #72CCD2;
    height: 53px;
    text-align: center;
    width: 53px;
    float: left;
    margin: 0 15px 0 0;
}

    .product-list-prod-thumbnail img {
        margin: 2%;
        max-height: 96%;
        max-width: 96%;
    }

.search-result-details {
    float: left;
    width: 230px;
}

    .search-result-details .product-list-prod-title a {
        text-decoration: none;
        font-weight: 700;
    }

    .search-result-details .product-list-additional-icons img {
        height: 25px;
        width: 25px;
    }

.searchResultsMainArea .result-list-pagination-bottom {
    padding: 10px 0 0 0;
    text-align: center;
}

.faq-result-list-question {
    border-bottom: 1px solid #CCCCCC;
    padding: 13px 0;
}

    .faq-result-list-question a {
        text-decoration: none;
    }

.result-list-refine-searchbox-middle {
    width: 185px;
    background-color: #f3f3f3;
    border: #999999 solid 1px;
    padding: 0 0 5px 15px;
    border-radius: 0px 0px 5px 5px;
    -moz-border-radius: 0px 0px 5px 5px;
    -webkit-border-radius: 0px 0px 5px 5px;
}

    .result-list-refine-searchbox-middle .refineLabel {
        font-weight: bolder;
        font-size: 16px;
        text-decoration: none;
        padding: 15px 0 0 0;
        margin: 0 0 -10px 0;
        color: #888888;
        display: block;
    }

    .result-list-refine-searchbox-middle > span > div > a {
        margin: 4px 0 0 0;
        color: #333333;
    }


/* =================== PAGE - CUSTOMER SERVICE =================== */

.page-customer-service .pills li {
    background-color: #7754ac;
}

.page-customer-service .title h2 {
    color: #7754ac;
}

.page-customer-service .contact-options img {
    float: left;
    max-width: 85px;
}
/*.page-customer-service .contact-options div {
    overflow: hidden;
    border-top: #999999 solid 1px;
    margin: 20px 0 0 0;
    padding: 20px 0 0 0;
}*/
.page-customer-service .contact-options .contact-hours, .contact-mattel, .contact-fp,
.contact-pw, .contact-mega, .contact-tty {
    overflow: hidden;
    border-top: #999999 solid 1px;
    margin: 20px 0 0 0;
    padding: 20px 0 0 0;
}

.page-customer-service .contact-options .contact-p {
    float: right;
    width: 65%;
}

.HolidayNotification {
    margin-top: 20px;
}

.page-customer-service .contact-options .contact-americanGirls {
    padding: 20px 0;
    border-bottom: #999999 solid 1px;
}
/* =================== PAGE - TECHNICAL SUPPORT =================== */
.page-technical-support .title h2 {
    color: #7754ac;
    height: 2.4em;
}

.page-technical-support .title-img h2 {
    color: #7754ac;
    line-height: 1em;
}

.page-technical-support #ddl-tech {
    float: right;
    width: 55%;
}

.page-technical-support .tech-support-dropdown span {
    margin: 0 10px 0 0;
}

.page-technical-support .tech-support-dropdown {
    margin: 30px auto 0;
    border: #7754ac solid 1px;
    background-color: #7754AC;
    color: #FFFFFF;
    overflow: hidden;
    text-align: right;
}

.page-technical-support .list-technical-product {
    margin: 30px auto 0;
    width: 310px;
}

    .page-technical-support .list-technical-product li {
        float: left;
        margin: 0 15px;
        width: 125px;
        text-align: center;
    }

    .page-technical-support .list-technical-product .thumbnail-image {
        border: #72ccd2 solid 1px;
        height: 123px;
        width: 123px;
        text-align: center;
    }

        .page-technical-support .list-technical-product .thumbnail-image img {
            max-width: 96%;
            max-height: 96%;
            margin: 2%;
        }

    .page-technical-support .list-technical-product .thumbnail-title {
        padding: 5px 0;
        line-height: 1.1em;
        font-size: 0.9em;
        height: 3.3em;
        text-align: left;
    }



/* =================== PAGE - POWER WHEELS INFO =================== */

.page-pw .title-img h2,
.page-pw .title h2 {
    color: #097EC4;
    line-height: 1em;
    height: 2em;
}

.page-pw h4 {
    color: #097EC4;
}

.page-pw .field-submit {
    border-color: #097EC4;
}

.page-pw .pw-storesNear-list {
    margin: 10px 0 0 0;
}

    .page-pw .pw-storesNear-list li {
        margin: 10px 0 0 0;
    }

    .page-pw .pw-storesNear-list strong {
        color: #097EC4;
    }

.page-pw .pw-see-more {
    margin: 20px 0 0 0;
}

.page-pw .pw-store-list {
    margin: 10px 0 0 0;
}

    .page-pw .pw-store-list li {
        border-top: #999999 solid 1px;
        padding: 10px 0 0 0;
        margin: 10px 0 0 0;
    }

        .page-pw .pw-store-list li strong {
            display: block;
            color: #097EC4;
        }

.page-pw .small-heading {
    margin: 10px 0 0 0;
    padding: 10px 0 0 0;
    border-top: #999999 solid 1px;
}

/* =================== PAGE - PRODUCT DETAILS =================== */

.prod-details-image {
    float: right;
    text-align: center;
    margin: 0 0 15px 15px;
    border: #72ccd2 solid 1px;
    height: 125px;
    width: 125px;
    padding: 3px;
}

    .prod-details-image img {
        max-width: 125px;
        max-height: 125px;
    }

.prod-details-title {
    color: #7d4bca;
    margin: 0 0 10px 0;
}

.title-span {
    background-color: #7d4bca;
    padding: 7px 3%;
    margin: 20px 0 0 0;
    color: #FFFFFF;
    font-size: 0.7em;
}

.faq-topic {
    font-weight: 700;
    cursor: pointer;
    padding: 8px 0;
}

    .faq-topic span {
        background: url("/Content/img/plus-small-purple.png") no-repeat scroll right center transparent;
        background-size: 14px 16px;
        padding: 0 22px 0 0;
    }

    .faq-topic.active span {
        background: url("/Content/img/minus-small-purple.png") no-repeat scroll right center transparent;
        background-size: 14px 16px;
    }

.page-technical-details .faq-answer {
    display: none;
    margin: 0 0 0 5%;
}

.faq-questions {
    display: none;
    margin: 0 0 0 5%;
}

    .faq-questions span {
        color: #7d4bca;
        text-decoration: underline;
        cursor: pointer;
    }

    .faq-questions li {
        padding: 6px 0;
    }

        .faq-questions li div {
            display: none;
            padding: 5px 0;
        }

.product-list li {
    padding: 8px 0;
}

.prod-details-products li {
    padding: 5px 0;
}

.prod-details-countries {
    width: 300px;
    margin: 0 auto;
}

.prod-details-countries-us a {
    background: url("/Content/img/product-detail-US-btn.png") no-repeat scroll transparent;
    background-size: 153px 44px;
    width: 153px;
    height: 44px;
    float: left;
    margin: 10px 13px 0 0;
    text-indent: -9999px;
}

.prod-details-countries-can a {
    background: url("/Content/img/product-detail-Canada-btn.png") no-repeat scroll transparent;
    background-size: 124px 44px;
    width: 124px;
    height: 44px;
    float: left;
    margin: 10px 0 0 0;
    text-indent: -9999px;
}

/* =================== PAGE - RECALLS =================== */

.page-recalls .title-img h2 {
    color: #f19606;
    line-height: 1.1em;
    height: 2.2em;
}

.recall-list {
    margin: 15px 0 0 0;
    border: 1px solid #999999;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

    .recall-list .recall-item {
        border-bottom: #999999 solid 1px;
        padding: 0 10px 15px 10px;
    }

        .recall-list .recall-item span {
            color: #00cccc;
            display: block;
            margin: 15px 0 3px 0;
            font-weight: 700;
        }

        .recall-list .recall-item h2 {
            color: #f19606;
            display: block;
            margin: 15px 0 0 0;
            font-weight: 700;
        }

/* =================== PAGE - INTERNATIONAL =================== */

.intl-content-body {
    width: 98%;
    margin: 0 auto;
}

.page-international .title h2 {
    color: #969696;
    padding-right: 10px;
}

.page-international .active-panel {
    display: block;
}

.intl-continent {
    margin-top: 5px;
}

.intl-continent-name-pill {
    padding-right: 15px;
    background-color: #70cce2;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.intl-continent-name {
    display: block;
    padding: 10px 30px 10px 2%;
    text-decoration: none;
    color: #FFFFFF;
    font-size: 1.2em;
    background: url("/Content/img/plus-large-white.png") no-repeat scroll right center transparent;
    background-size: 29px 29px;
    cursor: pointer;
}

    .intl-continent-name a {
        color: #FFFFFF;
        text-decoration: none;
        display: block;
    }

    .intl-continent-name.active {
        background: url("/Content/img/minus-large-white.png") no-repeat scroll right center transparent;
        background-size: 29px 29px;
    }

.intl-continent-list {
    margin-top: 5px;
    border: #CCCCCC solid 1px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    display: none;
}

.intl-country {
    border-bottom: #CCCCCC solid 1px;
}

    .intl-country b {
        color: #70cce2;
    }

.intl-country-header {
    padding-right: 15px;
}

    .intl-country-header a {
        display: block;
        padding: 8px 22px 8px 2%;
        text-decoration: none;
        color: #FFFFFF;
        font-size: 1.2em;
        background: url("/Content/img/plus-medium-blue.png") no-repeat scroll right center transparent;
        background-size: 22px 22px;
        cursor: pointer;
        overflow: hidden;
    }

        .intl-country-header a.active {
            background: url("/Content/img/minus-medium-blue.png") no-repeat scroll right center transparent;
            background-size: 22px 22px;
        }

    .intl-country-header img {
        max-width: 38px;
        float: left;
    }

    .intl-country-header b {
        float: left;
        margin-left: 2%;
    }

.intl-country-details {
    margin: 5px 15px 0 3%;
    display: none;
}

    .intl-country-details p {
        margin: 2px 0 12px 0;
    }


/* =================== PAGE - PRODUCT REGISTRATION =================== */

.page-product-registration .title-img h2 {
    color: #7754AC;
    line-height: 1em;
}

.page-product-registration form {
    margin-top: 15px;
}

.page-product-registration .required {
    color: #fd5b5b;
    display: block;
}

.product-registration-form fieldset {
    margin-top: 15px;
}

    .product-registration-form fieldset p {
        color: #fd5b5b;
        margin-bottom: 15px;
    }

.product-registration-form input {
    float: right;
    padding-left: 3px;
    padding-right: 10px;
    width: 135px;
    border: 1px solid #9B9B9B;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.product-registration-form select {
    border: 1px solid #9B9B9B;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    float: right;
    width: 150px;
}

.product-registration-form label {
    color: #7754AC;
    display: inline-block;
    font-weight: bold;
    text-align: right;
    width: 120px;
}

.product-registration-form #submit {
    border: none;
    height: 30px;
    width: 89px;
    margin-right: 61px;
}

.product-registration-form #cancel {
    height: 30px;
    width: 100px;
    margin-left: 20px;
}

.product-registration-form #manuCode {
    height: 28px;
    width: 150px;
    float: right;
}

.product-registration-form .find-this {
    font-size: 0.8em;
    color: #BBBBBB;
    text-decoration: underline;
    width: 120px;
    text-align: right;
}

.product-registration-form div {
    padding-top: 5px;
    padding-bottom: 5px;
}

.product-registration-form .validation-summary-errors {
    padding-bottom: 0;
    padding-top: 0;
    color: #fd5b5b;
}

.success-message {
    margin-top: 15px;
}

.dom-key {
    margin: 2%;
    border: 1px solid #000000;
}

    .dom-key .row {
        display: block;
        overflow: hidden;
        border-bottom: 1px solid #000000;
    }

    .dom-key .left-col {
        float: left;
        width: 66%;
        padding-top: 7px;
        padding-bottom: 7px;
        padding-left: 2%;
        padding-right: 2%;
    }

    .dom-key .left-column {
        float: left;
        width: 22%;
        padding-top: 7px;
        padding-bottom: 7px;
        padding-left: 2%;
        padding-right: 2%;
    }

    .dom-key .right-col {
        float: right;
        width: 22%;
        border-left: 1px solid #000000;
        padding-top: 7px;
        padding-bottom: 7px;
        padding-left: 2%;
        padding-right: 2%;
    }

    .dom-key .right-column {
        float: right;
        width: 66%;
        border-left: 1px solid #000000;
        padding-top: 7px;
        padding-bottom: 7px;
        padding-left: 2%;
        padding-right: 2%;
    }

    .dom-key .center-col {
        width: 96%;
        padding-top: 7px;
        padding-bottom: 7px;
        padding-left: 2%;
        padding-right: 2%;
        text-align: center;
    }

    .dom-key span {
        font-weight: 700;
    }

/* =================== PAGE - INSTRUCTION SHEETS LANDING =================== */

.page-instructions-landing .title-img h2 {
    color: #7d4bca;
}

.page-instructions-landing .field-submit {
    border-color: #7d4bca;
}

/* =================== PAGE - FAQ LANDING =================== */

.page-faq-landing .title-img h2 {
    color: #7d4bca;
    line-height: 1em;
}

.page-faq-landing .field-submit {
    border-color: #7d4bca;
    font-size: .9em;
}

.page-faq-landing ul li {
    padding: 5px 0;
}

/* =================== PAGE - FAQ DETAIL PAGE =================== */

.page-faq-detail .title-img h2 {
    color: #7d4bca;
    line-height: 1em;
}

.page-faq-detail .faq-question {
    margin: 15px 0 0 0;
    font-weight: 700;
}

.page-faq-detail .faq-answer {
    margin: 15px 0 0 0;
}

    .page-faq-detail .faq-answer font {
        font-size: 1em;
    }

/* =================== PAGE - PARTS ORDER STATUS =================== */

.page-parts-order .title h2 {
    color: #ED1C24;
}

.page-parts-order .parts-order-info label {
    color: #ED1C24;
    margin-right: 20px;
    display: block;
    font-weight: 700;
    margin-top: 10px;
}

.page-parts-order .parts-order-info input {
    color: #ED1C24;
    display: block;
    padding: 5px 10px;
    border: 1px solid #ED1C24;
    border-radius: 13px;
    -moz-border-radius: 13px;
    -webkit-border-radius: 13px;
    margin-bottom: 12px;
    margin-top: 5px;
    color: #000000;
}

.page-parts-order .btn-go {
    height: 26px;
    width: 59px;
}

.parts-order-status-list {
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin: 15px 0 0 0;
}

    .parts-order-status-list li {
        padding: 5px 10px;
        border-bottom: 1px solid #CCCCCC;
    }

    .parts-order-status-list span {
        font-weight: 700;
        display: inline;
        font-size: 1.1em;
    }

    .parts-order-status-list li div {
        padding: 5px 0;
    }

.product-order-details-list {
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

    .product-order-details-list .order-row {
        padding: 3px 10px 3px 10px;
    }

    .product-order-details-list .last {
        border-bottom: 1px solid #CCCCCC;
    }

    .product-order-details-list .order-row span {
        color: #ED1C24;
        font-weight: 700;
        font-size: 1.1em;
    }

    .product-order-details-list .price-list {
        background-color: #e5e5e5;
        padding: 10px;
    }

        .product-order-details-list .price-list span {
            width: 150px;
            display: inline-block;
        }

        .product-order-details-list .price-list .grand-total {
            font-weight: 700;
            margin: 10px 0 0 0;
            padding: 10px 0 0 0;
            border-top: 1px solid #CCCCCC;
        }

.page-parts-order .shipping-note {
    margin: 15px 0 0 0;
}

/* =================== PAGE - EMAIL US =================== */

.page-email-us .title h2 {
    color: #7754AC;
    line-height: 1em;
}

.page-email-us form {
    margin-top: 15px;
}

.page-email-us .required {
    color: #fd5b5b;
    display: block;
}

.email-us-form fieldset {
    margin-top: 15px;
}

    .email-us-form fieldset p {
        color: #fd5b5b;
        margin-bottom: 15px;
    }

.email-us-form input {
    float: right;
    padding-left: 3px;
    padding-right: 10px;
    width: 135px;
    border: 1px solid #9B9B9B;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.email-us-form select {
    border: 1px solid #9B9B9B;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    float: right;
    width: 150px;
}

.email-us-form label {
    color: #7754AC;
    display: inline-block;
    font-weight: bold;
    text-align: right;
    width: 120px;
}

.email-us-form #submit {
    border: none;
    height: 30px;
    width: 89px;
    margin-right: 50px;
}

.email-us-form #cancel {
    height: 30px;
    width: 100px;
    margin-left: 20px;
}

.email-us-form #manuCode {
    height: 28px;
    width: 150px;
    float: right;
}

.email-us-form .find-this {
    font-size: 0.8em;
    color: #BBBBBB;
    text-decoration: underline;
    width: 120px;
    text-align: right;
}

.email-us-form div {
    padding-top: 5px;
    padding-bottom: 5px;
}

.email-us-form .validation-summary-errors {
    padding-bottom: 15px;
    padding-top: 0;
    color: #fd5b5b;
}

.page-email-us .disclaimer {
    padding: 15px 0;
}

/* =================== PAGE - FIND A RETAILER =================== */

.page-find-retailer .title h2 {
    color: #ED1C24;
    line-height: 1em;
}

.page-find-retailer .field-submit {
    border-color: #ED1C24;
}

.page-find-retailer div.active {
    display: block;
}

.page-find-retailer .error-msg {
    color: #ED1C24;
    font-weight: 700;
    margin: 0 0 10px 0;
}

.find-retailer-closest ul li,
.find-retailer-all ul li {
    margin: 15px 0 0 0;
    overflow: hidden;
}

    .find-retailer-closest ul li span,
    .find-retailer-all ul li span {
        color: #ED1C24;
        font-weight: 700;
        font-size: 1.1em;
    }

    .find-retailer-closest ul li .left,
    .find-retailer-all ul li .left {
        float: left;
        width: 160px;
    }

    .find-retailer-closest ul li .right,
    .find-retailer-all ul li .right {
        float: right;
        margin: 0 30px 0;
    }

.find-retailer-results .see-more {
    margin: 20px 0 0 0;
    text-align: center;
}

    .find-retailer-results .see-more a {
        background: url("/Content/img/arrow-right.png") no-repeat scroll 135px 9px #ED1C24;
        background-size: 7px 8px;
        border-radius: 15px;
        -moz-border-radius: 15px;
        -webkit-border-radius: 15px;
        color: #FFFFFF;
        display: block;
        font-weight: bold;
        font-size: 0.8em;
        margin: 0 auto;
        padding: 5px 30px 5px 15px;
        text-decoration: none;
        width: 110px;
    }

.list-stores {
    text-align: center;
}

    .list-stores img {
        margin: 5px 1% 0;
        width: 47%;
    }

.pwTextMeButton p {
    padding: 0.7em;
    background-color: #7d4bca;
    color: white;
    text-align: center;
    max-width: 250px;
    width: 100%;
    display: inline-block;
    border-radius: 18px;
}

.pwTextMeButton {
    cursor: pointer;
}

.pwTextMe {
    padding: 8px 0px;
    background-color: white;
    display: none;
}

    .pwTextMe .line1 {
        font-weight: bold;
        font-size: 1.5em;
    }

    .pwTextMe .line2 {
        font-weight: bold;
        color: #777777;
    }

    .pwTextMe .line3 input {
        border: 2px inset;
    }

    .pwTextMe .line5 input {
        border: 2px outset buttonface;
    }

.pwTextHighlight {
    border-color: black;
    border-style: solid;
    border-width: 1px;
}



/* footer style*/
.footer {
    background: #ffffff;
    color: #fff;
    margin: 0;
    font-family: "Helvetica Neue", Helvetica, sans-serif !important;
    border-radius: 25px;
}

    .footer .centered {
        max-width: 1100px;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        min-height: auto;
    }

        .footer .centered .footer-logo {
            width: 20%;
            display: inline-block;
        }

        .footer .centered .footer-navigation {
            width: 100%;
            /*padding-top: 30px;*/
        }

            .footer .centered .footer-navigation .footer-links-holder {
                width: 20%;
                position: relative;
                float: left;
                margin: 0;
                display: block;
                padding-left: 60px;
            }

                .footer .centered .footer-navigation .footer-links-holder .footer-links {
                    list-style: none;
                    text-align: left;
                    padding-left: 60px;
                }

    .footer .bottom-bar {
        position: relative;
        text-align: center;
        font-size: 0.8em;
        background: #E0E0E0;
        padding: 15px 0;
        margin-top: 25px;
        color: black;
    }

.follow h3 {
    padding-left: 0px;
}

.social {
    margin-left: 40px;
}

.footer h3 {
    color: rgb(51,51,51);
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.15px;
    line-height: 24px;
    padding-left: 80px;
}

.footer p, .footer li {
    color: rgb(51,51,51);
    font-size: 14px;
    letter-spacing: 0.25px;
    line-height: 23px;
    padding: 5px 0px;
    padding-left: 80px;
}

.footer a {
    color: rgb(51,51,51);
    line-height: 24px;
    text-decoration: none;
}

.follow-mattel a {
    float: inherit;
    width: 40px;
    margin-right: 8px;
}

.follow-mattel {
    margin-top: 80px;   
}

.follow-mversion {    
    float: right;
}

@media (min-width: 1000px) and (max-width: 1600px) {
    .footer-links-holder {
        width: 20%;
        position: relative;
        float: left;
        margin: 0;
        display: block;
    }

    .footer h3 {
        color: rgb(51,51,51);
        font-size: 20px;
        font-weight: bold;
        letter-spacing: 0.15px;
        line-height: 24px;
        padding-left: 80px;
        pointer-events: none;
    }
    .follow-mversion {
        width: 98%;
        float: right;
    }
}
@media (width: 360px) and (height:740) {
    .follow-mattel a {
        float: inherit;
        width: 30px;
        margin-right: 8px;
    }
}
    @media (min-width: 300px) and (max-width: 1000px) {
        .footer .centered .footer-navigation .footer-links-holder {
            width: 100%;
            padding-left: 0px;
        }

        #footer div {
            margin: 0 0 15px 0;
        }

        .follow-mattel a {
            float: left;
            width: 40px;
            margin-right: 8px;
        }

        .follow-mversion {
            float: right;
        }

        .footer-links-holder h3 {
            width: 100%;
        }

        .footer h3 {
            color: rgb(51,51,51);
            font-size: 20px;
            font-weight: bold;
            letter-spacing: 0.15px;
            line-height: 24px;
            padding-left: 10px;
        }

        .footer p, .footer li {
            width: 100%;
            color: rgb(51,51,51);
            font-size: 14px;
            letter-spacing: 0.25px;
            line-height: 23px;
            padding: 5px 0px;
            padding-left: 10px;
        }


        .collapsible {
            background-color: #ffffff;
            color: black;
            cursor: pointer;
            padding: 0px;
            border: none;
            text-align: left;
            outline: none;
            font-size: 15px;
        }

            .active, .collapsible:hover {
                background-color: #ffffff;
            }

            .collapsible:after {
                content: '\002B';
                color: black;
                font-weight: bold;
                float: right;
                margin-left: 185px;
            }

        .active:after {
            content: "\2212";
        }

        .content {
            padding: 0 0px;
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.2s ease-out;
            background-color: #ffffff;
        }
    }

    @media only screen and (width: 390px) and (height: 844px) and (-webkit-device-pixel-ratio: 3) {
        .footer .centered .footer-navigation .footer-links-holder {
            width: 100%;
            padding-left: 0px;
        }

        #footer div {
            margin: 0 0 15px 0;
        }

        .follow-mversion {
            float: right;
        }

        .footer-links-holder h3 {
            width: 100%;
        }

        .footer h3 {
            color: rgb(51,51,51);
            font-size: 20px;
            font-weight: bold;
            letter-spacing: 0.15px;
            line-height: 24px;
            padding-left: 10px;
        }

        .footer p, .footer li {
            width: 100%;
            color: rgb(51,51,51);
            font-size: 14px;
            letter-spacing: 0.25px;
            line-height: 23px;
            padding: 5px 0px;
            padding-left: 10px;
        }


        .collapsible {
            background-color: #ffffff;
            color: black;
            cursor: pointer;
            padding: 0px;
            border: none;
            text-align: left;
            outline: none;
            font-size: 15px;
        }

            .active, .collapsible:hover {
                background-color: #ffffff;
            }

            .collapsible:after {
                content: '\002B';
                color: black;
                font-weight: bold;
                float: right;
                margin-left: 185px;
            }

        .active:after {
            content: "\2212";
        }

        .content {
            padding: 0 0px;
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.2s ease-out;
            background-color: #ffffff;
        }
    }