@charset "iso-8859-2";


.left_part {
  width: 200px;
  overflow: hidden;
  margin-top: 0px;
  margin-left: 0px;
  float: left;
}

.left_part_menu_top {
  width: 200px;
  background-image: url('../img/left_side_bg_top.png');
  background-repeat: no-repeat;
  height: 8px;
}

.left_part_inside_container {
  width: 200px;
  background-image: url('../img/left_side_bg_middle.png');
  background-repeat: repeat-y;
}

.left_part_menu_bottom {
  width: 200px;
  background-image: url('../img/left_side_bg_down.png');
  background-repeat: no-repeat;
  height: 8px;
}

.left_part_inside {
  width: 194px;
  overflow: hidden;
  margin-left: 3px;
  margin-right: 3px;
}

.typology_vehicle {
  width: 184px;
  height: 21px;
  border: 0px solid black;
  margin-left: 5px;
  margin-bottom: 5px;
}

.left_divider {
  width: 180px;
  margin-left: auto;
  margin-right: auto;
  border-top: 1px solid #a6a6a6;
  border-bottom: 1px solid white;
  height: 0px;
  font-size: 1px;
  overflow: hidden;
  margin-top: 5px;
  margin-bottom: 5px;
}

.left_menu_cartype_picture_href {
  border: 0px solid black;
  width: 194px;
  height: 43px;
  overflow: hidden;
  text-decoration: none;
}

.left_menu_cartype_picture {
  border: 0px solid black;
  width: 194px;
  height: 43px;
}

.left_part_tbl_prod_list {
  width: 170px;
  border: 0px solid black;
  margin-left: auto;
  margin-right: auto;
}

.left_part_prod_list_td {
  width: 85px;
  overflow: hidden;
  font-size: 11px;
}

.left_part_prod_list_href {
  margin-top: 2px;
  margin-bottom: 2px;
  text-decoration: none;
}

.left_part_prod_list_href_span {
  color: #4d4d4d;
  font-weight: lighter;
  font-size: 11px;
}