﻿/*Content*/
.ShellStoreMainContent {
    float: left;
    width: 100%;
    line-height: normal;
}

/* Bread Crumb Trail and Paging */
.ShellNavigation {
    display:inline-block;
    width:100%;
    padding-bottom: 10px;
}

    .ShellNavigation > * {
        float: left;
        padding: 5px;
        font-size: 1.1em;
    }

.FolderNavigationArrow {
    color: #333333;
}

.PagingShowing {
    float: left;
    display: block;
}

.PagingPageLinks {
    display: block;
    text-align: right;
    float: right;
}

.PagingPageLinksNoTotal {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    float: none;
}

.PagingItemTitle {
    font-weight: bold;
}

.ItemSeasonalText {
    color: #990000;
}

input[type="submit"].PayPalCheckoutButton {
    background: url("/store/images/paypalcheckout.png") repeat scroll 0 0 / 100% #FFFFFF;
    border: 0 none;
    width: 115px;
    height: 25px;
}

    input[type="submit"].PayPalCheckoutButton:hover {
        background: url("/store/images/paypalcheckout.png") repeat scroll 0 0 / 100% #FFFFFF;
    }

.YMMClearVehicle {
    clear: both;
    float: left;
    width: 100%;
}

    .YMMClearVehicle a {
        text-decoration: underline;
    }

.YMMChangeCategory {
    box-shadow: 1px 1px 3px #888888;
    clear: both;
    float: left;
    font-size: 20px;
    margin: 34px 0 0;
    padding: 20px;
    width: calc(100% - 40px);
    color: white;
}

    .YMMChangeCategory a {
        text-decoration: underline;
        color: white !important;
    }

@media (max-width: 300px) {
    .ShellNavigation > * {
        clear: left;
    }

    .ShellNavigation .FolderNavigationArrow {
        display: none;
    }
}

.PreAuthMessage{
    display: inline-block;
}