body {
  font-family: sans-serif;
}
#page_index {
  width: 400px;
  margin: 0 auto;
  text-align: center;
}
#h1_index {
  font-size: 20px;
}
#tabs {
  display: block;
  margin: 0;
  padding: 0;
  text-align: left;
  text-indent: 0;
}
#search_p {
  border: 1px solid #000;
  padding: 10px 10px 10px 10px;
  margin: 0;
}
#tabs li {
  display: block;
  margin: 0;
  padding: 0 5px 0 5px;
  float: left;
  margin-right: 8px;
  background-color: #DDF;
  border-width: 1px 1px 0 1px;
  border-style: solid;
  border-color: #000;
}
.current {
  background-color: #FFF !important;
  font-weight: bold;
  margin-bottom: -1px !important;
  z-index: 10000;
  border-bottom: 1px solid #FFF;
}
p {
  clear: both;
}
#h1_search {
  float: left;
  font-size: 24px;
  padding: 5px 5px 5px 5px;
  width: 250px;
  overflow: hidden;
  text-decoration: none;
  text-align: center;
}
#form_search {
  float: left;
  clear: right;
  margin-left: 10px;
}
#search_p {
  width: 100%;
}
#images_results {
  display: block;
  margin: 0;
  padding: 0;
  text-indent: 0;
}
#images_results li {
  display: block;
  margin: 0;
  padding: 0;
  width: 200px;
  text-align: center;
  height: 200px;
  float: left;
  overflow: hidden;
}
#images_results li a img {
  border: 1px solid #000;
}
.title {
  font-weight: bold;
}
.subtitle {
  color: #777;
}
.url {
  color: #0B0;
  font-size: small;
}
#info {
  border-top: 1px solid #000;
  text-align: right;
  background-color: #DDF;
  line-height: 1.5em;
}
#footer {
  text-align: center;
  font-size: small;
}
