/* Searchbox type 3 css style */
.searchbox_filters {
    padding: 0 9px 9px;
    width: 230px;
}
.searchbox_filters a,
.searchbox_filters a:hover,
.searchbox_filters a:visited{
	color: #fff;
}
.filters_header {
    color: #ffffff;
}
.filters_header .title {
    color: #09F;
    font-weight: bold;
}
.filters_header .inner {
    background: #000000;
    padding: 12px 16px 28px;
}
.filters_header .inner .reset{
	padding: 10px 0 0 0;
}
.filters_header .filter_name {
    display: block;
    width: 70px;
    float: left;
}
.filters_header a.link_remove {
    font-size: 10px;
}
.filters_header a.link_reset {
    padding-top: 8px;
}
.filters_header .arrow {
    background: transparent url('../images/searchbox_type_3/arrow_search_filters.gif') center 0 no-repeat;
    height: 12px;
    overflow: hidden;
}
.filters_box {
    background: #f2f2f2;
    border: 1px solid #c7c7c7;
    padding: 12px 16px;
    margin-top: 6px;
    line-height: 1.4em;
}
.filters_box_title {
    font-size: 13px;
    font-weight: bold;
    color: #095f9a;
}
.filters_box ul a,
.filters_box ul a:hover {
    text-decoration: none;
    color: #000000;
}
.filters_box ul a:hover {
    text-decoration: underline;
}
.filters_box li.hidden {
    display: none;
}
.filters_box a.expand {
    display: block;
    padding: 5px 5px 5px 15px;
    font-weight: bold;
    background: transparent url("../images/searchbox_type_3/arrow-down.gif") 0 center no-repeat;
    color: #1B3A54;
    text-decoration: none;
}
.filters_box a.expand span {
    border-bottom: 1px dashed #1B3A54;
}
.filters_box a.expanded {
    background-image: url("../images/searchbox_type_3/arrow-up.gif");
}
.searchbox a {
   color:#000000;
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
}
.fields_wrapper {
    border-top: 3px solid #000000;
    background: #ffffff url('../images/searchbox_type_3/bg_searchbox.gif') 0 1px repeat-x;
    padding: 5px 10px;
    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;
   padding:0 0 0 10px;
}
.button_search {
    vertical-align: middle;
}
.button_reset {
    margin-left: 18px;
}