/* CSS Document */
/* line 3 */
* {
  margin: 0;
  padding: 0;
  outline: none;
}

/* line 8 */
body {
  background: url(../images/body.jpg) top repeat-x #050507;
  font: 70% Verdana;
  color: #bcbcc0;
}

/* line 13 */
a {
  color: #99ff00;
}
/* line 15 */
a:hover {
  text-decoration: none;
}

/* line 18 */
#header {
  height: 154px;
  display: block;
  background: url(../images/header.jpg) top center no-repeat;
}

/* line 23 */
h1.main_title {
  font: 170% Century Gothic;
  color: white;
  font-weight: bold;
  margin: 5px auto 0;
  text-align: center;
}
/* line 29 */
h1.main_title a {
  color: white;
  text-decoration: none;
}

/* line 33 */
#container {
  width: 760px;
  margin: 0 auto;
  background: #151521;
  padding: 5px;
}

/* line 39 */
#feedback {
  background: green;
  color: white;
  font-weight: bolder;
  text-align: center;
  padding: 3px 5px 5px 5px;
}

/* line 46 */
#navigation {
  background: #181825;
  width: 620px;
  border-top: 1px solid #2e2e47;
  padding: 12px 0;
  margin: 35px auto 1px;
  font: 100% Georgia;
  color: white;
  letter-spacing: 2px;
  text-transform: uppercase;
}

/* line 58 */
#nav li {
  list-style: none;
  display: inline;
  margin-right: 0px;
}
/* line 62 */
#nav a {
  padding: 12px;
  color: #acacb0;
  text-decoration: none;
  margin-right: 0px;
}
/* line 67 */
#nav a:hover {
  background: url(../images/nav_link_active.jpg) top repeat-x;
  color: white;
}
/* line 70 */
#nav a.active {
  background: url(../images/nav_link_active.jpg) top repeat-x;
  color: white;
  font-weight: bold;
}

/* line 75 */
#inner_container {
  background: url(../images/inner_container.jpg) top repeat-x #181824;
  padding: 10px 10px 10px 25px;
}

/* line 79 */
#sidebar {
  width: 200px;
  padding: 10px;
  float: right;
  background: #232436;
  color: #bdbdc1;
}

/* line 87 */
#container #sidebar h2 {
  font-size: 90%;
  margin: 10px 0;
}
/* line 90 */
#container #sidebar p {
  text-indent: 0;
  font-size: 90%;
  line-height: 17px;
}
/* line 94 */
#container #sidebar img {
  margin: 0;
}

/* line 97 */
#content {
  margin-right: 240px;
  min-height: 550px;
}

/* line 101 */
blockquote {
  background: url(../images/quote.gif) bottom right no-repeat #292935;
  padding: 2px 17px;
}

/* line 105 */
p {
  margin: 10px 0;
  padding: 5px;
  line-height: 20px;
  text-indent: 0px;
}
/* line 110 */
p.note {
  padding: 20px;
  background: #2d2d44;
  color: white;
}

/* line 116 */
#container h1 {
  font: 170% Arial;
  color: white;
  margin: 15px 0;
}
/* line 120 */
#container h2 {
  font: 110% Verdana;
  color: white;
  font-weight: bold;
  margin: 25px 0 15px;
}
/* line 125 */
#container ul {
  margin: 10px 15px;
}
/* line 127 */
#container ul li {
  margin: 10px 0;
}
/* line 129 */
#container img {
  background: #070713;
  padding: 5px;
  margin: 7px;
}

/* line 134 */
#footer {
  width: 750px;
  background: #151521;
  padding: 10px;
  margin: 0 auto;
  clear: both;
}

/* line 141 */
#content table {
  width: 475px;
  background: #1e1e2d;
  margin: 25px 0;
}

/* line 146 */
td {
  padding: 8px;
  text-align: center;
  vertical-align: top;
  background: url(../images/td.jpg) top left no-repeat #1e1e2d;
  font: 100% Georgia;
}

/* line 153 */
th {
  color: white;
  padding: 10px;
}

/* line 157 */
#footer p {
  text-indent: 0;
}
/* line 159 */
#footer p.validate {
  float: right;
}

/* line 162 */
.error-message {
  color: red;
  font-weight: bolder;
}

/* line 166 */
.factuur {
  background: white;
  text-align: center;
  vertical-align: middle;
}
/* line 170 */
.factuur table {
  border-collapse: collapse;
}
/* line 172 */
.factuur ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
/* line 176 */
.factuur th, .factuur td {
  background: white;
  color: black;
  border: 0px;
  text-align: left;
  font-family: courier;
  font-size: 12px;
  padding: 5px;
  margin: 5px;
}
/* line 185 */
.factuur .title {
  font-size: 22px;
  font-weight: bolder;
}

/* line 189 */
#flash {
  background-color: green;
  color: white;
  font-weight: bolder;
  padding: 3px;
  text-align: center;
}

/* line 196 */
#cart {
  font: 90%, Verdana;
}
/* line 198 */
#cart table {
  width: 225px;
}

/* line 201 */
.movie {
  width: 100%;
  height: 100%;
}

/* line 205 */
div.movie {
  width: auto;
  height: 200px;
  text-align: center;
  #border: 1px solid #333333;
}

