/* Reset
---------------------------------------------------------------------------------------- */

body,html {
  margin: 0px;
}

img {
  border: 0px;
}

h1,h2,h3,h4,h5,dd,dt {
  margin: 0;
  padding: 0;
}

dd {
  margin: 0 0 10px 0;
}

/* Typography
---------------------------------------------------------------------------------------- */

body {
  background: url(../images/background.png) repeat-x #ededee;
	color: #000;
	font-family: 'Arial', 'sans serif';
	font-size: 11px;
}

#header, #footer, #header a, #footer a {
  color: #808080;
  text-decoration: none;
}

#header a:hover, #footer a:hover {
  color: #000;
  text-decoration: underline;
}

.search {
  padding: 2px;
  border: 1px solid #ccc;
}

.search, .searchbutton {
  float: left;
}

.searchbutton {
  margin: 0 0 0 5px;
}

/* Positioning
---------------------------------------------------------------------------------------- */
#amazon
{
  position: relative;
float:left;
width:auto;
}
#submitbutton
{
  cursor: pointer;
}
#container {
  background: #FFFFFF;
  width: 963px;
  margin: 0px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  min-height: 100%;
  height: 100%;
  voice-family: "\"}\"";
  voice-family: inherit;
  height: auto;
  padding: 0 0 0 10px;
}

#wrapper{
  height: 100%;
}

/* Content blocks
---------------------------------------------------------------------------------------- */

#header {
  display: block;
  height: 45px;
  padding: 10px 10px 0 0;
  text-align: right;
}

#left {
  background: url(../images/left.png);
  width: 538px;
  height: 537px;
  display: block;
  position: relative;
}

#left h1 {
  float: right;
  display: block;
  margin: 70px 35px 0 0;
  width: 330px;
}

#right {
  width: 404px;
  padding: 25px 0 0 10px;
}

#left, #right {
  float: left;
  display: block;
}

/* Text styling
---------------------------------------------------------------------------------------- */

.text {
  height: 200px;
  height: auto;
  min-height: 50px;
  display: block;
  color: #808080;
}

.text_content {
  padding: 20px 0 0 0;
  width: 383px;
	line-height: 17px;
  min-height: 600px;
}

.text_content_item {
  padding: 0 0 0 15px;
  color: #808080;
}

.text_content_item a, .text a{
  color: #3f3f3f;
}

.text_content_item a:hover, .text a:hover{
  color: #ff9600;
}

.text_content h1, .text_content h1 a {
  color: #000;
  font-size: 16px;
  line-height: 29px;
}

.text_content h1 a {
  text-decoration: none;
  line-height: 21px;
}

.text_content h1 a:hover {
  text-decoration: underline;
}


#product_slogan {
  color: #999999;
  font-size: 38px;
}

#product_slogan em {
  font-style: normal;
  color: #000000;
}



/* Dynamic image on the left
---------------------------------------------------------------------------------------- */

#product_image_left {
   overflow: hidden;
   width: 495px;
   height: 425px;
   display: block;
   margin: 25px 0 0 22px;
   padding: 0px;
}

.product_image
{
  margin:0 auto;
  vertical-align:middle;
  text-align: center;
  line-height:455px;
  width: 495px;
  height: 425px;
  display: inline-block;
}

/* Product listing
---------------------------------------------------------------------------------------- */

#product_list {
  background: url(../images/trans.png) no-repeat;
  position: absolute;
  top: 7px;
  right: 7px;
  float: right;
  height: 223px;
  width: 119px;
  display: block;
  padding: 15px;
  z-index: 1;
}

#product_list ul {
  margin: 0px;
  padding: 0px;
}

#product_list ul li {
  list-style: none;
}

/* DUUX slogan
---------------------------------------------------------------------------------------- */

#product_slogan {
  position: absolute;
  bottom: -19px;
  right: 30px;
  width: 330px;
  font-size: 30px;
  text-align: right;
}

/* Main menu
---------------------------------------------------------------------------------------- */

#main_menu, #sub_menu {
  background: url(../images/menu.png) no-repeat;
  height: 21px;
  width: 404px;
  display: block;
}

#main_menu ul {
  padding: 5px;
  margin: 0px;
}

#main_menu ul li {
  background: #ccc;
  display: inline;
  text-align: left;
  color: #FFF;
  padding: 4px 12px 4px 4px;
}

/* Footer
---------------------------------------------------------------------------------------- */

#footer {
  margin: 5px;
  padding: 5px;
  display: block;
  height:25px;
  border-top: 1px solid #b0b0b0;
}

#footer ul {
  display: block;
  padding: 0px;
  margin: 0px;
}

#footer a {
  text-decoration: none;
}

#footer a:hover{
  text-decoration: none;
  color: #ff9600;
}

#footer ul li {
  margin: 0 15px 0 0;
  display: inline;
  float: left;
  text-align: center;
}

/* Form styling
---------------------------------------------------------------------------------------- */

.search  {
  border: 1px solid #CCC;
}

.inputtext, .inputtextarea  {
  font-family: arial;
  font-size: 11px;
  border: 1px solid #CCC;
  padding: 5px;
  width: 230px;
  color: #6f6f6f;
}

/* Nieuws items
---------------------------------------------------------------------------------------- */

.nieuws_item {
  position: relative;
  background: url(../images/nieuws_item_bg.jpg);
  width: 374px;
  display: block;
  height: 118px;
  padding: 15px;
  margin: 0 0 5px 0;
  display: block;
}

.nieuws_button {
  position: absolute;
  left: 15px;
  bottom: 15px;
}

#nieuws_item_text {
  display: block;
  width: 190px;
  margin: 0 10px 0 0;
  float: left;
  color: #808080;
}

.nieuws_item_text a
{
  color: #9b9b9b;
}

.nieuws_item_text a:hover
{
  color: #ff9600;
}

div.nieuws_item_image
{
  margin-top : 0px;
  display    : block;
  width      : 150px;
  height     : 120px;
  float      : right;
  overflow   : hidden;
}

.paginator
{
  margin: 13px 0 10px 0;
  text-align: right;
}

#paginator_list
{
  margin: 0px;
  padding: 0px;
}

#paginator_list li {
  list-style: none;
  display: inline;
  border: 1px solid #CCC;
  width: 9px;
  padding: 2px 6px 2px 7px;
  margin: 15px 5px 15px 0;
}

#paginator_list a {
  text-decoration: none;
  color: #9b9b9b;

}

#paginator_list a:hover {
  color: #ff9600;
  font-weight: bold;
}

