.main {
  padding-right: 10px;
  font: 12px "Trebuchet MS", Tahoma;
  color: #333333;
}
h1 {
  font-size: 24px;
}
h2 {
  font-size: 18px;
  font-weight: bold;
}

.search-blue {
  font-family: Verdana;
  display: inline-block;
  padding: 2px 7px;
  border-radius: 3px;
  text-decoration: none;
  margin: 0 1px 4px 0;
  box-shadow: 1px 1px 0 rgba(0, 0, 0, .2);
  line-height: 1.5em;
  background: #045cb2;
  color: #ffffff;
}

.search {
  background: #d9d9d9;
  padding: 0 10px;
  border-radius: 10px;
  margin-bottom: 10px;
}
.search>div>div {
  padding: 0 5px;
  margin: 10px 0;
}
.search label {
  width: 45%;
  border: solid 1px #616363;
  background-color: #000000;
  filter: alpha(opacity=70);
  opacity: 0.7;
  padding-left: 5px;
  font-size: 12px;
  font-weight: bold;
  font-style: italic;
  color: #ffffff;
  margin-bottom: 0;
  height: 20px;
}
.search select {
  width: 53%;
  font-size: 12px;
  line-height: 17px;
  height: 20px;
}

.params {padding: 10px;}
.params label {width: 110px;}
.params select {width: 140px;}

.search-red {
  padding: 5px 10px;
  background: #AA2909;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 20px;
}

.search-item {
  margin: 0 5px;
}
.search-item-title {
  padding: 20px;
  font-size: 16px;
  background: #5b6d81;
  color: #b9c0c9;
  border-radius: 10px;
}
.search-item-title span {
  color: #fff;
}

.search-item-body img {
  max-width: 100px;
}
.search-item-body>div>div:first-child {
  text-align: center;
  padding: 10px 0;
}

.res_info_price {
  margin: 16px 21px auto 0;
  color: #cc0c07;
  font-weight: normal;
  font-size: 24px;
}
.res_info_cart {
  margin: 10px auto;
}

.search-by-car p {
  background: #5b6d81;
  padding: 10px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  margin-top: 10px;
}
.search-by-car a {
  line-height: 20px;
  color: #00f;
  text-decoration: underline;
}
.search-by-car div {
  text-align: center;
}