.ps3games-header {
  /* background-color: #DDDDDD; */
  font-weight: bold;
  padding-right: 15px;
}

td.ps3game-trophies {
  width: 180px;
  padding-left: 0px;
  text-align: right;
}

td.ps3game-lang {
  text-align: center;
}

td.ps3game-trophy-img {
  width: 50px;
}

td.ps3game-trophy-desc {
  width: 90%px;
}

td.ps3game-addons {  
  padding: 0px 5px;
  text-align: center;
}

td.ps3game-trophies div.ps3game-trophy {
  text-align: right;
  float: right;
  padding: 0px 5px;
  width: 35px;
}

td.ps3game-trophies .ps3games-trophy {
  height: 12px;
  width: 12px;
  border: 0;
  padding: 0px;
  margin: 0px;
}

td.ps3game-addons .ps3games-addon-info {
  height: 15px;
  width: 15px;
  border: 0;
}

td.ps3game-trophy-img img.trophy {
  height: 50px;
  width: 50px;
  border: 0px;
}

td.ps3game-trophy-info {
  width: 30px;
}

td.ps3game-trophy-info img.info-symbol {
  height: 32px;
  width: 32px;
  border: 0px;
}

td.ps3game-trophy-desc span.title {
  font-weight: bold;
  line-height: 1em;
}

div.ps3game-trophy-content {
  /* border-bottom: 1px solid #000000; */
  margin-top: 30px;
}

table.tablesorter thead tr th {
	background-image: url('../img/sort.gif');
	background-repeat: no-repeat;
	background-position: center right;
}

table.tablesorter thead tr th.not-sortable {
	background-image: none;
}

table.tablesorter thead tr .headerSortUp {
	background-image: url('../img/asc.gif');
	background-repeat: no-repeat;
	background-position: center right;
}

table.tablesorter thead tr .headerSortDown {
	background-image: url('../img/desc.gif');
	background-repeat: no-repeat;
	background-position: center right;
}
