* {
  padding: 0;
  margin: 0;
  border: none;
}

body {
  background-color: black;
  color: white;
  font-family: Verdana;
  font-size: 8pt;
  margin: 0 20px;
}
td {
  font-size: 8pt;
}

#main {
  padding: 0 0px;
}

a {
  color: #7B654A;
  text-decoration: none;
}

a:hover {
  color: #5B452A;
  text-decoration: underline;
}

#sitelogo {
  position: absolute;
  width: 467px;  /* breedte logo */
  left: 50%;
  top: 8px;
  margin-left: -233px; /* halve breedte logo */
  background-repeat: no-repeat;
}

* html #sitelogo { /* IE hack */
  top: 15px;
}

#maincell th {
  background-image: url(/images/titlebg.gif);
  background-repeat: repeat-x;
  height: 17px;
  text-align: left;
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 8pt;
}

#siteselector {
  position: absolute;
  top: 115px;
  left: 72px;
  width: 136px;
  height: 15px;
  overflow: hidden;
  border: 1px solid black;
}

#siteselector * {
  padding: 0;
  margin: 0;
}

* html #siteselector { /* ...and again, an IE hack... */
  top: 127px;
}

#siteselector img {
  border: 0;
}

#playerselector {
  position: absolute;
  top: 115px;
  left: 215px;
  width: 125px;
  height: 15px;
  overflow: hidden;
  border: 1px solid black;
}

#playerselector * {
  padding: 0;
  margin: 0;
}

* html #playerselector { /* ...and again, an IE hack... */
  top: 127px;
}

#playerselector img {
  border: 0;
}

#header {
  width: 100%;
  background: url(/img/header-middle.jpg) repeat-x;
}

#header, #header div {
  height: 96px;
}

#header .left {
  float: left;
  width: 198px;
  background: url(/img/header-left.jpg) no-repeat;
}

#header .right {
  float: right;
  width: 200px;
  background: url(/img/header-right.jpg) no-repeat;
}

#nav .main {
  background: url(/img/navbg.gif) repeat-x;
  width: 100%;
  height: 30px;
}

#nav .inbetweentop {
  background: url(/img/inbetween1-left.gif) no-repeat;
  width: 100%;
}

#nav .inbetweentop div {
  width: 451px;
  float: right;
  background: url(/img/inbetween1-right.gif) no-repeat;
}

#nav .inbetweentop, #nav .inbetweentop div {
  height: 7px;
}

#nav .inbetweenbottom {
  background: url(/img/inbetween2-left.gif) no-repeat;
  width: 100%;
}

#nav .inbetweenbottom div {
  width: 82px;
  float: right;
  background: url(/img/inbetween2-right.gif) no-repeat;
}

#nav .inbetweenbottom, #nav .inbetweenbottom div {
  height: 8px;
}

#nav .main div {
  background: url(/img/nav-left.gif) no-repeat;
  height: 32px;
  width: 100%;
}

#nav ul {
  list-style: none;
  float: right;
  height: 32px;
}

#nav li {
  float: left;
  clear: none;
}

#nav li a {
  font-family: Verdana;
  font-size: 9pt;
  font-weight: bold;
  display: block;
  padding-top: 7px;
  color: white;
  text-decoration: none;
  background: url(/img/nav-separator.gif) no-repeat left 6px;
  height: 32px;
  width: 80px;
  text-align: center;
  outline: none;
}

div.clear {
  width: 100%;
  clear: both;
}

#contents {
  width: 100%;
  float: left;
  margin-right: -100%;
}

.albumpreview {
  float: left;
  display: block;
  font-size: 8pt;
  text-align: center;
  width: 150px;
  height: 180px;
  padding: 10px;
  color: white;
}

.albumpreview:hover {
  text-decoration: none;
  background-color: white;
  color: black;
}

#imgloading {
  position: absolute;
  width: 300px;
  height: 50px;
  background-color: white;
  color: black;
  text-align: center;
  left: 50%;
  top: 50%;
  margin-top: -25px;
  margin-left: -150px;
  padding-top: 8px;
}

.moviepreview {
  float: left;
  display: block;
  font-size: 8pt;
  text-align: center;
  width: 162px;
  height: 190px;
  padding: 10px;
  color: white;
  border: 1px solid black;
}

.picturepreview {
  float: left;
  display: block;
  font-size: 8pt;
  text-align: center;
  width: 162px;
  height: 240px;
  padding: 10px;
  color: white;
  border: 1px solid black;
}

