.searchResults {
  width: 816px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  margin-bottom: 28px;
}

.searchResultElement {
  float: left;
  width: 816px;
}

.icon {
  margin: 4px;
  width: 128px;
  height: 192px;
  float: left;
}

.iconPoster {
  width: 128px;
  height: 96px;
  vertical-align: bottom;
  display: table-cell;
}

.iconImage {
  width: 128px;
  height: 128px;
  bottom: 0px;
  cursor: pointer;
}

.iconText {
  padding-top: 3px;
  padding-bottom: 5px;
  width: 128px;
  height: 56px;
  font-size: 9px;
  line-height: 11px;
  text-align: center;
  overflow: hidden;
}

.textLarge {
  font-weight: bold;
  font-size: 13px;
  line-height: 15px;
}

.textMedium {
  font-size: 11px;
  line-height: 13px;
}

.textSmall {
  font-size: 9px;
  line-height: 11px;
}

img { border:0 }

ul { list-style-type: none; }

body {
  color: rgb(192, 192, 192);
}
a {
  color: rgb(192, 192, 192);
}

#selectPage, #elementSelectPage {
    position: absolute;
    left: 148px;
    top: 8px;
}

#selectView, #elementSelectView {
    position: absolute;
    left: 284px;
    top: 8px;
}

#selectSort, #elementSelectSort {
    position: absolute;
    left: 420px;
    top: 8px;
}

#resultInfo {
    position: absolute;
    top: 4px;
    left: 690px;
    width: 96px;
    height: 42px;
    font-size: 13px;
    line-height: 24px;
    text-align: right;
    top: 8px;
}

#navigationButtons {
  position:absolute;
  top: 32px; 
  left: 148px;
}


