h2.inline {
  display: inline;
  text-align: left;
}
.more-models {
  display: block;
  float: left;
  width: 440px;
  padding:0;
  margin:0 0 5px 2px;
}
html>body .more-models {
  margin:0 0 5px 5px;
}
.xml {
  display: block;
  float:left;
  width:880px;
  padding:0 10px;
  margin-bottom:10px;
}
.xml .model, .more-models .model {
  display: block;
  float: left;
  width:110px;
  font-weight: bold;
}
.xml .model span, .more-models .model span {
  display: block;
  float:left;
  width:110px;
  text-align: center;
  color:white;
}
.xml .model a, .more-models .model a {
  display: block;
  float:left;
  width:110px;
  text-align: center;
}
.xml .model a:hover, .more-models .model a:hover {white-space:normal}
.xml .model a img, .more-models .model a img {
  width:100px;
  height:70px;
  border:5px solid #ff0000;
}
.xml .model a:hover img, .more-models .model a:hover img {
  width:110px;
  height:80px;
  border:0;
}
table.search {
  display: block;
  width: 896px;
}
table.search form {
  position: relative;
  display: block;
  width: 896px;
  background-color: red;
  color:#ffcc00;
  font-weight: bold;
  padding:5px 0;
}
table.search form a {
  position: absolute;
  top:10px;
  right:5px;
}
table.search form input {
  float: left;
  border:0;
  height: 21px;
  line-height: 21px;
  border:1px solid black;
}
table.search form input#button {
  float: left;
  padding:0;
  margin:0 0 0 1px;
  background-color: #ffcc00;
  height: 23px;
  width: 100px;
  border:0;
  border:1px solid black;
}
table.search form span {
  line-height: 23px;
  margin:0 0 0 5px;
  color:black;
}
table.search form table.advanced {
  margin:0 0 5px 0;
}
div.performers {
  float: left;
  width:450px;
  background-color: #900000;
  padding:10px 0 0 0;  
}
div.performers a.top {
  margin-left:15px;
}
div.performers div.pic {
  float: left;
  width:97px;
  height:73px;
}
div.performers div.pic img {
  width:97px;
  height:73px;
}
div.performers div.info {
  float: left;
  width:343px;
  height:73px;
  padding:0 5px;
  color:#ffcc00;
  overflow-y: hidden;
}
table.pager {
  display: block;
  float: left;
  width:900px;
  height:30px;
  padding:0 5px;
  margin:0;
  border-top:1px solid black;
  border-bottom:1px solid black;
  color:#ffcc00;
  background-image: url(../gfx/header-logo-background2.gif);
  background-repeat: repeat-x;
  color:white;
}
table.pager tbody {
  text-align: center;
}
div.bottom-picture {
  float: left;
  width:900px;
  height:30px;
  background-image: url(../gfx/header-logo-background3.gif);
}