/* Searchbox type 3 css style */
.searchbox_filters {
    padding: 0 9px 9px;
    width: 230px;
}
.filters_header {
    background: #000000 url('../images/searchbox_type_3/bg_filters_header.gif') center bottom no-repeat;
    padding: 12px 16px 28px;
}
.filters_box {
    background: #181818;
    padding: 12px 16px;
    margin-top: 6px;
    line-height: 1.4em;
}
.filters_box_title {
    font-size: 13px;
    font-weight: bold;
    color: #eeeeee;
    text-transform: uppercase;
}
.filters_box ul a {
    text-decoration: none;
    color: #ffffff;
}
.filters_box ul a:hover {
    text-decoration: underline;
}
.searchbox a {
   font-size: 10px;
   text-transform: uppercase;
   color: #ffffff; 
}
.fields_wrapper {
    border-top: 3px solid #000000;
    background: #b8b8b7 url('../images/searchbox_type_3/bg_searchbox.gif') 0 1px repeat-x;
    padding: 5px 10px 15px;
    overflow: hidden;
    height: 1%;
    color: #000000;
}
.fields_box {
    float: left;
    margin-right: 18px;
}
.fields_year {
    width: 95px;
}
.fields_type {
    width: 152px;
}
.fields_price {
    width: 152px;
}
.fields_options {
    width: 152px;
}
.fields_box input, .fields_box select {
    width: 100%;
    margin: 2px 0;
}
.fields_box input.checkbox {
    width: auto;
    margin: 0;
    vertical-align: middle;
}
.searchbox_buttons {
    clear: both;
    margin-top: 10px;
}
.button_search {
    vertical-align: middle;
}
.button_reset {
    margin-left: 18px;
}