/* tables */
table.tablesorter {
	font-family:arial;
	margin:10px 0pt 15px;
	font-size: 8pt;
	width: 100%;
	text-align: left;
}
table.tablesorter thead {
	background: url(thead.png) repeat-x;
	font-size: 8pt;
  height: 25px;
}
table.tablesorter thead tr th {
  padding-left: 50px;
}
table.tablesorter thead tr .header {
	background-image: url(arrows.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	cursor: pointer;
}
table.tablesorter tbody td.thumb {
    width: 154px;
    height: 126px;
    background: url(foto_bg.png) no-repeat;
    padding-left: 8px;
    padding-top: 9px;
}
table.tablesorter tbody td.type {
  width: 164px;
  padding-top: 15px;
  text-align: center;
}
table.tablesorter tbody td.title {
  width: 331px;
  padding: 15px 20px;
}
table.tablesorter tbody td.price {
  vertical-align: middle;
  text-align: center;
}
table.tablesorter td.prijscode {
  background-color:#E6EEEE;
}
table.tablesorter > tbody >tr > td {
	background-color: #FFF;
	vertical-align: top;
}
table.tablesorter tbody tr.odd td {
	background-color:#F0F0F6;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(asc.png);
}
table.tablesorter {
  color: #333333;
}
table.tablesorter a:hover {
  text-decoration: underline;
}
table.tablesorter a {
  color: #000000;
  text-decoration: none;
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(desc.png);
}
