/*

	DEPRECATED

*/

/*b-search_form*/
.b-search_form_big {
  width:632px;
  padding:0 9px;
  background: #fff;
  border-radius: 5px; 
  -moz-border-radius:5px; 
  -webkit-border-radius: 5px;
  overflow:hidden;
}

.b-search_form {
  width:632px;
  margin-top:8px;
}
.b-search_form_info {
  margin-top:5px;
  width:550px;
}
.b-search_form_info_maybe a {
  font-style:italic;
  font-weight:bold;
}

.b_srch_f_b {
  overflow:hidden;
  margin-left:-9px;
}
.b_srch_f_inp {
  width:540px;
  border:1px #F0BF80 solid; 
  border-radius: 3px;
  -moz-border-radius:3px;
  -webkit-border-radius: 3px;
  font-size:17px; 
  height:18px;
  padding:5px 8px 5px;
  float:left; 
  margin-right:10px;
  font-weight:bold;
}
.b_srch_f_btn {
}
.b_srch_f_btn input {
  border-radius: 3px;
  -moz-border-radius:3px;
  -webkit-border-radius: 3px;
  background: #dfdfdf;
  background: -moz-linear-gradient(top, #dfdfdf, #b7b7b7);
  background: -webkit-gradient(linear, left top, left bottom, from(#dfdfdf), to(#b7b7b7));
  filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr=#dfdfdf, endColorstr=#b7b7b7, GradientType=0);
  border:0 none;
  cursor:pointer;
  float:left;
  font-size:15px;
  font-weight:bold;
  height:30px;
  width:72px;
}
.b_srch_f_btn input:hover {
  background: #ededed;
  background: -moz-linear-gradient(top, #ededed, #b7b7b7);
  background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#b7b7b7));
  filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr=#ededed, endColorstr=#b7b7b7, GradientType=0);
}


/*end b-search_form*/

/*b-search_rez*/
.b-search_str {
  width:650px;
  background: #fff; 
  border-radius: 5px; 
  -moz-border-radius:5px; 
  -webkit-border-radius: 5px;
  overflow:hidden;
}
.b-search_str_p {
  padding:9px;
}
.b-search_rez_block h5 {
  margin:-3px 0 5px 0;
}
.b-search_rez_block_wimg  {
  margin-top:2px;
}
.b-search_rez_block_wimg h5 {
  margin:-3px 0 5px 0;
}
.b-search_found {
  background: #FEE9D5;
}
.b-search_rez_info {
  margin-top:5px;
}
.b-search_rez_hr {
  background: #C5C5C5;
  clear:both;
  overflow:hidden;
  font-size: 0px;
  height:1px;
  margin:10px 0;
}
.b-search_rez_photo {
  height:90px;
  width:120px;
  display:block;
  float:left;
  margin-right:10px;
  border-radius: 2px;
  -moz-border-radius:2px;
  -webkit-border-radius: 2px;
  position:relative;
}
.b-search_rez_video {
  height:60px;
  width:114px;
  display:block;
  float:left;
  margin-right:10px;
  border-radius: 2px;
  -moz-border-radius:2px;
  -webkit-border-radius: 2px;
  position:relative;
}
.b-search_rez_text {
  overflow:hidden;
}
/*end b-search_rez*/









/*b-search_filter_results*/
.b-search_filter_results {
  padding:9px;
  width:302px;
  background: #fff; 
  border-radius: 5px; 
  -moz-border-radius:5px; 
  -webkit-border-radius: 5px;
  overflow:hidden;
}
.b-search_filter_results h5,
.b-search_rez_h {
  font-size:12px; 
  line-height:16px; 
  margin-bottom:4px;
}
.b-search_filter_results_hr,
.b-search_hr {
  clear:both;
  overflow:hidden;
  font-size: 1px;
  height:1px;
  background: #c5c5c5;
  margin:0 -9px
}
.b-search_filter_results_box {
  line-height:18px;
}
.b-search_filter_results_box select {
  font-weight:bold;
  font-size:12px;
  font-family:Arial,Tahoma,Sans-Serif;
  margin-top:1px;
  padding:2px;
  width:240px;
}

/*end filters */


.search_page_next {
  display:block; 
  height:23px;
  border-top:1px #989898 solid;
  background: #D1D1D1;
  background: -moz-linear-gradient(top, #D1D1D1, #BFBFBF);
  background: -webkit-gradient(linear, left top, left bottom, from(#D1D1D1), to(#BFBFBF));
  filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr=#D1D1D1, endColorstr=#BFBFBF, GradientType=0);
  border-radius: 0px 0px 3px 3px;
  -moz-border-radius: 0px 0px 3px 3px;
  -webkit-border-radius:  0px 0px 3px 3px;
  font-size:14px; 
  font-weight:bold;
  text-align:center;
  padding:7px 0 0; 
  color:#fff;
}
.search_page_next:hover {
  background: #BFBFBF;
  background: -moz-linear-gradient(top, #BFBFBF, #A5A5A5);
  background: -webkit-gradient(linear, left top, left bottom, from(#BFBFBF), to(#A5A5A5));
  filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr=#BFBFBF, endColorstr=#A5A5A5, GradientType=0);
  color:#fff
}

