#mta-wrapper {
    text-transform:capitalize;
    font:normal 14px/14px Arial, Helvetica, sans-serif;
    background:#fff;
    height:500px;
    position:absolute;
    top:78px;
    z-index:99999;
    border-top:5px solid #df0a3c;
}
#mta-wrapper.left-direct {
    left:205px;
}
#mta-wrapper.right-direct {
    right:343px;
}
#mta-typeahead {
    width:305px;
    background:#ebebeb;
}
#mta-typeahead, #mta-flyout {
    height:100%;
}
#mta-typeahead ul li {
    color:#000;
    padding:8px 5px;
}
#mta-typeahead ul li strong {
    color:#df0a3c;
}
#mta-typeahead ul li.mta-selected {
    background:#fff;
}
#mta-flyout {
    width:455px;
}
#mta-flyout a {
    text-decoration:none;
    color:#000;
}
#mta-flyout .short-desc {
    text-transform:capitalize;
    font-size:12px;
}
#mta-flyout .free-shipping {
    color:#0251a0;
    font-size:12px;
    text-transform:capitalize;
}
#mta-flyout .prod-price {
    font-weight:bold;
}
#flyout-prod-cartridge {
    margin:20px;
    overflow:hidden;
}
#mta-flyout img {
    border:none;
}

/** DEFAULT VERTICAL STYLES **/
.prod-vertical {
    margin:5px 0;
}
.prod-vertical, .prod-vertical a {
    display:block;
    overflow:hidden;
}
.prod-vertical .prod-info, .prod-image {
    float:left;
}
.prod-vertical .prod-image {
    width:100px;
    height:100px;
}
.prod-vertical .prod-image img {
    border:none;
}
.prod-vertical .prod-info-wrapper {
    width:260px;
    height:auto;
    padding:0 5px;
    float:left;
}
.prod-vertical .prod-info {
    width:100%;
    padding:0 5px;
}
.prod-vertical .prod-info del {
    width:28%;
    display:inline-block;
}
.prod-vertical span.red {
    width:72%;
    display:inline-block;
}
.record-listing-full-vertical {
    bottom:15px;
    right:20px;
}
/** 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 **/

.shop-all-link {
    color:#666666;
    text-align:center;
    position:absolute;
    padding-right:13px;
    background:#fff;
    font:normal 20px/20px 'BebasNeueRegular', Arial, sans-serif;
}
.shop-all-link:after {
    position:absolute;
    right:0;
    top:0;
    content:"";
    border-left:8px solid #000;
    border-top:8px solid transparent;
    border-bottom:8px solid transparent;
}
.shop-all-link:hover {
    color:#000;
}
.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;
}


