
#report p {
  font-size: 10pt;
}

#report h1, #report h3 {
  display: block;
  clear: both;
  margin: 10px 0 5px 0;
  font-size: 10pt;
  background-image: none;
  text-indent: 0;
  font-weight: bold;
}

#menu_select {
  display: block;
  float: left;
  clear: both;
}

#console {
  display: none;
  clear: both;
}

#debug {
  display: none;
  clear: both;
  font-size: 10pt;
}

#report {
  float: left;
  clear: both;
  width: 100%;
  font-size: 10pt;
}

#report h1 {
  float: left;
  clear: both;
  font-size: 10pt;
  margin: 0 0 0 0;
}

#report p {
  float: left;
  clear: both;
  margin: 0 0 30px 0;
}

.topmenu {
  display: block;
  float: left;
  clear: left;
}

.submenu {
  display: none;
  float: left;
}

.type {  
  display: none;
}
.typeinner {
  float: left;
  width: 100%;
  padding: 10px 0 10px 0;
  clear: none;
}

select {
  float: left;
  clear: none;
}

.select_type {
  clear: left;
}

.section {
  float: left;
  clear: both;
  margin: 0 0 10px 0;
}

.row {
  float: left;
  clear: left;
  margin: 0 0 0 0;
}

.hwsource {
  margin: 0 0 0 0;
}

.hwsource h1 {
  float: left;
  clear: both;
  font-size: 8pt;
  font-weight: normal;
  font-style: italic;
  margin: 0 0 0 0;
}

#hw_title, .hw_title_wrap {
  float: left;
  clear: both;
  width: 100%;
}

#hw_title {  
  display: none;
}

.hw_title {
  background-color: #7b7b7b;
  color: #ffffff;
}

.notes {
  float: left;
  clear: both;
  margin: 10px 0 10px 0;
  color: #818181;
  width: 100%;
  font-size: 8pt;
}

.block {
  float: left;
  clear: both;
  width: 100%;
}

.addIcon, .hw_fill {
  float: left;
  width: 12%;
}

.add {
  cursor: pointer;
}

.qty {
  display:inline;
  font-size: 11pt;
}

.name, .hw_block {
  float: left;
  width: 40%;
}

.outofstock {
  display: inline;
  font-size: 7pt;
  color: #ff0000;
}

.compability, .hw_comp {
  float: left;
  font-size: 8pt;
  text-align: center;
  width: 16%;
}

.tubing, .hw_nozzles {
  float: left;
  text-align: center;
  font-size: 7pt;
  width: 7%;
}

.price, .hw_price {
  float: left;
  text-align: right;
  width: 10%;
}

.adapter {
  display: inline;
  font-size: 8pt;
}

.hw_fill {
  width: 1%;
}

.hw_fill, .hw_block, .hw_comp, .hw_nozzles, .hw_price {
  font-size: 8pt;
  font-weight: bold;
  padding: 3px 0px;
}

.hw_block {
  width: 51%;
}

.hw_nozzles {
  width: 21%;
}

.hw_price {
  width: 9%;
}


.item {
  position: relative;
  float: left;
  clear: both;
  display: block;
  width: 100%;
  margin-bottom: 1em;
}

.item_image {
  float: left;
  clear: left;
}

.item_name {
  float: left;
  clear: right;
}

.item_info {
  float: left;
  position: absolute;
  top: 100px;
  left: 100px;
  margin-top: -1em;
}

.item_qty {
  float: left;
  display: inline;
}

.item_divide {
  float: left;
}

.item_price {
  float: left;
  display: inline;
}

.item_delete {
  position: absolute;
  top: 100px;
  margin-top: -1em;
  right: 0;
  width: 2em;
}

.nozzle_mod .hw_block {
	width: 67%;
}

.nozzle_select {
  float: left;
  clear: left;
  font-size: 10pt;
  width: 100%;
  margin-top: 10px;
}

.nozzle_select .block {
  font-weight: bold;
  float: none;
  clear: none;
}

.nozzle_select .addIcon {
	width: 10%;
}

.nozzle_select .name {
	width: 58%;
}

.nozzle {
  float: left;
  clear: both;
  width: 100%;
}

.block_name {
  float: left;
  width: 68%;
  color: #f00;
}

.tubing_title {
  cursor: pointer;
}

#minicart {
  display: none;
}
