#vehiclePickup {
    margin-top: 1em;
    clear: both;
}
.yui-content .data-row {
    margin: 0;
}
h4 {
    font-size: 10pt;
}
.selectbox {
    font-family: Courier New, Courier;
    font-size: 9pt;
}

#modelContentContainer,
#typeContentContainer {
    margin-top: 5px;
}
#typeContentContainer {
    overflow: auto;
}
#modelContentContainer table.grid,
#typeContentContainer table.grid {
    width: 100%;
}

.searchStep {
    float: left;
}
.searchStep h4 {
    float: left;
}
.searchStep .progress {
    float: right;
    display: none;
    background: url("../images/default/loading-small-tab.gif") no-repeat left top;
    padding-left: 20px;
    line-height: 20px;
    font-size: 11px;
    font-weight: bold;
}
.searchContent {
    clear: left;
}

.search-result {
    clear: left;
}
.search-result-after {
    clear: left;
}

.search-result-pagination {
    text-align: center;
    margin: 1em 0 1em 0;
    border: 1px dotted rgb(93, 180, 234);
    padding: .5em 1em .5em 1em;
    background-color: rgb(216, 237, 250);
}

.search-result-pagination a {
    text-decoration: none;
}
#search_fulltext {
    font-size: 12pt;
}

.yui-content.search-result {
    background-color: #fff !important;
    border-left: 1px solid #00A098;
    border-bottom: 1px solid #00A098;
    border-right: 1px solid #00A098;
}
h5 {
    margin: 10px 0 10px 0;
}

/* Type selection */
.typeColumn {
    float: left;
    margin-right: 20px;
    padding: 4px;
}
.typeColumn .input {
    float: left;
    line-height: 32px;
    vertical-align: middle;
    padding-top: 10px;
    margin-right: 4px;
}
.typeColumn label {
    height: 32px;
    padding-left: 34px;
    display: block;
    float: left;
    line-height: 32px;
    vertical-align: middle;
    cursor: pointer;
}
.typeColumn label.type-car {
    background: url("../images/default/icons/type_car.png") no-repeat left center;
}
.typeColumn label.type-commercial {
    background: url("../images/default/icons/type_commercial.png") no-repeat left center;
}
.break {
    clear: both;
}