a, a:link, a:visited, a:hover {
  text-decoration: none;
  color: #2971A7;
}

.tv_title {
  width: 136px;
  height: 250px;
  text-align: left;
  margin-right: 12px;
  overflow: hidden;
}

.tv_title img {
	border: 0;
}

.tv_title > a > .image_pane {
	width: 134px;
	height: 193px;
	border: 1px solid #A8A8A8;
	margin-bottom: 5px;
}

.image_pane > img {
	width: 134px;
	height: 193px;
	margin-bottom: -28px;
}

.tv_title .rating_pane {
  height: 28px;
  line-height: 14px;
  color: white;
  text-align: center;
  background-color: black;
  margin-bottom: -28px;
  padding: 0;
  border: none;
  opacity: 0.0;
	width: 134px;
	z-index: -1;
}

.tv_title .rating_stars {
  font-size: 11px;
  height: 28px;
  vertical-align: middle;
  text-align: center;
  color: white;
  opacity: 0.0;
  filter: alpha(opacity=0.0);
  font-weight: bold;
  font-family: "Lucida Grande",Arial,Tahoma,Verdana,sans-serif;
  overflow: hidden;
  border: 0;
  text-shadow: 1px 0 1px black;
}

.tv_title h3 {
  height: 1.3em;
}

.tv_title h3, .tv_title h4 {
  font-family: "Lucida Grande",Arial,Tahoma,Verdana,sans-serif;
  font-size: 11px;
  font-weight: bold;
  text-align: left;
  padding: 0;
  margin: 0;
}

.tv_title h4 {
  margin-top: 4px;
  background-color: #ffb96d;
  display: inline-block;
  font-size: 9px;
  line-height: 11px;
  height: 11px;
  vertical-align: middle;
  border: 1px solid #ff8541;
  text-shadow: 0px 1px 1px #ffddc0;
  padding: 1px;
  padding-right: 2px;
  color: #3e2d1a;
  font-weight:bold;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 131px;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
  opacity: 0.85;
  cursor: default;
}

.tv_title h3 > a {
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  width: 136px;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
  height: 1.3em;  
}

.tv_pro {
  border: 1px solid #F17308;
}
