.section {
  background: #f2f2f2 url(../GFX/bg_tile.jpg) repeat top left;
  border-bottom: 1px solid #a9a9a9;
  width: 200px;
  text-align: center;
  overflow: hidden;
}

.section.pos1,
.section.pos2,
.section.pos3 {
  margin-right: 10px;
  border-right: 0px;
  padding: 0px 0px 0px 0px;
}

h3 {
  text-align: left;
}

.section.pos4 {
  padding: 0px 0px 0px 0px;
}

.section a:hover {
  background-color: #fff;
}

.section a.text {
  display: block;
  font-style: italic;
  color: #767676;
  padding: 20px 10px;
  height: auto !important;
  height: 90px;
  min-height: 90px;
}

#sections .section a:hover {
  text-decoration: none;
  /*color: #aac735;*/
  background: transparent;
  background-repeat: no-repeat;
  background-position: center top;
}

#sections .section a.link {
  font-size: 70%;
  display: block;
  padding: 5px 10px 25px 5px;
  text-transform: uppercase;
  font-weight: bold;
}

#sections .section a.link:hover {
  text-decoration: none;
  /*color: #aac735;*/
}

#topSummary {
  border-bottom: 1px solid #c3c3c3;
  margin-bottom: 20px;
}

#relatedFields {
  padding-bottom: 30px;
  padding-top: 10px;
}

.relations {
  float: none;
}

.relations li {
  float: left;
  width: 400px;
}

.relations li a {
  font-size: 100%;
  text-decoration: none;
  border-bottom: dotted 1px #066AA6;
}

/*.relations li a {
  font-size: 100%;
}*/

.relations li a:hover {
  text-decoration: none;
  border-bottom: dotted 1px #a5c526;
  /*color: #066aa6;*/
}

.relations .odd {
  margin-right: 10px;
}