/* GENERAL */
html {
  margin: 0px; padding: 0px;
}
body {
	font-family: "Helvetica", "Arial", Sans-Serif;
	font-size: 10pt;
	color: #000;
}

/* LINKS */
a, a:visited {
  color: #686867;
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  color: #3E3E3E;
}
a img {
  border-width: 0px;
}

table {
	text-align:center;
	border:none;
	border-collapse:collapse;

}

table th {
	background-color:#6CF;
	background-image: url('bg-icon.gif');
}



tbody td{
 	height:115px;
}

.row5j {
	padding:5px 10px 5px 10px;
	text-align:justify;
}

/* subCATEGORIES */
.subCategories {
	border-bottom: 0px solid #ddd;
	overflow: auto;
	margin-bottom: 0px;
}
.subCategories ul {
	margin: 0px;
	padding: 0px;
	margin-left: 16px;
}
.subCategories ul li{
  float: left;
  height: 55px;
  min-width: 290px;
  margin: 0 20px 10px 0px; /* oben - Abstand zwichen Buttons ? ? */
  padding: 4px 2px;
  text-align: center;
  overflow: hidden;
  list-style: none;  
  border: 2px solid #ddd;
  behavior: url(../files/PIE.htc);
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;  
}

.subCategories ul li:hover,
.subCategories ul li.selected {
  background-image: url('bg-icon.gif');
  background-position: bottom;
  background-repeat: repeat-x;
  font-weight: bold;
}
.subCategories ul li div.icon {
  display: block;
  border-width: 0px;
  background-repeat: no-repeat;
  background-position: center top;
  padding-top: 40px;
  /* overflow: hidden; */ /* entfernt wegen Problem Darstellung Background Image im IE8 */
  text-align: center;
  white-space:nowrap;
}

/* subCATEGORIE ICONS */
.icon-console {
  background-image: url('console.png');
  background-color: transparent;
}
.icon-controller {
  background-image: url('controller.png');
  background-color: transparent;
}
.icon-otherhardware {
  background-image: url('otherhardware.png');
  background-color: transparent;
}
