body[data-is-mta-visible="true"] {
    overflow: hidden;
    position: fixed;
}
#mta-outer-wrapper {
    position: relative;
    width: 100%;
    padding: 0 0 20px 0;
    background: #000;
}
#mta-wrapper {
    text-transform:capitalize;
    font:normal 14px/14px 'BebasNeueRegular', Arial;
    background:#000;
    max-width: 100%;
    width: 100% !important;
    height: auto;
    margin: 0 auto;
    position:relative;
    z-index:1001 !important;
    border: none;
    box-sizing: border-box;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}
#mta-wrapper.no-toggle #mta-toggle-view {
    display: none;
}
#mta-wrapper.show-toggle #mta-toggle-view {
    display: block;   
}
#mta-toggle-view {
    background: #3a3a3a;
    border-top: 1px solid #000;
    padding: 15px;
}
#mta-toggle-view .toggle-container {
    background: #000;
    border: 1px solid #666;
    border-radius: 25px;
    position: relative;
}
#mta-toggle-view a {
    color: #666;
    display: inline-block;
    font-size: 15px;
    line-height: normal;
    padding: 10px 0 8px;
    position: relative;
    text-decoration: none;
    width: 50%;
    z-index: 2;
}
#mta-toggle-view a.selected {
    color: #fff;
}
#mta-toggle-view span#active-toggle {
    background: #666;
    border: inherit;
    border-radius: inherit;
    display: block;
    height: 100%;
    width: 50%;
    position: absolute;
    top: -1px;
    z-index: 1;
    transition: all .5s ease;
}
#mta-toggle-view[data-toggledview='search-results'] span#active-toggle {
    left: -1px;
}
#mta-toggle-view[data-toggledview='top-results'] span#active-toggle {
    left: 50%;
}
#mta-results-wrapper {
    overflow-y: auto;
    height: inherit;
}
#mta-typeahead {
    background:#3a3a3a;
}
#mta-typeahead, #mta-flyout {
    height: auto;
    width: 100%;
}
#mta-typeahead ul li {
    color: #fff;
    padding: 15px 10px 12px 20px;
    font-size: 15px;
    line-height: 1;
    text-indent: 0px;
    text-align: left;
    border-top: 1px solid #000;
}
.flca-mta #mta-typeahead ul li {
    padding-bottom: 14px;
}
#mta-typeahead ul li strong {
    color:#e71836;
    font-weight: bold;
}
#mta-typeahead ul li.mta-selected {
    background:#3a3a3a;
}
#mta-flyout {
    display: none;
    background: #fff;
}
#mta-flyout.loading, #mta-flyout.error {
    height: inherit;
}
#mta-flyout.loading > p, #mta-flyout.error > p {
    text-align: left;
    font-size: 18px;
    padding: 20px;
}
#mta-flyout a {
    text-decoration:none;
    color:#000;
}
#mta-flyout a.shop-all-link {
    background-color: #e71836;
    border-radius: 5px;
    color: #fff;
    font-size: 18px;
    display: block;
    line-height: normal;
    margin: 20px;
    padding: 11px 0 10px;
}
#mta-flyout .mta-result-title {
    display: none;
}
#mta-flyout .short-desc {
    text-transform:capitalize;
    font-size:12px;
    display: none;
}
#mta-flyout .free-shipping {
    color:#0251a0;
    font-size:12px;
    text-transform:capitalize;
    display: none;
}
#mta-flyout .rating_stars {
    display: none;
}
#mta-flyout .red {
    color: #e71836;
}
#mta-flyout img {
    border:none;
    width: 80px;
    height: 80px;
}

/** FLYOUT STYLES **/
#flyout-prod-cartridge {
    overflow:hidden;
}
#flyout-prod-cartridge > div {
    border-bottom: 1px solid #ccc;
    padding: 20px;
}
#flyout-prod-cartridge > div, #flyout-prod-cartridge > div a {
    display:block;
    overflow:hidden;
}
.prod-info, .prod-image {
    float:left;
}
.prod-image {
    padding-right: 20px;
}
.prod-image img {
    border:none;
    height: 80px;
    width: 80px;
}
/*fallback widths - based on iPhone5*/
@media screen and (orientation:portrait) {
    .prod-info-wrapper {
        width: 58%; 
    }
} 
@media screen and (orientation:landscape) {
    .prod-info-wrapper {
        width: 78%;
    }
}
.prod-info-wrapper {
    width: calc(100% - 100px);
    height:auto;
    float:left;
    text-align: left;
}
.prod-info {
    width:100%;
    /*padding:0 5px;*/
    font-size: 18px;
    line-height: normal;
}
#mta-flyout #flyout-prod-cartridge span.red {
    margin-left: 5px;
}
/** END FLYOUT STYLES **/

