body {
  font-family: arial;
  background-color: black;
  font-size: 12px;
  padding: 0px;
  padding-top: 2px;
  margin: 0px;
}

table.main_page_table {
  width: 900px;
}

#main_page_break {
  height: 10px;
  line-height: 10px;
  background-color: black;
}

#main_page_sublinks {
  height: 30px;
  background-color: black;
}

#main_page_content {
  background-color: #303030;
  border: solid 1px #aaaaaa;
  border-top: none;
  height: 400px;
  color: #dddddd;
  vertical-align: top;
  
}

table.main_page_matrix {
  width: 100%;
}

table.main_page_matrix td {
  padding: 5px;
}

table.sublinks td {
  text-align: center;
  padding-left: 0px;
  padding-right: 0px;
}

a.sublinks {
  color: #d9d9d9;
  text-decoration: none;
  display: block;
}

a.sublinks2 {
  color: #d9d9d9;
  text-decoration: underline;
}

/* ------- search ------- */
input.searchbox {
  background-color: black;
  color: white;
  border: solid 1px gray;
  margin: 0px 0px 0px;
  width: 150px;
  vertical-align: middle;
  height: 19px;
  font-size: 16px;
}
input.searchbutton {
  border: solid 1px gray;
  background-color: black;
  color: white;
  margin: 0px 0px 0px;
  vertical-align: middle;
  height: 23px;
}
/* end search */


/* left links */

table.left_links {
  border: solid 1px #353535;
  background-color: #252525;
}
table.left_links th {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  background-color: #303030;
  border: solid 1px #383838;
  padding: 2px;
  font-family: "Trebuchet MS", Verdana, Helvetica, Arial,sans-serif !important;
}
table.left_links td {
  padding: 0px;
  line-height: 12px;
}
a.left_links2 {
  text-decoration: none;
  color: white;
  display: block;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 5px;
}
a.left_links2:hover {
  background-color: #484848;
}

a.left_links {
  text-decoration: none;
  color: white;
}
a.left_links:hover {
  background-color: #404040;
}

/* end left links */

#lang_change {
  color: gray;
  padding: 1px;
  text-align: right;
  padding-bottom: 6px;
  padding-right: 6px;
}

#copyright {
  color: white;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  font-family: Verdana;
  padding: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
}
#prod_spacer {
background-color: #303030;
  line-height: 2px;
  height: 2px;
  margin: 0px;
  padding: 0px;
  border: none;
  border-top: solid 1px black;
  border-bottom: solid 1px black;
}
table.products {
  border-collapse: collapse;
  background-image: url('images/ptable/bkg.jpg');
}
table.products td {
  padding: 3px;
}
table.products th {
  font-size: 15px;
  font-family: verdana;
  border: solid 1px black;
}
table.login {
  text-align: center;
  border: solid 1px white;
  background-image: url('images/ptable/bkg.jpg');
}
table.login th {
  padding: 3px;
  font-size: 15px;
  color: #eeffee;
}
table.login td {
  padding: 3px;
}

table.jqpres {
  color: #a1a1a1;
  line-height: 14px;
}
table.jqpres th {
  color: #e1e1e1;
  font-size: 16px;
}
table.jqpres td {
  padding: 2px;
}  





