#search-nav ul {
  overflow: auto;
}

#search-nav ul li {
  float: left;
  clear: none;
  font-size: 1.3em;
  margin-right: 1em;
  font-weight: bold;
}

.listFilter ul {
  overflow: auto;
}

.listFilter li {
  float: left;
  clear: none;
  padding-right: 0.5em;
  font-weight: bold;
}

.listFilter li a {
  display: block;
  padding: 0.5em 0.75em 0.5em 0;
  border: none;
}

.listFilter li a:hover, .listFilter li a:active {
  color: #E37222;
  text-decoration: underline;
}

.ResultsTable {
  border: 1px solid #666;
  border-width: 0 1px 1px 0;
  border-collapse: collapse;
}

.ResultsTable th {
  text-align: left;
  background: #E37222;
  color: #fff;
}

.ResultsTable th, .ResultsTable td {
  border: 1px solid #666;
  border-width: 1px 0 0 1px;
  padding: 4px 10px;
}

#nextPrevWrap {
  padding: 0.25em 0;
}

#nextPrevWrap #nextPrev {
  float: right;
  clear: none;
}

.addOrder {
  font-weight: bold;
}

.movie_holder_long {
  margin-top: 1em;
  padding-top: 1em;
  border-top: 1px dotted #666;
}

.movie_title {
  font-weight: bold;
}

#moviePoster {
  float: right;
  clear: none;
}

#movieDetails th {
  text-align: left;
}



#movie-catalogue-header {
  position: relative;
  clear: both;
  margin-bottom: 1em;
  padding-bottom: 0;
  border-bottom: 1px solid #e3e3e3;
}

#movie-catalogue-header #log-out-link {
  position: absolute;
  top: 0;
  right: 0;
}

hr {
  margin: 1em 0;
  height: 1px;
  color: transparent;
  background: none;
  border-bottom: 1px dotted #666;
}

