.visible {display:block;}
.hidden {display:none;}
#buttons {height:300px;}
#buttons div {text-align:center;}
#two, #three {display:none;}
#request, #brochure, #drivers, #catalog {display:none;}
#switch1, #switch2 {width:48%;}
#switch1 {float:left;}
#switch2 {float:right;}



table#driversList, table#catalogList {
	display:inline-block;
  margin: 10px;
  width: 690px;
  border: 1px solid #909090;
}

table#driversList th, table#catalogList th {
  font: bold 10px Tahoma;
  color: #000;
  background-color: #ddd;
}
 
table#driversList td {
  font-size: 11px;
  background-color: #fbfbfb;
}

table#driversList td.size {
  text-align: right;
  width: 70px;
}

table#driversList td.lang {
  text-align: center;
}

table#driversList a {
  color: #000;
  text-decoration: none;
}

table#driversList a:hover {
  color: #a00;
  text-decoration: underline;
}

table#driversList span {
  color: #999;
  font-size: 9px;
}



table#catalogList td {
  font-size: 12px;
}


table#catalogList td.link {
  width: 60px;
  padding: 2px 5px 2px 5px;
  text-align: center;
}
table#catalogList a.moreinfo {
	display: block;
	height: 12px;
	padding: 3px 3px 3px 4px;
  margin: 0 !important;
	font: bold 9px Tahoma;
	color: #e50000;
	background: url('/templates/dilex/i/h3_left_back.gif') repeat-x left top;
	border: 1px solid #e3e3e3;
	text-decoration: none;
	text-align: center;
}

table#catalogList a {
  font: bold 12px Tahoma;
  text-decoration: none;
  color: #36c;
}

table#catalogList a:hover {
  text-decoration: underline;
  color: #a00;
}

table#catalogList td.code {
  font: 10px Tahoma;
  color: #888;
  width: 40px;
}

table#catalogList td.price {
  font: bold 12px Tahoma;
  color: #222;
  text-align: center;
  width: 70px;
}

table#catalogList td.title {
  width: 520px;
}

table#catalogList tr.selected {
  background-color: #ffc;
}

table#catalogList tr {
  background-color: #fbfbfb;
}