.cs_cat_brand{
  display: block;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
}
.cs_cat_model_noicon{
  margin:5px 0;
  display: block;
}
.modelGroup{
  font-weight:bold;
  font-family: 'RobotoSlabBold';
}
a{
  text-decoration: underline;
}
.modelName h3{
  margin-top:10px;
  cursor: pointer;
}
.modelName h3:hover{
  color:#00569e;
}
.overflow-x-auto{
  overflow-x:auto;
}
.models_show_submenu{
 /* display: none;*/
}
.cs_cat_brand span{
  display: block;
  width:30px;
  height:30px;
  float: left;
  margin-right: 5px;
}

.cs_cat_model{
  display: block;
  border: 1px solid #00569e;
  padding: 10px;
  text-align: center;
  margin-bottom:10px;
}
.cs_cat_model .modelBg{
  background-size: contain !important;
  width: 100%;
  background-repeat: no-repeat !important;
  height: 90px;
  background-position: center !important;
}
.cs_cat_model .description{
  height: 53px;
  overflow: hidden;
}

.cs_cat_table{
  border-collapse:collapse;
  width:100%;
}
.cs_cat_table th, .cs_cat_table td{
  padding:8px;
  border-bottom: 1px solid #ccc;
}
.cs_cat_table th{
  font-weight: bold;
  background-image: linear-gradient(to top, #0075b3 0%, #0092c8 100%);
  color: #fff;
}
th.center,td.center{
  text-align: center;
}
th.left,td.left{
  text-align: left;
}
.cs_cat_table tr:hover td{
  background:#f0f0f0;
  cursor: pointer;
}

.filter .filter_checkbox label{
  width: 50%;
  float: left;
  display: block;
  overflow: hidden;
  padding:2px;
}
.filter .filter_checkbox{
  overflow-y:scroll;
  max-height:150px;
}
.filter .filterHolder{
  margin-bottom: 15px;
}
.filter .filter_structure label{
  width: 100% !important;
}
.filter .filter_structure{
  overflow-y: auto;
}
.filter_block{
  padding:5px !important;
}
.filter .filterTitle{
  font-family: 'RobotoSlabBold';
  margin-bottom: 5px;
}
.filter_block select, .filter_block input[type="text"], .filter_block input[type="submit"]{
  border:1px solid #ccc;
  padding:5px;
  width: 100%;
}
.filter_block input[type="submit"]{
  cursor: pointer;
}
.filter .slider_interval .holderrange{
  margin-top:10px;
}
.filter .slider_interval .holderrange input{
  width:60px;
  text-align: center;
}



/* search_link */
.show_col_filtered{
  display: block;
  position: absolute;
  width: 200px;
  line-height: 28px;
  padding-right: 20px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  background: #0078b5;
  margin-left: 286px;
  z-index: 10;
  display: none;
}
.show_col_filtered .arrow{
  width: 0px;
  height: 0px;
  border: 15px solid transparent;
  border-top-color: #0078b5;
  margin: 0;
  padding: 0;
  float: left;
  margin-left: -5px;
}
.show_col_filtered .arrow.left{
  transform: rotate(90deg) translate(0px, 25px);
  -webkit-transform: rotate(90deg) translate(0px, 25px);
  -moz-transform: rotate(90deg) translate(0px, 25px);
  -o-transform: rotate(90deg) translate(0px, 25px);
  -ms-transform: rotate(90deg) translate(0px, 25px);
}