ul.productList {
  float: left;
  list-style: none;
  margin: 0 0 15px 0;
  padding: 0;
  color: #7e7e7e;
  width: 303px;
  margin-right: 10px;
}

ul.last {
  margin-right: 0 !important;
}

ul.productList ul {

  list-style: none;
  padding: 5px 0 5px 15px;
  margin: 0;
}

ul.productList ul li {
	display: inline;
  cursor: pointer;
}

ul.productList ul li.hover {
  color: #000 !important;
}

ul.productList li a.header {
  display: block;
  border: 1px solid #ceddf1;
  padding: 5px 5px 5px 40px;
  text-decoration: none;
  color: #000;
  height: 30px;
  background-color: #f6f8fc;
  background-repeat: no-repeat;
  background-position: 5px 5px;
  line-height: 30px;
  margin: 1px 0;
  outline: none;
  color: #7e7e7e;
}

ul.productList li a.hover {
  background-color: #fff !important;
}

ul.productList li a.info {
  font-size: 10px;
}

a#statusBar {
  clear: both;
  display: block;
  width: 930px;
  border: 1px solid #ceddf1;
  padding: 5px;
  background-color: #f6f8fc;
  color: #7e7e7e;
  margin-bottom: 5px;
  font-weight: bold;
}

div#productMap {
  clear: both;
  width: 940px;
  height: 500px;
  border: 1px solid #ceddf1;
  margin: 1px 0 8px 0;
}

#lpSections {
  float: right;
  list-style: none;
  margin: 0;
  padding-bottom: 25px;
}

#lpSections li {
  float: left;
  text-align: center;
  padding: 0 10px;
  border-right: 1px solid #000;
}

#lpSections li.last {
  border: 0;
}
