/* CSS Document */

.listbox {
  float:left;
  width:130px;
  margin: 0 50px 0 0;
}
.listbox h3 {
  border-bottom: 1px solid #f8961f;
}
.listbox ul { 
  padding:0 0 15px 0; 
  margin:0 0 0 0; 
  list-style:none; 
} 
.listbox li { 
  padding:0 0 0 0;
  margin:3px 0 0 0; 
  background:none;
} 

.prodlist table {
  width:100%;
  border-collapse: collapse; 
  margin:0 0 15px 0;
  font-size: 90%;
  border-top:solid 1px #000;
}

.prodlist table tr td {
  text-align:left;
  vertical-align:middle;
  padding:0;
  border-bottom:solid 1px #000;
}

.prodlist tr:hover {
  background-color: #f69857;
}

.prodlist {
  padding-top:40px;
  clear:both;
}
.prodlist h3 {
  color: #000000;
}

.prodlist a:link, .prodlist a:visited, .prodlist a:active {
  display:block;
  padding: 5px 0px 5px 5px;
}
.prodlist a:hover {
  color: #000000;
  background-color: #f69857;
}
.prodname a:hover {
  color: #063891;
}

.prodname {
  font-weight:bold;
  width:170px;
}
.proddesc a {
  color:#000000;
}

.newprod, .newprod a {
  color:#038853;
}
.oldprod, .oldprod a {
  color:#bb2525;
}

/* choicetable is for the tables on the redirection pages */
table.choicetable, table.choicetablec {
  border:0;
  margin-left: auto;
  margin-right: auto;
}

table.choicetablep {
  border-top:solid 1px #000;
  border-bottom:solid 1px #000;
  width:300px;
  text-align:left;
}

table.choicetable td a, table.choicetablec td a, table.choicetablep td a {
  margin:3px;
  display:block;
  width:100%;
  font-weight:bold;
  color:#f47720;
  height:54px;
}

table.choicetablec td a {
  text-align:center;
  height:52px;
}

table.choicetablep td a {
  height:44px;
}

table.choicetable a:hover, table.choicetablec a:hover, table.choicetablep a:hover {
  background-color:#ffbb88;
  color:#003698;
}

table.choicetable img, table.choicetablep img, table.choicetablec img {
  padding:2px 5px 2px 2px;
}

table.choicetable img, table.choicetablep img {
  float:left;
}

.plain {
  font-weight:normal;
  color:#000000;
}
 

