@charset "UTF-8";

@import url(./style.css);

table td.container{
  padding: 125px 0 0 0;
}

table.imagelinks{
  border-spacing: 0 0;
  table-layout: fixed;
  padding: 10px 0 0 0;
}

table.imagelinks td{
  padding: 0 0 15px 0;
}

table.extlinks td{
  border-spacing: 0 0;
  padding: 0 6px 10px 0;
  vertical-align: center;
  text-align: left;
}

table.extlinks td.l{
  width: 200px;
}

table.extlinks td.r{
  width: 500px;
}

table.navigation td{
  padding-bottom: 15px;
}

table.subnav td{
  padding: 0 20px 0 0;
}

table.prices td{
  padding: 0 8px 8px 0;
  vertical-align: center;
  text-align: center;
}

table.wide td{
  padding: 0 20px 8px 0;
}

table.prices td.label{
  vertical-align: center;
  text-align: left;
}

table.detailview td.l{
  width: 220px;
  vertical-align: center;
  text-align: center;
}

table.detailview td.r{
  width: 500px;
  vertical-align: center;
  text-align: left;
  padding: 0 0 15px 0;
}

.padding-50px{
  padding: 50px 0 0 0;
}

.padding-75px{
  padding: 75px 0 0 0;
}

/* Imagery */

.icon {
  text-indent: 0;
  background-position: left center;
}

.icon {
  padding-left: 20px;
  background-repeat: no-repeat;
  background-position: left center;
}

.pdf-file {
  background-image: url(./pdficon_small.gif);
}

.new {
  text-indent: 0;
  background-color: #FFFFFF;
  background-position: left center;
  background-repeat: no-repeat;
  background-image: url(./neu1.png);
}