.col25 {
  width: 25%;
  border: 1px solid blue;
  float: left;
}

.col75 {
  width: 74%;
  border: 1px solid green;
  float: right;
}

#product_type_list {
  display: inline-block;
}

#product_type_list ul {
  list-style-type: none;
}