@charset "UTF-8";
/* CSS Document */


.search-row td {
  border-bottom: 1px solid #ccc;
}

#media-search-results {
  margin-top:15px;
}

#media-search-results td.no_results	{
  text-align:center;
  color:#fff;
  border-bottom:1px solid #ccc;
}


#media-search-results th {
  font-weight:normal;
  padding-bottom:8px;
  border-bottom:1px solid #ccc;
}
#media-search-results th a {
  color:#fff;
  font-size:16px;
  font-weight:bold;
}

#media-search-results td {
  padding:5px 0;
}

#media-search-results th.search-overview {
  color:#ccc;
}

.search-overview {
  width:438px;
}
.search-views {
  width:100px;
  text-align:center;
}
.search-rating {
  width:80px;
  text-align:center;
}
.search-rating p {
  line-height:80px;
}
.search-row {
  vertical-align:middle;
}
.search-row .search-overview .ug_cropped, .search-row .search-overview .search-detail {
  float:left;
}
.search-overview .search-detail {
  color:#fff;
  margin-left:20px !important;
  margin-top:10px;
  width:300px;
}
.search-overview h3 {
  margin-bottom:10px;
}
.search-overview p.caption {
  color:#ccc;
}

#media-search-paging {
  margin-top:10px;
  color:#fff;
}

