#mvt-directory-search-box {
    background: rgb(255, 255, 255); /* Fall-back for browsers that don't support rgba */
    background: rgba(255, 255, 255, .7);
    /*width:28%;*/
    float:left;
    width: 50%;
    padding:0.5em 0.5em 0.1em;
    overflow: hidden;
}

#mvt-directory-search-form {
    margin-top:0;
}

#mvt-directory-search-box h2 {
    font-size: 1.1em;
    line-height: 1em;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    padding:0.4em 0.5em;
    margin-bottom: 0.5em;
    background:#993333;
    color:#FFF;
}

#mvt-directory-search-box label {
    display: block;
    white-space: nowrap;
    margin-right:0.2em;
}

#mvt-directory-search-box ul {
    list-style: none;
    margin:0 1em;
}

#mvt-directory-search-box li {
    margin:0 0 0.5em 0;
}

#mvt-directory-search-box input[type='text'] {
    width:6em;
}
#mvt-directory-search-box input[type='submit'] {
    display: block;
    margin:0 auto;
}

.sub-section.featured-listings h1 {
    font-weight:600;
    font-size:2.5em;
}

#featured-listings {
    list-style: none;
}

#featured-listings li {
     width:100%;
    overflow: hidden;
     padding:1em 0;
    margin-bottom:0;
    border-bottom:1px solid #CCC;
 }

#featured-listings h2 {
    border:0;
    clear:none;
}

#featured-listings img {
    width:auto;
    float:left;
    margin:0.5em 1em 0.5em 0;
}

.ae .sub-section .dir-links h2 {
    background: none;
    margin:0;
}

.ae .sub-section .dir-links h2 a {
    color:#201825;
}
