.inventory {
	min-height: 545px;
	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';
}

.col .listing-info .cf {
margin:0!important;	
}

.hosted-content .listings-wrapper .listings-list .col {
margin:0!important;	
}


.hosted-content input[type='submit']:hover, .hosted-content button[type='submit']:hover, .hosted-content .btn:hover, .hosted-content .button:hover {
	background:#000!important;
	color:#ffc065!important;
}

.hosted-content input[type='submit'], .hosted-content button[type='submit'], .hosted-content .btn, .hosted-content .button {
	background:#ffc065!important;
	color:#000!important;
}