/** DEFAULT VERTICAL STYLES **/
/*.prod-vertical {
    /*margin:5px 0;
    border-bottom: 1px solid #ccc;
    padding: 20px;
}
.prod-vertical, .prod-vertical a {
    display:block;
    overflow:hidden;
}
.prod-vertical .prod-info, .prod-image {
    float:left;
}
.prod-vertical .prod-image {
    padding-right: 20px;
}
.prod-vertical .prod-image img {
    border:none;
    height: 80px;
    width: 80px;
}
.prod-vertical .prod-info-wrapper {
    width: 58%; /*fallback - based on iPhone5
    width: calc(100% - 100px);
    height:auto;
    /*padding:0 5px;
    float:left;
    text-align: left;
}
.prod-vertical .prod-info {
    width:100%;
    /*padding:0 5px;
    font-size: 18px;
    line-height: normal;
}
.record-listing-full-vertical {
    bottom:15px;
    right:20px;
}
#mta-flyout .prod-vertical span.red {
    margin-left: 5px;
}*/
/** END VERTICAL STYLES **/

/** DEFAULT HORIZONTAL STYLES **/
/*.prod-horizontal {
    margin:0 0 10px 0;
    float:left;
    width:138px;
    min-height:206px;
    text-align:center;
}
.prod-horizontal, .prod-horizontal a {
    display:block;
    overflow:hidden;
}
.prod-horizontal .prod-image {
    width:100%;
}
.prod-horizontal .prod-image img {
    border:none;
}
.prod-horizontal .prod-info-wrapper {
    width:100%;
    height:auto;
    overflow:hidden;
}
.prod-horizontal .prod-info {
    width:100%;
    padding:0 5px;
    display:block;
}
.prod-horizontal .prod-info del {
    display:inline-block;
    margin:0 2px;
}
.prod-horizontal span.red {
    display:inline-block;
    margin:0 2px;
}
.prod-horizontal .ft_stars {
    display:inline-block;
    width:80%;
    margin:auto;
}
.prod-horizontal .ft_badge {
    display:inline-block;
    width:20%;
}
.record-listing-full-horizontal {
    bottom:15px;
    left:20px;
}*/
/** END HORIZONTAL STYLES **/
.black-arrow {
    display: none;
}
.mta-result-title {
    display:block;
    color:#000;
    height:auto;
    padding:0 0 5px 0;
    font:normal 20px/20px 'BebasNeueRegular', Arial, sans-serif;
}
.emphasis {
    color:#000;
    font-family:Arial, sans-serif;
    font-size:16px;
}

/** DEFAULT CATEOGRY CARTRIDGES **/
.prod_slot {
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top;
    width: 158px;
    padding: 0;
    margin: 0 10px 10px 0;
}
.prod_slot.end_slot {
    margin-right:0;
}
.prod_slot a {
    display: block;
    border: 1px solid #999;
    text-decoration: none;
}
.prod_slot a:hover {
    border-color: #000;
}
.prod_slot a:hover .prod_slot_title {
    background-color: #ffcc33;
    background-image: url('/ns/common/field-tested/images/arrow_right_black.png');
    color: #000;
}
.prod_slot a img {
    display: block;
    padding: 0;
    margin: 0 auto;
}
.prod_slot a .prod_slot_title {
    padding: 5px 0;
    background-color: #000;
    background-image: url('/ns/common/field-tested/images/arrow_right_yellow.png');
    background-position: 95% center;
    background-repeat: no-repeat;
    color: #ffcc33;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}

/* RATING STYLES */
#mta-wrapper .rating_stars .blank_rating {
    width: 20px;
    height: 32px;
    background: url('/ns/common/mta/images/fl/empty.png') center no-repeat;
}
#mta-wrapper .rating_stars .blank_rating .selected {
    width: 20px;
    height: 32px;
    background: url('/ns/common/mta/images/fl/full.png') left center no-repeat;
}


