@charset "utf-8";
/* CSS Document */

/* HHED Price List CSS */

.item_list {
  width: 70%;
  padding: 0;
  margin-top: 0;
  max-width: 530px;
}

/* HHED Part Breakout Image CSS */

.part_image {
  display: inline-block;
  width: 30%;
  float: right;
  max-width: 30%;
  max-height: 100%;
  height: auto;
  padding: 0;
  border: thin solid;
  margin-right: 0;} 

/* HHED Full Line CSS */

.hh_full_line {
  float: left;
  width: 100%;
  font-weight: bold;
}

/* HHED Part Description CSS */

.hh_part {
  float: left;
  width: 75%;
}

/* HHED Part Price CSS */

.hh_price {
  float: right;
  color: #0088aa;
  width: 25%;
}

/* Bold Selection for ED Tool Only */

.item:first-of-type {font-weight: bold;}

.item::first-of-type {font-weight: bold;}

/* Add Bottom Padding to Last Item in Price List to Separate it from Next Item */

.item:last-of-type {padding-bottom: 15px;}

/* Horizontal Rule Between HHED and Part Prices */

hr {
	border: 1px solid black;
	margin: 15px 0;
}

