/* Searchbox type 3 css style */
#sb_line{
width:725px;  float:left;
}
#searchbox{
border-top: 3px solid #000000;
}
.searchbox{
   float:left;
   width:725px;
   background: url(../images/searchbox_type_3/sb_dg.jpg) repeat-x top;   
   /*border: 1px solid #a6b8cb;*/
   padding-bottom:5px;
}
.searchbox a {
   font-size: 10px;
   text-transform: uppercase;
   color: #000000; 
}
.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;
}
.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%;
}

/************************************************/
.list_block{
	margin:0px;
	padding:0px;	
}
.f_boxes li{
	list-style:none;
	float:left;
	width:180px;
	margin:0px;
	padding:0px;
}
.f_boxes li.hidden {
    display: none;
}
.f_boxes a.expand {
    display: block;
	float:left;
    padding: 5px 5px 5px 15px;
    font-weight: bold;
    background: transparent url("../images/arrow-down.gif") 0 center no-repeat;
}
.f_boxes a.expanded {
	float:left;
    background-image: url("../images/arrow-up.gif");
}



