.first_td {
  font-family: Verdana;
  font-size: 11px;
	
}

.first_td a:link{
   text-decoration: none;
color: black;

}

.first_td a:visited{
   text-decoration: none;
color: black;

}

.first_td a:hover{
   text-decoration: underline;
color: black;

}

.two_td {
	margin-left: 180px;
}

div.car_holder {/* строка из 5 шин*/
	width: 800px;
	float: left;
}

.car_holder div.car { /* отдельная шина*/
	max-width: 160px;
	width: 160px;
	float: left;
	height: 210px;
	text-align: center;
	
}
.car_holder div.car  .car_img {
	height: 150px;
}
.car_holder div.car .car_name {
	width: 150px;
	max-width: 150px;
	height: 35px;
	line-height: 95%;
	font-family: Verdana;
	font-size: 11px;
}


.car_holder div .p_hr_b {
	width: 152px;
	float: none;
}