/* Layout
------------------------------ */
body.quaternary #content #inthissection {
  margin: 0 0 15px 0;
  border: 1px solid #d9d9d9;
  min-height: 52px;
  background: url("../../images/bg/inthissection.gif") 0 0 repeat-y;
}


/* Text, etc.
------------------------------ */
#content #inthissection h2 {
  float: left;
  margin: 0 10px 0 0;
  padding: 10px;
  width: 65px;
  min-height: 32px;
  background-color: #d9d9d9;
}

#content #inthissection ul {
  float: left;
  margin: 5px 0 0 0;
  padding: 0;
  width: 466px;
  min-height: 52px;
}

#content #inthissection li {
  float: left;
  margin: 0 0 10px;
  padding: 0 10px 0 0;
  width: 145px;
  min-height: 25px;
  line-height: 1.1;
  list-style-type: none;
}


/* IE min-height fix for in this section snippet
----------------------------------------------- */
* html body.quaternary #content div#inthissection {
  height: auto !important;
  height: 32px;
}

* html body.quaternary #content div#intthissection li {
  height: auto !important;
  height: 25px;
}
