* {
  margin: 0px; 
  scrollbar-face-color: #E04712;
}
div {
  border: 0px solid #000000;
}
input { 
  background-color: #FFB697;
  border: 1px solid #000000; 
  font-family: Verdana;
  font-size: 10px;
}
body {
  background-color: #8C8FA5;
  font-family: Verdana;
  font-size: 10px;
}
#left {
  position: relative;
  top: 0px;
  left: 0px;
  width: 247px;
  float: left;
}
#right {
  position: relative;
  top: 0px;
  left:  -7px;
  width: 630;
  float: right;
}

#globalContainer {
  position: absolute;
  width: 886px;
  height: 100%;
  left: 55;
  top: 0;
  background-color: #FF4500;
  background-image: url("../images/bestbuy_bg.gif");
  background-repeat: repeat-y;
  clear: both;
}
#bg1 {
  position: absolute;
  width: 248px;
  height: 100%;
  left: 247px;
  top: 0px;
  background-image: url("../images/bg1.jpg");
  background-repeat: no-repeat;
  background-position: top left;
}
#bg2 {
  position: absolute;
  width: 382px;
  height: 341px;
  right: 9Px;
  bottom: 0px;
  background-image: url("../images/bg2.gif");
  background-repeat: no-repeat;
  background-position: bottom right;
}

#navigation {
  position: relative;
  width: 247px;
  height: 371px;
  left: 0px;
  top: 0x;
}

#randompartner {
  position: relative;
  width: 180px;
  left: 36px;
  top: 0px;
}
#randompartner .text {
  font-family: Verdana;
  font-size: 10px;
  color: #72777C;
}

#zoeken {
  position: relative;
  width: 200px;
  height: 75px;
  left: 30px;
  top: 0px;
}
#zoeken input {
  width: 200px;
}
#zoeken a {
  font-family: Verdana;
  font-size: 9px;
  font-weight: bold;
  color: #000000;
  text-decoration: underline;
}
#zoeken a:hover {
  color: #000000;
  text-decoration: none; 
}

#content {
  position: relative;
  width: 534px;
  left: 0px;
  top: 0px;
}
#content .text {
  font-family: Verdana;
  font-size: 10px;
  color: #FFFFFF; 
}
#content a {
  color: #FFFFFF;
  text-decoration: underline; 
}
#content a:hover {
  text-decoration: none; 
}

.image {
  border: 1px solid #000000;
}
.errfield { 
  color: #ff0000 
}
