/*
 * Equipment Styles
 */

#products-list h3 {
  font-size: 1.2em;
  background: #ccc;
  padding: 5px;
}
#products-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#products-list ul li {
  margin: 0 0 0.8em 0;
  padding: 0 0 0.8em 0;
  border-bottom: 1px solid #999;
}
#products-list ul li a {
  color: #000;
}
#products-list ul li a:hover {
  font-weight: bold;
}

/*
 * Product Styles
 */

#product {
  margin-bottom: 5px;
  overflow: hidden;
  display: inline-block;
}
#product {
  display: block;
}
#product.with-details {
  margin-bottom: 20px;
}
#product h3 {
  font-size: 1em;
  margin: 0 0 0.8em 0;
  padding: 0 0 0.8em 0;
  border-bottom: 1px solid #999;
}
#product .main-image {
  float: left;
  margin-right: 12px;
  border: 1px solid #bbb;
}
#product .details {
  float: left;
  width: 222px;
}

#hire-rates {
  margin-bottom: 20px;
  overflow: hidden;
  width: 385px;
}
#hire-rates table {
  border: none;
  border-collapse: collapse;
  width: 100%;
}
#hire-rates th, #hire-rates td {
  padding: 3px 5px 3px 5px;
  border: 1px solid #fff;
  margin: 0;
}
#hire-rates thead th,
#hire-rates thead td {
  background: #aaaeb1;
  text-align: left;
  font-weight: normal;
}
#hire-rates thead td {
  text-align: center;
}
#hire-rates tbody th,
#hire-rates tbody td {
  background: #5a6062;
  text-align: left;
  color: #fff;
  font-weight: bold;
}
#hire-rates tbody td {
  text-align: center;
}

#associated-products,
#associated-consumables {
  margin-bottom: 20px;
}
#associated-products h3,
#associated-consumables h3 {
  font-size: 1em;
  margin: 0 0 0.8em 0;
  padding: 0 0 0.8em 0;
  border-bottom: 1px solid #999;
  text-transform: uppercase;
}
#associated-products ul,
#associated-consumables ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#associated-products ul li,
#associated-consumables ul li {
  margin: 0 0 0.8em 0;
  padding: 0;
}
#associated-products ul li a,
#associated-consumables ul li a {
  color: #000;
}
#associated-products ul li a:hover,
#associated-consumables ul li a:hover {
  font-weight: bold;
}

#icons {
  overflow: hidden;
  width: 100%;
}
#icons .transport {
  float: left;
  width: 50%;
}
#icons .transport h3 {
  font-size: 1em;
  margin: 0 0 8px 0;
  padding: 0 0 6px 0;
  border-bottom: 1px solid #aaa;
  text-transform: uppercase;
}
#icons .transport ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  width: 100%;
}
#icons .transport ul li {
  float: left;
  margin: 0 5px 0 0;
  padding: 0;
}
#icons .health-and-safety {
  float: left;
  width: 50%;
}
#icons .health-and-safety h3 {
  font-size: 1em;
  margin: 0 0 8px 0;
  padding: 0 0 6px 0;
  border-bottom: 1px solid #aaa;
  text-align: right;
  text-transform: uppercase;
}
#icons .health-and-safety ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  width: 100%;
}
#icons .health-and-safety ul li {
  float: right;
  margin: 0 0 0 5px;
  padding: 0;
}
