/* ------------------------------------------------------------------------- */
/* - Title Grid CSS -------------------------------------------------------- */
/* ------------------------------------------------------------------------- */
.title_grid {
  width: 650px;
  line-height: 0;
  margin: 0 auto;
  padding: 0;
}

.title_grid img.header {
  margin-bottom: 10px;
}

/* ------------------------------------------------------------------------- */
/* - Stats & Ratings CSS (Generic) ----------------------------------------- */
/* ------------------------------------------------------------------------- */
.title_table {
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, Sans-Serif;
	font-size: 13px;
	margin: 10px 5px; padding: 0;
	border: 1px #000 solid;
	float: left;
}

.title_table td {
  padding: 1px 3px; margin: 0;
}

.title_table td.name {
  text-align: right; vertical-align: top;
  font-weight: bold;
  padding-right: 10px;
}

.title_table thead {
  font-size: 18px; font-weight: bold;
  color: #fff;
}

.title_table thead td {
   background-color: #333 !important;
   padding: 5px;
}

/* ------------------------------------------------------------------------- */
/* - Ratings CSS ----------------------------------------------------------- */
/* ------------------------------------------------------------------------- */
.ratings {
  width: 425px;
}

.ratings td.score {
  width: 90px;
}

.ratings td.description {
  font-size: 10px;
}

.ratings td.score span {
  display: block; float: left;
  width: 16px; height: 16px;
}

.ratings td.score span.star {
  background: url('images/star.png');
}

.ratings td.score span.no_star {
  background: url('images/blankstar.png');
}

.ratings td.verdict {
  background: #666 !important;
  color: #fff !important;
}

.ratings td.verdict span.star {
  background: url('images/redstar.png');
}

/* ------------------------------------------------------------------------- */
/* - Ratings CSS ----------------------------------------------------------- */
/* ------------------------------------------------------------------------- */
.stats {
  width: 213px;
}

.stats td.value {
  font-size: 10px;
}