p.fbox, h1.fbox, h2.fbox, h3.fbox, h4.fbox, h5.fbox, h6.fbox {
  margin: 0px;
  padding: 0px;
  margin-left: 8px;
  margin-right: 8px;
  padding-bottom: 8px;
  padding-top: 6px;
}

p.fbox {
  padding-bottom: 4px;
  padding-top: 0px;
  text-align: justify;
}

pre.fbox {
  margin-left: 8px;
  margin-right: 8px;
  padding-bottom: 8px;
  padding-top: 6px;
  width: 480px;
  overflow: scroll;
}

ul.fbox {
  margin: 0px;
  padding: 0px;
  padding-left: 24px;
  list-style-type: disc;
  list-style-position: outside;
  padding-bottom: 8px;
}

a.fbox:hover {
  text-decoration: underline;
}

form.cbox {
  margin: 0px;
  padding: 0px;
  margin-left: 5px;
  margin-right: 5px;
  overflow: hidden;
}

input.cbox {
  border: 1px solid #32546D;
  width: 165px;
  margin-bottom: 5px;
  color: #32546D;
}


ul.cbox {
  margin: 0px;
  padding: 0px;
  margin-left: 24px;
  list-style-type: disc;
  list-style-position: outside;
}

p.cbox, table.cbox, h1.cbox, h2.cbox, h3.cbox, h4.cbox, h5.cbox, h6.cbox {
  margin: 0px;
  padding: 0px;
  margin-left: 8px;
  margin-right: 8px;
}

tr.cbox {
  vertical-align: top;
}




ul.gs_testhead {
  margin: 0px;
  padding: 0px;
  margin-left: 24px;
  list-style-type: disc;
  list-style-position: outside;
}

div.gs_testdetails {
  position: absolute;
  width: 400px;
  background-color: #BFC8CD;
  color: #32546D;
  border: 1px solid white;
  padding: 4px;
  margin: 0px;
  z-index: 12;
}




ul.cgames {
  padding: 0px;
  margin: 0px;
  color: #6C6C6C;
  list-style-type: none;
  list-style-position: outside;
  padding: 0px 5px 0px 5px;
  display: block;
  text-align: left;
  font-weight: bold;
}

li.cgames {
  margin: 0px;
  padding: 0px;
  padding-left: 5px;
  width: 160px;
  background: transparent url('img/arrowright.gif') no-repeat;
  background-position: center right;
  border-bottom: 1px dotted #BEBEBE;
  padding-bottom: 3px;
  padding-top: 3px;
  cursor: pointer;
}

li.cgames:hover {
  background-color: #EEEEEE;
}

li.cgameslast {
  margin: 0px;
  padding: 0px;
  padding-left: 5px;
  width: 160px;
  background: transparent url('img/arrowright.gif') no-repeat;
  background-position: center right;
  border: none;
  padding-top: 3px;
  cursor: pointer;
}

li.cgameslast:hover {
  background-color: #EEEEEE;
}

a.cgames {
  color: #6C6C6C;
  text-decoration: none;
}

a.cgames:hover {
  color: #E3972C;
}

/* Preisrechner */

table.gameprice {
  width: 100%;
  border: none;
  padding: 0px;
  margin: 0px;
}

th.gameprice {
}

tr.gameprice {
  text-align: center;
}

tr.gamepricefirst {
  text-align: center;
  font-weight: bold;
  color: white;
  background: transparent url('img/tblhead2.gif') repeat-x;
}

td.gameprice {
}

th.gamepricefirst {
  background: transparent url('img/tblhead1.gif') repeat-x;
}

td.gamepricefirst {
  font-weight: bold;
}

p.orderbutton {
  text-align: center;
  font-size: 1.2em;
  font-weight: bold;
  height: 1.6em;
}

a.orderbutton {
  color: white;
  background-color: #FFBA02;
  padding: 2px 5px 2px 5px;
  border: 1px solid #2F3D40;
}

a.orderbutton:hover {
  background-color: #FFD653;
}

/* */

div.gs_title {
  color: black;
  border: 3px solid white;
  height: 250px;
  width: 500px;
  margin-bottom: 8px;
}

div.gs_box {
  clear: both;
  position: relative;
  z-index: 10;
  width: 180px;
}

ul.gs_box {
  margin: 0px;
  padding: 0px;
  list-style-type: disc;
  list-style-position: inside;
}

div.gs_info {
  position: absolute;
  z-index: 12;
  clear: both;
  width: 260px;
}

div.gs_column {
  float: left;
  padding: 0px;
  margin: 0px;
  position: relative;
  width: 249px;
}

/* Datasheets */

table.ds_main {
  margin-left: 8px;
  margin-right: 0px;
  border-collapse: collapse;
  border-spacing: 0px;
}

table.ds_child {
  border-collapse: collapse;
  border-spacing: 0px;
  width: 100%
}

tr.sep {
  border-bottom: 1px solid #BFC8CD;
  height: 1px;
}

td.ds_first {
  width: 110px;
  font-weight: bold;
}

td.ds_second_head {
  font-weight: bold;
  width: 130px;
}

td.ds_second {
  width: 130px;
}

td.ds_third {
}