.moviepreviewsmall {
  float: left;
  display: block;
  font-size: 8pt;
  text-align: center;
  width: 122px;
  height: 160px;
  padding: 10px;
  color: white;
  border: 1px solid black;
}
.gotwpreview {
  float: left;
  display: block;
  font-size: 8pt;
  text-align: center;
  width: 142px;
  height: 170px;
  padding: 10px;
  color: white;
  border: 1px solid black;
}

.moviepreview img, .picturepreview img, .moviepreviewsmall img, .gotwpreview img {
  border: 1px solid #808080;
}

.moviepreviewsmall:hover, .moviepreview:hover, , .picturepreview:hover, .gotwpreview:hover {
  text-decoration: none;
  background-color: #303030;
  color: white;
  border: 1px solid #a0a0a0;
}

ul {
  margin-left: 2em;
}

#leftcol ul, #rightcol ul {
  list-style: none;
  margin: 0;
}

#catlist a {
  font-size: 9pt;
  letter-spacing: -0.08em;
  padding: 2px 5px;
}

#catlist a:hover {
  color: black;
  background-color: white;
  text-decoration: none;
}

#topmovies {
  font-size: 8pt;
  text-align: center;
  padding-bottom: 1em;
}

h1 { font-size: 18pt; }
h2 { font-size: 16pt; }
h3 { font-size: 12pt; }
h4 { font-size: 10pt; }

.sIFR-active h1,
.sIFR-active h2,
.sIFR-active h3,
.sIFR-active h4,
.sIFR-active h5 {
  visibility: hidden;
  font-family: Verdana;
  line-height: 1em;
  padding-bottom: 0;
  margin-bottom: -5px;
}

.sIFR-active h2 {
  font-size: 18px; /* original 55px?
  display: block; */
}


.sIFR-active h3 {
	font-size: 18px;
}

h1 {
  padding: 0;
  margin: 0;
}

#banner, #bcd anner2 {
  padding-bottom: 78px;
  border-bottom: 1px solid white;
}

#main_releases, #main_topmovie, #main_newmovie, #main_poll {
  float: left;
  width: 270px;
  padding: 0px;
  margin: 0px 5px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #535354;
}

#main_releases ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#main_releases li {
  clear: both;
}

#main_releases a img {
  float: left;
  padding: 5px;
}



#main_news {
  margin-right: -600px;
  width: 100%;
  float: left;
}

#mainmenu ul {
  clear: both;
  list-style: none;
  width: 103px;
  margin: 0px;
}

#submenu li {
  list-style: none;
  margin-left: 10px;
  width: 93px;
}

#mainmenu a {
  color: #a9a9a9;
  display: block;
  background-color: #202020;
  margin: 2px -0px;
  padding: 2px;
  text-decoration: none;
}

#submenu a {
  background-color: #303030;
}

#mainmenu a:hover {
  color: black;
  background-color: #c0c0c0;
}

#contents {
  color: #c0c0c0;
}

#contents h3, #contents p {
  margin: 0.7em 0;
}

#contents p, #contents li {
  line-height: 1.5em;
}

#maincontent {
  padding: 0 10px 10px 10px;
}

#maintable {
  width: 100%;
}

td {
  vertical-align: top;
}

#maintable .releases {
  width: 200px;
}

#maintable .movies {
  width: 100px;
}

.newsitem, .agendaitem {
  padding-bottom: 10px;
  border-bottom: 1px dashed #535354;
}

.newsitem img {
  margin-right: 10px;
  margin-bottom: 10px;
}

.newsitem h3, .agendaitem h3 {
  font-size: 14pt;
}

.newsitem table {
	width: 100%;
}

.postal .text {
  width: 240px;
}

.postal .zip {
  width: 50px;
}

.postal .city {
  width: 185px;
}

.movierating {
  font-size: 12pt;
  font-weight: bold;
}

.movierating img {
  vertical-align: middle;
}

#box_releases {
  font-size: 8pt;
  text-align: center;
}

#downloads {
  list-style: none;
}

#linkscat {
  text-align: center;
}

#downloads img {
  vertical-align: middle;
}

table.box th {
  background-image: url(/images/box-header.gif);
  background-repeat: no-repeat;
  border-bottom: 1px solid #404040;
  padding: 2px;
}

table.box h3 {
  font-size: 13pt;
  letter-spacing: -0.20em;
  margin-left: 5px;
}

table.box {
  background-image: url(/images/box-main.gif);
  background-repeat: repeat-y;
}

table.box td {
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  padding: 5px;
}

table.box td.footer {
  background-image: url(/images/box-footer.gif);
  background-repeat: no-repeat;
  height: 10px;
}

/* hardtunes toplist */
.front_product_top {
		
	padding: 3px;
	text-align: left;
}

.product_image_top {
	float: left;
	margin-right: 3px;
	
} 