#hd h1 {
  padding: 100px 0 0 15px;
}

/*
 * Content
 */
p {
  line-height: 1.1em;
  margin-bottom: 1.1em;
}
h1 {
  font-size: 1.5em;
}
h2 {
  font-size: 1.3em;
}
#search-box {
  margin: 5px 0 5px 0;
}

/*
 * Menu
 */
.content-category {
  padding-left: 5px;
}
.menu-header {
  font-size: 1.2em;
  padding-left: 5px;
}
.indent0 {
  padding-left: 5px;
}
.indent1 {
  padding-left: 15px;
  font-weight: normal;
}
.indent2 {
  padding-left: 30px;
  font-weight: normal;
}
.indent3 {
  padding-left: 45px;
  font-weight: normal;
}
.indent4 {
  padding-left: 60px;
  font-weight: normal;
}
.menu-item {
  text-decoration: none;
}


/*
 * Search results
 */
#search-results-count {
  font-weight: bold;
  font-size: 1.2em;
}

#search-results h1 {
  font-size: 1.2em;
}
#search-results h2 {
  font-size: 1.1em;
}
#search-results th {
  text-align: center;
  font-weight: bold;
  background-color: #dddddd;
  border-bottom: 1px solid #000000;
  padding-bottom: 3px;
}
.row-odd {
  padding: 3px 3px 3px 3px;
}
.row-even {
  padding: 3px 3px 3px 3px;
}
#paging {
  text-align:center;
  border-top: 1px solid #dddddd;
  padding: 5px 0 5px 0;
}
.ending-soon {
  color: red;
  font-weight: bold;
}

/*
 * floating grid layout stuff
 */
#container {
  overflow: auto;
  padding-left: 25px;
}
.item-container-200 {
  border: 1px solid #666666;
  width: 200px;
  height: 210px;
  margin: 10px 10px 10px 10px;
  padding: 1px 1px 1px 1px;
  float: left;
}
.item-container-300 {
  border: 1px solid #666666;
  width: 300px;
  height: 210px;
  margin: 10px 10px 10px 10px;
  padding: 1px 1px 1px 1px;
  float: left;
}
.item {      
}
.item-container:hover {
  //background-color: #ddd;
}
.item-image {
  height: 96px;
  width: 96px;
}
.item-text {
  text-align: center;
  overflow: auto;
}
.item-container-200 .item-text h1 a {
  font-size: .9em;
  font-family: verdana;
  overflow: auto;
}
.item-text h2 {
  font-size: .7em;
  font-family: verdana;
  overflow: auto;
}
.item-details {
  float:right;
  overflow: auto;
  margin-left: 2px;
}

.item-container-200 .item-details ul {
  list-style: none;
  font-size: .9em;
  
  font-family: verdana;
}
.item-details ul li {
  line-height: 1.2em;
  padding-left: 0px;
}

.item-container-300 .item-details {
  float: right;
  margin-right: 10px;
}
.item-container-300 .item-text h1 a {
  font-size: 1.2em;
  font-family: verdana;
  overflow: auto;
}
.item-container-300 .item-details ul {
  list-style: none;
  font-size: 1.2em;
}


/*
 * Header
 */
#hd {
  height: 150px;
}