body {
  background: #15151e;
  font-family: sans-serif;
  font-size: medium;
  margin: 5px;
  text-align: center;
}

a {
  text-decoration: none;
}

.default > a {
  color: #9d9d9d;
}

.default {
  text-align: left;
  margin: 10px 0 10px 10px;
}

.search_form_input {
  background: #2d2c31;
  border: none;
  height: 24px;
  vertical-align: middle;
  max-width: 960px;
  width: 75%;
  color: #d2d2d2;
}

.search_form_button {
  background-image: url("/styles/magnifying.png");
  height: 24px;
  background-repeat: no-repeat;
  border: none;
  background-color: #252628;
  vertical-align: middle;
  width: 24px;
  background-position: center;
}

.search_form {
  margin: 5px 0 0 0;
}

.previews {
  background: #262626;
  margin: 15px 0;
  min-height: 720px;
}

.preview {
  display: inline-block;
  width: 320px;
  height: 180px;
  margin: 5px 5px 30px 5px;
  position: relative;
}

.preview_title {
  position: absolute;
  overflow: hidden;
  white-space: nowrap;
  width: 320px;
  text-align: left;
  text-overflow: ellipsis;
  background: #4d5b7d;
  margin: 5px 0 0 0;
}

.preview_media > a > img, video {
  width: auto;
  height: 100%;
  max-width: 100%;
  min-width: 25%;
}

.preview_duration {
  position: absolute;
  color: #a68f8f;
  top: 0;
  right: 0;
  background: #1e1919;
  opacity: .7;
  font-size: small;
}

.preview_media {
  width: inherit;
  height: inherit;
}

.preloader {
  position: absolute;
  background-image: url("/styles/loading.gif");
  width: 24px;
  height: 4px;
  display: none;
  top: 88px;
  left: 146px;
}

.pages {
    background: #1c1d1e; 
    padding: 5px 0;
}

.pagination {
	padding-left: 0;
	margin: 5px 0;
}

.pagination > li {
	display: inline;
}

.pagination > li > a {
  padding: 5px 15px;
  color: #8c8787;
  background: #222;
  border: 1px solid #332e2e;
}

.pagination > li > a:hover {
  color: #454695;
}

.pagination > li > .disabled:hover {
  color: #313435;
}

.basement {
  height: 15px;
}

.title {
  background: #2a2f42;
  color: #e1c6c6;
  margin: 15px 0 5px 0;
}

.player_block {
  background: #202020;
  margin: 34px 0 15px 0;
  position: relative;
}

.player {
  max-width: 640px;
  margin: 0 auto;
  height: 360px;
}

.block_select {
  margin: 15px 0 0 0;
}

select {
  color: #8a8a97;
  border: none;
  width: 100px;
  background: #282828;
  text-align: center;
}

.links {
  color: #b0b0b0;
  display: inline-block;
  background-color: #1c1c1c;
  margin: 5px;
}

.search_form_select {
  width: 48px;
  height: 26px;
  vertical-align: middle;
  background: #1d1c1e;
}


