.inventory {
	min-height: 545px;
	background: #f8f8f8;
}
.inventory .inner {
    border: 1px solid #dadada;
    padding: 20px;
    box-sizing: border-box;
    background: #fff;
}

/*  FRAMELESS INVENTORY  ============================================================================= */
.listings-wrapper .listing-boxed .listing-boxed-details {
    text-align: left !important;
}
.hosted-content .listings-wrapper .border-bottom, .hosted-content .listings-detail-wrapper .border-bottom, .hosted-content .listings-drilldown-wrapper .border-bottom {
    text-align: left !important;
}
.hosted-content .listings-detail-wrapper .information-box {
    text-align: left !important;
}
.hosted-content .left {
    text-align: left !important;
}
.hosted-content .listings-detail-wrapper .listing-details .divider {
    text-align: left !important;
}


.hosted-content .listings-wrapper .listings-list .listing-banner {
    background: transparent !important;
    padding: 14px 0px;
    border-top: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
}
.hosted-content .listings-wrapper .listings-list .listing-banner h2 {
    font-size: 20px;
    line-height: 2em;
    font-family: Arial, Helvetica, sans-serif !important;
    text-transform: uppercase;
    color: #CCC;
}



.hosted-content .red, .hosted-content .redtext, .hosted-content .field-validation-error {
    color: #f00;
    font-size: 14px;
    font-family: 'montserratlight';
}