/*--------------------------------------
   color yellow
--------------------------------------*/
.title_1 {
  background: #E28300;
}
.title_1 .inner {
  border-left-color: #EAAA00;
}

.title_2 {
  border-left-color: #FBBD00;
}

.carsearchlist_table thead th {
  background: #FEF8E9;
}

.carsearchlist_table tbody {
  border-top-color: #E28300;
}
.carsearchlist_table tbody:hover {
  background: #FEFBF3;
}
.carsearchlist_table tbody:hover .cell_title {
  background: #FDE9BC;
  background: linear-gradient(to bottom, #FDE9BC 0%, #FEFAF1 100%);
}

.carserchlist_imagesortlist li {
  background: #FEF8E9;
}

.carsearch_image_list .box {
  border-top-color: #E28300;
}
.carsearch_image_list .box:hover {
  background: #FEFBF3;
}

.sales_results_sort{
  background: #FEF8E9;
}
.sales_results_list .item{
  border-top: 3px solid #E28300;
}
.sales_results_list .item:hover {
  background: #FEFBF3;
}

.cardetail_contents {
  border-top-color: #FBBD00;
}

.title_cardetail .inner {
  border-left: 6px solid #FBBD00;
}

.car_price_box {
  background: #FEF8E9;
}

.cardetail_basicinfo th {
  background: #FEF8E9;
}

.cardetail_othersinfo li > span.on {
  background: #EAAA00;
  border-color: #EAAA00;
}