/* Searchbox type 3 css style */
#sb_line{
width:727px; border-top: 3px solid #011c52; height:1px; float:left;
}
.searchbox{
   float:left;
   width:725px;
   background: #f2f7fb;   
   border: 1px solid #a6b8cb;
   padding-bottom:5px;
}
.searchbox a {
   font-size: 10px;
   text-transform: uppercase;
   color: #0550b8; 
}
.fields_wrapper {
    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;
}
.f_boxes .hidden {
    display: none;
}
.f_boxes a.expand {
    display: block;
    padding: 5px 5px 5px 15px;
    font-weight: bold;
    background: transparent url("../images/arrow-down.gif") 0 center no-repeat;
}
.f_boxes a.expanded {
    background-image: url("../images/arrow-up.gif");
}
.searchbox_buttons {
    clear: both;
    margin-top: 10px;
}
.button_search {
    vertical-align: middle;
}
.button_reset {
    margin-left: 18px;
}
.buttons_s{
    float:left; 
	width:100px;
	padding-left:10px;	
}
.buttons_s a{
    font-size:12px; 
	font-weight:bold;
	line-height:170%;
}
