#list_holder {
  position: relative;
  width: 605px;
  margin: 0;
  padding: 0;
  float: right;
  overflow: hidden;
}

.list_row {
  position: relative;
  width: 605px;
  margin: 0;
  padding-bottom: 15px;
  background: #FFFFFF url(img/model_row_bkgd.jpg) repeat-x;
  overflow: hidden;
}

.list_price {
  position: relative;
  width: 156px;
  margin: 0;
  padding: 15px 5px 5px 10px;
  float: left;
  overflow: hidden;
}

.list_features {
  position: relative;
  width: 244px;
  margin: 0;
  padding: 15px 5px 0 15px;
  float: left;
}

.list_features ul {
  margin: 0;
  list-style: disc outside;
}

.list_img {
  position: relative;
  width: 155px;
  margin: 15px 5px 0 5px;
	padding: 0;
  border: 1px solid #ABABAB;
	float: left;
	overflow: hidden;
}

/* For IE6 */
* html .list_img {
	float: none;
}

/* For IE7 */
*+html .list_img {
	float: none;
}
